@font-face {
  font-family: "VW_head";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/VWHead-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "VW_text";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/VWText-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "VW_text";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/VWText.woff2") format("woff2");
}

*::-webkit-input-placeholder {
  color: #121314;
}

*:-moz-placeholder {
  color: #121314;
}

*::-moz-placeholder {
  color: #121314;
}

*:-ms-input-placeholder {
  color: #121314;
}

*::-ms-clear {
  display: none;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #121314;
}

*::-webkit-scrollbar-thumb {
  background: #08e8de;
}

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #08e8de;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #08e8de;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent;
}

*::-moz-selection {
  color: #fff;
  background: #000000;
}

*::selection {
  color: #fff;
  background: #000000;
}

html {
  font-size: 16px;
}

body {
  min-width: 320px;
  position: relative;
  line-height: 1.2em;
  font-family: "Haval", sans-serif;
  overflow-x: hidden;
  opacity: 1;
  color: #000000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Haval", sans-serif;
  line-height: 1.2em;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  outline-width: 0;
  text-decoration: none;
}

a:hover {
  color: #00B0F0;
  text-decoration: none;
}

[v-cloak] {
  display: none;
}

.redput {
  color: #EB5757;
  border-color: #EB5757;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.redput::-webkit-input-placeholder {
  color: #EB5757 !important;
}

.redput:-moz-placeholder {
  color: #EB5757 !important;
}

.redput::-moz-placeholder {
  color: #EB5757 !important;
}

.redput:-ms-input-placeholder {
  color: #EB5757 !important;
}

.btn {
  pointer-events: auto;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  padding: 12px;
  min-width: 220px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  outline: none;
  border: none;
  background-color: #08e8de;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  border-radius: 47px;
}

.btn:hover {
  background-color: #32a79a;
  text-decoration: none !important;
  color: #fff;
}

.btn.btn-white {
  background-color: #08e8de;
  color: #000;
    font-size: 20px;
    font-family: Haval;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 0;
    max-height: 50px;
    min-height: 50px;
    display: flex !important;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.btn.btn-white:hover {
  background-color: #32a79a;
  color: #fff;
}

.btn.btn-light {
  background-color: rgba(152, 165, 173, 0.14);
  color: #08e8de;
}

.btn.btn-light:hover {
  background-color: #0040C5;
  color: #fff;
}

.btn:disabled {
  opacity: 0.5;
}

.btn .text {
      position: relative;
    z-index: 1;
    font-size: 11px;
    margin: 0;
    display: block;
    padding-top: 3px;
}

.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #00B0F0;
  left: 0;
  top: 0;
  border-radius: 2px;
}

.btn.sending .progress {
  -webkit-animation-name: sendingPhone;
  animation-name: sendingPhone;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.no-wrap {
  white-space: nowrap;
}

#app {
  overflow: hidden;
}

.input-block {
  width: 100%;
  height: 40px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 15px;
}

.input {
  display: block;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  position: relative;
  z-index: 2;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;    
  height: 50px;
    opacity: 1;
    border-width: 1px;
    padding-top: 13px;
    padding-right: 12px;
    padding-bottom: 13px;
    padding-left: 12px;
    gap: 10px;
    background-color: #fff;
    color: #000;
	border: 1px solid #D7D7D7
}
.input-block span {
    font-family: 'TT Wellingtons';
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: bottom;
    text-transform: none;
    opacity: 0.5;
}
.input:focus {
  border-bottom: 1px solid white;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  display: none;
}

input[type="checkbox"]+label::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  margin: 0 7px 0 0;
  background-image: url(../img/yes.png);
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
 .btn.btn-white::after {
    content: "";
    background: url(../img/arrow.png) no-repeat 50% 0;
    width: 16px;
    height: 16px;
}
label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

label a {
  color: #121314;
}
.main-item label a {
  color: #fff;
}
input[type="checkbox"]:checked+label::before {
  background-position: center center;
  height: 21px;
  width: 21px;
  margin: 0 7px 0 0;
  background-image: url(../img/yes.png);
  background-size: cover;
  border: 0;
    border-radius: 0;

  opacity: 1;    
  border: 1px solid #0bb8b2;
    border-radius: 0;
}

input[type="checkbox"]+label::before {
  background-position: -20px center;
  opacity: 0.5;    
  height: 19px;
    width: 19px;
    border-radius: 0;
    border: 2px solid #08e8de;
}

.wrong+input[type="tel"] {
  border-bottom: 1px solid #EB5757;
  color: #EB5757;
}

.phone {
  white-space: nowrap;
}

button {
  display: block !important;
}

.red {
  color: #EB5757 !important;
}

#popup, #popup_spec1 {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
}

#popup .body, #popup_spec1 .body {
  max-width: 514px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
}

#popup .body .close, #popup_spec1 .body .close {
  position: absolute;
  width: 49px;
  height: 49px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  border-radius: 50%;
  z-index: 10;
}

#popup .body .close:before, #popup_spec1 .body .close:before {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 48%;
  left: 30%;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
}

#popup .body .close:after, #popup_spec1 .body .close:after {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 48%;
  left: 30%;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
}

#popup .body .close:hover:after,
#popup .body .close:hover:before, #popup_spec1 .body .close:hover:after, #popup_spec1 .body .close:hover:before {
  background-color: #08e8de;
}

#popup .body .popup-title, #popup_spec1 .body .popup-title {
  font-size: 30px;
  font-weight: bold;
  font-family: "VW_head", sans-serif;
  line-height: 1.4;
  margin-bottom: 15px;
}

#popup .body .content.tnxpopup, #popup_spec1 .body .content.tnxpopup {
  display: block;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#popup .body .content.politicpopup, #popup_spec1 .body .content.politicpopup {
  display: block;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-height: 70vh;
}

#popup .body .content, #popup_spec1 .body .content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#popup.open, #popup_spec1.open {
  visibility: visible;
  background: rgba(0, 0, 0, 0.7);
}

#popup.open .body, #popup_spec1.open .body {
  -webkit-transform: translateY(-45%) scale(1);
  -ms-transform: translateY(-45%) scale(1);
  transform: translateY(-45%) scale(1);
}

.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #fff;
  -webkit-animation-name: loader-spin;
  animation-name: loader-spin;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 14px;
  bottom: 14px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  z-index: 5;
}

.circle-loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.circle-loader.checking {
  opacity: 1;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #4ba82e;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
}

.load-complete.wrong {
  border-color: #EB5757;
  cursor: pointer;
}

.load-complete.wrong:before {
  content: '';
  display: block;
  height: 2px;
  width: 8px;
  background: #EB5757;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.load-complete.wrong:after {
  content: '';
  display: block;
  height: 2px;
  width: 8px;
  background: #EB5757;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.checkmark {
  display: none;
}

.checkmark:after {
  opacity: 1;
  height: 8px;
  width: 3px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid #4ba82e;
  border-top: 2px solid #4ba82e;
  content: '';
  left: 3px;
  top: 9px;
  position: absolute;
}

