@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;
  }
}

* {
  scroll-behavior: smooth;
  scrollbar-width: auto;
}

:root {
  --c-bg: #FFF;
  --c-primary: #d5001c;
  --c-primary-light: #af0118;
  --c-primary-light-2: #ff445d;
  --c-text: #000;
}

a[href^="tel"] {
  white-space: nowrap;
}

.sec-title {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 768px) {
  .sec-title {
    margin-bottom: 1rem;
  }
}

.block3_content_left img {
  border-radius: 12px;
}
@media (min-width: 1200px) {
  .block3_content_left img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media only screen and (max-width: 1300px) {
  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 .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 .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 .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 .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;
  }

  .header_logo img {
    max-height: 1rem;
  }

  .change_color a {
    width: 22px!important;
    height: 22px!important;
    margin: 0px 4px!important;
  }

  body main .block2 .block2_content .block2_content_card .mobile_vigoda {
    max-width: 340px;
  }
}

@font-face {
    font-family: Porsche;
    src: url(../fonts/porsche-regular.woff2) format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Porsche;
    src: url(../fonts/porsche-bold.woff2) format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Porsche;
    src: url(../fonts/porsche-thin.woff2) format("woff2");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}

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

body {
  max-width: 100vw;
  overflow-x: hidden;
}

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;
}

input,
select,
textarea {
  font-family: inherit !important;;
}

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: #000;
}

button {
  font-family: Porsche, sans-serif;
}

body {
  color: black;
  background-color: #fff;
  scroll-behavior: smooth;
}

body .loaded_hiding {
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0px;
  z-index: 10000;
  left: 0px;
  position: fixed;
}

body header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #040404;
  padding: 25px 0px;
}

.header_logo img {
    max-height: 7rem;
 }
.header_logo_name {
    width: 10rem;
 }

.adress_mob{
	text-transform: none;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.phone_mob{
	text-transform: none;
	font-size: 24px;
        font-weight: 700 !important;
	padding-top:28px;
	padding-bottom: 0px;
}
@media only screen and (max-width: 1300px) {
  body header {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

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

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

body header .header_content {
  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;
  max-height: 45px;
  width: 100%;
}

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

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

@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;
}

body header .header_content .header_logo a {
  margin-right: 0px;
}

@media only screen and (max-width: 980px) {
  .footer__mobile-logo .header_logo {
    margin-bottom: 1rem;
  }
  body header .header_content .header_logo a {
    margin-right: 0px;
  }
}

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

@media only screen and (max-width: 400px) {
  body header .header_content .header_logo a {
    margin-right: 30px;
    margin-top: 10px;
  }
  .header_logo img {
      max-height: 1rem;
  }

  .footer__mobile-logo .header_logo img {
    max-height: 5rem;
  }
}

@media only screen and (max-width: 400px) {
  body header .header_content .header_logo a svg {
    max-height: 35px;
    margin-right: 30px;
  }
}

body header .header_content .header_logo a svg {
  height: 100%;
  width: 100%;
  max-height: 49px;
  width: 59px;
}

body header .header_content .header_logo .line {
  margin: -1% 10px 0;
  width: 2px;
  background: #fff;
  height: 60%;
  cursor: pointer;
}

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

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

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

@media only screen and (min-width: 1920px) {
  body header .header_content .header_logo p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1920px) {
  body header .header_content .header_logo p {
    font-size: calc(12px + 3 * ((100vw - 320px) / 1600));
  }
}

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

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

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

}

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

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

@media only screen and (max-width: 980px) {
  body header .header_content .header_right_info {
    display: true !important;
  }
body header .header_content .header_right_info {
    margin-right: 16.3vw;
}
body header .header_content .header_right_info a {
    display: true;
}
}

body header .header_content .header_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  color: #fff;
}

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

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

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

body header .header_content .header_map div svg {
    margin-right: 6px;
    padding-top: 6px;
}

body header .header_content .header_map a {
  color: #fff;
  font-weight: 600;
}

body header .header_content .header_map p {
  font-weight: 400;
  font-size: 15px;
}

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;
  color: white;
  font-weight: 500;
  font-size: .75rem;
  padding: 11px 20px;
  background: linear-gradient(to left,#e3e3e3,#e1e1e1);
  -webkit-transition: all 0.4s ease,background 0.4s ease;
  transition: all 0.4s ease,background 0.4s ease;
  color: #000;
  border-radius: 0px;
  text-transform: uppercase;
}

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

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

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

body .contact_mob {
  display: none;
  padding: 15px 0px;
}

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

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

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

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

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

body .contact_mob .contact_mob_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: flex;
}

body .contact_mob .contact_mob_content .header_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  color: black;
}

body .contact_mob .contact_mob_content .header_map div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}

body .contact_mob .contact_mob_content .header_map svg {
  margin-right: 10px;
}

body .contact_mob .contact_mob_content .header_map a {
  color: black;
  font-weight: 600;
}

body .contact_mob .contact_mob_content .header_map p {
  font-weight: 400;
  font-size: 15px;
}

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: -33px auto 0;
  border-bottom: 1px solid #ccc;
}

body .menu_desk div {
  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;
  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 .5s ease;
  transition: all .5s ease;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  padding: 24px .75em;
  position: relative;
  -webkit-transition: border-bottom-color .5s ease;
  transition: border-bottom-color .5s ease;
}

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

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

@media only screen and (max-width: 1200px) {
  body .menu_desk a {
    font-size: 13px;
    padding-left: .2em;
    padding-right: .2em;
  }
}

body .menu_desk a::before {
  content: " ";
  position: absolute;
  right: 4px;
  bottom: 0;
  left: 4px;
  border-bottom: 3px solid var(--c-primary);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 0px;
}

body .menu_desk a:hover::before {
  width: 100%;
}

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

body .menu_desk a:last-child {
  font-weight: bold;
}

@media only screen and (max-width: 360px) {
  .drawer-list li a {
      text-decoration: none;
      color: #fff;
      text-align: center;
      display: block;
      padding: 5px 0px;
      font-size: 15px;
      font-weight: 500;
  }
}

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

body main .hidden + .block2_to {
  display: none !important;
}

@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: 30px;
    margin-bottom: 25px;
  }
}

body main .block2 {
  color: black;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
}
@media (max-width: 767) {
  body main .block2 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  body main .block2 {
    margin-top: 50px;
  }
}

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

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

body main .block2 select {
  background-color: #c3002f;
  border: none;
  color: black;
  position: relative;
  z-index: 20;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding: 16px 10px;
  min-height: 55px;
  height: 55px;
  margin-top: 15px;
  width: 100%;
  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: #c3002f;
}

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: #c3002f;
}

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: #c3002f;
  color: white;
  font-size: 17px;
  font-weight: 700;
}

