@font-face {
  font-family: "Manrope Variable";
  src: url(../fonts/Manrope-Variable.woff2) format("woff2-variations"), url(../fonts/Manrope-Variable.woff) format("woff-variations");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

img,
picture {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

address {
  font-style: normal;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
  color: #cccccc;
  border-radius: 100px;
  height: 50px;
  padding: 15px 25px;
  width: 100%;
}

input,
button,
select {
  width: 100%;
  margin: 0;
  border: 1px solid #cccccc;
  box-shadow: none;
  background: transparent;
}

input::-moz-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
input::placeholder {
  color: #cccccc;
}

button {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(../img/ico_select.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  display: block;
  color: #cccccc;
  width: 100%;
  padding-left: 15px;
  padding-right: 35px;
  border: 1px solid #cccccc;
}

.select::-ms-expand {
  display: none;
}

.select:hover {
  border-color: #cccccc;
}

.select:focus {
  border-color: #cccccc;
  box-shadow: none;
  color: inherit;
  outline: none;
}

.select option {
  font-weight: normal;
}

body {
  min-height: 100vh;
  line-height: 1.3;
}

ul,
ol {
  list-style: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
q {
  quotes: none;
}

q:before,
q:after {
  content: '';
}

a,
ins {
  text-decoration: none;
  color: inherit;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: .8em;
}

sup {
  top: -5px;
}

sub {
  bottom: -2px;
}

pre {
  font: inherit;
}

body {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  color: #18161F;
  position: relative;
  font-weight: 400;
  padding: 0px;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
  background: #F5F6F7;
}

.compensate-for-scrollbar {
  margin: 0 auto !important;
  overflow: auto !important;
}

.fancybox-button svg {
  pointer-events: none;
}

.form_title {
  color: inherit;
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  padding-bottom: 20px;
}

.form_title span {
  display: block;
  white-space: nowrap;
}

input,
textarea,
select,
button,
.btn {
  height: 50px;
}

form .form-group {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}

form .form-group-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

form .form-group-wrapper .form-group {
  flex: 1;
}

form .form-group .btn {
  width: 100%;
}

form.form_dark {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

form.form_dark input[type="tel"],
form.form_dark input[type="text"] {
  border: 1px solid #9a999e;
  color: #fff;
  background: transparent;
}

form.form_dark input[type="tel"]::-moz-placeholder {
  color: #9a999e;
}
form.form_dark input[type="tel"]::-webkit-input-placeholder {
  color: #9a999e;
}
form.form_dark input[type="tel"]:-ms-input-placeholder {
  color: #9a999e;
}
form.form_dark input[type="tel"]::placeholder {
  color: #9a999e;
}

form.form_dark .btn {
  background: #6a6a6d;
  border-color: #6a6a6d;
  color: #fff;
  width: 100%;
}

form.form_dark .btn:hover {
  background: #fff;
  border-color: #fff;
  color: #18161f;
}

form.form_dark .btn:after {
  display: none;
}

form.form_dark .form_title {
  display: none;
}

form.form_dark .agree_field {
  font-size: 14px;
  color: #e7e7e8;
  letter-spacing: 0.01em;
}

form.form_dark .agree_field__icon {
  border-color: #e7e7e8;
}

form.form_white input::-moz-placeholder {
  color: #6A696D;
}
form.form_white input::-webkit-input-placeholder {
  color: #6A696D;
}
form.form_white input:-ms-input-placeholder {
  color: #6A696D;
}
form.form_white input::placeholder {
  color: #6A696D;
}

form.form_white input,
form.form_white select,
form.form_white textarea {
  background-color: #F5F6F7;
  border-color: #E7E7E8;
  color: #6A696D;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
  border-width: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c86461;
}

#form_popup {
  display: none;
}

.popup_container {
  width: 520px !important;
  max-width: 100%;
  padding: 5px 29px;
  overflow: hidden !important;
  position: relative;
  box-sizing: border-box;
  background: white;
  text-align: center;
  padding-bottom: 30px;
}

.popup_container form .form-group .btn {
  width: 100%;
}

.alert.fancybox-content {
  overflow: hidden;
}

.not_agree button {
  background-color: #cccccc !important;
  cursor: auto !important;
  color: white !important;
}

.agree_field {
  font-size: 13px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  top: 10px;
  color: #e7e7e8;
  letter-spacing: 0.01em;
  text-align: left;
  width: 100%;
  left: 10px;
}

form.form_white .agree_field {
  color: #69696D;
}

.agree_field a {
  color: inherit;
  text-decoration: underline;
}

.agree_field input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 12px;
  width: 12px;
  opacity: 0;
  cursor: pointer;
}

.agree_field input:checked+.agree_field__icon {
  background: #fff;
  border-color: #fff;
}

form.form_white .agree_field input:checked+.agree_field__icon {
  background-color: #18161F;
  border-color: #18161F;
}

.agree_field input:checked+.agree_field__icon:after {
  display: block;
}

.agree_field>span {
  display: inline-block;
}

.agree_field__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #e7e7e8;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agree_field__icon:after {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  background: url(../img/form__check.svg) 50% no-repeat;
  background-size: contain;
}

form.form_white .agree_field .agree_field__icon:after {
  background: url(../img/form__check_white.svg) 50% no-repeat;
  background-size: contain;
}

.container {
  width: 100%;
  max-width: 1420px;
  padding: 0 30px;
  margin: 0 auto;
}

.title {
  font-size: 48px;
  font-weight: 600;
  color: #18161f;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: fit-content;
  padding-left: 36px;
}

.title:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  background: #18161F;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0px 4px #5E587180;
}

.title_white {
  color: #fff;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 40px;
  width: auto;
}

.addr {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #18161f;
  font-weight: 600;
}

.addr:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.phone {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #18161f;
  text-decoration: none;
  font-weight: 600;
}

.phone:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.clock {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #18161f;
}

.clock:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.br_mob {display: none;}

.no-wrap {
  white-space: nowrap;
}

.btn {
  background: #18161f;
  border: 1px solid #18161f;
  color: #fff;
  text-align: center;
  width: 280px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 20px;
  border-radius: 100px;
  position: relative;
  text-decoration: none;
  transition: all .2s linear;
  font-weight: 600;
}

.btn span {
  display: inline-block;
  width: 100%;
}

.btn:hover {
  background-color: #012E29;
  border-color: #012E29;
  color: #fff;
}

.btn_white {
  background-color: #fff;
  border-color: #fff;
  color: #18161f;
}

.btn_white:hover {
  background-color: #B0AFB1;
  border-color: #B0AFB1;
  color: #18161f;
}

.btn_white2 {
  background-color: #fff;
  border-color: #18161f;
  color: #18161f;
}

.btn_white2:hover {
  background-color: #18161f;
  border-color: #18161f;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .reveal {
    opacity: 0;
    transform: translateY(40px);
    transition-property: opacity, transform;
    transition-timing-function: ease-out;
    will-change: opacity, transform;
  }

  .reveal.reveal-visible {
    opacity: 1;
    transform: translateY(0px);
  }

  .reveal-fast {
    transition-duration: 0.3s;
  }
  .reveal-normal {
    transition-duration: 0.6s;
  }
  .reveal-slow {
    transition-duration: 0.9s;
  }
  .reveal-slowest {
    transition-duration: 1.2s;
  }

  .reveal-delay-0 {
    transition-delay: 0s;
  }
  .reveal-delay-1 {
    transition-delay: 0.15s;
  }
  .reveal-delay-2 {
    transition-delay: 0.3s;
  }
  .reveal-delay-3 {
    transition-delay: 0.45s;
  }
  .reveal-delay-4 {
    transition-delay: 0.6s;
  }
  .reveal-delay-5 {
    transition-delay: 0.75s;
  }
  .reveal-delay-6 {
    transition-delay: 0.9s;
  }
  .reveal-delay-7 {
    transition-delay: 1.05s;
  }
}