.checkmark.draw:after {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}

.checkmark.checked {
  display: block;
}

.container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
#header .container, #main .container {
    max-width: 1760px;
}
@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 3px;
    opacity: 1;
  }

  40% {
    height: 8px;
    width: 3px;
    opacity: 1;
  }

  100% {
    height: 8px;
    width: 3px;
    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 3px;
    opacity: 1;
  }

  40% {
    height: 8px;
    width: 3px;
    opacity: 1;
  }

  100% {
    height: 8px;
    width: 3px;
    opacity: 1;
  }
}

@-webkit-keyframes sendingPhone {
  0% {
    width: 0;
  }

  20% {
    width: 10%;
  }

  40% {
    width: 30%;
  }

  50% {
    width: 45%;
  }

  55% {
    width: 50%;
  }

  65% {
    width: 80%;
  }

  100% {
    width: 100%;
  }
}

@keyframes sendingPhone {
  0% {
    width: 0;
  }

  20% {
    width: 10%;
  }

  40% {
    width: 30%;
  }

  50% {
    width: 45%;
  }

  55% {
    width: 50%;
  }

  65% {
    width: 80%;
  }

  100% {
    width: 100%;
  }
}

.btngreen {
  background-color: #08e8de;
}

.success {
  width: 60%;
  margin: 40px auto 0;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: block;
  border: 1px solid #fff;
}

.success svg {
  width: 35px;
  height: 28px;
}

.success svg path {
  fill: #fff;
}

#cookie-popup {
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  position: fixed;
  padding: 12px;
  color: #555555;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  font-size: 13px;
}

#cookie-popup p {
  text-align: center;
  margin-bottom: 10px;
}

#cookie-popup span[role=button] {
  background: #08e8de;
  color: #fff;
  border: 0;
  padding: .4em .8em;
  font-size: 13px;
  display: block;
  text-align: center;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
}

#cookie-popup span[role=button]:hover {
  opacity: .8;
}

header#header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 30px 0;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.header-logo__image {
	width: 158px;
    border-right: 1px solid rgb(255 255 255 / 20%);
    padding-right: 20px;
}

.header-logo__text {
  margin-left: 24px;
  color: #98A5AD;
}

.header-logo__text b {
  font-size: 11px;
  line-height: 1.2;
  display: block;
  color: #fff;
  letter-spacing: 0.04em;
    font-weight: 400;
}

.burger {
  display: none;
}

.header-nav {
  margin: 0 auto;
    display: none;
}

.header-nav .btn {
  display: none;
}

.header-nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav ul li {
  margin: 0px 19px;
}

.header-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-phone {
  margin-left: 40px;
    color: #fff;
}

.header-phone .phone {
  padding-left: 27px;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left center;
}

.header-phone .phone a {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
    color: #fff;
}

.header-address {
  padding-left: 27px;
    font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.4;
  font-family: 'TT Wellingtons';
}

#main .main-item {    
	background: url(../img/banner.jpg) no-repeat 50% 0;
    background-size: cover;
    padding-top: 124px;
    height: 100vh;
  
}
#main .main-item2 {    
	background: url(../img/banner2.jpg) no-repeat 50% 0;    
	background-size: cover;
  
}
.main-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-form {
    width: 60%;
  color: #fff;
    padding: 15vh 0;
  min-width: 520px;
}

.main-form .form-elements, .actions-form .form-elements {
  margin-top: 193px;
    margin-bottom: 20px;
}

.main-form__title {
  font-family: "Haval", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
font-style: Medium;
font-size: 44px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0%;
text-transform: uppercase;

  
}
.btn-block span {
    font-family: 'TT Wellingtons';
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: bottom;
}
.main-slider .form-elements span, .actions-slider .form-elements span {
    font-size: 11px; 
    margin: 0;
    display: block;
    padding-top: 3px;
}
.main-slider .form-elements > span {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 26px;
}
.main-slider .main-form input, .actions-form input {
    width: 348px;
    height: 50px;
    opacity: 1;
    border-width: 1px;
    padding-top: 13px;
    padding-right: 12px;
    padding-bottom: 13px;
    padding-left: 12px;
    gap: 10px;
    background-color: #fff;
    color: #000;
}
.main-slider .main-form input::placeholder, .actions-form input::placeholder {
	color: #000;
}
.form-elements .all-block {
    display: flex;
    gap: 15px;
}
.form-elements .all-block .input-block {
        width: 348px;
    margin: 0;
}
.form-elements .all-block .btn.btn-white {
    font-family: Haval;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 0;
    max-height: 50px;
    min-height: 50px;
    display: flex !important;
    align-items: center;
    width: 348px;
    justify-content: space-between;
}
.main-slider .container {
    display: flex;
    justify-content: space-between;
}
.price_block {
    width: 28%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10vh;
}
.price_item {
	    background: rgb(255 255 255 / 10%);
    padding: 16px 27px;
    backdrop-filter: blur(17.5px);
    height: 72px;
    opacity: 1;
    border-radius: 30px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}
.price_item .bl {
    display: flex;
    align-items: center;
    gap: 26px;
}
.price_item .text {
    font-family: 'TT Wellingtons';
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
}
.price_item .price {
    font-family: Haval;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
}
.price_item .price b {
    font-size: 18px;
	font-weight: 500;
}
.form-elements .all-block .btn.btn-white::after, .tab-content .btn::after, #program .btn::after {
	content: "";
	background: url(../img/arrow.png) no-repeat 50% 0;
    width: 16px;
    height: 16px;
}
.main-image {
  overflow: hidden;
}
#header {
	transition:0.5s;
}
.main-slider {
    position: relative;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 90px;
    height: 3px;
    opacity: 0.2;
    border-radius: 0;
	background: #fff;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #00CABF;
    opacity: 1;
}
.main-slider .container.left {
    position: relative;
}
.container.left .swiper-pagination-bullets.swiper-pagination-horizontal{
    display: flex;
    margin-bottom: 55px;
    gap: 21px;
}
#header.scrolled {    
background: rgb(0 0 0 / 50%);
    padding: 0;
    backdrop-filter: blur(17.5px);
}
.main-form__subTitle {
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.2;
}

.main-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: auto;
    margin-left: -48%;
}

#specials {
  margin-top: 0;
    overflow: hidden;
}
#specials .btn::after {
	
	content: "→"
}
h2 {
  font-family: "VW_head", sans-serif;
  font-size: 48px;
  line-height: 1.4;
  font-weight: bold;
}

