html {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

h1 {
  font-weight: bold;
  line-height: normal;
}

h1 span {
  font-weight: 300;
}

.lead {
  font-size: 1rem;
  line-height: 1.44;
  max-width: 16.25rem;
  margin: 0 auto;
  margin-bottom: 1.5625rem;
}

.btn-open {
  border: 0;
  font-weight: bold;
  outline: 0;
  cursor: pointer;
  font-size: 0.8rem;
}

.btn-open:active {
  
}

.btn-open.first {
  background-color: #84bd00;
  color: #ffffff;
}

.btn-open.second {
  background-color: #ffffff;
  color: #fd698d;
}

/* zeynepjs menu styles */
.zeynep {
  background-color: #ffffff;
  color: #404143;
  width: 18.4375rem;
}

.zeynep ul {
  list-style-type: none;
  padding: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-overflow-scrolling: touch;
}

.zeynep ul li {
  display: block;
}

.zeynep ul li>a {
  color: inherit;
  display: block;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 0.6rem;
  text-decoration: none;
  transition: all 50ms;
}

.zeynep ul li>a:hover {
  background-color: #efefef;
  border-radius: 0.1875rem;
}

.zeynep ul li:not(:last-child)>a {
  border-bottom: 0.0625rem solid #efefef;
}

.zeynep ul li.has-submenu>a {
  background-image: url("../images/submenu-arrow.svg");
  background-position: left 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.5rem 0.875rem;
}

.zeynep ul li.has-submenu>a:hover {
  background-image: url("../images/submenu-arrow-active.svg");
}

/* zeynepjs submenu styles */
.zeynep .submenu {
  background-color: #ffffff;
  left: 18.4375rem;
}

.zeynep .submenu-header {
  background-image: url("../images/menu-back.svg");
  background-position: left 1.25rem center;
  background-repeat: no-repeat;
  background-size: 0.5rem 0.875rem;
  border-bottom: solid 0.0625rem #efefef;
  cursor: pointer;
  position: relative;
  background: #bceb52;
}

.zeynep .submenu-header>a {
  color: inherit;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.65rem 1.25rem;
  padding-left: 2.5rem;
  text-decoration: none;
}

.zeynep .submenu-header>a:before {
  background-image: url("../images/submenu-arrow.svg");
  background-position: right 1.25rem center;
  background-repeat: no-repeat;
  background-size: 0.5rem 0.875rem;
  content: "";
  height: 100%;
  left: 1.625rem;
  position: absolute;
  top: 0;
  transform: rotate(-180deg);
  width: 1.25rem;
}

.zeynep .submenu>label:not(.end-label) {
  color: #cf6900;
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 1.1875rem;
  opacity: .5;
  padding-right: 1.5rem;
  width: 100%;
}