body main .block2 .block2_complect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c3002f;
  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: #c3002f;
  color: white;
}

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

.mobile-price {
  display: none;
}

body main .block2 .block2_content_card_left_tittle {
  font-size: 40px;
  display: flex;
}


body main .block2 .block2_content_card_left_tittle {
  font-size: 32px;
  font-weight: 500;
}

@media (max-width: 480px) {
  body main .block2 .block2_content_card_left_tittle {
    font-size: 24px;
  }
}

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;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*! gap: 50px; */
}

@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 .mobile {
  margin-top: 10px;
}

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 del {
  text-decoration: none;
  position: relative;
}
body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda del::after {
  content: '';
  display: block;
  position: absolute;
  top: 54%;
  left: -5%;
  width: 110%;
  transform: translateY(-50%) rotateZ(1deg);
  border-radius: 9999px;
  height: 5px;
  background: black;
}

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;
  font-weight: 500;
}

@media only screen and (max-width: 400px) {
  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: 12px;
  }
}

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: 359px) {
  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;
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .left_vigoda {
  background: var(--c-primary);
  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;
  }

  .left_vigoda img {
    width: 20px;
    height: 20px;
  }
  .right_vigoda img {
    width: 20px;
    height: 20px;
  }
}

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

@media only screen and (max-width: 380px) {
  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;
}

.left_vigoda > div > p:nth-child(2),
.right_vigoda > div > p:nth-child(2) {
  font-family: Porsche, sans-serif;
  font-weight: normal!important;
}

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 50px 10px 35px;
  }
}

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

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

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

body main .block2 .block2_content .block2_content_card .block2_content_card_right_vigoda .right_vigoda:before {
  z-index: 19;
  position: absolute;
  content: "";
  left: -50px;
  top: -20px;
  width: 60px;
  height: 140px;
  background-color: var(--c-primary);
  -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: -40px;
  }
}

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;
  line-height: 1.4;
}

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

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

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

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

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;
  }
}