.specials-wrapper {
  margin-top: 60px;
    position: relative;
}
.specials-wrapper .container {
    position: absolute;
    top: -93px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.specials-wrapper .swiper-button-prev, .specials-wrapper .swiper-button-next {
    width: 50px;
    height: 50px;
    opacity: 1;
    border-width: 1px;
    border: 1px solid #121314;
    left: auto;
    position: relative;
}
.specials-wrapper .swiper-button-prev svg, .specials-wrapper .swiper-button-next svg {
    display: none;
}
.specials-wrapper .swiper-button-next:after {
    content: '';
	background: url(../img/arrow.png) no-repeat 50% 0;
    width: 16px;
    height: 16px;
	
}
.specials-wrapper  .swiper-button-prev:after {
    content: '';
	background: url(../img/arrow.png) no-repeat 50% 0;
	transform: scaleX(-1);
    width: 16px;
    height: 16px;
}


.specials-wrapper__item.swiper-slide {
    width: max-content;
    background: none;
    background-repeat: no-repeat;
    display: flex;
    background-size: cover;
    padding: 30px;
}
.specials-wrapper__item {
  position: relative;
    min-height: 527px;
  background-color: rgb(148 148 148 / 30%);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
}
.specials-desc {
    width: 100%;
}
.specials-price {
    position: relative;
    top: 0;
    left: 0;
    color: #08e8de;
    border-radius: 8px;
    padding: 4px 11px;
    font-family: Haval;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 0;
}
.specials-desc .btn {
    border: 1px solid #FFFFFF;
    border-radius: 0;
    font-family: Haval;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: left;
    background: none;
    color: #fff;
    width: 100%;
}
.specials-text2 {
  color: #fff;
  font-size: 10px;
  margin-top: 10px;
}

.specials-text2 b,
.specials-text b {
  color: #08E8DE;
  font-weight: 400;
}

#actions {
  margin-top: 90px;
}

.actions-slide {
  height: 600px;
  width: 100%;
  position: relative;
}

.actions-image {
  position: relative;
  z-index: 1;
  height: 100%;
}

.actions-image::after {
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  background: -o-linear-gradient(9.73deg, #000 27.28%, rgba(0, 30, 80, 0) 66.36%);
  background: linear-gradient(80.27deg, #000 27.28%, rgba(0, 30, 80, 0) 66.36%);
  z-index: 1;
}

.actions-image img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.actions-content {
  position: absolute;
      left: 0;
    top: 0;
    right: 0;
    bottom: 22px;
    z-index: 2;
    padding: 65px;
  color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.actions-slider {
  margin-top: 40px;
    overflow: hidden;
}

.actions-price .price {
  font-weight: bold;
  font-size: 24px;
  background-color: #08e8de;
  border-radius: 8px;
  padding: 8px 16px;
  margin-right: 10px;
  color: #000;
}

.actions-title {
      margin: 0 0 24px;
    width: 50%;
    font-family: Haval;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    line-height: 40px;

}
.actions-title b {
    font-size: 36px;
}

.actions-text {
  margin-top: 15px;
  line-height: 1.4;
}

.actions-button {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.actions-button {
    position: relative;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 23px;
}
.actions-button .txt {
    color: #08E8DE;
}
.actions-slider .flickity-prev-next-button {
  background: transparent;
  top: -65px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 27px;
  height: 27px;
  outline: none;
  display: none;
  opacity: 0;
}

.actions-slider .flickity-prev-next-button .flickity-button-icon {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  fill: #98A5AD;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.actions-slider .flickity-prev-next-button .flickity-button-icon:hover {
  fill: #08e8de;
}

.actions-slider .flickity-prev-next-button.previous {
  display: none;
  opacity: 0;
  left: auto;
  right: 55px;
}

.actions-slider .flickity-page-dots {
  bottom: 30px;
  text-align: right;
  padding-right: 30px;
}

.actions-slider .flickity-page-dots .dot {
  margin-right: 0;
  margin-left: 8px;
  background-color: #fff;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  opacity: 1;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.actions-slider .flickity-page-dots .dot.is-selected {
  background-color: #08e8de;
}

#prices {
  margin-top: 130px;
    margin-bottom: 99px;
  position: relative;
  z-index: 1;
}
#prices h2 {
	    text-align: center;
    margin-bottom: 20px;
}
.prices-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prices-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 650px;
}

.prices-list__item {
  padding: 20px 0;
  margin-top: 0;
  border-bottom: 1px solid #98A5AD;
  width: 50%;
}

.prices-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prices-info .btn {
  font-size: 12px;
  line-height: 1;
  min-height: 24px;
  max-height: 24px;
  height: 24px;
  min-width: 96px;
  border-radius: 47px;
  padding: 4px;
}

.prices-price {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 15px;
}

.prices-image {
  margin-left: 64px;
  width: auto;
}

.prices-image img {
  display: block;
  width: 100%;
  height: auto;
}

#benefits {
  margin: 96px auto 100px;
}
h2 b {
    color: #00CABF;
}
.benefits-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 57px;
}

.benefits-wrapper__item {
  padding: 30px 30px 20px 30px;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.benefits-wrapper__item:hover {
  background-color: rgba(152, 165, 173, 0.3);
}

.benefits-image {
  width: 60px;
  margin-left: auto;
}

.benefits-image img {
  margin: 0px 0 -38px 0;
  display: block;
  width: 100%;
  height: auto;
}

.benefits-text {
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: Haval;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #121314;
    width: 95%;
}
.benefits-text span {
    font-family: 'TT Wellingtons';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: bottom;
    text-transform: none;
    opacity: 0.5;
}
#contacts {
  margin-top: 80px;
}

#map {
  width: 100%;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}

.contacts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
    gap: 15px;
}

.contacts-form {
  width: 520px;
}

.contacts-title {
  
    margin-bottom: 5px;
    font-family: Haval;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.contacts-text {
  margin-bottom: 5px;
}

.contacts-text .phone {
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left center;
}

.contacts-text .phone a {
  color: #121314;
    font-family: 'TT Wellingtons';
    font-weight: 500;
    font-style: ☝︎;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

.contacts-address {
  background-size: 17px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #121314;
    font-family: 'TT Wellingtons';
    font-weight: 500;
    font-style: ☝︎;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

.contacts-graphic, .contacts-text.contacts-service {
      background-size: 17px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #121314;
    font-family: 'TT Wellingtons';
    font-weight: 500;
    font-style: ☝︎;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}
.contacts-text.contacts-service p {
    opacity: 0.5;
}
#contacts .btn {
    padding: 10px 20px;
    color: #121314;
    border-radius: 0;
    cursor: pointer;
    margin-top: 15px;
    width: 348px;
    height: 50px;
    opacity: 1;
    border-width: 1px;
    position: relative;
    border: 1px solid #121314;
    background: none;
    text-align: left;
    margin: 40px 0;
    display: flex !important;
    justify-content: space-between;
}
#contacts .btn::after {
    content: "";
    background: url(../img/arrow.png) no-repeat 50% 0;
    width: 16px;
    height: 16px;
}
#contacts .btn .text {
    font-family: Haval;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}
#footer p {
    font-family: 'TT Wellingtons';
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
	color: #121314;

}
#footer .txtt {
	color: #9FA1A2;
    font-size: 12px;
}







#footer {
  color: #98A5AD;
  line-height: 1.4;
}