/* Только для десктопа */
@media (min-width: 769px) {

  .header,
  .header__content,
  .header__logo img,
  .menu,
  .menu__content,
  .header__btn {
    transition: all .3s ease;
  }

  /* Исходное состояние */
  .header__content {
    padding: 15px 0;
  }

  .header__logo img {
    /* height: 40px; */
  }

  .menu__content {
    height: 52px;
  }

  /* Уменьшенная шапка */
  .header.header--small .header__content {
    padding: 8px 0;
  }

  .header.header--small .header__logo img {
    height: 30px;
  }

  .header.header--small .menu__content {
    height: 42px;
  }

  .header.header--small .header__contacts-wrapper,
  .header.header--small .header__contacts {
    gap: 20px;
  }

  .header.header--small .header__btn {
    width: 200px;
    height: 35px;
  }

}


.header .mob-menu-btn {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background: #fff;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 0;
}

.header__logo-block {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__logo-block .logo_2 {
    border-left: 1px solid #B0AFB1;
    padding-left: 15px;
}

.header__logo img {
  height: 40px;
  width: auto;
}
.header__logo.logo_2 img {
  height: 60px;
}

.header__contacts-wrapper {
  display: flex;
  gap: 30px;
}

.header__contacts {
  display: flex;
  gap: 30px;
}

.header__addr:before {
  background-image: url(../img/header__loc.svg);
}

.header__phone:before {
  background-image: url(../img/header__phone.svg);
}

.header__btn {
  width: 230px;
}

.menu {
  background: #18161f;
}

.menu__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
}

.menu__column {
  display: flex;
  align-items: center;
  gap: 40px;
}

.menu__item {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: opacity 0.2s linear;
  position: relative;
}

/* .menu__item:hover:before {
  background: #fff;
}

.menu__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 150%;
  left: 0;
  background: transparent;
  transition: all .1s linear;
} */

.menu__item:hover {
  opacity: 0.7;
}

.intro {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

.intro__slider {
  width: 100%;
}

.intro__content {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}

.intro__content>* {
  pointer-events: auto;
}

.intro__title-block {
  margin: 0 auto;
  text-align: center;
}

.intro__title1 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.intro__title2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.title-text_bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 15px;
}

.title-text_bg::before,
.title-text_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  z-index: -2;
  width: 157%;
  height: 100%;
  transform: perspective(2500px) rotateY(-45deg) translateX(-27%);
}

.title-text_bg::after {
    background: linear-gradient(
        90deg,
        #18161F 0%,
        #585462 50%,
        #18161F 100%
    );
}