@media only screen and (max-width: 990px) {
  body main .block2 .block2_content .block2_content_card .mobile_vigoda {
    max-width: 475px;
    font-size: .875em;
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left {
  width: 48%;
  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;
  }
}
@media only screen and (max-width: 500px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_left {
    width: 100%;
    margin-bottom: 27px;
  }
}

.car + .car {
  margin-top: 1.5rem;
}
.car__title {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.car__badge {
  background: #15577E66;
  margin-bottom: 0.2em;
  color: white;
  font-weight: 500;
  padding: 0.35em 0.75em;
  border-radius: 6px;
}
.slider .car__badge {
  display: none;
}
.car[hidden] + .block2_to {
  display: none !important;
}
@media (min-width: 1200px) {
  .car + .car {
    margin-top: 4rem;
  }
  .car__badge {
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .car__title .car__badge {
    display: none;
  }
  .slider .car__badge {
    display: block;
    float: right;
    position: relative;
    top: -1rem;
  }
}

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

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

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

@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;
  }
}

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

.slider {
  margin-bottom: 30px;
  margin-top: 30px;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .non_pad {
  -o-object-position: 0px 0px !important;
     object-position: 0px 0px !important;
  margin-bottom: 0px !important;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .slider img {
  margin-bottom: -50px;
}

#Besturn_x40 .block2_content_card_left .slider {
  margin-top: 0px;
}
#Besturn_x40 .block2_content_card_left .slider img {
  position: relative;
  transform: scale(1.25);
  z-index: -1;
}

.footer-phone {
  display: block;
  margin-top: 0.2em;
}
@media (max-width: 840px) and (min-width: 768px) {
  .footer-phone {
    margin-top: 22.4px;
  }
}
@media (min-width: 1101px) {
  #Besturn_x40 .block2_content_card_left .slider {
    margin-top: -20px;
  }
  #Besturn_x40 .block2_content_card_left .slider img {
    width: 125%;
    transform: translateX(-12.5%);
  }
  .footer-phone {
    display: block;
    font-size: 1.25em;
    margin-top: 1.55rem;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 768px) {
  .footer-phone {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 900px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_left .slider img {
    -o-object-position: 0px -30px;
       object-position: 0px -30px;
    margin-bottom: -30px;
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .block2_info_car svg {
  display: none;
}

@media (max-width: 500px) {
  .mobile-price {
    margin-top: 20px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .mobile-price__price1 {
    color: var(--c-text);
    font-size: 18px;
  }
  .mobile-price__price2 {
    font-size: 21px;
    color: var(--c-text);
    margin-top: -.1em;
  }
  .mobile-price__price2 > span:last-child {
    color: var(--c-primary);
  }
  .mobile-price__price3 {
    font-size: 18px;
    color: var(--c-text);
  }
  .mobile-price__price3 > span:last-child {
    color: var(--c-text);
  }
}

.change_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.change_color a {
  width: 35px;
  height: 35px;
  margin: 0px 8px;
  border-radius: 20px;
  background-color: black;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .black {
  background-color: black;
}
body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .agat {
  background-color: #cdcdcd;
}
body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .sapphire {
  background-color: #9c3c25;
}
body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .quartz {
  background-color: #8d9197;
}
body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .gray {
  background-color: #666666;
}
body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .platinum {
  background-color: #7f7f7f;
}
body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .silver {
  background-color: #c7c7c7;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .cream {
  background-color: #e7e3d8;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .white {
  background-color: #f1f1f1;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .white-black {
  background: linear-gradient(45deg, #f1f1f1 50%, black 51% 100%);
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .yellow {
  background-color: #f6cc52;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .yellow-black {
  background: linear-gradient(45deg, #f6cc52 50%, black 51% 100%);
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .blue {
  background-color: #0083c8;
}
body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .aquamarine {
  background-color: #34c2f7;
}
body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .blue-black {
  background: linear-gradient(45deg, #0083c8 50%, black 51% 100%);
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .blue-dark {
  background-color: #242b5c;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .red {
  background-color: #f13749;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .orange {
  background-color: #fb8800;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .green {
  background-color: #434b37;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .grey {
  background-color: #6b6b6b;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .change_color .brown {
  background-color: #79594a;
}

.change_color a.active {
  box-shadow: 0 0 3px #0009;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_left .block2_info_car {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 1.125rem;
}

@media (max-width: 1024px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_left .block2_info_car {
    height: 2.8rem;
    overflow: hidden;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    transition: height .3s ease-in-out;
  }
  body main .block2 .block2_content .block2_content_card .block2_content_card_left .block2_info_car svg {
    display: block;
    flex: 1 0 auto;
    transform: scaleY(1.2);
    padding: 7px;
    box-sizing: content-box;
  }
  body main .block2 .block2_content .block2_content_card .block2_content_card_left .block2_info_car.open svg {
    transform: scaleY(-1);
  }
}

@media (max-width: 1024px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_left .block2_info_car {
    font-size: 1em;
    height: 5.6em;
  }
}
@media (max-width: 840px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_left .block2_info_car {
    font-size: .857em;
    position: relative;
  }
  body main .block2 .block2_content .block2_content_card .block2_content_card_left .block2_info_car:not(.open) > div {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body main .block2 .block2_content .block2_content_card .block2_content_card_left .block2_info_car:not(.open)::after {
    /* content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20em;
    height: 1.4em;
    background: linear-gradient(to right, transparent, 7 var(--c-bg) 75%); */
  }
}

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;
  flex-flow: column;
  margin-top: 28px;
}

@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: 12px;
}

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: var(--c-primary);
  margin-right: 10px;
  flex: 0 0 auto;
}

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;
}


body main .block2 .block2_content .block2_content_card .block2_content_card_right .block2_right_content_card .block2_right_content_card_item p {
  font-size: 1.2em;
}

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

@media (max-width: 767px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right .block2_right_content_card .block2_right_content_card_item p {
    font-size: 1em;
    line-height: 1.2;
  }
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .block2_right_content_card .block2_right_content_card_item p .block2_non {
  font-weight: 500 !important;
  white-space: nowrap;
}

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%;
  color: var(--c-text);
  border: 1px solid var(c--text);
  z-index: 20;
  position: relative;
  cursor: pointer;
  padding: 15px 40px;
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:not(:hover)::before {
  filter: invert(1);
}

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

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

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: white;
    background-color: var(--c-primary);
    text-transform: uppercase;
    border: 1px solid var(--c-primary);
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(2):hover {
  background: var(--c-primary-light);
  border-color: var(--c-primary-light);
  color: white;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}


body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(2)::before {
  content: "";
  background-image: url("../img/arrow_but.svg");
  background-size: cover;
  width: 28px;
  height: 28px;
  font-size: 30px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 13px;
  color: #fff;
  filter: none!important;
}

body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(4) {
  margin-top: 10px;
}

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), body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(4) {
  color: var(--c-text);
  border: 1px solid var(--c-text);
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

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, body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(4):hover {
  color: white;
  background: var(--c-primary);
  border-color: var(--c-primary);
}


body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(3)::before, body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(1)::before, body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a:nth-of-type(4)::before {
  content: "";
  background-image: url("../img/arrow_but.svg");
  background-size: cover;
  width: 28px;
  height: 28px;
  font-size: 30px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 13px;
  color: #fff;
}

@media (max-width: 440px) {
  body main .block2 .block2_content .block2_content_card .block2_content_card_right .buttons a {
    padding-left: 1em;
    font-size: 1rem;
  }

  .footer_content_card {
    font-size: .75em;
  }
}

body main .block3 {
  margin-right: 2rem;
  margin-left: 2rem;
}

@media only screen and (max-width: 970px) {
  body main .block3 {
    margin: inherit;
  }
}

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: #fff;
}

@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%;
  margin-top: 20px;
}

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

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

body main .block3 .block3_content .block3_content_left p:nth-of-type(1) {
  font-size: 1.5em;
}

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));
  }
}

@media only screen and (max-width: 600px) {
  body main .block3 .block3_content .block3_content_left p br {
    display: none;
  }
}

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;
  justify-content: space-between;
  align-items: start;
}

body main .block3 .block3_content .block3_content_right form .form_card.form_card--radio {
  justify-content: start;
}

@media only screen and (max-width: 460px) {
  body main .block3 .block3_content .block3_content_right form .form_card:not(.form_card--radio) {
    flex-flow: column;
  }
}
@media (max-width: 1200px) {
  body main .block3 .block3_content .block3_content_right form .form_card.form_card--radio {
    margin-bottom: 1.25rem;
  }
}

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;
}

@media only screen and (min-width: 1920px) {
  body main .block3 .block3_content .block3_content_right form .form_item input::-webkit-input-placeholder {
    font-size: 16px;
  }
  body main .block3 .block3_content .block3_content_right form .form_item input:-ms-input-placeholder {
    font-size: 16px;
  }
  body main .block3 .block3_content .block3_content_right form .form_item input::-ms-input-placeholder {
    font-size: 16px;
  }
  body main .block3 .block3_content .block3_content_right form .form_item input::placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block3 .block3_content .block3_content_right form .form_item input::-webkit-input-placeholder {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  }
  body main .block3 .block3_content .block3_content_right form .form_item input:-ms-input-placeholder {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  }
  body main .block3 .block3_content .block3_content_right form .form_item input::-ms-input-placeholder {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  }
  body main .block3 .block3_content .block3_content_right form .form_item input::placeholder {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  }
}

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: normal;
  font-style: normal;
}

@media only screen and (min-width: 1920px) {
  body main .block3 .block3_content .block3_content_right form .form_item select, body main .block3 .block3_content .block3_content_right form .form_item input {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1920px) {
  body main .block3 .block3_content .block3_content_right form .form_item select, body main .block3 .block3_content .block3_content_right form .form_item input {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  }
}

@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 14px;
  }
}

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 #000;
}

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;
  width: 100%;
  padding: 22px 0px;
  padding: 15.5px 28px;
  font-size: 21px;
  border: none;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: relative;
  background: var(--c-primary);
  color: white;
  cursor: pointer;
  overflow: hidden;
  transition: ease 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body main .block3 .block3_content .block3_content_right form button:hover {
  background: var(--c-primary-light);
}

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

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

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

body main .block4 {
  background-color: #fff;
  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: 30px;
  margin-top: 50px;
}
body main .block4 .block4_content .block4_content_tittle span {
  color: #000;
  font-weight: bold;
}


body main .block4 .block4_content .block4_content_tittle {
  font-size: 2.25rem;
}

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;
  }
}

body main .block4 .block4_content .block4_description {
  font-size: 1.5em;
}

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

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

body main .block4 .block4_content form {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  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: 275px;
  padding: 15px 28px;
  border: 1px solid #d0d0d2;
  padding: 15.5px 20px;
  font-size: 16.6px;
  color: black;
  line-height: 1.2;
  font-weight: 400;
  background-color: transparent;
}

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