#footer p {
  padding: 30px 0;
}

.actions-prices {
  display: flex;
  gap: 25px;
}

.actions-price {
  display: flex;
  align-items: center;
}

.actions-title span {
  display: block;
  font-size: 40px;
  color: #08e8de;
  margin-top: 0px;
}
h2 {
    font-family: Haval;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    font-weight: bold;
}
.benefits-wrapper__item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: baseline;
  padding: 30px;
  background: #F1F1F1;
    height: 205px;

}
.benefits-num {
    font-family: Haval;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
    color: #9FA1A2;
    position: absolute;
    right: 30px;
}
.specials-text {
    color: #fff;
    margin-bottom: 25px;
    font-family: Haval;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: bottom;
    text-transform: uppercase;
}

.header-logo__text span {
    font-size: 11px;
    line-height: 1.2;
    display: block;
    color: #fff;
    letter-spacing: 0.04em;
}

.main-form__title b {
  font-size: 40px;
  line-height: 1.3;
    color: #00CABF;
}

.main-form__title small {
  font-size: .6em;
}

.autos-wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 60px;
  gap: 20px;
}

.autos-wrapper__item {
  position: relative;
  min-height: 170px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
    height: 200px;
  overflow-x: hidden;
  margin: 20px 0;
}

.marquee-track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 22s linear infinite;
}

.services-marquee .marquee-discount .marquee-track {
  animation: marquee 22s linear infinite;
}
.marquee-reviews .marquee-track {
  animation: marquee 22s linear infinite;
}
.marquee-discount .marquee-track {
  animation: marquee 300s linear infinite;
}

.marquee-content {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
    display: flex;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-130%); }
}
.marquee-content .swiper-slide {
    width: auto;
}







/* Цены стили*/

.tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tab > input[type="radio"] {
  display: none;
}

.tab-content {
  display: none;
    width: 1100px;
    border-top: 1px solid #121314;
    margin-top: 43px;
}

#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
  display: block;
}

.tab > label {
  display: block;
    padding: 12px 20px 10px;
  cursor: pointer;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;    
  text-decoration: none;
    border: 0;
    background: 0 0;
    font-family: Haval;
    font-weight: 400;
    color: #757576;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.tab > input[type="radio"]:checked + label {
  cursor: default;
    color: #121314;
    background: #F1F1F1;
}
.tab-content .item {
    border-bottom: 1px #F1F1F0 solid;
    padding: 26px 0px;
    display: flex;
    justify-content: space-between;
}


.tab-content .more-items {
    display: none;
}

/* Когда элементы активны (открыты), задаем им отображение */
.tab-content .more-items.show {
    display: flex; 
}

/* Базовый стиль для кнопки */
.tab-content .btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
}

.btn:hover {
    background-color: #0056b3;
}
.lft .number {
    font-family: 'TT Wellingtons';
    font-weight: 500;
    margin-right: 25px;
    font-size: 16px;
    width: 40px;
    letter-spacing: 0px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    color: #9FA1A2;
}
.lft .name {
    font-family: 'TT Wellingtons';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
}
.rght .txt {
    font-family: Haval;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
}
.rght .prc {
    font-size: 18px;
}
.rght {
    display: flex;
    gap: 6px;
    align-items: baseline;
}
.tab-content .btn {
    padding: 10px 20px;
    color: #121314;
    border-radius: 0;
    cursor: pointer;
    width: 258px;
    height: 50px;
    opacity: 1;
    border-width: 1px;
    position: relative;
    border: 1px solid #121314;
    background: none;
    text-align: left;
    margin: 40px auto;
    display: flex !important;
    justify-content: space-between;
    font-family: Haval;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    padding-top: 15px;
}

#calc {
    background: #F1F1F1;
    margin-top: -300px;
    padding: 400px 0 70px;
    margin-bottom: 100px;
}
.video-container {
    position: relative;
    padding-bottom: 56px;
    border-bottom: 1px solid #F1F1F1;
}
#video {
    max-width: 1100px;
    margin-bottom: 100px;
}
#video video{
    width: 100%;
}
.video-container button {
    background: none;
    border: none;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}
#video h2 {
    text-align: center;
    margin-bottom: 30px;
}
#video p {
    font-family: 'TT Wellingtons';
    font-weight: 500;
    padding: 0 30px 50px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
}

#video .faq-answer p {
    text-align: left;
	
}

.faq-card {
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
    border-bottom: 1px solid #F1F1F1;
}

/* Убираем стандартный маркер по умолчанию */
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-question {
  list-style: none; /* Для Firefox */
  padding: 28px 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
    transition: background-color 0.3s;
    font-family: Haval;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.faq-question span {
    font-family: Haval;
    font-weight: 400;
    color: #00CABF;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-right: 30px;
}
/* Стили для выпадающего ответа */
.faq-answer {
  padding: 20px 0 0 45px;
      background: #fff;
    color: #121314;
}

/* Плавное появление (работает в современных браузерах) */
details[open] .faq-answer {
  animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

#program {
  background-image: url("../img/program.jpg");    
  display: flex;
    gap: 25px;
    padding: 100px 65px;
    justify-content: space-between;
    margin-bottom: 100px;

}
#program h2 {
color: #FFFFFF;
    margin-bottom: 40px;
}
#program .left {
    width: 55%;
}
#program p {
    font-family: 'TT Wellingtons';
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #9FA1A2;
}
#program .submit {
    margin-top: 140px;
}
#program .btn.btn-white {
    background-color: #08e8de;
    color: #000;
    border-radius: 10px;
    font-size: 20px;
    font-family: Haval;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 0;
    max-height: 50px;
    min-height: 50px;
    display: flex !important;
    align-items: center;
    width: 348px;
    justify-content: space-between;
}
#program .text {
    font-size: 11px;
    margin: 0;
    display: block;
    padding-top: 3px;
}
#program .right {
    width: 39%;
}
#program .prog_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.prog_item {
    backdrop-filter: blur(8.5px);
    color: #FFFFFF;
    width: 100%;
    height: 162px;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgb(255 255 255 / 10%);
}
.prog_item img {
    width: 24px;
}
#program .prog_item .text {
    font-family: Haval;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: bottom;
    text-transform: uppercase;
}
.contacts-info {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 100px;
}
.contacts-item img {
    margin-bottom: 35px;
}
#ya_re {
    width: 25%;
}
.act_mob, #program .submit_m {
	display: none;
}
.popup_custom-content img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.popup_custom-content h3 {
    color: #fff;
    font-family: Haval;
    font-weight: 400;
    margin: 290px 0 60px;
    width: 75%;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: bottom;
    text-transform: uppercase;
}
.popup_custom-content p {
    font-family: 'TT Wellingtons';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: bottom;
}