.title-text_bg::before {
    background: linear-gradient(
        90deg,
        rgba(255,255,255,1),
        rgba(255,255,255,0)
    );
    padding: 1px;
    z-index: -1;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
}

.intro__benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.intro__benefits-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
  font-size: 36px;
}

.intro__benefits-item img {
  width: 50px;
  height: 50px;
  padding: 12px;
  background: #2F2D35;
  border-radius: 10px;
}

.intro__benefits-ico_hover {
  display: none;
}

.intro__bg {
  width: 100%;
  position: relative;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}

.intro__bg img {
  width: 100%;
  display: block;
}

.intro .swiper-wrapper {
  height: auto;
}

.timer {
  margin-top: -85px;
  position: relative;
  z-index: 1;
}

.timer__content {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.timer__timer {
  width: 100%;
  background: url(../img/timer__bg1.png) 50% no-repeat;
  background-size: cover;
  padding: 36px 42px;
  padding-bottom: 22px;
  border-radius: 25px;
}

.timer__main {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  background: url(../img/timer__bg2.png) 50% no-repeat;
  background-size: cover;
  padding: 21px 42px;
  border-radius: 25px;
}

.timer__title {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}

.timer__form .form-group-wrapper {
  flex-direction: row;
}

.model-range {
  margin-top: 70px;
  background: url(../img/cars__bg.svg) 50% 50% no-repeat;
  background-size: 100%;
}

.model-range__title {
  margin-bottom: 40px;
}

.model-range__links {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.model-range__item {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.3s linear;
}



.model-range__item-label {
  background: #18161f;
  border-radius: 10px;
  padding: 6px 57px 6px 25px;
  transition: background 0.3s linear;
  margin-right: -50px;
  margin-top: 12px;
}

.model-range__item:hover .model-range__item-label {
  background: #012e29;
}

.model-range__item-label span {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}

.model-range__item-img {
  width: auto;
  position: relative;
  z-index: 1;
  transition: all .5s linear;
}

.model-range__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.model-range__item:hover .model-range__item-img {
  transform: scale(1.08);
}

.model-card {
  padding: 15px 25px 0 40px;
  position: relative;
  margin-top: 120px;
}

.model-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  height: auto;
}

.model-card__header,
.model-card__body,
.model-card__buttons {
  position: relative;
  z-index: 1;
}

.model-card__techs {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 30px;
  margin-top: -10px;
}

.model-card__techs-item {
  flex: 1;
  position: relative;
  padding-right: 30px;
}

.model-card__techs-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 56px;
  background-color: #d9d9d9;
}

.model-card__techs-value {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1820;
  background: linear-gradient(90deg, #18161F 0%, #6A696D 50%, #18161F 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.model-card__techs-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #6A696D;
  white-space: nowrap;
}

.model-card__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
  position: absolute;
  right: 0;
}

.model-card__title {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  margin: 0;
  font-weight: 600;
  background: linear-gradient(90deg, #18161F 0%, #6A696D 50%, #18161F 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.model-card__title:before {
  background: #E7E7E8;
  box-shadow: 0 0 0px 4px #EEEEF0;
}

.model-card__title:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 100%;
  top: 50%;
  background: #E7E7E8;
  width: 100%;
  height: 1px;
  z-index: -1;
}

.model-card__special {
  display: flex;
  gap: 5px;
}

.model-card__special img {
  width: 50px;
  height: 50px;
  padding: 12px;
  background: #18161F;
  border-radius: 10px;
  transition: all 0.6s ease;
}

.model-card__special span {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  padding: 0 25px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(90deg, #18161F 0%, #585462 50%, #18161F 100%);
  z-index: 0;
}

.model-card__special span::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #012E29 0%, #00594F 50%, #012E29 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
}

.model-card__special:hover span::before {
  opacity: 1;
}

.model-card__special:hover img {
  background: #012E29;
}

.model-card__body {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
  align-items: center;
}

.model-card__info {
  flex-shrink: 0;
}

.model-card__gallery {
  position: relative;
  flex-shrink: 0;
}

.model-card__car-wrapper {
  flex: 1;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: -175px;
}

.model-card__car {
  margin-left: -77px;
}

.model-card__gallery-wrapper {
  flex: 1;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.model-card__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
}

.model-card__benefit {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.model-card__benefit-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(180deg, #18161F 0%, #6A696D 100%);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.model-card__benefit-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, #012E29 0%, #00594F 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.model-card__benefit:hover .model-card__benefit-icon::before {
  opacity: 1;
}

.model-card__benefit-icon img {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
}

.model-card__benefit span {
  font-size: 20px;
  font-weight: 600;
  color: #18161f;
  line-height: 1.5;
}

.model-card__gallery {
  flex: 1;
  max-width: 270px;
  height: 357px;
}

.model-card__gallery-slider {
  position: relative;
  max-height: 100%;
}

.model-card__gallery-slider .swiper-wrapper {
  align-items: center;
}

.model-card__gallery-slide {
  max-width: 218px;
  border-radius: 10px;
  overflow: hidden;
  opacity: .5;
  transition: all .2s linear;
  transform: scale(.98) translateY(0) !important;
}

.model-card__gallery-slide.swiper-slide-prev {
  transform: translateY(10%) !important;
}
.model-card__gallery-slide.swiper-slide-next {
  transform: translateY(-10%) !important;
}

.model-card__gallery-slide.swiper-slide-active {
  transform: scale(1.1) translateY(0) !important;
  opacity: 1;
  z-index: 1;
}

.model-card__gallery-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.model-card__gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s linear;
}