@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;
  z-index: 20;
  position: relative;
  cursor: pointer;
  padding: 14px 20px;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--c-primary);
  color: white;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  border: 0px;
  max-height: 52px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  width: 100%;
  max-width: 380px;
  text-align: center;
  text-transform: uppercase;
  place-content: center;
  place-items: center;
}
body main .block4 .block4_content form button:hover {
  background: var(--c-primary-light);
}

@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 {
  font-size: .875em;
}

@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 #ccc;
  padding-top: 40px;
  background-color: #fff;
  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: flex;
  justify-content: space-between;
  gap: 20px;
}

.block5_top p + p {
  margin-top: 0.6em;
}

@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 #ccc;
    padding-top: 40px;
  }
}

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

body main .block5 .block5_top .block5_top_left .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: start;
  max-height: 120px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 570px) {
  body main .block5 .block5_top .block5_top_left .header_logo {
    max-height: 40px;
  }
}

body main .block5 .block5_top .block5_top_left .header_logo a {
  margin-right: 0px;
}

@media only screen and (max-width: 980px) {
  body main .block5 .block5_top .block5_top_left .header_logo a {
    margin-right: 0px;
  }
}

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

body main .block5 .block5_top .block5_top_left .header_logo a svg {
  height: 100%;
  width: 100%;
  max-height: 49px;
  width: 59px;
}

@media only screen and (max-width: 600px) {
  body main .block5 .block5_top .block5_top_left .header_logo a svg {
    max-height: 40px;
  }
}

@media only screen and (max-width: 400px) {
  body main .block5 .block5_top .block5_top_left .header_logo a svg {
    max-height: 35px;
  }
}

body main .block5 .block5_top .block5_top_left .header_logo .line {
  margin: 0 10px;
  width: 3px;
  background: #000;
  height: 100%;
  cursor: pointer;
}

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

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

body main .block5 .block5_top .block5_top_left .header_logo p {
  font-weight: 500;
  font-size: 15px;
}

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

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

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

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

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

body main .block5 .block5_top .block5_top_left .header_logo p:nth-of-type(2) {
  font-weight: 400;
}

body main .block5 .block5_top .block5_top_left img {
  max-width: 240px;
  width: auto;
  image-rendering: auto;
  height: 100%;
}

@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: 20%;
    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: 50%;
}

@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: white;
  -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_card {
    margin-top: -10px;
  }
}

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

@media (max-width: 480px) {
  body main .block5 .block5_top .block5_top_card .block5_top_tittle {
    font-size: .875rem;
    margin-bottom: 10px;
  }
}

body main .block5 .block5_top .block5_top_card .block5_top_card_item_tittle {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 24px;
  line-height: 1.24;
}

body main .block5 .block5_top .block5_top_card .block5_top_card_item_tittle {
  font-size: 20px;
}

body main .block5 .block5_top .block5_top_card .block5_top_card_item_tittle {
  font-size: 1em;
}

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

@media (max-width: 480px) {
  body main .block5 .block5_top .block5_top_card .block5_top_card_item_tittle {
    font-size: .875rem;
  }
}


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 .header_map {
  margin-bottom: 15px;
}

body main .block5 .block5_top .block5_top_card .info .header_map a {
  font-weight: 600;
}

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 {
    margin-bottom: 20px;
  }
  body main .block5 .block5_top .block5_top_card + .block5_top_card {
    margin-top: -25px;
  }
  body main .block5 .block5_top .block5_top_card .info {
    margin-bottom: 0px;
  }
}

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;
  }
}

body main .block5 .block5_top .block5_top_card .info p {
  font-size: 1em;
}

@media (max-width: 480px) {
  body main .block5 .block5_top .block5_top_card .info p {
    font-size: .875rem;
  }
}

body main .block5 .block5_top .block5_top_card .info .contactPop {
  color: #c3002f;
  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: #000;
}

body main .block5 .footer_content_card .footer_content_card_item:nth-of-type(2) .footer_content_card_item_select {
  margin-top: 15px;
}

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;
  line-height: 1.2;
}

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: 160px;
  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;
  }
}

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

.msg {
  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-size: 1rem;
  text-transform: uppercase;
}

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

.menu-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--c-text);
  cursor: pointer;
  z-index: 2;
}
.menu-close::before,
.menu-close::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  position: absolute;
  top: 50%;
  transform: translate(-1px, 0) rotateZ(45deg);
}
.menu-close::after {
  transform: translate(-1px, 0) rotateZ(-45deg);
}
.menu-close:hover {
  color: var(--c-primary);
}


.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  height: 100vh;
  width: 100vw;
  max-width: 520px;
  transform: translate(100vw, 0);
  box-sizing: border-box;
  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, transform 450ms ease, border-radius 0.8s 0.1s ease;
  border-bottom-left-radius: 100vw;
  background-color: black;
  overflow: auto;
}

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

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

@media (min-width: 768px) {
  .block5_top_card {
    margin-left: 10%;
  }
}

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

.drawer-list li {
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  -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: 1em;
}

.drawer-list li a {
  text-decoration: none;
  color: var(--c-text);
  text-align: center;
  display: block;
  padding: 5px 0px;
  font-size: 16px;
  font-weight: 500;
}

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

.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 {
  transform: translatex(0);
  border-bottom-left-radius: 0;
  background-color: #EEEFF2;
}

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 ~ label > i {
  background-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

input.hamburger:checked ~ label > i:before {
  transform: translate(0%, 478%) rotate(315deg)
}

input.hamburger:checked ~ label > i:after {
  transform: translate(0%, -484%) 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;
  margin-left: 25px;
  margin-bottom: 22px;
  height: 24px;
  width: 24px;
}

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: 100%;
  height: 2px;
  top: 50%;
  background-color: currentColor;
  pointer-events: auto;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}

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

.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;
  }
}

.with-arrow {
  position: relative;
  padding-right: 45px!important;
}
.with-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border .2s;
  transition: border .2s;
}
.with-arrow:hover::after {
  border-color: white;
}

.btn {
  height: 50px;
  padding: 0 20px;
  font-weight: 500;
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  transition: .15s ease;
  font-size: 18px;
  cursor: pointer;
}
.btn--primary {
  background: var(--c-primary);
  color: white;
  border-color: var(--c-primary);
}
.btn--primary:hover {
  background: var(--c-primary-light);
  color: white;
  border-color: var(--c-primary-light);
}
.btn--outline {
  border-color: var(--c-text);
  color: var(--c-text);
  background: none;
}
.btn--link {
  border: none;
}
.btn--outline.with-arrow::after {
  border-color: currentColor;
}
@media (hover: hover) {
  .btn--outline:hover {
    color: white;
    border-color: var(--c-primary);
    background-color: var(--c-primary);
  }
  .btn--link:hover {
    background-color: #f7f7f7;
  }
}