#popup.popup_custom .body {
    max-width: 656px;
    padding-bottom: 0;
}
#popup.popup_custom .body input {
    border: 1px solid #D7D7D7;
    background: none;
    color: #000;
    padding: 24px 15px;
}
#popup.popup_custom .body input::placeholder{
    color: #000;
}
#popup.popup_custom .body form {
    margin: 50px 0 0;
}
#popup.popup_custom .body form .form-elements {
    display: flex;
    margin: 10px 0;
    gap: 12px;
}
#popup.popup_custom .body form .form-elements .input-block {
    width: 100%;
    height: 50px;
}
#popup.popup_custom .body form .form-elements .submit {
    width: 100%;
}
#popup.popup_custom .body form .form-elements .btn {
    width: 100%;
    font-family: Haval;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 0;
    max-height: 50px;
    min-height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
#popup.popup_custom .body form .form-elements .btn .text {
    font-size: 11px;
    margin: 0;
    display: block;
    padding-top: 3px;
}
#popup.popup_custom .body form .form-elements .btn::after {
    content: "";
    background: url(../img/arrow.png) no-repeat 50% 0;
    width: 16px;
    height: 16px;
}
#popup.popup_custom .body form .form-elements .input-block label span {
    font-family: 'TT Wellingtons';
    font-weight: 500;
    font-size: 12px;
    color: #757576;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: bottom;
}
#popup.popup_custom .body form .form-elements .input-block label span a {
	color: #757576;
}




/*КАЛЬКУЛЯТОР*/


#calc  h2 {
    color: #000;
    margin-bottom: 8px;
}
#calc p {
	color: #121314;
    margin-bottom: 50px;
    font-family: 'TT Wellingtons';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
}
#calc .step6 p {
    color: #000;
    text-align: left;
}
#calc .step5 {
    margin-top: 0;
}
#calc .step5 p {
    color: #222222;
    text-align: left;
    margin-bottom: 0px;
}
#calc .step5 h3 {
    color: #222222;
    text-align: left;
}
.fon-calculation {
    background: #FFFFFF;
    opacity: 0.8;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 1140px;
    height: 604px;
    z-index: 0;
    position: absolute;
    left: 15px;
    height: 100px;
}
.smeta_calc {    
background: none;
    box-shadow: none;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    margin-top: 0;
    padding: 30px 40px 18px;
    overflow: hidden;
}
.left_smet {
    width: 100%;
    padding-bottom: 115px;
    float: left;
    display: block;
    position: relative;
}
.progress {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0;
}
.left_smet .progress {
    background: #D9D9D9;
    margin-bottom: 21px;
    height: 20px;
    width: 49.5%;
    position: absolute;
    bottom: 0;
}
.step_number2 {
    color: #00cabf;
}
#calc .bg-success {
    background-color: #00cabf !important;
}
#calc .progress-bar-striped {
    background-image: linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 3rem 3rem;
    border-radius: 0;
}
.smeta_calc h3 {
    font-style: normal;
    color: #121314;
    margin-bottom: 30px;
    font-family: Haval;
    font-weight: 400;
    font-style: Medium;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}
.left_smet .type {
    font-family: 'TT Wellingtons';
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0px;
    margin-bottom: 13px;
    display: block;
}
.left_smet .type span {
    background: #00CABF;
    font-family: Haval;
    font-weight: 400;
    padding: 5px;
    font-size: 11px;
    color: #fff;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-right: 12px;
}
.left_smet .type2 {
    font-family: 'TT Wellingtons';
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0px;
    display: block;
    margin: 50px 0 30px;
}
.left_smet .type2 span {
    background: #121314;
    font-family: Haval;
    font-weight: 400;
    padding: 5px;
    font-size: 11px;
    color: #fff;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-right: 12px;
}
.smeta_calc .active {
    display: block;
}
.step1, .step2, .step3, .step4, .step5, .step6 {
    display: none;
}
.var_line4 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 14px 16px;
    margin: 0px 0 50px;
}
.variant {
    width: 100%;
    float: left;
    display: block;
    height: auto;
}
.variant img {
    max-height: 170px;
    z-index: 0;
    position: relative;
    max-width: 170px;
}

#calc .variant p {
        font-style: normal;
    color: #121314;
    text-align: left;
    z-index: 0;
    position: relative;
    font-family: Haval;
    font-weight: 400;
    font-size: 12px;
    margin: -20px 0 0 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