.model-card__gallery-slide:hover img {
  transform: scale(1.05);
}

.model-card__car-img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s linear;
}

.model-card__colors {
  width: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.model-card__gallery-arrow {
  width: 40px;
  height: 40px;
  background: #6a6a6d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s linear;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.model-card__gallery-arrow:hover {
  opacity: 1;
}

.model-card__gallery-arrow_prev {
  top: 0;
  transform: translateX(-50%) rotate(180deg);
}

.model-card__gallery-arrow_next {
  bottom: 0;
  transform: translateX(-50%);
}

.model-card__gallery-arrow img {
  width: 24px;
  height: 24px;
}

.model-card__colors-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s linear;
  flex-shrink: 0;
  position: relative;
}

.model-card__colors-item:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    opacity: 0;
}

.model-card__colors-item:hover {
  border-color: #D4A96A;
}

.model-card__colors-item_active:after {
  opacity: 1;
  /* border-color: #D4A96A; */
}

.model-card__buttons {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: -40px;
  margin-right: -25px;
}

.model-card__buttons .btn {
  width: 100%;
}

.credit {
  width: 100%;
  margin-top: 120px;
  overflow: hidden;
}

.credit__content {
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.credit__container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5%;
}

.credit__info {
  position: relative;
  width: 50%;
  padding: 40px;
  border-radius: 0 25px 25px 0;
  border: 1px solid #e7e7e8;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 260px;
}

.credit__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.credit__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.credit__title,
.credit__description,
.all_forms {
  position: relative;
  z-index: 1;
}

.credit__description {
  width: 100%;
  max-width: 612px;
  margin: 40px 0;
  text-align: center;
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
  color: #6a696d;
}

.all_forms {
  width: 100%;
  max-width: 612px;
}

.credit__image-block {
  width: 50%;
}

.credit__image-wrapper {
  width: 100%;
}

.credit__image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 947 / 497;
  object-fit: cover;
  border-radius: 25px 0 0 25px;
}

.tradein {
  width: 100%;
  overflow: hidden;
}

.tradein__content {
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.tradein__container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5%;
}

.tradein__info {
  position: relative;
  width: 50%;
  padding: 40px;
  border-radius: 25px 0 0 25px;
  border: 1px solid #e7e7e8;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 270px;
}

.tradein__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.tradein__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tradein__title,
.tradein__description,
.all_forms {
  position: relative;
  z-index: 1;
}

.tradein__description {
  width: 100%;
  max-width: 612px;
  margin: 40px 0;
  text-align: center;
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
  color: #6a696d;
}

.tradein__image-block {
  width: 50%;
}

.tradein__image-wrapper {
  width: 100%;
}

.tradein__image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 947 / 497;
  object-fit: cover;
  border-radius: 0 25px 25px 0;
}

.testdrive {
  margin-top: 120px;
}

.testdrive__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testdrive__image {
  position: absolute;
  z-index: 1;
}

.testdrive__image_left {
  left: 0;
}

.testdrive__image_right {
  right: 0;
}

.testdrive__bg {
  display: flex;
  justify-content: center;
}

.testdrive__image-img {
  border-radius: 25px;
  border: 1px solid #FFFFFF;
}

.testdrive__bg-img {
  border-radius: 25px;
}