.btn-highlight {
  position: relative;
  overflow: hidden;
}
.btn-highlight: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;
}

.header_map.address {
  margin-left: 2em!important;
  margin-right: 1em;
  flex: 1 1 23%;
}

.header__main-menu {
  margin-top: 1.25rem;
}
.header__title {
  font-size: 1rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
}
.header__tel {
  align-self: center;
  margin-left: auto;
  margin-right: 2em;
  font-size: 1.1rem;
  display: inline-flex;
}
.header__tel a {
  color: white;
  display: inline-flex;
  gap: .25em;
  align-items: center;
}
.header__tel a svg {
  margin-top: -.3em;
}
@media (max-width: 980px) {
  .header__tel {
    display: none;
  }
  .header__title {
    display: none;
  }
}
@media (max-width: 640px) {
  body header .header_content .header_right_info {
    display: none;
  }
}
@media (max-width: 600px) {
  .header__main-menu {
    margin-top: 0;
  }
}

.color-link {
  cursor: pointer;
}

/* Banner */
.main-block {
  margin-top: 30px;
  margin-bottom: 4rem;
}
.main-block__container {
  padding: 10px 0 0;
  position: relative;
}
.main-block__text {
  width: 50%;
  padding: 5px 20px 0;
  padding-left: calc((100vw - 1240px) / 2);
}
.main-block__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
.main-block__title1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.main-block__title2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0.9em;
}
.main-block__title3 {
  font-size: 24px;
  margin-bottom: 1.4em;
  font-weight: 500;
}

.main-block__list {
  margin: 25px 0 30px;
  padding-left: 20px;
  font-size: 1.125em;
}
.main-block__list li {
  position: relative;
  line-height: 1.5;
  margin-bottom: .75em;
}
.main-block__list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: -25px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--c-primary);
  border-right: 2px solid var(--c-primary);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-block__btns {
  margin-top: 40px;
}
.main-block__btns .btn {
  min-width: 285px;
  font-size: 1rem;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.main-block__btns .btn:not(:last-child) {
  margin-right: 15px;
}
.main-block__btns .btn:after {
  border-color: currentColor;
}
@media (max-width: 767px) {
  .main-block {
    margin-bottom: 60px;
  }

  .main-block__btns .btn {
    width: 100%;
    margin-right: 0!important;
    font-size: 1rem!important;
  }

  .main-block__title2,
  .main-block__title3 {
    font-weight: 700;
  }
}
.btn .with-arrow {
  /* display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 1.5rem!important; */
  display: block;
  width: 100%;
  padding-right: 1.5rem!important;
}
.btn .with-arrow::after {
  right: 5px;
}

.main-block-slider {
  position: absolute;
  top: 0;
  /* right: calc((100vw - 1920px) / 2); */
  right: calc((100vw - 1240px) / 2);
  bottom: 0;
  left: 0;
  min-height: 225px;
}
.main-block-slider .slick-slide {
  min-height: 225px;
}
.main-block-slider .slick-list,
.main-block-slider .slick-track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 225px;
}
.main-block-slider__slide {
  position: relative;
  width: 100%;
  min-height: 225px;
  height: 100%;
  overflow: hidden;
}
.main-block-slider__slide img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.main-block-slider .slick-dots {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: auto;
  display: flex;
  width: calc(100% - 4px);
  justify-content: center;
  opacity: .4;
}
.main-block-slider .slick-dots li {
  flex: 1 0 auto;
  padding: 1px;
}
.main-block-slider .slick-dots li button {
  height: 4px;
  width: 100%;
  /*! border-radius: 50%; */
  padding: 0;
  border: none;
  appearance: none;
  background: var(--c-primary);
  font-size: 0;
  box-shadow: 1px 1px 3px #fff6;
  cursor: pointer;
  transition: .15s ease;
}
.main-block-slider .slick-dots li.slick-active button,
.main-block-slider .slick-dots li button:hover {
  background: white;
}

/* @media (max-width: 1920px) {
  .main-block-slider {
    right: 0;
  }
} */

@media (max-width: 1240px) {
  .main-block {
    margin-bottom: 50px;
  }
  .main-block__text {
    padding-left: 20px;
    width: 50%;
  }
  .main-block__slider {
    width: 50%;
    margin-bottom: 10px;
  }
  .main-block-slider {
    right: 0;
  }

  .main-block__title1 {
    font-size: 1.75rem
    margin-bottom: 1.2rem;
  }
  .main-block__title2 {
    font-size: 1.5rem;
    /* margin-bottom: 1.2rem; */
  }
  .main-block__title3 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }

  .main-block__list {
    font-size: 1.25rem;
    margin: 20px 0;
  }

  .main-block__btns {
    margin-top: 0;
  }
  .main-block__btns .btn {
    margin-top: 15px;
    font-size: 16px;
    min-width: 260px;
  }
}

@media (max-width: 991px) {
  .main-block {
    margin-bottom: 2.5rem;
    margin-top: 0;
  }
  .main-block__container {
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .main-block__text,
  .main-block__slider {
    position: static;
    width: 100%;
  }
  .main-block__text {
    padding: 15px;
  }
  .main-block-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 640/480;
  }

  .main-block__list li::before {
    top: 5px;
    left: -22px;
    width: 7px;
    height: 7px;
  }
}

@media (max-width: 767px) {
  .main-block__title1 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: normal;
  }
  .main-block__title2 {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: normal;
  }
  .main-block__title3 {
    font-size: 17px;
    margin-bottom: 1em;
    font-weight: normal;
  }

  .main-block__list {
    font-size: 15px;
    margin: 20px 0 0;
  }
}

@media (max-width: 480px) {
  .main-block__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-block-slider .slick-dots li {
    padding: 0 5px;
  }
}
/* END Banner */

/* Numbers */
.numbers {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 2em auto 1.25em;
  max-width: 580px;
  gap: 1em;
}
.numbers__item {
  padding: 0 .1em;
  text-align: center;
  flex: 1 1 auto;
}
.numbers__item:first-child {
  padding-left: 0;
}
.numbers__item:last-child {
  padding-right: 0;
}
.numbers__icon {
  fill: currentColor;
  margin-bottom: .25em;
}
.numbers__text {
  margin: 0 auto 1em;
  font-size: .75rem;
  height: 2em;
}
.numbers__num {
  font-weight: bold;
}

@media (max-width: 1240px) {
  .numbers {
    margin-top: 0;
  }
}