#calc .variant .img {
    padding: 0;
    position: relative;
    margin: 0;
    border: 1px solid #fff;
    background: #fff;
    display: flex;
    justify-content: center;
}
#calc .variant:hover {
    cursor: pointer;
}
#calc .variant:hover .img {
    background: #FFFFFF;
    cursor: pointer;
}
#calc .variant:active .img, #calc .variant.act .img {
    background: #FFFFFF;
	border: 1px solid #121314;
    background: linear-gradient(0deg, rgba(100, 190, 0, 0.6), rgba(100, 190, 0, 0.6)));
}
.img .yes {
    display: none;
    position: absolute;
    z-index: 99;
    top: 35%;
    left: 35%;
}
#calc .variant:active .img .yes, #calc .variant.act .img .yes {
    display: block;
}
#calc .variant:hover .img .back_var, #calc .variant.act .img .back_var, #article .advBit3:hover .back_var {
    background: linear-gradient(0deg, rgb(8 232 222 / 60%), rgb(8 232 222 / 60%));
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    max-height: 170px;
    max-width: 200px;
}
#article .advBit3:hover .back_var {
    background: linear-gradient(0deg, rgba(100, 190, 0, 0.6), rgba(100, 190, 0, 0.6));
    top: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
}
#calc .white_but {
        width: 50px;
    height: 50px;
    margin: 13px 0;
    border: 1px solid #121314;
    bottom: 2px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: 0.5s;
}
#calc .white_but img {
    transform: rotate(180deg);
}
#calc .next_step, #calc .try_step {
    float: right;
}
#calc .inner_steps {
    margin: 7px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 30px;
}
.try_step {
    margin: 37px 3px;
}
.step5 p {
    color: #000;
    text-align: left;
}
.right_smet {
    float: right;
    display: block;
    max-width: 330px;
    padding-left: 40px;
}
.ava_smet {
    background: url(/wp-content/uploads/2025/09/Group-1077248191.png) 0 0 no-repeat;
    background-size: contain;    
	width: 200px;
    height: 255px;

    display: block;
    margin: 10px auto 16px;
    position: relative;
}
.ava_smet:before {
    
	width: 20px;
    height: 20px;
    background: #64BE00;
    box-shadow: 0px 0px 5px rgba(100, 190, 0, 0.5);
    position: absolute;
    border-radius: 20px;
    right: 27px;
    bottom: 0px;
}
#calc .right_smet p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 4px;
    color: #222222;
}
.text_smet {
    font-family: ManropeLight;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    letter-spacing: 0.02em;
    color: #222222;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.right_smet .center {
    text-align: center;
    width: 100%;
}
.h_smet {
    font-family: ManropeLight;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    display: block;
    text-align: center;
    color: #222222;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}
.calc_ico {
    background: url(../images/calc_ico.svg) 0 3px no-repeat;
    margin: 0px 15px 16px -7px;
    height: 70px;
    width: 70px;
    display: block;
    float: left;
}
.percent_ico {
    background: url(../images/percent_ico.svg) 0 3px no-repeat;
    margin: 0px 15px 16px -7px;
    height: 70px;
    width: 70px;
    display: block;
    float: left;
}
.pad_top10 {
    padding-top: 10px;
}
.pad_top10 .percent_ico {
    margin-top: -13px;
}
#calc .variant:active .img .yes, #calc .variant.act .img .yes {
    display: block;
}
.try_step_mobile {
    font-family: 'TT Wellingtons';
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 13px;
}
.try_step_mobile2 {
    font-family: Haval;
    font-weight: 400;
    margin: 0px 0;
    font-size: 18px;
    display: block;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: absolute;
    bottom: 35px;
}
.step_number {
    color: #00cabf;
}
.next_step .inputsub {
    width: 312px;
    height: 50px;
    border-width: 1px;
    opacity: 1;
    background: #121314;
    border: 1px solid #121314;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 12px;
    font-family: Haval;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.step2_all {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.step3_all {
    display: grid;
    gap: 15px 30px;
    grid-template-columns: repeat(2, 1fr);
}
.step2_all .step2_item {
    border: 1px solid #fff;
    background: #fff;
    padding: 17px 23px;
    display: flex;
    gap: 19px;
    font-family: 'TT Wellingtons';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
    position: relative;
}
.step2_all .step2_item:hover, .step2_all .step2_item:active {
    border: 1px solid #121314;
}
.step3_all .step3_item {
    border: 1px solid #fff;
    background: #fff;
    padding: 17px 23px;
    display: flex;
    gap: 19px;
    font-family: 'TT Wellingtons';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
    position: relative;
}
.step3_all .step3_item:hover, .step3_all .step3_item:active {
    border: 1px solid #121314;
}
.prev_step {
	
}

.progress .progress1, .progress .progress2, .progress .progress3, .progress .progress4, .progress .progress5 {
    display: none;
}
.progress .acti {
    display: block;
}
.custom-radio {
position: absolute;
z-index: -1;
opacity: 0;
}
.col-xl-7, .col-xl-8 {
    padding: 0 !important;
}

.custom-radio+label {
        font-family: 'TT Wellingtons';
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
    font-style: normal;
    font-weight: 300;
    color: #121314;
    width: 100%;
    height: 30px;
    padding: 14px 0 14px 30px;
}
.custom-radio+label::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #9FA1A2;
	border-radius: 50%;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.custom-radio+label::after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 50%;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	position: absolute;
	left: 20px;
	top: 12px;
	z-index: -1;
	display: none;
}
.custom-radio:focus+label::before {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-radio:focus:not(:checked)+label::before {
border-color: #B0DB0F;
}
.custom-radio:checked+label::after {
        width: 8px;
    height: 8px;
    background: #00CABF;
    border: 1px dashed #00CABF;
    border-radius: 500px;
    display: block;
    z-index: 0;
    left: 26px;
    top: 26px;
}
.custom-radio:disabled+label::before {
background-color: #e9ecef;
}



.last_step, .try_step_mobile.none, .smeta_calc .progress.none {
	display: none;
}

.smeta_calc .step4 {
    width: 710px;
    margin: 0 auto;
}
#calc .smeta_calc .form-elements {
    margin-top: 50px;
    margin-bottom: 20px;
}
#calc .smeta_calc .input-block {
    margin-bottom: -110px;
}
#calc .smeta_calc .input-block .btn .text {
    position: relative;
    z-index: 1;
    font-family: Haval;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}
































@media only screen and (max-width: 1780px) {
	#header .container, #main .container {
		max-width: 1340px;
	}
	.main-form {
		width: 55%;
		color: #fff;
		padding: 7vh 0;
		min-width: 520px;
	}
	.main-form__title, .main-form__title b {
    font-size: 32px;
	}
	.main-slider .form-elements > span {
		font-size: 20px;
	}
	.price_block {
		width: 36%;
	}
}

@media only screen and (max-width: 1400px) {
	.main-form .form-elements, .actions-form .form-elements {
		margin-top: 15vh;
	}

}
@media only screen and (max-width: 1360px) {
	#header .container, #main .container {
        padding: 0 15px;
    }

}