.testdrive__content {
  position: absolute;
  z-index: 1;
  background: url(../img/testdrive__form-bg.jpg) 50% no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 40px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testdrive__description {
  width: 100%;
  max-width: 612px;
  margin: 40px 0;
  text-align: center;
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
  color: #6a696d;
}

.best-offer {
  position: relative;
  padding: 55px 0;
  overflow: hidden;
  margin-top: 120px;
}

.best-offer__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.best-offer__image {
  position: absolute;
  top: 0;
  overflow: hidden;
}

.best-offer__image_left {
  left: 0;
  border-radius: 0 15px 15px 0;
}

.best-offer__image_right {
  right: 0;
  border-radius: 15px 0 0 15px;
}

.best-offer__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.best-offer__content {
  position: relative;
  z-index: 1;
  padding: 40px;
  max-width: 692px;
  width: 100%;
  text-align: center;
  background: url(../img/best-offer__bg.jpg) 50% no-repeat;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 25px;
}

.best-offer__description {
  font-size: 24px;
  font-weight: 500;
  color: #6A696D;
  text-align: center;
  margin: 0 0 30px 0;
  line-height: 150%;
  margin-top: 30px;
}

.instock {
  margin-top: 120px;
}

.instock__title {
  margin-bottom: 40px;
}

.complects {
  position: relative;
}

.complects__tabs {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.complects__tab {
  border: none;
  cursor: pointer;
  transition: all 0.3s linear;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: .5;
  height: auto;
  width: fit-content;
  padding: 0;
  transition: all .3s linear;
}

.complects__tab span {
  font-size: 24px;
  font-weight: 500;
  color: #18161f;
  white-space: nowrap;
  margin-top: 5px;
}

.complects__tab img {
  border-radius: 20px;
  border: 1px solid #E7E7E8;
}

.complects__tab_active {
  opacity: 1;
}

.complects__tab:hover:not(.complects__tab_active) {
  opacity: .75;
}

.complects__contents {
  position: relative;
  z-index: 1;
}

.complects__card {
  border-radius: 20px;
  padding: 25px 40px 25px 40px;
  display: flex;
  gap: 40px;
  position: relative;
  background: url(../img/compl__bg.png) 50% 0 no-repeat;
  margin-top: 110px;
}

.complects__card-left {
  width: auto;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.complects__card-header {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 55px;
}

.complects__card-title {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(90deg, #18161F 0%, #6A696D 50%, #18161F 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.complects__card-complect {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border-radius: 50px;
  padding: 9px 65px;
  font-size: 24px;
  color: #E7E7E8;
  background: linear-gradient(90deg, #18161F 0%, #6A696D 50%, #18161F 100%);
  text-transform: uppercase;
  font-weight: 600;
}

.complects__card-complect span {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.complects__card-image {
  width: fit-content;
}

.complects__card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.complects__card-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
  position: relative;
  z-index: 1;
  margin-top: -65px;
}

.complects__benefit {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  margin-top: 55px;
}

.complects__benefit-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(180deg, #18161F 0%, #6A696D 100%);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.complects__benefit-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, #012E29 0%, #00594F 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.complects__benefit:hover .complects__benefit-icon::before {
  opacity: 1;
}

.complects__benefit-icon img {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
}

.complects__benefit span {
  font-size: 20px;
  font-weight: 600;
  color: #18161f;
  line-height: 1.5;
}

.complects__card-specs {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 25px;
}

.complects__spec {
  display: flex;
  align-items: center;
  gap: 15px;
  border-right: 1px solid #B0AFB1;
  padding-right: 35px;
}

.complects__spec:last-child {
  padding-right: 0;
  border: unset;
}

.complects__spec-icon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.complects__spec-icon img {
  width: 100%;
  height: 100%;
}

.complects__spec-info {
  display: flex;
  flex-direction: column;
}

.complects__spec-value {
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(90deg, #18161F 0%, #6A696D 50%, #18161F 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.complects__spec-label {
  font-size: 16px;
  font-weight: 400;
  color: #6A696D;
}

.complects__card-buttons {
  display: flex;
  gap: 15px;
  width: 90%;
}

.complects__card-buttons .btn {
  flex: 1;
}

.contacts {
  margin-top: 120px;
}

.contacts__title {
  text-align: center;
}

.contacts__content {
  margin-top: 60px;
}

.contacts__column {
  position: relative;
  height: 100%;
}

.contacts__column_left {
  width: 547px;
  flex-shrink: 0;
}

.contacts__image {
  margin-bottom: 30px;
}

.contacts__image-img {
  width: 100%;
  height: auto;
  display: block;
}

.contacts__info {
  border-radius: 25px;
  padding: 25px 40px;
  position: relative;
  background: url(../img/contacts__bg.jpg) 50% no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E7E7E8;
}

.contacts__dealer-label {
  font-size: 18px;
  font-weight: 400;
  color: #E7E7E8;
  letter-spacing: 2%;
}

.contacts__details {
  display: flex;
  gap: 30px;
}

.contacts__addr:before {
  background-image: url(../img/contacts__loc.svg);
}

.contacts__phone:before {
  background-image: url(../img/contacts__phone.svg);
}

.contacts__clock:before {
  background-image: url(../img/contacts__clock.svg);
}

.contacts__phone a {
  text-decoration: none;
  transition: all 0.3s linear;
}

.contacts__callback-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 20px 0;
  font-family: 'Manrope', sans-serif;
}

.contacts__callback-form {
  width: 100%;
}

#map1 {
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 500px;
  margin-top: 25px;
}

.footer {
  padding: 25px 0;
  color: #fff;
  font-size: 16px;
  background: #18161F;
  margin-top: 120px;
  border-radius: 25px 25px 0 0;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__comp-info {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}

.footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.footer__dislamer-btn,
.footer__policy {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.2s linear;
}

.footer__dislamer-btn:hover,
.footer__policy:hover {
  opacity: 0.7;
}

.footer__madein {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: right;
}

.footer__madein img {
  height: 22px;
  width: auto;
  vertical-align: middle;
}

.footer__disclamer {
  font-size: 14px;
  display: none;
  text-align: left;
  padding-top: 35px;
}

@media only screen and (max-width: 1366px) {
  .container {
    max-width: 1082px;
    padding: 0 15px;
  }

.tradein__content {
    width: 100%;
}

.tradein__info {
    padding: 40px;
}

.credit__content {
    width: 100%;
}

.credit__info {
    padding: 40px;
}
  .header__content {
    gap: 10px;
  }
  .header__contacts {
    gap: 10px;
  }
  .intro__content {
    top: 6vw;
  }
  .intro__title-block {
    padding: 2vw;
  }
  .intro__title1 {
    font-size: 2vw;
    margin-bottom: 0.5vw;
  }
  .intro__title2 {
    font-size: 2.5vw;
    margin-bottom: 1vw;
  }
  .intro__benefits {
    gap: 1vw;
  }
  .intro__bg {
    width: 140%;
  }
  .timer__content {
    flex-direction: column;
  }
  .timer__main {
    align-items: center;
  }
  .timer__title {
    text-align: center;
  }
  .timer__form {
    max-width: 700px;
    width: 100%;
  }
  .timer__form .form-group-wrapper {
    flex-direction: column;
  }
  .model-card__bg img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 100%;
  }

.model-card__bg picture {
    height: 100%;
}
  .model-card__body {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .model-card__techs {
    position: relative;
    z-index: 1;
  }
  .model-card {
    padding-bottom: 40px;
    background: #fff;
    border: 1px solid #E7E7E8;
    border-radius: 25px;
  }
  .model-card__bg {
    height: 100%;
    display: none;
  }
  .model-card__info {
    width: 60%;
    flex-shrink: unset;
  }
  .model-card__car-wrapper {
    width: auto;
    flex: auto;
    order: -1;
    margin: 0;
    flex-direction: column;
  }
  .model-card__colors {
    flex-direction: row;
  }
  .credit-tradein__content {
    flex-direction: column;
    align-items: center;
  }
  .credit-tradein__column {
    max-width: 649px;
  }
  .credit-tradein__image-block {
    width: fit-content;
  }
  .credit-tradein__info {
    width: fit-content;
  }
  .best-offer__image {
    height: auto;
    top: 21%;
    width: 27%;
  }
  .complects__card {
    border-radius: 20px;
    flex-wrap: wrap;
    padding: 20px 40px 20px 40px;
    justify-content: center;
    background: url(../img/compl__bg_mob.jpg) 50% 0 no-repeat;
  }
  .complects__card-left {
    width: 100%;
  }
  .complects__card-right {
    align-items: center;
    margin-top: 25px;
  }
  .contacts__info {
    flex-direction: column;
    gap: 25px;
  }
  .contacts__column_right {
    width: 100%;
  }
  .contacts__column_right #map1 {
    width: 100%;
  }
}

@media only screen and (max-width: 1112px) {
  .container {
    max-width: 930px;
  }
  .header__addr {
    display: none;
  }
  .menu__column {
    gap: 20px;
  }
  .timer {
    margin-top: -50px;
  }
  .complects__card {
    flex-direction: column;
    padding: 30px;
  }
  .complects__card-left {
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .container {
    max-width: 738px;
  }
  .title {
    font-size: 5vw;
  }
  .header__logo-block {
    max-width: 70%;
    gap: 2vw;
  }
  .menu__column {
    gap: 13px;
  }
  .menu__item {
    font-size: 14px;
  }
  .intro__benefits-item {
    padding: 6px 16px;
  }
  .best-offer__content {
    background-size: 100%;
  }
  .best-offer__description {
    font-size: 2vw;
  }
  .best-offer__container {
    padding: 0 20%;
  }
  .best-offer__image {
    width: 35%;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
  .fancybox-type-image {
    width: 100% !important;
    margin: 0px !important;
    left: 0px !important;
  }
  .fancybox-close {
    right: 9px !important;
    top: 9px !important;
  }
  .fancybox-inner {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  .fancybox-wrap {
    margin: 0px !important;
    width: 100% !important;
    left: 0px !important;
    top: 20px !important;
  }
  .fancybox-type-image .fancybox-close {
    top: -8px !important;
  }
  .simple_slider .btn_left {
    display: none !important;
  }
  .simple_slider .btn_right {
    display: none !important;
  }
  .popup_container {
    width: 100%;
  }
  form.form_white input::-moz-placeholder {
    color: #cccccc;
  }
  form.form_white input::-webkit-input-placeholder {
    color: #cccccc;
  }
  form.form_white input:-ms-input-placeholder {
    color: #cccccc;
  }
  form.form_white input::placeholder {
    color: #cccccc;
  }
  .title {
    font-size: 6.6vw;
    padding-left: 6vw;
    margin-bottom: 5vw;
  }

  .desktop {
    display: none;
  }

  .br_mob {display: block;}

  .btn {
    width: 100% !important;
  }
  .complects__tabs {
    border-radius: 15px;
    padding: 0;
    background: unset;
    gap: 1vw;
  }
  .complects__tab {
    max-width: none;
    height: auto;
    padding: 3vw;
  }
  .complects__tab span {
    font-size: 4vw;
  }
  .complects__card {
    padding: 4vw 15px;
    border-radius: 15px;
    gap: 15px;
    margin-top: 50px;
    border: 1px solid #E7E7E8;
  }
  .complects__card-title {
    font-size: 5vw;
  }
  .complects__card-complect {
    padding: 2vw 6vw;
    font-size: 5vw;
  }
  .complects__card-complect span {
    font-size: 18px;
  }
  .complects__card-specs {
    gap: 2vw;
    flex-wrap: wrap;
    margin-top: 41vw;
  }
  .credit-tradein {
    padding: 100px 0 100px;
    margin-top: 0;
  }
  .credit-tradein__marquee_top {
    top: 0;
  }
  .credit-tradein__content {
    flex-direction: column;
    gap: 0;
    align-items: center;
    gap: 50px;
  }
  .credit-tradein__column_tradein {
    margin-top: 0;
  }
  .credit-tradein__column_credit .credit-tradein__image-block,
  .credit-tradein__column_tradein .credit-tradein__image-block {
    margin: 0;
  }
  .credit-tradein__column_tradein .credit-tradein__image-block {
    margin-top: 0;
  }
  .credit-tradein__image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 648/455;
  }
  .credit-tradein__title {
    text-align: center;
  }
  .credit-tradein__info {
    padding: 30px 20px;
  }
  .credit-tradein__description {
    font-size: 4vw;
    margin-bottom: 30px;
  }
  .credit-tradein__marquee-item {
    font-size: 18px;
    gap: 15px;
  }
  .credit-tradein__star {
    width: 20px;
    height: 20px;
  }
  .best-offer__image {
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 611/503;
    margin-bottom: 30px;
    border-radius: 15px !important;
  }
  .best-offer__image_left,
  .best-offer__image_right {
    display: none;
  }
  .best-offer__image:first-child {
    display: block;
    margin-bottom: 30px;
    border-radius: 25px !important;
    width: calc(100% - 30px);
    height: auto;
    margin: 0 15px;
    aspect-ratio: unset;
  }
  .best-offer__content {
    padding: 20px 15px;
    padding-bottom: 35px;
    margin-top: 15px;
    background-size: cover;
  }
  .best-offer__description {
    font-size: 5vw;
    margin: 0;
    margin-bottom: 20px;
  }
  .header .mob-menu-btn {
    display: block;
    position: relative;
    width: 30px;
    height: 22px;
    z-index: 1;
  }
  .header .mob-menu-btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #18161f;
    transition: all .2s linear;
  }
  .header .mob-menu-btn span:nth-child(1) {
    top: 0;
  }
  .header .mob-menu-btn span:nth-child(2) {
    top: calc(50% - 1px);
    opacity: 1;
  }
  .header .mob-menu-btn span:nth-child(3) {
    bottom: 0;
  }
  .header .mob-menu-btn.active span:nth-child(1) {
    transform-origin: top right;
    transform: rotate(-45deg);
    top: -1px;
  }
  .header .mob-menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .header .mob-menu-btn.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: -1px;
  }
  .header {
    overflow: visible;
  }
  .header__content {
    padding: 6px 0;
    flex-wrap: wrap;
    gap: 2vw;
  }

.header__logo-block .logo_2 {
    padding-left: 2vw;
}

.header__logo img {
    height: auto !important;
}

.header__contacts-wrapper {
    order: 1;
}
  .header__phone {
    font-size: 4vw;
  }
  .header__btn {
    display: none;
  }
  .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    border-radius: 25px;
    padding: 5vw 15px;
    transition: all .2s linear;
    left: 100%;
  }
  .menu.active {
    left: 0;
  }
  .menu__content {
    gap: 5vw;
    flex-direction: column;
    height: auto;
  }
  .menu__column {
    flex-direction: column;
    gap: 3vw;
  }
  .menu__item {
    font-size: 4vw;
  }
  .menu__item:before {
    top: 100%;
  }
  .intro {
    margin-top: 60px;
  }
  .intro__content {
    top: 45px;
  }
  .intro__title-block {
    padding: 5vw 2vw;
    padding-top: 4vw;
  }
  .intro__title1 {
    font-size: 7vw;
  }
  .intro__title2 {
    font-size: 8vw;
    margin-bottom: 3vw;
  }

.title-text_bg::before, .title-text_bg::after {
    transform: perspective(1000px) rotateY(-45deg) translateX(-28%);
}
  .intro__benefits-item {
    padding: 1vw 2vw;
    font-size: 5vw;
    gap: 2vw;
  }
  .intro__benefits-item img {
    width: 10vw !important;
    height: 10vw !important;
    padding: 2vw;
  }
  .intro__benefits-ico_hover {
    width: 5vw !important;
    height: 5vw !important;
  }
  .intro__bg {
    width: 100%;
  }
  .timer {
    margin-top: 25px;
  }
  .timer__content {
    gap: 10px;
  }
  .timer__main {
    gap: 15px;
    padding: 20px 15px;
  }
  .timer__title {
    font-size: 5vw;
  }
  .model-range__title {
    margin-bottom: 5vw;
  }
  .model-range__links {
    justify-content: space-between;
    gap: 1vw;
  }
  .model-range__item-bg {
    display: none;
  }
  .model-range__item-label {
    padding: 2vw 4vw;
    border-radius: 50px;
    position: relative;
    display: flex;
  }
  .model-range__item-label span {
    font-size: 3vw;
    width: 100%;
    text-align: center;
  }
  .model-range__item-img {
    position: static;
  }
  .model-card {
    padding: 20px 15px;
    margin-top: 50px;
  }
  .model-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 0;
    position: relative;
  }
  .model-card__special img {
    width: 9vw;
    height: auto;
    padding: 2vw;
  }
  .model-card__special span {
    font-size: 4vw;
  }
  .model-card__body {
    gap: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .model-card__techs {
    margin-top: 1vw;
    width: 100%;
    justify-content: center;
    gap: 3vw;
  }
  .model-card__techs-item {
    padding-right: 2vw;
    flex: unset;
  }
  .model-card__techs-value {
    font-size: 4vw;
  }
  .model-card__techs-label {
    font-size: 3vw;
  }
  .model-card__info {
    width: 100%;
  }
  .model-card__benefits {
    gap: 5px;
    margin-top: 3vw;
  }
  .model-card__benefit {
    gap: 2vw;
  }
  .model-card__benefit-icon {
    width: 9vw;
    height: 9vw;
    border-radius: 10px;
  }
  .model-card__benefit span {
    font-size: 5vw;
    line-height: 1.2;
    border-radius: 10px;
  }
  .model-card__benefit-icon img {
    width: 55%;
    height: auto;
  }
  .model-card__gallery {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .model-card__gallery-slide {
    max-width: unset;
  }
  .model-card__gallery-slide.swiper-slide-prev {
    transform: unset !important;
  }
  .model-card__gallery-slide.swiper-slide-next {
    transform: unset !important;
  }
  .model-card__gallery-slide.swiper-slide-active {
    transform: unset !important;
  }
  .model-card__car-wrapper {
    flex-direction: column;
    gap: 0;
    align-items: center;
    margin-bottom: 3vw;
  }

.model-card__car {
    margin: 0;
}
  .model-card__colors {
    flex-direction: row;
    gap: 2vw;
    width: 100%;
    justify-content: center;
  }
  .model-card__colors-item {
    width: 8vw;
    height: 8vw;
  }
  .model-card__gallery-arrow {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .model-card__gallery-arrow_prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  .model-card__gallery-arrow_next {
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
  .model-card__buttons {
    flex-direction: column;
    gap: 10px;
    margin: 0;
    margin-top: 4vw;
  }
  .credit-tradein__marquee_bottom {
    bottom: 0;
  }
  .credit-tradein__column {
    align-items: center;
  }
  .credit-tradein__image {
    border-radius: 25px;
  }
  .credit-tradein__title {
    position: static;
  }
  .credit-tradein__info {
    background: none !important;
    padding: 0 !important;
    order: 1;
  }
  .best-offer {
    padding: 0;
    margin-top: 50px;
    overflow: visible;
  }
  .instock {
    padding: 0;
    margin-top: 50px;
  }
  .complects__card-header {
    /* flex-direction: column; */
    /* align-items: flex-start; */
    gap: 2vw;
  }
  .complects__benefit {
    margin-top: 3vw;
  }
  .complects__card-right {
    gap: 15px;
    position: static;
    margin: 0;
  }
  .complects__card-image {
    position: absolute;
    top: 29vw;
  }
  .complects__spec {
    width: 100%;
    padding: 0;
    border: none;
  }
  .complects__spec-icon {
    width: 24px;
  }
  .complects__spec-value {
    font-size: 4vw;
  }
  .complects__spec-label {
    font-size: 3vw;
  }
  .complects__card-buttons {
    flex-direction: column;
    width: 100%;
  }
  .contacts {
    margin-top: 50px;
    padding: 0;
  }
  .contacts__content {
    gap: 15px;
    margin: 0;
  }
  .contacts__column_left {
    width: 100%;
  }
  .contacts__image {
    margin-bottom: 15px;
  }
  .contacts__image-img {
    border-radius: 25px;
  }
  .contacts__info {
    padding: 25px 15px;
  }
  .contacts__logos {
    position: static;
    justify-content: flex-start;
  }
  .footer__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
  }
  .footer__links {
    align-items: center;
  }
  .contacts__column_right #map1 {
    margin-left: 0;
    width: 100%;
    max-width: none;
    height: 350px;
    background-position: 50% 50% !important;
  }
  .timer__timer {
    padding: 20px 15px;
  }
  .model-range {
    margin-top: 50px;
  }
  .model-range__item {
    flex-direction: column-reverse;
    align-items: center;
  }
  .model-range__item-label {
    margin: 0;
  }
  .credit {
    margin-top: 50px;
  }
  .credit__container {
    flex-direction: column;
    gap: 15px;
  }
  .credit__info {
    width: 100%;
    padding: 20px 15px;
    padding-bottom: 35px;
    min-height: auto;
    border-radius: 25px;
  }
  .credit__bg {
    height: 100%;
  }
  .credit__description {
    margin: 0;
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .credit__image-block {
    width: 100%;
    order: -1;
  }
  .credit__image-wrapper img {
    border-radius: 25px !important;
    aspect-ratio: unset;
  }
  .tradein__container {
    flex-direction: column;
  }
  .tradein__info {
    margin-top: 15px;
    width: 100%;
    padding: 20px 15px;
    padding-bottom: 25px;
    min-height: unset;
    border-radius: 25px;
  }
  .tradein__bg {
    min-height: unset;
  }
  .tradein__description {
    margin: 0;
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .tradein__image-block {
    width: 100%;
  }
  .tradein__image {
    border-radius: 25px !important;
  }

.tradein__image-wrapper img {
    aspect-ratio: unset;
}
  .testdrive {
    margin-top: 50px;
  }
  .testdrive__container {
    flex-direction: column;
    gap: 15px;
  }
  .testdrive__image {
    position: static;
    display: none;
  }
  .testdrive__content {
    position: static;
    width: 100%;
    padding: 20px 15px;
  }
  .testdrive__description {
    margin: 0;
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .contacts__details {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .footer {
    margin-top: 50px;
  }
}