@media (max-width: 520px) {
  .numbers {
    flex-wrap: wrap;
  }
  .numbers__item {
    flex: 0 0 calc(50% - 1em);
    padding: 0;
    display: flex;
    gap: .75em;
    text-align: left;
  }
  .numbers__icon {
    width: 2em;
    height: 2em;
    flex: 0 0 2em;
  }
  .numbers__icon svg {
    width: 100%;
    height: 100%;
  }
  .numbers__text {
    height: auto;
    margin: 0 0 .2em;
  }
}
@media (max-width: 840px) {
  .numbers__item:first-child .numbers__text {
    max-width: 50px;
  }
  .numbers__item:nth-child(2) .numbers__text {
    max-width: 124px;
  }
  .numbers__item:nth-child(3) .numbers__text {
    max-width: 103px;
  }
}

@media (max-width: 479px) {
  .numbers__num {
    font-size: .875em;
  }
}

@media (min-width: 375px) {
  .numbers__text {
    margin: 0 auto 1em;
    font-size: 10px;
  }
}

@media (min-width: 481px) {
  .numbers {
    margin: 0 auto 2em;
  }

  .numbers__item {
    padding: 0;
  }

  .numbers__text {
    font-size: 14px;
  }

  .number__num {
    font-size: 20px;
  }
}

@media (min-width: 521px) {
  .numbers {
    max-width: 100%;
  }
  .numbers__icon {
    margin-bottom: .5em;
  }
  .numbers__icon svg {
    width: 30px;
    height: 30px;
  }
}
/* END Numbers */

/* Action panel */
@media (min-width: 769px) {
  .action-panel {
    display: none!important;
  }
}
@media (max-width: 768px) {
  body.has-action-panel {
    padding-bottom: 2rem;
  }
}
.action-panel {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  background: #363E40;
  padding: 10px 15px;
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
}
.action-panel__btn {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  text-align: center;
  border: none;
  background: none;
  font-weight: 500;
  border-radius: 4px;
}
.action-panel__btn svg {
  height: 15px;
  margin-right: .55em;
  margin-left: -.35em;
}
.action-panel__btn--call {
  background-color: white;
  color: var(--c-primary);
}
.action-panel__btn--form {
  background-color: #C00;
  color: white;
}
/* END Action panel */

@media(min-width: 671px) {
  .footer__mobile-logo {
    display: none;
  }
}

del {
  text-decoration-color: #C00;
}