@media only screen and (max-width: 1200px) {
  .ios {
    overflow-scrolling: touch !important;
    overflow: auto !important;
  }

  .header-nav {
    position: absolute;
    left: 0;
    top: 100%;
        background-color: #121314;
    width: 100%;
    padding: 20px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }

  .header-nav.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
  }

  .header-nav ul {
    display: block;
  }

  .header-nav ul li {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
  }

  .header-nav .btn {
    display: block;
    margin-top: 100px;
    display: inline-block;
  }

  .header-contacts .btn {
    display: none;
  }

  header#header {
    padding: 15px 0;
  }

  .main-form {
    -webkit-box-ordinal-group: 3;
    width: 100%;
    min-width: auto;
  }

  .main-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-image {
    width: 100%;
  }

  .main-image img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .specials-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .prices-image {
    display: none;
  }

  #prices::after {
    display: none;
  }

  .prices-list {
    width: 100%;
  }

  .benefits-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  #map {
    height: 352px;
  }

  .main-form__title br {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .header-logo__text {
    margin-left: 10px;
    font-size: 12px;
  }

  .header-logo__text b {
    font-size: 13.5px;
  }

  .header-phone .phone a {
    font-size: 16px;
  }

  .header-address {
    font-size: 12px;
  }

  .header-phone {
    margin-right: 15px;
    text-align: right;
  }

  .header-logo__image {
        width: 82px;
        padding-right: 8px;
  }

  .header-phone .phone,
  .header-address {
    background: none;
    padding-left: 15px;
  }

  .header-address {
    padding-left: 5px;
  }

  .header-contacts {
    margin-top: -6px;
  }

  .header-nav {
    top: 0;
        display: block;
  }

  .main-form__title {
    font-size: 26px;
  }

  .main-form__title b {
    font-size: 34.5px;
    display: block;
  }


  .main-form__subTitle {
    font-size: 18px;
  }

  .main-form .form-elements {
    margin-top: 30px;
  }

  h2 {
    font-size: 24px;
  }

  #specials {
    margin-top: 0;
  }

  .specials-wrapper {
    display: block;
    margin-top: 15px;
  }

  .specials-wrapper__item {
    width: 290px;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
  }

  .flickity-page-dots .dot.is-selected {
    width: 21px;
    background-color: #08e8de;
    border-radius: 47px;
    opacity: 1;
  }

  .flickity-page-dots .dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    opacity: .2;
    background-color: #98A5AD;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin: 0px 2px;
  }

  #actions {
    margin-top: -40px;
        padding: 0;
  }

  .actions-slider .flickity-prev-next-button {
    display: none !important;
  }

  .actions-slider {
    margin-top: 15px;
  }

  .actions-price .price {
    font-size: 16px;
    padding: 2px 10px;
    margin-right: 7px;
  }

  .actions-price {
    font-size: 12px;
  }

  .actions-text {
    margin-top: 7px;
    font-size: 14px;
  }


  .actions-button {
    left: 25px;
    bottom: 15px;
  }

  .actions-slider .flickity-page-dots {
    bottom: -25px;
    text-align: center;
  }

  .actions-slider .flickity-page-dots .dot.is-selected {
    width: 21px;
    background-color: #08e8de;
    border-radius: 47px;
    opacity: 1;
  }

  .actions-slider .flickity-page-dots .dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    opacity: .2;
    background-color: #98A5AD;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin: 0px 2px;
    border: none;
  }

  #prices {
    margin-top: 55px;
        margin-bottom: 0;
  }

  .prices-wrapper {
    margin-top: 10px;
  }

  .prices-list {
    display: block;
  }

  .prices-list__item {
    width: 100%;
    margin: 0;
    padding: 15px 0;
  }

  .prices-name {
    font-size: 14px;
  }

  .prices-price {
    font-size: 20px;
  }

  .prices-info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #benefits {
    margin-top: 35px;
  }

  .benefits-wrapper__item {
    flex-direction: row;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .benefits-wrapper {
    display: block;
    margin-top: 15px;
  }

  .benefits-text {
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 14px;
        width: 85%;
  }

  .benefits-image {
    width: 40px;
  }

  #contacts {
    margin-top: 35px;
  }

  #map {
    height: 280px;
  }

  #footer p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 640px) {
	    .actions-image img {
        display: none;
    }
	.actions-image img.act_mob {
        display: block;
        left: 0;
        width: 100%;
    }
	
	
	
}
@media only screen and (max-width: 480px) {
  .actions-title {
    margin: 0 0 10px;
    margin-top: 0px;
  }

  .actions-title span {
    font-size: 18px;
    margin-top: 0;
  }

  .actions-price {
    flex-direction: column;
  }

  .actions-title {
        font-size: 11px;
        width: 80%;
        line-height: 15px;
  }

  .actions-image::after {
    background: none;
  }

  .actions-image img {
    height: 100%;
    width: 100%;
  }

  .benefits-wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 15px;
    gap: 10px;
    display: grid;
  }

  .benefits-image {
    width: 25px;
    margin: 0;
  }

  .benefits-image img {
    margin: 0px 0 10px 0;
  }

  .benefits-wrapper__item {
    padding: 20px 15px 10px;
  }

  .actions-slide {
        height: auto;
        width: 100%;
        max-height: 575px;
  }

  .benefits-wrapper>*:nth-child(7),
  .benefits-wrapper>*:nth-child(8) {
    grid-column: span 2;
  }

  .autos-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }

  .autos-wrapper__item {
    position: relative;
    min-height: 70px;
  }
  .marquee {
    height: 75px;
  }
  .actions-content {
    position: absolute;
    left: 0;
  }
  .actions-button {
        left: 0;
        bottom: 0;
        flex-direction: column;
    }
  
  .actions-content {
    padding: 65px 15px 0;
  }
      .specials-wrapper > .container.pagination {
        margin: 115px 0 -75px;
    }
      .main-form__title {
        font-size: 26px;
        display: none;
    }
  
  
  
  
  
  
}


.autos-swiper {
  width: 100%;
  padding: 30px 0;
  overflow: visible !important;
}

.autos-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.autos-swiper .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}

.autos-wrapper__item {
  width: auto;
  height: 90px;
  aspect-ratio: 2/1.5;
  /* Соотношение 2:1 (ширина к высоте) */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

/* Если картинки разного соотношения, можно указать минимальную ширину */
.autos-wrapper__item {
  min-width: 70px;
    max-width: 70px;
    width: 70px;
    height: auto;
    min-height: auto;
}

.autos {
    position: fixed;
    z-index: 99;
    background: #fff;
    top: 20px;
    width: 70px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    left: 0;
}
.phone_mob, .main-form__title_mob {
	display: none;
}













@media (max-width: 992px) {
  .autos {
    display: none;
  }
  #app {
	padding-left: 0;
	}
    header#header {
        padding: 0;
    }
	.container, #header .container, #main .container {
        padding: 0 20px;
        flex-direction: column;
    }
	
	.header-wrapper {
    padding: 17px 0;
}
	.header-logo__text b, .header-logo__text span {
        font-size: 7px;
    }
	.header-phone {
        display: none;
	}
	
.phone_mob {
	display: block;
        padding-right: 11px;
        margin-bottom: -3px;
}
	
.open.header-nav .header-logo {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 16px;
        margin-bottom: -18vh;
}
	.open.header-nav ul li a {
    color: #fff;
    font-family: Haval;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: bottom;
    text-transform: uppercase;
    margin-bottom: 30px;
}
	
	#main-slider .swiper-pagination {
    z-index: 4;
}
	
	.header-mob_c .header-phone {
        display: block;
        margin: 0;
        text-align: left;
    }
	.header-nav .header-mob_c .btn {
		margin-top: 35px;
    font-family: Haval;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 0;
    max-height: 50px;
    min-height: 50px;
    display: flex !important;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-size: 11px;
    }
	.header-mob_c .btn::after {
    content: "";
    background: url(../img/arrow.png) no-repeat 50% 0;
    width: 16px;
    height: 16px;
}
	.open .body .input-block label span{
    font-size: 10px;
}
	#main .main-item {
		padding-top: 35px;
        height: auto;
	}
	    .price_block {
        width: 100%;
        display: grid;
        gap: 15px 10px;
                grid-template-columns: repeat(3, 1fr);
        margin-top: 10px;
        margin-bottom: 90px;
    }
	.price_item {
    flex-direction: column;
	}
	.price_item .bl img {
    display: none;
}
	.price_item .price {
    font-family: Haval;
    font-weight: 400;
    font-size: 9px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
    background: #00CABF;
    padding: 8px 6px 2px;
    border-radius: 6px;
    color: #121314;
}
	.price_item {
    flex-direction: column;
    background: none;
    padding: 16px 27px;
    backdrop-filter: blur(0.5px);
    height: 45px;
    padding: 16px 0px;
    align-items: flex-start;
	}
	.price_item .text {
    font-size: 12px;
	}
	
	.price_item .price b {
    font-size: 15px;
	}
	.main-form__title_mob b {
    color: #00CABF;
}
	.main-slider .form-elements > span {
        font-size: 16px;
    }
	.main-slider .form-elements > span br {
        display: none;
    }
	.form-elements .all-block {
    display: flex;
    flex-direction: column;
	}
	.container.left .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    margin-bottom: 25px;
    gap: 11px; 
    justify-content: center;
}
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 50px;
	}
	
	
    .benefits-wrapper {
        grid-template-columns: repeat(1, 1fr);
	}
	#benefits {
        margin: 50px auto;
    }
	.specials-wrapper > .container {
		display: none;
	}
	.specials-wrapper > .container.pagination {
    display: block;
    position: relative;
    height: 20px;
    margin: 115px 0 0;
}
	.form-elements .all-block .input-block, .main-slider .main-form input, .actions-form input, .form-elements .all-block .btn.btn-white {
    width: 100%;
	}
	
	#specials .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
	#specials .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #D7D7D7;
        opacity: 0.9;
    }
	#specials .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #08e8de;
    }
	.specials-wrapper__item.swiper-slide {
    padding: 20px;
}
	.specials-wrapper__item {
    position: relative;
    min-height: 413px;
	}
	
