@charset "UTF-8";
@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

:root {
  --c-primary: #e6873b;
  --c-bg: #fff;
}

* {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1300px) {
  body header, body .menu_desk, body main .block2, body main .block3 .block3_content, body main .block4 .block4_content, body main .block5 {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 1000px) {
  body header, body .menu_desk, body main .block2, body main .block3 .block3_content, body main .block4 .block4_content, body main .block5 {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 980px) {
  body header, body .menu_desk, body main .block2, body main .block3 .block3_content, body main .block4 .block4_content, body main .block5 {
    max-width: 726px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 750px) {
  body header, body .menu_desk, body main .block2, body main .block3 .block3_content, body main .block4 .block4_content, body main .block5 {
    width: 100%;
    padding-left: 2.64%;
    padding-right: 2.64%;
  }
}

@media only screen and (max-width: 600px) {
  body header, body .menu_desk, body main .block2, body main .block3 .block3_content, body main .block4 .block4_content, body main .block5 {
    max-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

html {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  /* свойство scroll-behavior не наследуется, применяется к прокручиваемым блокам */
}

a {
  text-decoration: none;
  color: black;
}

a:active,
a:focus {
  outline: none;
}

input,
textarea {
  outline: none;
}

input:active,
textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

input::focus::-webkit-input-placeholder {
  color: transparent;
}

input::focus:-ms-input-placeholder {
  color: transparent;
}

input::focus::-ms-input-placeholder {
  color: transparent;
}

input::focus::placeholder {
  color: transparent;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.page::-webkit-scrollbar {
  width: 6px;
  height: 85px;
  background-color: transparent;
}

.page::-webkit-scrollbar-thumb {
  background-color: #e37639;
}

button {
  font-family: "Lada";
}

body {
  color: black;
  background-color: white;
  font-family: "Lada";
  font-style: normal;
  scroll-behavior: smooth;
  /* свойство scroll-behavior не наследуется, применяется к прокручиваемым блокам */
}

body header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body header .header_content {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 45px;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  body header .header_content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 570px) {
  body header .header_content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 570px) {
  body header .header_content {
    max-height: 40px;
  }
}

@media only screen and (max-width: 380px) {
  body header .header_content {
    margin-right: 40px;
  }
}

body header .header_content .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}

@media only screen and (max-width: 980px) {
  body header .header_content .header_logo a {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 570px) {
  body header .header_content .header_logo a {
    height: 100%;
    margin-right: 0px;
  }
}

body header .header_content .header_logo a img {
  height: 100%;
  max-height: 40px;
}

@media only screen and (max-width: 600px) {
  body header .header_content .header_logo a img {
    max-height: 30px;
  }
}

body header .header_content .header_logo .line {
  margin: 0 20px;
  width: 1px;
  background: #AFAFAF;
  height: 100%;
  cursor: pointer;
}

@media only screen and (max-width: 980px) {
  body header .header_content .header_logo .line {
    display: none;
  }
}

@media only screen and (max-width: 570px) {
  body header .header_content .header_logo .line {
    display: none;
  }
}

body header .header_content .header_logo p {
  font-weight: 500;
  font-size: 16px;
}

@media only screen and (max-width: 980px) {
  body header .header_content .header_logo p {
    display: none;
  }
}

body header .header_content .header_logo p:nth-of-type(2) {
  font-weight: 400;
}

body header .header_content .header_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: start;
  flex-direction: column;
  gap: .25em;
  font-size: 15px;
}

body header .header_content .header_map p {
  display: flex;
}

body header .header_content .header_map svg {
  margin-right: 10px;
  height: 1em;
  flex: 0 0 1em;
}

@media only screen and (max-width: 1200px) {
  body header .header_content .header_map {
    display: none;
  }
}

.header_map a[href^=tel],
.header_map .tel {
  display: block;
  font-weight: bold;
}

body header .header_content .header_right_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}

@media only screen and (max-width: 330px) {
  body header .header_content .header_right_info {
    display: none;
  }
}

body header .header_content .header_right_info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}

body header .header_content .header_right_info a svg {
  margin-right: 10px;
}

@media only screen and (max-width: 370px) {
  body header .header_content .header_right_info a svg {
    margin-right: 0px;
  }
}

body header .header_content .header_right_info a:nth-of-type(1) {
  font-weight: 700;
  font-size: 18px;
  margin-right: 40px;
  color: black;
}

@media only screen and (min-width: 1920px) {
  body header .header_content .header_right_info a:nth-of-type(1) {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1920px) {
  body header .header_content .header_right_info a:nth-of-type(1) {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  }
}

@media only screen and (max-width: 570px) {
  body header .header_content .header_right_info a:nth-of-type(1) {
    font-size: 14px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 430px) {
  body header .header_content .header_right_info a:nth-of-type(1) {
    font-size: 13px;
    display: none;
  }
}

body header .header_content .header_right_info a:nth-of-type(2) {
  font-weight: 500;
  font-size: 16px;
  padding: 11px 20px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease,background 0.4s ease;
  transition: all 0.4s ease,background 0.4s ease;
  color: white;
  background-color: #e37639;
  text-transform: uppercase;
  border-radius: 40px;
}

body header .header_content .header_right_info a:nth-of-type(2):hover {
  background: #e6873b;
}

@media only screen and (max-width: 740px) {
  body header .header_content .header_right_info a:nth-of-type(2) {
    display: none;
  }
}

body header .header_content .header_right_info img {
  height: 100%;
}

body .menu_desk {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 10px;
}

body .menu_desk div {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 1300px) {
  body .menu_desk {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 1000px) {
  body .menu_desk {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 980px) {
  body .menu_desk {
    display: none;
  }
}

body .menu_desk a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: all .17s ease;
  transition: all .17s ease;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  padding: 12px 20px;
}

@media only screen and (min-width: 1920px) {
  body .menu_desk a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1920px) {
  body .menu_desk a {
    font-size: calc(15px + 3 * ((100vw - 320px) / 1600));
  }
}

body .menu_desk a:hover {
  background-color: #e37639;
  color: white;
}

body .menu_desk a:hover svg {
  fill: white;
}

body .menu_desk a svg {
  margin-right: 10px;
}

body main .block1 {
  color: white;
  background-image: url("../img/block1/block1_fon.jpg");
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

body main .block1::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  opacity: 0.35;
  width: 55%;
  height: 100%;
  width: 60%;
}

@media only screen and (max-width: 600px) {
  body main .block1::before {
    background-color: black;
    width: 100%;
  }
}

@media only screen and (max-width: 1050px) {
  body main .block1 {
    background-position: right 50%;
  }
}

@media only screen and (max-width: 980px) {
  body main .block1 {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 750px) {
  body main .block1 {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 400px) {
  body main .block1 {
    background-position: 91% 50%;
  }
}

body main .block1 .block1_content {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-radius: 0.4rem;
  padding: 50px 0px;
  position: relative;
}

@media only screen and (max-width: 1300px) {
  body main .block1 .block1_content {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 1000px) {
  body main .block1 .block1_content {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 980px) {
  body main .block1 .block1_content {
    max-width: 726px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 750px) {
  body main .block1 .block1_content {
    width: 100%;
    padding-left: 2.64%;
    padding-right: 2.64%;
  }
}

@media only screen and (max-width: 600px) {
  body main .block1 .block1_content {
    max-width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 1000px) {
  body main .block1 .block1_content {
    background-position: 70%;
  }
}

@media only screen and (max-width: 750px) {
  body main .block1 .block1_content {
    border-radius: 0;
    background-position: 80%;
  }
}

body main .block1 .block1_content .block1_content_tittle2 {
  font-size: 37px;
  font-weight: 500;
  color: white;
  margin-bottom: 31px;
}

@media only screen and (min-width: 1920px) {
  body main .block1 .block1_content .block1_content_tittle2 {
    font-size: 37px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block1 .block1_content .block1_content_tittle2 {
    font-size: calc(16px + 21 * ((100vw - 320px) / 1600));
  }
}

@media only screen and (max-width: 750px) {
  body main .block1 .block1_content .block1_content_tittle2 {
    margin-bottom: 10px;
  }
}

body main .block1 .block1_content .block1_content_tittle3 {
  font-size: 37px;
  font-weight: 700;
  color: white;
  margin-bottom: 31px;
}

@media only screen and (min-width: 1920px) {
  body main .block1 .block1_content .block1_content_tittle3 {
    font-size: 37px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block1 .block1_content .block1_content_tittle3 {
    font-size: calc(16px + 21 * ((100vw - 320px) / 1600));
  }
}

@media only screen and (max-width: 750px) {
  body main .block1 .block1_content .block1_content_tittle3 {
    margin-bottom: 10px;
  }
}

body main .block1 .block1_content .block1_content_tittle {
  z-index: 20;
  position: relative;
  font-size: 47px;
  color: white;
  font-weight: 900;
  width: 90%;
  margin-bottom: 31px;
}

@media only screen and (min-width: 1920px) {
  body main .block1 .block1_content .block1_content_tittle {
    font-size: 47px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block1 .block1_content .block1_content_tittle {
    font-size: calc(18px + 29 * ((100vw - 320px) / 1600));
  }
}

body main .block1 .block1_content .block1_content_tittle br {
  display: block;
}

@media only screen and (max-width: 1100px) {
  body main .block1 .block1_content .block1_content_tittle {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  body main .block1 .block1_content .block1_content_tittle {
    width: 100%;
    margin-bottom: 10px;
  }
}

body main .block1 .block1_content .block1_content_card {
  z-index: 20;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

body main .block1 .block1_content .block1_content_card .block1_content_card_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}

body main .block1 .block1_content .block1_content_card .block1_content_card_item:not(:last-child) {
  margin-bottom: 11px;
}

@media only screen and (max-width: 600px) {
  body main .block1 .block1_content .block1_content_card .block1_content_card_item:not(:last-child) {
    margin-bottom: 5px;
  }
}

body main .block1 .block1_content .block1_content_card .block1_content_card_item div {
  height: 6px;
  width: 6px;
  border-radius: 100px;
  background: #e37639;
  margin-right: 10px;
}

body main .block1 .block1_content .block1_content_card .block1_content_card_item p {
  font-size: 22px;
  font-weight: 500;
}

@media only screen and (max-width: 750px) {
  body main .block1 .block1_content .block1_content_card .block1_content_card_item p {
    font-size: 14px;
  }
}

body main .block1 .block1_content .block1_content_bottom_info {
  z-index: 20;
  position: relative;
  color: black;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media only screen and (max-width: 750px) {
  body main .block1 .block1_content .block1_content_bottom_info {
    font-size: 18px;
    margin: 20px 0;
  }
}

body main .block1 .block1_content .block1_content_bottom_info span {
  color: #ca0100;
}

body main .block1 .block1_content a {
  border-radius: 40px;
  text-transform: uppercase;
  z-index: 20;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 17px 40px;
  overflow: hidden;
  color: white;
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  text-align: center;
  background-color: #e37639;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease,background 0.4s ease;
  transition: all 0.4s ease,background 0.4s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  text-transform: uppercase;
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1920px) {
  body main .block1 .block1_content a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block1 .block1_content a {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  }
}

@media only screen and (min-width: 1920px) {
  body main .block1 .block1_content a {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block1 .block1_content a {
    margin-top: calc(20px + 30 * ((100vw - 320px) / 1600));
  }
}

@media only screen and (max-width: 600px) {
  body main .block1 .block1_content a {
    padding: 18px 0px;
  }
}

body main .block1 .block1_content a:after {
  content: '';
  display: block;
  width: 30px;
  height: 200px;
  opacity: 0.5;
  margin-left: 60px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2px 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2px 0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media only screen and (max-width: 750px) {
  body main .block1 .block1_content a {
    padding: 14px 40px;
  }
}

@media only screen and (max-width: 600px) {
  body main .block1 .block1_content a {
    padding: 14px 0px;
    width: 100%;
  }
}

body main .block1 .block1_content a:hover {
  background: #e6873b;
}

body main .block2_to {
  margin-top: 60px;
  margin-bottom: 60px;
  border: 0px;
  border-bottom: 4px solid  #f7f7f7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  body main .block2_to {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  body main .block2_to {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

body main .block2 {
  color: black;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}

@media only screen and (max-width: 1100px) {
  body main .block2 {
    margin-top: 30px;
  }
}

body main .block2 select {
  background-color: #e37639;
  border: none;
  color: black;
  position: relative;
  z-index: 20;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  min-height: 55px;
  height: 55px;
  margin-top: 15px;
  width: 100%;
  font-family: "Lada";
  display: none;
  border-radius: 5px;
  overflow: hidden;
  background: url("../img/arrow.svg") no-repeat right white;
  background-position-x: calc( 100% - 10px);
  -webkit-appearance: none;
  border: 1px solid #d0d0d2;
}

@media only screen and (max-width: 600px) {
  body main .block2 select {
    display: block;
  }
}

body main .block2 .s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

body main .block2 .select {
  cursor: pointer;
  position: relative;
  color: white;
  display: inline;
  min-height: 55px;
  height: 55px;
}

body main .block2 .styledSelect {
  margin-top: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  font-weight: bold;
  place-content: center;
  place-items: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 17px;
  width: 100%;
  text-align: center;
  padding: 16px;
  display: flex;
  place-items: center;
  place-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55px;
  height: 55px;
  background-color: #e37639;
}

body main .block2 .styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 48%;
  -webkit-transform: translate(-48%, 0%);
          transform: translate(-48%, 0%);
  right: 3px;
}

body main .block2 .styledSelect:active, body main .block2 .styledSelect.active {
  background-color: #e37639;
}

body main .block2 .options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
}

body main .block2 .options li {
  padding: 5px 6px;
  margin: 0 0;
  background-color: #e37639;
  color: white;
  font-size: 17px;
  font-weight: 700;
}

body main .block2 .block2_complect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e37639;
  border-radius: 20px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 5px;
}

@media only screen and (max-width: 990px) {
  body main .block2 .block2_complect {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 600px) {
  body main .block2 .block2_complect {
    display: none;
  }
}

body main .block2 .block2_complect a {
  cursor: pointer;
  color: black;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 17px;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  margin: 0px 2px;
}

@media only screen and (min-width: 1920px) {
  body main .block2 .block2_complect a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block2 .block2_complect a {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  }
}

@media only screen and (min-width: 1920px) {
  body main .block2 .block2_complect a {
    padding-left: 14px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block2 .block2_complect a {
    padding-left: calc(8px + 6 * ((100vw - 320px) / 1600));
  }
}

@media only screen and (min-width: 1920px) {
  body main .block2 .block2_complect a {
    padding-right: 14px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block2 .block2_complect a {
    padding-right: calc(8px + 6 * ((100vw - 320px) / 1600));
  }
}

body main .block2 .block2_complect a:hover {
  background-color: #e37639;
  color: white;
}

body main .block2 .block2_complect .active {
  background-color: #e37639 !important;
  color: white !important;
}

body main .block2 .block2_content_card_left_tittle {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1920px) {
  body main .block2 .block2_content_card_left_tittle {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block2 .block2_content_card_left_tittle {
    font-size: calc(22px + 18 * ((100vw - 320px) / 1600));
  }
}

body main .block2 .change {
  display: none !important;
}

body main .block2 .block2_content {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

body main .block2 .block2_content .block2_content_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1100px) {
  body main .block2 .block2_content .block2_content_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda {
  overflow: hidden;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda, body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  padding: 10px 40px 10px 18px;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda img, body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda img {
  margin-right: 10px;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda p, body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda p {
  z-index: 20;
  position: relative;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda p:nth-of-type(1), body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda p:nth-of-type(1) {
  font-size: 14px;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda p:nth-of-type(2), body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda p:nth-of-type(2) {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

@media only screen and (min-width: 1920px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda p:nth-of-type(2), body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda p:nth-of-type(2) {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda p:nth-of-type(2), body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda p:nth-of-type(2) {
    font-size: calc(17px + 7 * ((100vw - 320px) / 1600));
  }
}

@media only screen and (max-width: 600px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda p:nth-of-type(2), body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda p:nth-of-type(2) {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 380px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda p:nth-of-type(2), body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda p:nth-of-type(2) {
    font-size: 13px;
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda {
  background-color: #e37639;
  color: white;
}

@media only screen and (max-width: 600px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda {
    padding: 10px 30px 10px 30px;
  }
}

@media only screen and (max-width: 430px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda {
    padding: 10px 10px 10px 20px;
  }
}

@media only screen and (max-width: 360px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda {
    padding: 10px 10px 10px 10px;
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda div {
  position: relative;
  z-index: 20;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda {
  padding: 10px 45px 10px 30px;
  background-color: #f7f7f7;
  position: relative;
}

@media only screen and (max-width: 600px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda {
    padding: 10px 40px 10px 30px;
  }
}

@media only screen and (max-width: 400px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda {
    padding: 10px 35px 10px 30px;
  }
}

@media only screen and (max-width: 360px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda {
    padding: 10px 30px 10px 25px;
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda p {
  color: #e37639;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda:before {
  background-color: #e37639;
  z-index: 19;
  position: absolute;
  content: "";
  left: -50px;
  top: -20px;
  width: 60px;
  height: 140px;
  background-color: #e37639;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

@media only screen and (max-width: 430px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda:before {
    width: 45px;
    left: -43px;
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  width: 60px;
  height: 140px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  right: -45px;
  background: #f7f7f7;
}

@media only screen and (max-width: 600px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda:after {
    background-color: white;
  }
}

body main .block2 .block2_content .block2_content_card .vigoda_desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 990px) {
  body main .block2 .block2_content .block2_content_card .vigoda_desk {
    display: none !important;
  }
}

body main .block2 .block2_content .block2_content_card .for_vigoda {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 400;
}

body main .block2 .block2_content .block2_content_card .for_vigoda span {
  white-space: nowrap;
}

@media only screen and (min-width: 1920px) {
  body main .block2 .block2_content .block2_content_card .for_vigoda {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block2 .block2_content .block2_content_card .for_vigoda {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  }
}

body main .block2 .block2_content .block2_content_card .for_vigoda .mobile {
  font-size: 12px !important;
}

body main .block2 .block2_content .block2_content_card .mobile {
  display: none;
}

@media only screen and (max-width: 990px) {
  body main .block2 .block2_content .block2_content_card .mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

body main .block2 .block2_content .block2_content_card .mobile_vigoda {
  display: none;
}

@media only screen and (max-width: 990px) {
  body main .block2 .block2_content .block2_content_card .mobile_vigoda {
    display: block !important;
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1100px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_left {
    width: 100%;
    margin-bottom: 20px;
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .car_img {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-self: center;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .car_img:hover {
  margin-left: -10px;
}

@media only screen and (max-width: 1100px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_left .car_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 550px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_left .car_img {
    width: 100%;
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .block2_info_car {
  line-height: 22px;
  font-size: 14px;
}

@media only screen and (min-width: 1920px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_left .block2_info_car {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_left .block2_info_car {
    font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right {
  width: 48%;
}

@media only screen and (max-width: 1100px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right {
    width: 100%;
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .block2_right_content_card {
  z-index: 20;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 30px;
}

@media only screen and (max-width: 990px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right .block2_right_content_card {
    margin-top: 0px;
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .block2_right_content_card .block2_right_content_card_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .block2_right_content_card .block2_right_content_card_item:not(:last-child) {
  margin-bottom: 9px;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .block2_right_content_card .block2_right_content_card_item div {
  height: 6px;
  width: 6px;
  border-radius: 100px;
  background: #e37639;
  margin-right: 10px;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .block2_right_content_card .block2_right_content_card_item p {
  font-size: 22px;
  font-weight: 500;
}

@media only screen and (min-width: 1920px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right .block2_right_content_card .block2_right_content_card_item p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right .block2_right_content_card .block2_right_content_card_item p {
    font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .block2_right_content_card .block2_right_content_card_item p span {
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (min-width: 1920px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right .block2_right_content_card .block2_right_content_card_item p span {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right .block2_right_content_card .block2_right_content_card_item p span {
    font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 30px;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a {
  width: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  z-index: 20;
  position: relative;
  cursor: pointer;
  padding: 17px 0px;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
  text-align: center;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media only screen and (min-width: 1920px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a {
    font-size: calc(15px + 5 * ((100vw - 320px) / 1600));
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(2) {
  margin-top: 10px;
  margin-bottom: 10px;
  color: black;
  border: 2px solid #e37639;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(2):hover {
  background-color: #e37639;
  color: white;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(3), body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(1) {
  background: #e37639;
  color: white;
  border: 2px solid #e37639;
  text-transform: uppercase;
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(3):hover, body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(1):hover {
  background: #e6873b;
}

@media only screen and (max-width: 600px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(3), body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(1) {
    padding: 18px 0px;
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(3):after, body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(1):after {
  content: '';
  display: block;
  width: 30px;
  height: 200px;
  opacity: 0.5;
  margin-left: 60px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2px 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2px 0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

body main .block3 .block3_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

@media only screen and (max-width: 1200px) {
  body main .block3 .block3_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

body main .block3 .block3_content .block3_content_left {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media only screen and (max-width: 1300px) {
  body main .block3 .block3_content .block3_content_left {
    width: 57%;
  }
}

@media only screen and (max-width: 1200px) {
  body main .block3 .block3_content .block3_content_left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 600px) {
  body main .block3 .block3_content .block3_content_left {
    width: 100%;
    margin-bottom: 20px;
  }
}

body main .block3 .block3_content .block3_content_left img {
  width: 100%;
}

body main .block3 .block3_content .block3_content_left p:nth-of-type(1) {
  color: black;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1920px) {
  body main .block3 .block3_content .block3_content_left p:nth-of-type(1) {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block3 .block3_content .block3_content_left p:nth-of-type(1) {
    font-size: calc(24px + 11 * ((100vw - 320px) / 1600));
  }
}

body main .block3 .block3_content .block3_content_left p:nth-of-type(2) {
  color: black;
  line-height: 1;
  font-weight: 400;
}

@media only screen and (min-width: 1920px) {
  body main .block3 .block3_content .block3_content_left p:nth-of-type(2) {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block3 .block3_content .block3_content_left p:nth-of-type(2) {
    font-size: calc(20px + 10 * ((100vw - 320px) / 1600));
  }
}

body main .block3 .block3_content .block3_content_right {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media only screen and (max-width: 1300px) {
  body main .block3 .block3_content .block3_content_right {
    width: 40%;
  }
}

@media only screen and (max-width: 1200px) {
  body main .block3 .block3_content .block3_content_right {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 900px) {
  body main .block3 .block3_content .block3_content_right {
    width: 80%;
  }
}

@media only screen and (max-width: 900px) {
  body main .block3 .block3_content .block3_content_right {
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  body main .block3 .block3_content .block3_content_right {
    width: 100%;
  }
}

body main .block3 .block3_content .block3_content_right form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main .block3 .block3_content .block3_content_right form .form_card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 460px) {
  body main .block3 .block3_content .block3_content_right form .form_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

body main .block3 .block3_content .block3_content_right form .form_card .form_item:nth-of-type(1) {
  width: 50%;
}

@media only screen and (max-width: 460px) {
  body main .block3 .block3_content .block3_content_right form .form_card .form_item:nth-of-type(1) {
    width: 100%;
  }
}

body main .block3 .block3_content .block3_content_right form .form_card .form_item:nth-of-type(2) {
  width: 37%;
}

@media only screen and (max-width: 500px) {
  body main .block3 .block3_content .block3_content_right form .form_card .form_item:nth-of-type(2) {
    width: 45%;
  }
}

@media only screen and (max-width: 460px) {
  body main .block3 .block3_content .block3_content_right form .form_card .form_item:nth-of-type(2) {
    width: 100%;
  }
}

body main .block3 .block3_content .block3_content_right form .form_item {
  width: 100%;
}

body main .block3 .block3_content .block3_content_right form .form_item input::-webkit-input-placeholder {
  font-size: 16.6px;
  color: black;
  line-height: 1.2;
  font-weight: 400;
}

body main .block3 .block3_content .block3_content_right form .form_item input:-ms-input-placeholder {
  font-size: 16.6px;
  color: black;
  line-height: 1.2;
  font-weight: 400;
}

body main .block3 .block3_content .block3_content_right form .form_item input::-ms-input-placeholder {
  font-size: 16.6px;
  color: black;
  line-height: 1.2;
  font-weight: 400;
}

body main .block3 .block3_content .block3_content_right form .form_item input::placeholder {
  font-size: 16.6px;
  color: black;
  line-height: 1.2;
  font-weight: 400;
}

body main .block3 .block3_content .block3_content_right form .form_item select {
  overflow: hidden;
  background: url("../img/arrow.svg") no-repeat right white;
  background-position-x: calc( 100% - 10px);
  -webkit-appearance: none;
}

body main .block3 .block3_content .block3_content_right form .form_item select, body main .block3 .block3_content .block3_content_right form .form_item input {
  width: 100%;
  padding: 15px 28px;
  border: none;
  background-color: white;
  border: 1px solid #d0d0d2;
  font-size: 16.6px;
  color: black;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Lada";
}

@media only screen and (max-width: 1200px) {
  body main .block3 .block3_content .block3_content_right form .form_item select, body main .block3 .block3_content .block3_content_right form .form_item input {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 600px) {
  body main .block3 .block3_content .block3_content_right form .form_item select, body main .block3 .block3_content .block3_content_right form .form_item input {
    padding: 12px 28px;
  }
}

body main .block3 .block3_content .block3_content_right form .form_item select option, body main .block3 .block3_content .block3_content_right form .form_item input option {
  margin-top: 10px;
  margin-bottom: 10px;
}

body main .block3 .block3_content .block3_content_right form .form_item input:focus {
  border: 1px solid #e37639;
}

body main .block3 .block3_content .block3_content_right form .form_item p {
  font-size: 15.2px;
  color: black;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 7px;
}

body main .block3 .block3_content .block3_content_right form button {
  margin-top: 10px;
  font-weight: 700;
  border: 3px solid #e37639;
  background-color: #e37639;
  width: 100%;
  padding: 22px 0px;
  padding: 15px 28px;
  border-radius: 40px;
  font-size: 21px;
  color: white;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1920px) {
  body main .block3 .block3_content .block3_content_right form button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block3 .block3_content .block3_content_right form button {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  }
}

@media only screen and (max-width: 600px) {
  body main .block3 .block3_content .block3_content_right form button {
    padding: 18px 0px;
  }
}

body main .block3 .block3_content .block3_content_right form button:hover {
  background: #e6873b;
}

body main .block3 .block3_content .block3_content_right form button:after {
  content: '';
  display: block;
  width: 30px;
  height: 200px;
  opacity: 0.5;
  margin-left: 60px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2px 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2px 0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

body main #obmen {
  margin-bottom: 0px;
}

body main .block4 {
  background-color: white;
  color: black;
  padding: 0px 0px;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  padding-top: 30px;
}

@media only screen and (max-width: 600px) {
  body main .block4 {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

body main .block4 .block4_content {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (max-width: 1300px) {
  body main .block4 .block4_content {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 1000px) {
  body main .block4 .block4_content {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 980px) {
  body main .block4 .block4_content {
    max-width: 726px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 750px) {
  body main .block4 .block4_content {
    width: 100%;
    padding-left: 2.64%;
    padding-right: 2.64%;
  }
}

@media only screen and (max-width: 600px) {
  body main .block4 .block4_content {
    max-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

body main .block4 .block4_content .block4_content_tittle {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 50px;
}

@media only screen and (min-width: 1920px) {
  body main .block4 .block4_content .block4_content_tittle {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block4 .block4_content .block4_content_tittle {
    font-size: calc(22px + 26 * ((100vw - 320px) / 1600));
  }
}

@media only screen and (max-width: 500px) {
  body main .block4 .block4_content .block4_content_tittle {
    margin-bottom: 15px;
    margin-top: 20px;
  }
}

body main .block4 .block4_content .block4_content_tittle span {
  color: #e37639;
}

body main .block4 .block4_content .block4_description {
  font-size: 29px;
  font-weight: 400;
}

@media only screen and (min-width: 1920px) {
  body main .block4 .block4_content .block4_description {
    font-size: 29px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block4 .block4_content .block4_description {
    font-size: calc(18px + 11 * ((100vw - 320px) / 1600));
  }
}

@media only screen and (max-width: 980px) {
  body main .block4 .block4_content .block4_description br {
    display: none;
  }
}

body main .block4 .block4_content form {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 980px) {
  body main .block4 .block4_content form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 20px;
  }
}

body main .block4 .block4_content form input {
  width: 100%;
  max-width: 255px;
  padding: 15px 28px;
  border: 1px solid #d0d0d2;
  padding: 15px 20px;
  font-size: 16.6px;
  color: black;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Lada";
  background-color: transparent;
}

body main .block4 .block4_content form input:focus {
  border: 1px solid #e37639;
}

@media only screen and (max-width: 980px) {
  body main .block4 .block4_content form input {
    max-width: inherit;
    margin-bottom: 10px;
    width: 100%;
  }
}

body main .block4 .block4_content form button {
  width: 100%;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #e37639;
  color: white;
  text-transform: uppercase;
  z-index: 20;
  position: relative;
  cursor: pointer;
  padding: 15px 28px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #e37639;
  border-radius: 40px;
  text-transform: uppercase;
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1920px) {
  body main .block4 .block4_content form button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block4 .block4_content form button {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  }
}

body main .block4 .block4_content form button:hover {
  background: #e6873b;
}

@media only screen and (max-width: 600px) {
  body main .block4 .block4_content form button {
    padding: 18px 0px;
  }
}

body main .block4 .block4_content form button:after {
  content: '';
  display: block;
  width: 30px;
  height: 200px;
  opacity: 0.5;
  margin-left: 60px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2px 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2px 0;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media only screen and (max-width: 980px) {
  body main .block4 .block4_content form button {
    max-width: inherit;
    margin-bottom: 10px;
    width: 100%;
  }
}

body main .block5 {
  border-top: 1px solid gray;
  padding-top: 40px;
  background-color: white;
  color: black;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media only screen and (max-width: 1300px) {
  body main .block5 {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 1000px) {
  body main .block5 {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 750px) {
  body main .block5 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.64%;
    padding-right: 2.64%;
  }
}

@media only screen and (max-width: 670px) {
  body main .block5 {
    margin-top: 30px;
    padding-top: 0px;
    border: 0px;
  }
}

@media only screen and (max-width: 600px) {
  body main .block5 {
    max-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

body main .block5 .block5_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 670px) {
  body main .block5 .block5_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: 0px;
    border-top: 1px solid gray;
    padding-top: 40px;
  }
}

body main .block5 .block5_top .block5_top_left {
  width: 30%;
  text-align: left;
}

body main .block5 .block5_top .block5_top_left img {
  max-width: 240px;
}

@media only screen and (max-width: 980px) {
  body main .block5 .block5_top .block5_top_left img {
    max-width: none;
    width: 90%;
  }
}

@media only screen and (max-width: 980px) {
  body main .block5 .block5_top .block5_top_left {
    width: 24%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 670px) {
  body main .block5 .block5_top .block5_top_left {
    display: none;
  }
}

body main .block5 .block5_top .block5_top_card {
  width: 34%;
  text-align: left;
}

@media only screen and (max-width: 980px) {
  body main .block5 .block5_top .block5_top_card {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}

body main .block5 .block5_top .block5_top_card:nth-of-type(1) {
  width: 39%;
}

body main .block5 .block5_top .block5_top_card:nth-of-type(2) {
  width: 39%;
}

@media only screen and (max-width: 670px) {
  body main .block5 .block5_top .block5_top_card:nth-of-type(2) {
    width: 100%;
  }
}

body main .block5 .block5_top .block5_top_card .block5_top_tittle span {
  color: black;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

body main .block5 .block5_top .block5_top_card .block5_top_tittle br, body main .block5 .block5_top .block5_top_card .block5_top_tittle span {
  display: none;
}

@media only screen and (max-width: 800px) {
  body main .block5 .block5_top .block5_top_card .block5_top_tittle br, body main .block5 .block5_top .block5_top_card .block5_top_tittle span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 670px) {
  body main .block5 .block5_top .block5_top_card .block5_top_tittle br, body main .block5 .block5_top .block5_top_card .block5_top_tittle span {
    display: none;
  }
}

@media only screen and (max-width: 670px) {
  body main .block5 .block5_top .block5_top_card {
    width: 100%;
  }
}

body main .block5 .block5_top .block5_top_card .block5_top_tittle {
  color: #e37639;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 700;
}

@media only screen and (min-width: 1920px) {
  body main .block5 .block5_top .block5_top_card .block5_top_tittle {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block5 .block5_top .block5_top_card .block5_top_tittle {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  }
}

body main .block5 .block5_top .block5_top_card .block5_top_card_item_tittle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 1920px) {
  body main .block5 .block5_top .block5_top_card .block5_top_card_item_tittle {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  body main .block5 .block5_top .block5_top_card:nth-child(3) .block5_top_card_item_tittle {
    margin-bottom: 1.25em;
  }
}
@media (min-width: 1480px) {
  body main .block5 .block5_top .block5_top_card:nth-child(3) .block5_top_card_item_tittle {
    margin-bottom: 1.15em;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block5 .block5_top .block5_top_card .block5_top_card_item_tittle {
    font-size: calc(15px + 5 * ((100vw - 320px) / 1600));
  }
}

@media only screen and (max-width: 670px) {
  body main .block5 .block5_top .block5_top_card .block5_top_card_item_tittle {
    margin-bottom: 10px;
  }
}

body main .block5 .block5_top .block5_top_card .info {
  margin-bottom: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

body main .block5 .block5_top .block5_top_card .info span {
  white-space: nowrap;
}

@media only screen and (max-width: 670px) {
  body main .block5 .block5_top .block5_top_card .info {
    margin-left: 25px;
    margin-bottom: 20px;
  }
}

body main .block5 .block5_top .block5_top_card .info p {
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (min-width: 1920px) {
  body main .block5 .block5_top .block5_top_card .info p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block5 .block5_top .block5_top_card .info p {
    font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  }
}

body main .block5 .block5_top .block5_top_card .info .contactPop {
  color: #e37639;
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (min-width: 1920px) {
  body main .block5 .block5_top .block5_top_card .info .contactPop {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block5 .block5_top .block5_top_card .info .contactPop {
    font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  }
}

body main .block5 .footer_content_card {
  text-align: left;
  padding-bottom: 40px;
}

body main .block5 .footer_content_card .active .footer_content_card_item_select svg {
  -webkit-transform: none;
          transform: none;
  min-width: 16px;
}

body main .block5 .footer_content_card .active .footer_content_card_item_info {
  display: none !important;
}

body main .block5 .footer_content_card .footer_content_card_item_select {
  border: 1px solid #d0d0d2;
  place-items: center;
}

body main .block5 .footer_content_card .footer_content_card_item_select p {
  color: black;
}

@media only screen and (max-width: 600px) {
  body main .block5 .footer_content_card .footer_content_card_item_select p {
    margin-right: 25px;
  }
}

body main .block5 .footer_content_card .footer_content_card_item_select svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: #e6873b;
}

body main .block5 .footer_content_card .footer_content_card_item .footer_content_card_item_select {
  margin-top: 1rem;
}

body main .block5 .footer_content_card .footer_content_card_item .footer_content_card_item_select {
  color: white !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
}

body main .block5 .footer_content_card .footer_content_card_item .footer_content_card_item_info {
  padding: 30px 20px;
}

body main .block5 .footer_content_card .footer_content_card_item .footer_content_card_item_info p {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 400;
}

body main .block5 .footer_content_card .footer_content_card_item .footer_content_card_item_info p pan {
  font-weight: 700;
}

body main .block5 .footer_content_card .footer_content_card_item .footer_content_card_item_info p a {
  color: #478ac9 !important;
}

body main .block5 .footer_content_card .footer_content_card_item .footer_content_card_item_info .footer_content_card_item_info_title {
  font-weight: 700;
  margin-top: 0px;
}

body footer {
  color: white;
  background-color: black;
}

body footer .footer_content {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  padding: 40px 0px;
}

@media only screen and (max-width: 750px) {
  body footer .footer_content {
    width: calc( 100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}

body footer .footer_content img {
  width: 180px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 750px) {
  body footer .footer_content img {
    width: 120px;
  }
}

body footer .footer_content .footer_content_tittle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

@media only screen and (max-width: 750px) {
  body footer .footer_content .footer_content_tittle {
    font-size: 14px;
  }
}

body footer .footer_content .footer_info p {
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (max-width: 750px) {
  body footer .footer_content .footer_info p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 500px) {
  body footer .footer_content .footer_info p {
    font-size: 12px;
  }
}

body footer .footer_content .footer_info p:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 500px) {
  body footer .footer_content .footer_info p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.menu {
  display: none;
}

@media only screen and (max-width: 980px) {
  .menu {
    display: block;
  }
}

html {
  font-family: 'Lato', sans-serif;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.msg {
  font-family: 'Pacifico', cursive;
  font-size: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FEFEFE;
  background-color: #1184F0;
}

.features {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

.features li {
  width: 100%;
  text-align: center;
  padding: 0.25em;
}

content {
  display: none;
}

@media only screen and (max-width: 980px) {
  content {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  content {
    display: block;
  }
}

.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 500;
  height: 100vh;
  width: 100vw;
  -webkit-transform: translate(100vw, 0);
          transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  padding-top: 60px;
  -webkit-transition: width 475ms ease-out, border-radius 0.8s 0.1s ease, -webkit-transform 450ms ease;
  transition: width 475ms ease-out, border-radius 0.8s 0.1s ease, -webkit-transform 450ms ease;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease, -webkit-transform 450ms ease;
  border-bottom-left-radius: 100vw;
  background-color: black;
}

@media (max-width: 980px) {
  .drawer-list {
    padding-top: 100px;
  }
}

@media (max-width: 600px) {
  .drawer-list {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .drawer-list {
    width: 40vw;
  }
}

.drawer-list ul {
  z-index: 500;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
  background-color: white;
}

.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translatex(100vw);
          transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}

.drawer-list li:last-child {
  margin-bottom: 2em;
}

.drawer-list li a {
  text-decoration: none;
  color: black;
  text-align: center;
  display: block;
  padding: 7px 0px;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .drawer-list li a {
    text-align: center;
    padding: 0.5rem;
  }
}

.drawer-list ul li a:focus ~ .drawer-list {
  -webkit-transform: translatex(0);
          transform: translatex(0);
  border-bottom-left-radius: 0;
}

.drawer-list ul li a:focus ~ .drawer-list li {
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(1) {
  -webkit-transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(2) {
  -webkit-transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(3) {
  -webkit-transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(4) {
  -webkit-transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(5) {
  -webkit-transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(6) {
  -webkit-transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(7) {
  -webkit-transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(8) {
  -webkit-transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(9) {
  -webkit-transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(10) {
  -webkit-transition: -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(11) {
  -webkit-transition: -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(12) {
  -webkit-transition: -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(13) {
  -webkit-transition: -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(14) {
  -webkit-transition: -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(15) {
  -webkit-transition: -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(16) {
  -webkit-transition: -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(17) {
  -webkit-transition: -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(18) {
  -webkit-transition: -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(19) {
  -webkit-transition: -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(20) {
  -webkit-transition: -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(21) {
  -webkit-transition: -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(22) {
  -webkit-transition: -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(23) {
  -webkit-transition: -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(24) {
  -webkit-transition: -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(25) {
  -webkit-transition: -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(26) {
  -webkit-transition: -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(27) {
  -webkit-transition: -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(28) {
  -webkit-transition: -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(29) {
  -webkit-transition: -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(30) {
  -webkit-transition: -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(31) {
  -webkit-transition: -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(32) {
  -webkit-transition: -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(33) {
  -webkit-transition: -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(34) {
  -webkit-transition: -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(35) {
  -webkit-transition: -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(36) {
  -webkit-transition: -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(37) {
  -webkit-transition: -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(38) {
  -webkit-transition: -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(39) {
  -webkit-transition: -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(40) {
  -webkit-transition: -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(41) {
  -webkit-transition: -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(42) {
  -webkit-transition: -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(43) {
  -webkit-transition: -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(44) {
  -webkit-transition: -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(45) {
  -webkit-transition: -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(46) {
  -webkit-transition: -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(47) {
  -webkit-transition: -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(48) {
  -webkit-transition: -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(49) {
  -webkit-transition: -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li:nth-child(50) {
  -webkit-transition: -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

.drawer-list ul li a:focus ~ .drawer-list li a {
  padding-right: 15px;
}

input.hamburger {
  display: none;
}

input.hamburger:checked ~ .drawer-list {
  -webkit-transform: translatex(0);
          transform: translatex(0);
  border-bottom-left-radius: 0;
  background-color: white;
}

input.hamburger:checked ~ .drawer-list li {
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  -webkit-transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  -webkit-transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  -webkit-transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  -webkit-transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  -webkit-transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  -webkit-transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  -webkit-transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  -webkit-transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  -webkit-transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  -webkit-transition: -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  -webkit-transition: -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  -webkit-transition: -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  -webkit-transition: -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  -webkit-transition: -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  -webkit-transition: -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  -webkit-transition: -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  -webkit-transition: -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  -webkit-transition: -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  -webkit-transition: -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  -webkit-transition: -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  -webkit-transition: -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  -webkit-transition: -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  -webkit-transition: -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  -webkit-transition: -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  -webkit-transition: -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  -webkit-transition: -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  -webkit-transition: -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  -webkit-transition: -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  -webkit-transition: -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  -webkit-transition: -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  -webkit-transition: -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  -webkit-transition: -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  -webkit-transition: -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  -webkit-transition: -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  -webkit-transition: -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  -webkit-transition: -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  -webkit-transition: -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  -webkit-transition: -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  -webkit-transition: -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  -webkit-transition: -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  -webkit-transition: -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  -webkit-transition: -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  -webkit-transition: -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  -webkit-transition: -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  -webkit-transition: -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  -webkit-transition: -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  -webkit-transition: -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  -webkit-transition: -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  -webkit-transition: -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  -webkit-transition: -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}

input.hamburger:checked ~ label > i {
  background-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

input.hamburger:checked ~ label > i:before {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}

input.hamburger:checked ~ label > i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-315deg);
          transform: translate(-50%, -50%) rotate(-315deg);
}

input.hamburger:checked ~ label close {
  color: #FEFEFE;
  width: 100%;
}

input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
}

label.hamburger:hover {
  cursor: pointer;
}

label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: 0.8em;
  align-text: center;
  position: absolute;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  -webkit-transition: width 0.25s 0.35s, color 0.45s 0.35s;
  transition: width 0.25s 0.35s, color 0.45s 0.35s;
}

label.hamburger text close {
  color: white;
  right: 0;
  width: 0;
}

label.hamburger text open {
  color: white;
  width: 100%;
}

label.hamburger > i {
  position: absolute;
  width: 70%;
  height: 2px;
  top: 50%;
  background-color: #e37639;
  pointer-events: auto;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

label.hamburger > i:after, label.hamburger > i:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #e37639;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

label.hamburger > i:before {
  -webkit-transform: translate(-50%, -14px);
          transform: translate(-50%, -14px);
}

label.hamburger > i:after {
  -webkit-transform: translate(-50%, 14px);
          transform: translate(-50%, 14px);
}

label.hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media only screen and (max-width: 980px) {
  label.hamburger {
    display: block;
    top: 25px;
    right: calc((100% - 726px) / 2);
  }
}

@media only screen and (max-width: 750px) {
  label.hamburger {
    right: 2.6%;
  }
}

@media only screen and (max-width: 570px) {
  label.hamburger {
    top: 22px;
  }
}

.icon {
  display: inline-block;
  width: 5vw;
  height: 4vw;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.resize {
  height: 252px;
}

@media only screen and (max-width: 550px) {
  .resize {
    height: auto;
  }
}

@media (max-width: 670px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 671px) {
  .desktop-hidden {
    display: none !important;
  }
}


.consent {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  font-size: .75em;
  color: #777;
  text-align: left;
}
.consent a {
  color: #444;
}
.consent a:not(:hover) {
  text-decoration: underline;
}

.cookie-consent {
  position: fixed;
  z-index: 10000000000;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  max-width: 370px;
  padding: 1rem;
  background: var(--c-bg);
  border-radius: 1rem;
  box-shadow: 0 0 16px #0004;
  font-size: .875rem;
}
.cookie-consent__text a:not(:hover) {
  text-decoration: underline;
}

.cookie-consent__btn {
  margin-top: 1rem;
  border: none;
  width: 100%;
  padding: 1rem  2rem;
  background: var(--c-primary);
  color: var(--c-bg);
  font-weight: normal;
  font-size: 1rem;
  width: 100%;
  cursor: pointer;
}

@media (min-width: 758px) {
  .cookie-consent {
    bottom: 2rem;
    left: 2rem;
    right: unset;
  }
}

.policy-consent {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  inset: 0;
  height: 100%;
  z-index: 10000000000;
  color: inherit;
}
.policy-consent__wrap {
  background: var(--c-bg);
  padding: 1rem;
  overflow: auto;
  height: 100%;
}
.policy-consent__close {
  display: block;
  margin-bottom: 1rem;
  margin-left: auto;
  background: none;
  border: none;
  font-weight: 100;
  stroke: currentColor;
  cursor: pointer;
}
.policy-consent__header {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: 1.375em;
  font-weight: 600;
}
.policy-consent__back {
  background: none;
  border: none;
  stroke: currentColor;
  opacity: .5;
  cursor: pointer;
}
.policy-consent__btn {
  position: sticky;
  bottom: 0;
  margin-top: 1rem;
  border: none;
  width: 100%;
  padding: 1rem  2rem;
  background: var(--c-primary);
  color: var(--c-bg);
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .policy-consent__wrap {
    margin-left: auto;
    max-width: 520px;
    padding: 2rem 4rem 2rem 5rem;
  }
  .policy-consent__back {
    display: none;
  }
  .policy-consent__close {
    position: relative;
    top: -1rem;
    right: -3rem;
  }
  .policy-consent__header {
    font-size: 1.75em;
  }
}