.header {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
  padding: 15px;
  padding-left: 80px;
  display: flex;
  align-items: center;
  background: none;
}
.header__logo {
  margin: 0 auto;
  padding: 0 10px;
  background: var(--c-bg);
}
.header__logo img {
  height: 74px;
  position: relative;
}
.header__logo::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  z-index: -2;
  display: block;
  border-top: 1px solid #ccc;
}
.header__contacts {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__contacts a {
  transition: .15s ease-in-out;
}
@media (hover: hover) {
  .header__contacts a:hover {
    color: var(--c-primary);
  }
}

.sticky-header:not(.active) {
  transform: translateY(-100%);
}
.sticky-header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--c-bg);
  transition: .15s ease-in-out;
  box-shadow: 0 0 3px #0003;
}
.sticky-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sticky-header__right {
  padding-right: 1rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.sticky-header .hamburger {
  margin: -4px 0 0;
}
.sticky-header__logo img {
  height: 74px;
}
@media (max-width: 768px) {
  .sticky-header__logo img {
    height: 48px;
  }
}

.main-menu__cars {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-menu__car-link {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  border-radius: 4px;
  transition: .15s ease-in-out;
}
.main-menu__car-link:hover {
  color: var(--c-primary);
}
.main-menu__car-link.with-arrow::after {
  border-color: currentColor;
  border-width: 1px;
  transform: scaleX(0.75) rotateZ(-45deg);
}
.main-menu__car-link svg {
  height: 20px;
}
.main-menu__car-link .logo--porsche_taycan {
  height: 33px;
  margin-top: 3px;
}
.main-menu__car-link .logo--porsche_cayenne {
  height: 26px;
}
.main-menu__car-link .logo--porsche_panamera {
  height: 21px;
}
.main-menu__car-link .logo--porsche_macan {
  height: 21px;
}
@media (max-width: 768px) {
  .main-menu__car-link {
    height: 40px;
  }
  .main-menu__car-link svg {
    height: 15px;
  }
  .main-menu__car-link .logo--porsche_taycan {
    height: 27px;
    margin-top: 0px;
  }
  .main-menu__car-link .logo--porsche_cayenne {
    height: 25px;
  }
  .main-menu__car-link .logo--porsche_panamera {
    height: 20px;
  }
  .main-menu__car-link .logo--porsche_macan {
    height: 20px;
  }
  .main-menu__car-link .logo--porsche_718 {
    height: 20px;
    margin-top: 6px;
  }
}

.menu a {
  transition: .15s ease-in-out;
}
.menu a[href^=tel]:hover {
  color: var(--c-primary)!important;
}

.scroll-lock {
  height: 100vh;
  overflow-y: scroll;
}
.scroll-lock body {
  overflow: hidden;
  height: 100vh;
}

.car__audio {
  height: 100px;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: left center/contain url(../img/audio-bg.webp);
  background-repeat: repeat-x;
}
.car__audio audio {
  display: none;
}
.car__audio-btn {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.3rem;
  border-radius: 50%;
  background: var(--c-text);
  color: var(--c-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .15s ease-in-out;
}
.car__btn-pause {
  display: none;
}
.car__audio-btn:hover {
  background: var(--c-primary);
}
.car__btn-play img {
  transform: translateX(.15em);
  width: 100%;
  margin-top: -2px;
  flex: 0 0 auto;
}
.car__audio.active .car__btn-play {
  display: none;
}
.car__audio.active .car__btn-pause {
  display: flex;
}
.car__btn-pause {
  gap: 6px;
}
.car__btn-pause::before,
.car__btn-pause::after {
  content: '';
  height: 65%;
  width: 3px;
  background: var(--c-bg);
}

.car-filter {
  padding-bottom: 40px;
  text-align: center;
}
.car-filter__title small {
  font-size: 0.675em;
}
.car-filter__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;
}
.car-filter__car {
  display: block;
  flex: 0 0 30%;
  cursor: pointer;
  transition: .15s ease-in-out;
}
.car-filter__car img {
  width: 100%;
  height: auto;
  transition: .25s ease-in-out;
}
.car-filter__car:hover {
  opacity: 1!important;
}
.car-filter__car:hover img {
  transform: scale(1.05);
}
.car-filter.active .car-filter__car:not(.active) {
  opacity: .4;
  filter: grayscale(1);
}
.car-filter__all {
  margin-top: 2em;
}
.car-filter:not(.active) .car-filter__all {
  display: none;
}
@media (max-width: 1390px) {
  .car-filter__title {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .car-filter__car {
    flex: 0 0 calc(50% - 2rem);
  }
}
@media (max-width: 767px) {
  .car-filter__all {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.form-row {
  display: flex;
  gap: 1rem;
}

.tradein {
  padding: 4rem 0;
  background: right/62% url(../img/tradein.webp) no-repeat;
}
.tradein__header {
  max-width: 502px;
}
.tradein__header p {
  font-size: 1.125rem;
}
.tradein__title {
  font-size: 1.5em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-weight: 500;
}
.tradein__form {
  margin-top: 2rem;
  width: 35%;
}
.tradein__form button[type=submit] {
  width: 100%;
}
@media (max-width: 1300px) {
  .tradein {
    margin: 0 2rem;
  }
}
.tradein input::placeholder {
  font-size: 16.6;
}
.tradein input,
.tradein select {
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
}
@media (max-width: 991px) {
  .tradein {
    margin-right: 0;
    background-size: 45%;
  }
  .tradein__form {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .tradein {
    padding-bottom: 60vw;
    background-position: bottom right;
    background-size: 100%;
    margin-right: 0;
    padding-right: 20px;
    margin-left: 20px;
    padding-top: 45px;
  }
  .tradein__form {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .tradein {
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .footer__wh {
    margin-top: 1.4em !important;
  }
}

.order {
  margin-bottom: 4rem;
}
.order__title,
.order__card-title {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 2rem;
}
.order__card-title {
  margin-bottom: 1.25rem;
}
.order__content p {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.order__content .btn {
  margin-top: 2rem;
}
.order__card {
  display: flex;
  background: #EEEFF2;
  border-radius: 12px;
  overflow: hidden;
}
.order__img {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}
.order__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.order__content {
  padding: 4rem;
}
@media (max-width: 1300px) {
  .order {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 840px) {
  .order__card {
    flex-direction: column;
  }
  .order__img img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }
  .order {
    padding-left: 20px;
    padding-right: 20px;
  }
  .order__title,
  .order__card-title {
    font-size: 24px;
  }
  .order__content {
    padding: 1rem 2rem 2rem;
  }
  .order__content .btn {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .order {
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .order__title,
  .order__card-title {
    font-size: 24px;
  }
  .order__content p {
    font-size: 1em;
  }
}

.menu__link {
  transition: .15s ease-in-out;
  padding: .75rem!important;
  display: block;
}
.menu__link:hover {
  color: var(--c-primary);
}
@media (max-width: 767px) {
  .menu__link {
    padding: 0.5rem !important;
  }

  .drawer-list a.adress_mob {
    font-size: .875rem;
  }
}

.menu__brand {
  text-transform: none;
  font-size: 20px!important;
  padding:1.5em 0.3rem 1.25em!important;
}

@media (max-width: 767px) {
  .menu__brand {
    padding-top: 1em!important;
    padding-bottom: .5rem!important;
  }
  .phone_mob {
    margin-top: 0.5rem !important;
  }
  .adress_mob {
    padding-right: 0 !important;
  }
}

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

.car-price {
  display: flex;
  font-size: 1.5rem;
  font-weight: normal;
}
.car-price__item {
  padding: .75rem 1.75rem .75rem 1rem;
  display: flex;
  gap: .5rem;
}
.car-price__left {
  background: var(--c-primary);
  color: var(--c-bg);
  padding-right: 2.5rem;
}
.car-price__left .car-price__icon,
.car-price__right .car-price__icon {
  filter: invert(1) brightness(3);
}
.car-price__right {
  background: #f7f7f7;
  position: relative;
  padding-left: 0.25rem;
  margin-right: 2.75rem;
}
.car-price__right::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1rem;
  right: -2rem;
  height: 101%;
  display: block;
  background: #f7f7f7;
  transform: skewX(-20deg);
}
.car-price__right .car-price__icon {
  object-fit: contain;
  transform: scale(.9);
}
.car-price__text,
.car-price__icon {
  position: relative;
}
.car-price__price {
  white-space: nowrap;
}
.car-price__title {
  font-size: 1rem;
  margin-bottom: 0.125rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .car-price {
    font-size: 1rem;
  }
  .car-price__title {
    font-size: 1rem;
    margin-bottom: 0.125rem;
  }
  .car-price__item {
    padding: .7rem 2rem .7rem .75rem;
  }
  .car-price__left {
    display: none;
  }
  .car-price__right {
    width: 100%;
    padding-left: .75rem;
    padding-right: 0.5rem;
    margin: 0 1.5rem 0 0;
  }
  .car-price__right::before {
    right: -1rem;
    left: 1rem;
  }
  .car-price__icon {
    width: 1.5rem;
  }
}

.car__mob-price {
  margin-bottom: 0.5rem;
  margin-top: .75rem;
  padding-left: 0.75rem;
  display: flex;
  gap: .5rem;
}
.car__mob-price-price {
  color: var(--c-primary);
  font-size: 1.5rem;
  line-height: 1;
}
.car__mob-price-icon {
  width: 1.6rem;
}
@media (min-width: 768px) {
  .car__mob-price {
    display: none;
  }
}

/* Showroom */
.showroom {
  margin-bottom: 5rem;
}
.showroom__cards {
  margin-bottom: 1rem;
}
.showroom__menu {
  overflow: auto;
  padding: 0 20px .5rem;
  margin: 0 -20px 1.25rem;
  display: flex;
  gap: 1rem;
  white-space: nowrap;
  font-weight: 400;
}
.showroom__menu li {
  padding: 0 0 .4rem;
  border-bottom: 2px solid transaprent;
  cursor: pointer;
}
.showroom__menu li.active {
  border-bottom: 2px solid currentColor;
}
@media (hover: hover) {
  .showroom__menu li.active {
    border-bottom: 2px solid currentColor;
    cursor: default;
  }
}
@media (max-width: 1239px) {
  .showroom {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 840px) {
  .showroom__container {
    display: flex;
    flex-direction: column;
  }
}

/* - Showroom Nav */
.showroom-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.showroom-nav__prev,
.showroom-nav__next {
  flex: 0 0 0;
  gap: .5rem;
  background-color: transparent!important;
}
@media (hover: hover) {
  .showroom-nav__prev:hover,
  .showroom-nav__next:hover {
    opacity: .67;
  }
}
.showroom-nav__prev {
  padding-left: 0;
}
.showroom-nav__next {
  flex-direction: row-reverse;
  padding-right: 0;
}
.showroom-nav__prev svg,
.showroom-nav__next svg {
  width: 1.5em;
  height: 1.5em;
  flex: 0 0 1.5em;
  margin-top: .2rem;
  margin-left: -0.3rem;
}
.showroom-nav__next svg {
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: -0.3rem;
}
.showroom__cards > .slick-list {
  padding: 0 10px 20px;
  margin: 0 -10px;
}
@media (max-width: 840px) {
  .showroom {
    margin-bottom: 2.5rem;
  }
  .showroom__cards {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .showroom-nav .btn {
    font-size: 1rem;
  }
}
@media (max-width: 512px) {
  .showroom-nav__prev svg,
  .showroom-nav__next svg {
    font-size: 1rem;
  }
}

/* - Showroom Card */
  .showroom-card {
    margin-bottom: 10px;
  }
  .showroom-card__header {
    margin-bottom: 2rem;
  }
  .showroom-card__header1 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
  .showroom-card__header2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .showroom-card__note {
    line-height: 1.2;
  }
  .showroom-card__body {
    display: grid;
    grid-template-columns: 600px auto;
    border-radius: 12px;
    overflow: hidden;
    background-color: #f7f7f7;
    transition: .15s ease-in-out;
  }
  @media (hover: hover) {
    .showroom-card__body:hover {
      box-shadow: rgba(0, 0, 0, 0.26) 0px 3px 8px;
    }
  }
  .showroom-card__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
  }
  .showroom-card__title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
  }
  .showroom-card__price {
    margin-bottom: .25rem;
  }
  .showroom-card__descr {
    margin-bottom: 1rem;
  }
  .showroom-card__list {
    /* font-size: 1.1875rem; */
    font-size: 1.375rem;
    margin-bottom: .5rem;
    padding-left: 1.25em;
    list-style-type: disc;
  }
  .showroom-card__list li {
    margin-bottom: 1rem;
  }
  .showroom-card__list li::marker {
    color: var(--c-primary);
  }
  .showroom-card__buttons {
    display: flex;
    flex-direction: column;
    gap: .625rem;
  }
  .showroom-card__buttons .btn {
    text-transform: uppercase;
    justify-content: start;
  }
  @media (max-width: 1239px) {
    .showroom-card__body {
      grid-template-columns: repeat(2, calc(50% - 1rem));
    }
  }
  @media (max-width: 840px) {
    .showroom-card__note {
      font-size: 0.875rem;
    }
    .showroom-card__body {
      grid-template-columns: 100%;
    }
  }
  @media (max-width: 767px) {
    .showroom-card__header1 {
      font-size: 1.5rem;
    }
    .showroom-card__body {
      background: none;
      border-radius: 0;
    }
    .showroom-card__note {
      display: none;
    }
    .showroom-card__header {
      margin-bottom: 1.5rem;
    }
    .showroom-card__info {
      padding: 1.5rem 0 0;
    }
    .showroom-card__list {
      font-size: 1.125rem;
      margin-bottom: 0.75rem;
    }
  }
  @media (max-width: 440px) {
    .showroom-card .btn {
      font-size: 1rem;
      padding: 1rem;
    }
  }
  @media (min-width: 1921px) {
    @media only screen and (min-width: 1921px) {
      .showroom-card__note {
        font-size: 1.075rem;
      }
    }
  }

/* - Showroom Gallery */
  .showroomgallery {
    position: relative;
  }
  .showroom-gallery__main .slick-dots {
    position: absolute;
    bottom: 0;
    opacity: .3;
    display: flex;
    width: 100%;
  }
  .showroom-gallery .slick-dots li {
    flex: 1 0 auto;
  }
  .showroom-gallery .slick-dots li button {
    background: var(--c-bg);
    padding: 0;
    margin: 0;
    height: 3px;
    width: 100%;
    border: none;
    font-size: 0;
  }
  .showroom-gallery .slick-dots li.slick-active ~ li button,
  .showroom-gallery .slick-dots li.slick-active button {
    background: var(--c-primary);
  }
  .showroom-gallery img,
  .showroom-gallery video {
    aspect-ratio: 600/450;
    object-fit: cover;
    width: 100%;
    height: auto;
    display: block;
  }
  .showroom-gallery__nav {
    margin: 2px -3px 0;
    position: relative;
    cursor: grab;
  }
  .showroom-gallery__nav .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 4px;
    background: var(--c-bg);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    transition: .15s;
    opacity: 0;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .showroom-gallery__nav:hover .slick-arrow {
    opacity: 1;
  }
  .showroom-gallery__nav:hover .slick-arrow.slick-disabled {
    opacity: 0!important;
  }
  .showroom-gallery__nav .slick-arrow:hover {
    background-color: #f7f7f7;
  }
  .showroom-gallery__nav .slick-arrow::before {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background: center/contain url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.19 18 4 11.5 9.19 5h1.25l-4.81 6H20v1H5.63l4.81 6z"/></svg>') no-repeat;
  }
  .showroom-gallery__nav .slick-arrow.slick-next {
    right: 1rem;
    left: auto;
    transform: translateY(-50%) scaleX(-1);
  }
  .showroom-gallery__nav .slick-slide {
    margin: 2px;
    margin-bottom: 0;
  }
  .showroom-gallery__nav .slick-slide {
    border: 1px solid transparent;
    overflow: hidden;
  }
  @media (max-width: 840px) {
    .showroom-gallery__nav {
      margin-left: -2px;
      margin-right: -2px;
    }
    .showroom-gallery__nav .slick-slide.slick-current {
      border: 1px solid var(--c-text);
    }

  }

.input-radio {
  max-width: 180px;
}
.input-radio__input {
  display: flex;
  align-items: center;
  margin-bottom: .25rem;
}
.input-radio__input input {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  margin: 0 1em 0 0;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.input-radio input:hover {
  background: center/contain url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%230003"><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>') no-repeat;
}
.input-radio input:checked {
  background: center/contain url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%23d5001c"><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>') no-repeat;
}
.input-radio__label {
  flex: 1 0 auto;
  font-weight: 500;
}
.form_card .input-radio + .input-radio {
  margin-left: 1rem;
}
.form_card .input-radio {
  flex-basis: calc(100% - .5rem);
}

.credit__note {
  font-size: 1.125rem;
}
.credit__note:not(.active) {
  display: none;
}
@media (max-width: 1200px) {
  .credit__note {
    margin-bottom: 1.25rem;
  }
}

.hidden {
  display: none!important;
}