.actions-title b {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}
    .main-form .form-elements, .actions-form .form-elements {
        margin-top: 0;
    }
.tab-content .item {
    flex-direction: column;    
	padding: 16px 0px;
}
.lft .number {
    margin-right: 15px;
}
.rght {
    padding-left: 63px;
    margin-top: 5px;
}
.tab-content .btn {
    width: 100%;
}
#specials .swiper-pagination {
    z-index: 4;
}
#to {
    margin-top: 0;
    padding: 0;
}
#calc {
    background: #F1F1F1;
    margin-top: -300px;
    padding: 400px 0 0;
    margin-bottom: 50px;
}
#video h2 {
    text-align: center;
    margin-bottom: 15px;
}
#video p {
    text-align: left;
    font-family: 'TT Wellingtons';
    font-weight: 500;
    padding: 0px 0px 13px;
}
.video-container {
    position: relative;
    padding: 17px 0;
}
.faq-question span {
    float: left;
    height: 30px;
}
.faq-question {
    list-style: none;
    padding: 14px 0px;
}
.faq-answer {
    padding: 20px 0 0 55px;
}
#video {
    margin-bottom: 50px;
}
#program {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 55%;
    padding: 50px 20px;
    margin-bottom: 50px;
}
#program .left {
    width: 100%;
}
#program .prog_block {
    gap: 10px;
}
#program .submit {
    margin-top: 140px;
    display: none;
}
#program .submit.submit_m {
display: block;
    margin-top: 30px;
   

}
#program .right {
    width: 100%;
}
	.contacts-info {
    flex-direction: column;
    margin-bottom: 10px;
	}
	.contacts-item img {
    width: 100%;
    z-index: 0;
}
	
	#contacts .btn {
    width: 100%;
}
	    .contacts-wrapper {
        flex-direction: column-reverse;
		}
	#program .btn.btn-white {
    width: 100%;
}
	.popup_custom-content {
    position: relative;
        display: flex;
        flex-direction: column;
}
	#popup.popup_custom .body {
    max-width: 100%;
    padding: 20px;
    top: 0;
        height: 100%;
        transform: none;
}
	
.popup_custom-content h3 {
    color: #fff;
    font-family: Haval;
    font-weight: 400;
    margin: 19vh 10px 60px;
    width: 90%;
    font-size: 18px;
    z-index: 1;
}
	#popup.popup_custom .body form .form-elements {
    flex-direction: column;
    gap: 0px;
	}
	#popup.popup_custom .body form {
    margin: 25px 0 0;
}
	
	.popup_custom-content img {
    z-index: 0;
}
	#popup.popup_custom .body .close {
    position: absolute;
    width: 49px;
    height: 49px;
    top: 10px;
    right: 10px;
	}
	.smeta_calc {
    padding: 30px 0px 18px;
}
.smeta_calc h3 {
    font-size: 18px;
    text-align: left;
}
.var_line4 {
    grid-gap: 15px 10px;
    grid-template-columns: repeat(2, 1fr);
}
.variant img {
    max-height: 170px;
    z-index: 0;
    position: relative;
    max-width: 100%;
}
#calc .variant p {
    font-size: 10px;
}
.try_step_mobile2 {
    bottom: 95px;
}
.left_smet .progress {
    margin-bottom: 90px;
    height: 13px;
}
.step2_all {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
}
.step3_all {
    display: grid;
    gap: 10px 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
}
.smeta_calc .step4 {
    width: 100%;
    margin: 0 auto;
}
    .smeta_calc h3 {
        font-size: 22px;
        text-align: center;
    }
#calc .smeta_calc .form-elements {
    margin-top: -20px;
    margin-bottom: 20px;
}
#calc .smeta_calc .input-block {
    margin-bottom: 0;
}
 #calc .next_step {
    width: 85%;
}
#calc .inner_steps {
    justify-content: space-between;
    gap: 8px;
}
	#calc .form-elements .btn .text {
    font-family: Haval;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}
	.main-form {
        padding: 7vh 0 0;
	}
	

  .burger {
    width: 23px;
    height: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }

  .burger span {
    display: block;
    width: 100%;
        background-color: #fff;
        height: 2px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }

  .burger.active {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  .burger.active .y {
    opacity: 0;
  }

  .burger.active .x {
    -webkit-transform: rotate(45deg) translateY(10px);
    -ms-transform: rotate(45deg) translateY(10px);
    transform: rotate(45deg) translateY(10px);
  }

  .burger.active .z {
    -webkit-transform: rotate(-45deg) translateY(-10px);
    -ms-transform: rotate(-45deg) translateY(-10px);
    transform: rotate(-45deg) translateY(-10px);
  }
  #actions {
    margin-top: 40px;
}
  
  .specials-wrapper > .container.pagination {
        display: block;
        position: relative;
        height: 20px;
        margin: 20px 0 0;
    }
	.actions-image img {
    left: -35%;
    position: relative;
}
  .img .yes {
    left: 45%;
}
  #ya_re, #ya_re > div {
    width: 100% !important;
}
  
  
  
  
  
  
}

@media (max-width: 768px) {
  .autos-wrapper__item {
    height: 60px;
    min-width: 110px;
    max-width: 180px;
  }
      .actions-image img {
        left: -60%;
        position: relative;
    }
}

@media (max-width: 576px) {
  .autos-wrapper__item {
    height: 50px;
    min-width: 90px;
        max-width: 90px;
  }
  
	#main .main-item {
    background: url(../img/banner_mob.jpg) no-repeat 50% 0;
    background-size: contain;
	}
	#main .main-item2 {
    background: url(../img/banner2.jpg) no-repeat 50% 0;
    background-size: cover;
	}
	
	.main-form__title_mob {
        display: block;
        font-family: Haval;
        font-weight: 400;
        margin: 45px 0 0;
        font-size: 26px;
        color: #fff;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }
	
	.actions-image img {
		display: none;
	}
.actions-image .act_mob {
	display: block;
}
	
	
    .main-form {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 30px 20px 40px;
        background-color: #121314;
        margin: 0px -20px 0;
        width: calc(100% + 40px);
	}
	.price_block {
        grid-template-columns: repeat(2, 1fr);
	}
	
	
	.specials-wrapper > .container.pagination {
        margin: 115px 0 -90px;
    }
	
	
	
	
}