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

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

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

address {
  font-style: normal;
}

input[type=text],
input[type=edit],
input[type=tel],
button,
textarea,
select,
.btn,
button {
  font: inherit;
  outline: none;
  border-radius: 5px;
  height: 55px;
  padding: 5px 25px;
  width: 100%;
  border: 0;
  background: none;
  /* font-size: 16px; */
  border: 1px solid #4D5964;
  border-radius: 16px;
  /* font-weight: 500; */
}

input,
button,
select {
  margin: 0;
  box-shadow: none;
}

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

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

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

input::placeholder {
  color: #cccccc;
}


input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid #4D5964;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  outline: none;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-position: center;
}

input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zLjA4NDk0IDUuMTE4NzVMOC4wMjg2OSAwLjE3NUM4LjE0NTM1IDAuMDU4MzMzNCA4LjI4MTQ2IDAgOC40MzcwMiAwQzguNTkyNTcgMCA4LjcyODY5IDAuMDU4MzMzNCA4Ljg0NTM1IDAuMTc1QzguOTYyMDIgMC4yOTE2NjcgOS4wMjAzNSAwLjQzMDMwNiA5LjAyMDM1IDAuNTkwOTE3QzkuMDIwMzUgMC43NTE1MjggOC45NjIwMiAwLjg4OTk3MiA4Ljg0NTM1IDEuMDA2MjVMMy40OTMyNyA2LjM3MjkyQzMuMzc2NiA2LjQ4OTU4IDMuMjQwNDkgNi41NDc5MiAzLjA4NDk0IDYuNTQ3OTJDMi45MjkzOCA2LjU0NzkyIDIuNzkzMjcgNi40ODk1OCAyLjY3NjYgNi4zNzI5MkwwLjE2ODI2OSAzLjg2NDU4QzAuMDUxNjAyNiAzLjc0NzkyIC0wLjAwNDM5NzQ0IDMuNjA5NDcgMC4wMDAyNjkyMzEgMy40NDkyNUMwLjAwNDkzNTkgMy4yODkwMyAwLjA2NTc5NjkgMy4xNTAzOSAwLjE4Mjg1MiAzLjAzMzMzQzAuMjk5OTA4IDIuOTE2MjggMC40Mzg1NDcgMi44NTc5NCAwLjU5ODc2OSAyLjg1ODMzQzAuNzU4OTkxIDIuODU4NzIgMC44OTc0MzYgMi45MTcwNiAxLjAxNDEgMy4wMzMzM0wzLjA4NDk0IDUuMTE4NzVaIiBmaWxsPSIjNEQ1OTY0Ii8+Cjwvc3ZnPgo=");
  background-size: 9px 7px;
}

input[type="checkbox"]:hover {
  opacity: 0.8;
}

input[type="checkbox"]:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}


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: right 17px center;
  display: block;
  color: black;
  width: 100%;
  padding-left: 15px;
  padding-right: 60px;
  /* border: 1px solid #4D596466; */
  border: 1px solid #4D5964;
}

.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: "Pragmatica", Arial, sans-serif;*/
  font-size: 16px;
  color: #4D5964;
  position: relative;
  font-weight: 400;
  padding: 0px;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
  /* background: #1B1B1B; */
  padding-top: 0px;
}

* {
  font-family: "Pragmatica", "Open Sans", Arial, "Segoe UI Symbol", sans-serif;
}

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

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

.form_title {
  /* color: white; */
  font-size: 25px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  padding-bottom: 20px;
}

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

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

form .form-group-wrapper {
  display: flex;
  /* flex-direction: column; */
  row-gap: 8px;
  column-gap: 20px;
  width: 100%;
  margin-bottom: 9px;
}

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: #000 !important; */
  text-align: center;
  padding-bottom: 30px;
  border-radius: 30px;
  color: #1B1B1B;
}

.popup_container .form-group-wrapper {
  flex-direction:column;
  margin-bottom: 9px;
}

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

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

.alert {
  font-size: 20px;
}

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

.agree_field {
  font-size: 12px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  /* padding-left: 20px; */
  color: #000000;
  letter-spacing: 0.01em;
  text-align: left;
  width: auto;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 22px;
  /* height: 18px; */
  position: relative;
  margin: 0 auto;
  align-self: center;
  justify-self: center;
  /* height: 18px; */
}

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

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

.agree_field input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  /* height: 13px; */
  /* opacity: 0; */
  cursor: pointer;
  border-radius: 10px;
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #4D5964;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.agree_field>span {}

.agree_field input:checked::after {
  /*content: "";
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-left: 1px;*/
}


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: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}

.block-benefits {}

.block-benefits__item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.block-benefits__ico {
  padding: 14px;
}

.block-benefits__text {
  background: linear-gradient(90deg, rgba(199, 185, 171, 0.5) 0%, rgba(148, 130, 112, 0.5) 100%);
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-left: -16px;
  position: relative;
  backdrop-filter: blur(10px);
}

.block-benefits__text:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(268.41deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.benefit-ico-bg {}


.title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  width: fit-content;
  line-height: 1;
  text-transform: uppercase;
}

.subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #DEDEDE;
  position: relative;
  width: fit-content;
  padding-left: 22px;
  text-transform: uppercase;
}

.subtitle:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  background: #EB9201;
}


.description {
  font-size: 20px;
  font-weight: 400;
  color: #DEDEDE;
  position: relative;
  width: fit-content;
}

.logo-block {
  display: flex;
  align-items: center;
  gap: 0px;
}

.logo-block .logo_2 {
  /* border-left: 1px solid #979493; */
  /* padding-left: 15px; */
}

.logo img {}

.logo.logo_2 img {}


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

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

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

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

.header__addr {
  color: #AFB3BA;
}

.addr {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  position: relative;
  color: #4D5964;
}

.header__phone {
  color: #1B1B1B80;
}

.phone {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
  color: #4D5964;
}


.clock {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.clock:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #FFFFFF1A;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  backdrop-filter: blur(10px);
}

.clock:after {
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 14.5%, rgba(255, 255, 255, 0) 82.5%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.br_mob {
  display: none;
}

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

.btn {
  /* border: 1px solid #fff; */
  color: #fff;
  text-align: center;
  width: 280px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 17px;
  /* padding-top: 12px; */
  border-radius: 16px;
  position: relative;
  text-decoration: none;
  transition: all .2s linear;
  backdrop-filter: blur(20px);
  background: #FFFFFF1A;
  /* text-transform: uppercase; */
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(147.4deg, #F77E40 15.16%, #F5671E 49.08%, #F56E29 82.35%);
  border: 0;
}

/* .btn span {
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
} */

.btn:hover {
  /* border-color: #fff; */
  /*color: #fff;
  background: #B6102D;*/
}

.btn span {display: flex;align-items: center;padding-top: 2px;}

.btn span:before {
  content:'';
  display:flex;
  align-items:center;
  width: 9px;
  transition:all 0.3s;
}

.btn span:after {
  content:'';
  background:url(../img/btn_arrow_wt.png) center right no-repeat;
  display: inline-block;
  width: 15px;
  height:10px;
  margin-top: -2px;
  opacity:0;
  transition:all 0.3s;
}

.btn:hover span:before {
  width:0;
}
.btn:hover span:after {
  width: 24px;
  opacity:1;
}

.btn.transparent {
  position: relative;
  border: none;
  border-radius: 16px;
  background: transparent;
  cursor: pointer;
  z-index: 1;
  color: #4D5964;
}

/* Градиентная рамка со скруглением */
.btn.transparent::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  /* Толщина рамки 1px */
  background: linear-gradient(147.4deg, #F77E40 15.16%, #F5671E 49.08%, #F56E29 82.35%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.btn.transparent:hover {
}

.btn.transparent:hover span:after {
	background-image:url(../img/btn_arrow_bl.png);
}

.btn.gray {
  background: #4D5964;
}
.btn.gray:hover {
}
.btn.gray:hover span {
}
.btn.gray:hover span:before {
}
.btn.gray:hover span:after {
}


.title1 {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;

  /* Для позиционирования боковых линий */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /* Отступ между текстом и линиями */
  width: 100%;
  margin-bottom: 77px;
}

/* Левая линия */
.title1::before {
  content: '';
  height: 1px;
  flex: 1;
  /* Занимает всё доступное место слева */
  /* background: linear-gradient(90deg, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, 0.5) 50%, rgba(27, 27, 27, 0) 100%); */
  background: url(../img/title1_line.svg) right center no-repeat;
  background-size: 100%;
}

/* Правая линия */
.title1::after {
  content: '';
  height: 1px;
  flex: 1;
  /* Занимает всё доступное место справа */
  /* background: linear-gradient(90deg, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, 0.5) 50%, rgba(27, 27, 27, 0) 100%); */
  background: url(../img/title1_line.svg) left center no-repeat;
  background-size: 100%;
}


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

.header {
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: 100%;
  color: white;
  /* background: #000000; */
  backdrop-filter: blur(14px);
  background: #FFFFFFCC;
  max-width: 100vw;
  width: 1920px;
}

.header__bg {
    height: 95px;
}

.header__container {
  position: relative;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  height: 100%;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 0;
  z-index: 2;
  position: relative;
  flex-grow: 1;
  border-bottom: 1px solid #4D5964;
  height: 100%;
}

.header__logo-block {}

.header__logo-block .logo_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo__text {
  font-size: 14px;
  color: #979493;
  text-align: center;
  line-height: 1;
}

.header__logo img {}

.header__logo.logo_2 img {}


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

.header__addr:before {}

.header__phone:before {}

.header__btn {
  width: 222px;
  white-space: nowrap;
}

.m_btn {
  display: none;
}

.menu {
}

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

.menu__column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.menu__item {
  color: #4D5964;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s linear;
  position: relative;
  height: 52px;
  display: flex;
  align-items: center;
  /* flex-grow: 1; */
  /* width: 100%; */
}

.menu__item_bold {
  font-weight: 800;
}

.menu__item:hover {
  color: #F5671E;
}


/* Контейнер для выпадающего списка */
.menu__item-dropdown {
  position: relative;
  display: inline-block;
  /* flex-grow: 1; */
}

.menu__item-dropdown .menu__item span:after {
  content: url(../img/menu__arrow.svg);
  margin-left: 12px;
}

/* Блок с моделями (скрыт по умолчанию) */
.dropdown-content {
  /* display: none; */
  position: absolute;
  top: 100%;
  left: 0;

  /* Темный фон под цвет шапки сайта */
  background: #F2F2F2;
  min-width: 300px;
  border-radius: 4px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.3);
  padding: 12px 0;
  /* margin-top: 5px; */
  /* Небольшой отступ от главного пункта */
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}

/* Невидимый мостик, чтобы меню не закрывалось при переносе курсора */
.dropdown-content::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}

/* Появление меню при наведении */
.menu__item-dropdown:hover .dropdown-content {
  opacity: 1;
  pointer-events: all;
}

/* Ссылки внутри выпадающего списка */
.dropdown-link {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  color: #000000;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-family: sans-serif;
  /* Поменяйте на шрифт вашего сайта */
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

/* Ховер-эффект для ссылок */
.dropdown-link:hover {
  /* background-color: #2a2a2a; */
  color: #B6102D;
}

/* Подпись с типом кузова (Кроссовер, Седан и т.д.) */
.dropdown-link span {
  font-size: 11px;
  color: #8a8a8a;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: none;
}



.intro {
  position: relative;
  overflow: hidden;
  /* color: #1B1B1B; */
}

.intro__slider {
  width: 100%;
}

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

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

.intro__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro__title-block {
  margin: 0 auto;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  /* padding: 32px; */
}

/* Обертка плашки */
.intro__date {
  display: inline-flex;
  align-items: center;
  background: #4D5964;
  color: white;
  border-radius: 12px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 53px;
  padding: 0px 12px 0px 0;
  /* Отступ справа для текста */
  /* overflow: hidden; */
  /* Зажимает иконку в углу */
  margin-bottom: 16px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}

/* Оранжевый квадрат с иконкой кошелька/подарка */
.intro__date-icon {
  width: 53px;
  height: 53px;
  background: #f5671e;
  /* Акцентный оранжевый */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.intro__date-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Текст в плашке */
.intro__date-text {
  font-size: 20px;
  font-weight: bold;
  /* color: #1a1e24; */
  text-transform: uppercase;
  letter-spacing: 0px;
  white-space: nowrap;
  padding-top: 2px;
}

/* Заголовки слайдера */
.intro__title1 {
  font-size: 38px;
  font-weight: bold;
  color: #1B1B1B;
  color-rendering: optimizespeed;
  margin-bottom: 12px;
  text-transform: uppercase;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  line-height: 1.15;
  letter-spacing: 1px;
}

.intro__title2 {
  font-size: 20px;
  font-weight: bold;
  color: #1B1B1B;
  text-transform: uppercase;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  justify-content: center;
}

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

.intro__benefits-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 500;
  background: linear-gradient(90.72deg, #EB0A1E 0.62%, #AC0000 99.85%);
  border-radius: 16px;
  padding: 8px 20px;
}

.intro__benefits-item img {}

.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 {
  position: relative;
  z-index: 1;
  margin-bottom: 112px;
}

.timer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  background: #FFFFFF1A;
  border-radius: 16px;
  position: relative;
  padding: 39px 32px;
  background: #1B1B1B1A;
}

/*.timer__content::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  border: 1px solid;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 30.29%, rgba(255, 255, 255, 0) 70.3%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-mask: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 30.29%, rgba(255, 255, 255, 0) 70.3%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  border: 1px solid;
}*/

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

.timer__main {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* width: 384px; */
  max-width: 100%;
}

.timer__title {
  font-size: 28px;
  font-weight: 700;
  /* color: #fff; */
  margin-bottom: -7px;
  padding: 0;
}

.timer__text {
  font-size: 20px;
  font-weight: 400;
  /* color: #fff; */
  margin-bottom: 5px;
}


.sinoby-timer {
  width: 523px;
  max-width: 100%;
}

.sinoby-timer[data-sinoby-reserve="sinoby-7wbb0x"] {
  display: block;
  min-height: 102px;
}

.resp_table td::before {
  content: attr(data-label);
}

@media (max-width: 767px) {
  .sinoby-timer[data-sinoby-reserve="sinoby-7wbb0x"] {
    min-height: 80px;
  }
}

.timer__form {
  max-width: 100% !important;
}

.timer__form .form-group-wrapper {}

.timer__form .form-group-wrapper .form-group {
  flex-grow: 0;
}

.timer__form .form-group-wrapper .form-group:nth-child(1) {
  flex-grow: 1;
}

.timer__form .form-group-wrapper .form-group:nth-child(2) {
  /* max-width: 210px; */
}

.timer__form input.form-control {
  /* color: white; */
  /* border-color: white; */
}

.timer__form .btn {
  white-space: nowrap;
}

.timer__form .agree_field {
  /* color: white; */
  display: flex;
  margin-left: 0;
}

.timer__form .agree_field a {
  /* color: white; */
}

/*=== Бегущая строка ===*/
.run_now {
  display: flex;
  align-items: center;
  background: #2A3337;
  overflow: hidden;
  position: relative;
  height: 45px;
  background: #FA6900;
  margin-bottom: 41px;
  /* margin-top: -45px; */
  position: relative;
  z-index: 2;
  color: white;
}

.run_now_cont {
  white-space: nowrap;
  animation: runstring 20s infinite linear;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.run_now_cont span b {
  text-transform: uppercase;
}

.run_now_cont div {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 24px;
  padding-top: 3px;
}

.run_now_cont span {
  content: '';
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-right: 24px;
  box-shadow: 0px 2px 34px 0px #3D3D3D26;
  background: #FFFFFF;
}

@keyframes runstring {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}


/*=== Модельный ряд ===*/
.model {
  margin-bottom: 87px;
}



.model.initswiper .model_menu {
    display: flex;
    align-items: center;
}

/* Позиционирование стрелок Swiper по краям галереи */
/*.model.initswiper .swiper-button-prev {
  left: 0;
  width: 42px;
  height: 42px;
}

.model.initswiper .swiper-button-prev:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzg1N18xMjg1KSI+CjxwYXRoIGQ9Ik0yLjQzOTc5IDcuOTk5OTZDMi40Mzk3OSA3LjcxMzIgMi41NDkyOCA3LjQyNjQ5IDIuNzY3OCA3LjIwNzg3TDkuNjQ3NTEgMC4zMjgyMjdDMTAuMDg1MSAtMC4xMDk0MDggMTAuNzk0NyAtMC4xMDk0MDggMTEuMjMyMSAwLjMyODIyN0MxMS42Njk2IDAuNzY1Njg1IDExLjY2OTYgMS40NzUwOSAxMS4yMzIxIDEuOTEyNzZMNS4xNDQ2IDcuOTk5OTZMMTEuMjMxOSAxNC4wODcyQzExLjY2OTQgMTQuNTI0OCAxMS42Njk0IDE1LjIzNDIgMTEuMjMxOSAxNS42NzE2QzEwLjc5NDUgMTYuMTA5NCAxMC4wODQ5IDE2LjEwOTQgOS42NDcyOSAxNS42NzE2TDIuNzY3NTggOC43OTIwNUMyLjU0OTAzIDguNTczMzIgMi40Mzk3OSA4LjI4NjYgMi40Mzk3OSA3Ljk5OTk2WiIgZmlsbD0iYmxhY2siLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF84NTdfMTI4NSI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2KSByb3RhdGUoOTApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") center center no-repeat white;
  width: 42px;
  height: 42px;
  content: '';
  border-radius: 42px;
  box-shadow: 0px 4px 8px 0px #CDCDCC33;
  transition: all 0.3s;
}

.model.initswiper .swiper-button-next {
  right: 0;
  width: 42px;
  height: 42px;
}

.model.initswiper .swiper-button-next:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzg1N18xMjkxKSI+CjxwYXRoIGQ9Ik0xMy41NjAzIDcuOTk5OTZDMTMuNTYwMyA3LjcxMzIgMTMuNDUwOCA3LjQyNjQ5IDEzLjIzMjMgNy4yMDc4N0w2LjM1MjU2IDAuMzI4MjI3QzUuOTE0OTIgLTAuMTA5NDA4IDUuMjA1MzcgLTAuMTA5NDA4IDQuNzY3OTEgMC4zMjgyMjdDNC4zMzA0NSAwLjc2NTY4NSA0LjMzMDQ1IDEuNDc1MDkgNC43Njc5MSAxLjkxMjc2TDEwLjg1NTUgNy45OTk5Nkw0Ljc2ODEzIDE0LjA4NzJDNC4zMzA2NyAxNC41MjQ4IDQuMzMwNjcgMTUuMjM0MiA0Ljc2ODEzIDE1LjY3MTZDNS4yMDU1OCAxNi4xMDk0IDUuOTE1MTMgMTYuMTA5NCA2LjM1Mjc3IDE1LjY3MTZMMTMuMjMyNSA4Ljc5MjA1QzEzLjQ1MSA4LjU3MzMyIDEzLjU2MDMgOC4yODY2IDEzLjU2MDMgNy45OTk5NloiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfODU3XzEyOTEiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAxIDEgLTQuMzcxMTRlLTA4IDAgNi45OTM4MmUtMDcpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") center center no-repeat white;
  width: 42px;
  height: 42px;
  content: '';
  border-radius: 42px;
  box-shadow: 0px 4px 8px 0px #CDCDCC33;
  transition: all 0.3s;
}

.model.initswiper .swiper-button-prev:hover:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjU2MDMgNy45OTk5OEMxMy41NjAzIDcuNzEzMjMgMTMuNDUwOCA3LjQyNjUxIDEzLjIzMjMgNy4yMDc4OUw2LjM1MjU2IDAuMzI4MjVDNS45MTQ5MiAtMC4xMDkzODUgNS4yMDUzNyAtMC4xMDkzODUgNC43Njc5MSAwLjMyODI1QzQuMzMwNDUgMC43NjU3MDggNC4zMzA0NSAxLjQ3NTEyIDQuNzY3OTEgMS45MTI3OUwxMC44NTU1IDcuOTk5OThMNC43NjgxMyAxNC4wODcyQzQuMzMwNjcgMTQuNTI0ODQgNC4zMzA2NyAxNS4yMzQyIDQuNzY4MTMgMTUuNjcxNkM1LjIwNTU4IDE2LjEwOTUgNS45MTUxMyAxNi4xMDk1IDYuMzUyNzcgMTUuNjcxNkwxMy4yMzI1IDguNzkyMDdDMTMuNDUxIDguNTczMzQgMTMuNTYwMyA4LjI4NjYzIDEzLjU2MDMgNy45OTk5OFoiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InNjYWxlKC0xLCAxKSIgdHJhbnNmb3JtLW9yaWdpbj0iY2VudGVyIi8+Cjwvc3ZnPg==");
  background-color: #B6102D;
}

.model.initswiper .swiper-button-next:hover:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjU2MDMgNy45OTk5OEMxMy41NjAzIDcuNzEzMjMgMTMuNDUwOCA3LjQyNjUxIDEzLjIzMjMgNy4yMDc4OUw2LjM1MjU2IDAuMzI4MjVDNS45MTQ5MiAtMC4xMDkzODUgNS4yMDUzNyAtMC4xMDkzODUgNC43Njc5MSAwLjMyODI1QzQuMzMwNDUgMC43NjU3MDggNC4zMzA0NSAxLjQ3NTEyIDQuNzY3OTEgMS45MTI3OUwxMC44NTU1IDcuOTk5OThMNC43NjgxMyAxNC4wODcyQzQuMzMwNjcgMTQuNTI0OCA0LjMzMDY3IDE1LjIzNDIgNC43NjgxMyAxNS42NzE2QzUuMjA1NTggMTYuMTA5NSA1LjkxNTEzIDE2LjEwOTUgNi4zNTI3NyAxNS42NzE2TDEzLjIzMjUgOC43OTIwN0MxMy40NTEgOC41NzMzNCAxMy41NjAzIDguMjg2NjMgMTMuNTYwMyA3Ljk5OTk4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
  background-color: #B6102D;
}
*/

/* Включаем и кастомизируем прогресс-бар Swiper */
.model.initswiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
  display: block;
  width: 100%;
  height: 4px;
  /* Толщина полосы */
  background: #DEDEDE;
  /* Серый цвет всей дорожки */
  border-radius: 2px;
  position: static;
  margin-top: 10px;
}

/* Сам активный ползунок (красная линия на скриншоте) */
.model.initswiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  /* Ярко-красный цвет ползунка */
  background: #F77E40;
  border-radius: 2px;
}

.model .swiper-button-prev {
	background:url(../img/model_menu_swiper_prev.svg) center center no-repeat;
	width:55px; height:55px;
	position: static; order: 1;
	margin:0;
}

.model .swiper-button-next {
	background:url(../img/model_menu_swiper_next.svg) center center no-repeat;
	width:55px; height:55px;
	position: static; order: 3;
	margin:0;
}

.model .swiper-button-prev:after,
.model .swiper-button-next:after {
	display:none;
}


.model.noswiper .swiper-button-prev {
  display: none;
}

.model.noswiper .swiper-button-next {
  display: none;
}

.model.noswiper .swiper-wrapper {
  gap: 24px;
}

.model.noswiper .model_item {
  text-align: center;
  color: inherit;
  /* margin-bottom: 37px; */
}

.model.noswiper .model_menu {
  display: flex;
  column-gap: 19px;
}

.model .model_menu {
  position: relative;
}

.model .model_menu_swiper {
    width: 100%;
    position: static;
    order: 2;
}

.model .model_menu a {
  width: 100%;
  height:auto;
  position: relative;
  /* height: 127px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 13px 0;
  border-radius: 16px;
  transition: all 0.3s;
  background: rgba(27, 27, 27, 0.1);
}

.model .model_menu a::before {
  /*content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 30.29%, rgba(255, 255, 255, 0) 70.3%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-mask: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 30.29%, rgba(255, 255, 255, 0) 70.3%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  border: 1px solid;*/
}

.model .model_menu a:hover {
  background: #4D5964;
  color: white;
}



.model .model_menu .img-wrap {
  /* background: #F2F2F2; */
  /* border-radius: 12px; */
  /* padding: 9px 7px; */
  margin-bottom: 4px;
  flex-shrink: 0;
  order: 2;
}

.model .model_menu .model_menu_info {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 8px;
}

.model .model_menu .model_menu_name {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.model .model_menu .model_menu_type {
	display:none;
}

.model.noswiper .model_menu .model_menu_type {
  color: white;
  display: none;
}

.model.noswiper .model_menu a:nth-child(2) span {
  padding-right: 1px;
}

.model.noswiper .model_menu a:hover .model_menu_name {
}

.model.noswiper .model_menu a img {
  /* z-index: 1; */
  /* width: 157px; */
  /* height: 62px; */
  /* position: relative; */
  /* top: 14px; */
  flex-shrink: 0;
}

.model_menu_mob {
  display: none;
}


/*=== Карточка автомобиля ===*/
/* Основные стили блока */
.car-card {
  /* color: #ffffff; */
  margin-bottom: 100px;
}

/* Header */
.car-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.car-card__title {
  font-size: 38px;
  font-weight: bold;
  margin: 0;
}

.car-card__badges {
  display: flex;
  gap: 20px;
}

.badge {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 14px;
  height: 53px;
  padding-right: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  /* color: #ffffff; */
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  background: #1B1B1B1A;
}

/* Градиентный бордюр для плашки */
.badge::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 30.29%, rgba(255, 255, 255, 0) 70.3%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Оранжевый квадрат под иконку */
.badge__icon {
  width: 53px;
  height: 53px;
  flex-shrink: 0;
  background: linear-gradient(147.4deg, #F77E40 15.16%, #F5671E 82.35%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge__icon img {
  /* width: 24px; */
  /* height: 24px; */
  object-fit: contain;
}

/* Body Grid */
.car-card__body {
  display: grid;
  grid-template-columns: 410px 1fr 178px;
  gap: 20px;
  align-items: flex-end;
  position: relative;
  margin-bottom: 42px;
}

/* Benefits List */
.car-card__benefits {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 10px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: bold;
  /* color: #ffffff; */
  line-height: 1.2;
}

.benefit-icon {
  position: relative;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: rgba(245, 103, 30, 0.2);
  /* Твой #F5671E33 */
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.benefit-item:hover {}
.benefit-item:hover .benefit-icon {transform: scale(1.1);}
.benefit-item:hover .benefit-icon:before {
  background: #F5671E;
}

/* Градиентная рамка 135deg с качественным скруглением */
.benefit-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  /* Толщина рамки 1px */
  background: linear-gradient(135deg, #F5671E 0%, rgba(245, 103, 30, 0.1) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.benefit-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.text-orange {
  color: #ff5500;
  font-weight: 700;
}

/* Main Car Area */
.car-card__main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.watermark-text {
    user-select: none;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 2px;
    transform: translateX(-50%);
    font-style: normal;
    font-weight: 700;
    font-size: 158px;
    line-height: 100%;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 1px rgba(27, 27, 27, 0.2);
    color: #1B1B1B1A;
    opacity:0.5;
}

.car-image-container {
  width: 100%;
  min-height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.car-main-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 578px;
  height: 313px;
  object-fit: contain;
}

/* Color Picker */
.color-picker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 23px;
  z-index: 2;
}

.color-btn {
  width: 25px;
  height: 25px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.color-btn.active {
  width: 72px;
  /* Расширение активной кнопки */
  transform: none;
  /* Убираем прошлый scale */
  outline: none;
  /* Убираем обводку */
}

/* Right Gallery */
.car-card__gallery {
  display: flex;
  flex-direction: column;
}

.gallery-thumb {
  width: 100%;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #333;
}

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

/* Action Buttons */
.car-card__actions {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.car-card__actions .btn {flex-grow: 1;width: 40%;}
.car-card__actions .btn.transparent {width: 48%;}

.car-card__bottom-nav {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8.5px 16px 8.5px 30px;
  gap: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
  background: #1B1B1B1A;
}

/* Градиентная рамка со скруглением 16px */
.car-card__bottom-nav::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  /* Толщина рамки */
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 30.29%, rgba(255, 255, 255, 0) 70.3%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.nav-title {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  line-height: 1.2;
  white-space: nowrap;
  margin-right: auto;
  flex-grow: 1;
}

.nav-title strong {
  font-size:30px;
}

.body-selector {
  display: flex;
  gap: 8px;
  /* width: 100%; */
}

.body-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s;
  min-width: 90px;
  opacity: 0.5;
}

.body-item img {
  object-fit: contain;
  display: block;
  /* height: 81px; */               /* Жестко задаем нужную высоту */
  /* width: 140px; */     /* Ширина высчитывается строго по пропорциям высоты */
   /* ЗАПРЕЩАЕМ браузеру сплющивать ширину под родительский блок */
  display: block;             /* Убираем лишние нижние отступы у inline-элементов */
  margin: 0 8px;
}

.body-item span {
  font-size: 16px;
  line-height: 100%;
}

.body-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.body-item.active {
  /* background: #2a3440; */
  /* border-color: #4a5a6a; */
  opacity: 1;
}

.body-item.active span {
}


/* Общий контейнер галереи */
.gallery {
  position: relative;
  width: 178px;
  min-width: 178px;
}


/* Стили картинок внутри слайдов */
.gallery .swiper-slide img {
  min-width: 178px;
  height: 100px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}



/**********************
        INSTOCK
**********************/
.instock {
  background: white;
  padding-top: 112px;
  padding-bottom: 88px;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #1B1B1B1A;
}

.instock .container {}

.instock .instock_wrapper {}

.instock .title1 {
  /* color: white; */
  color: #4D5964;
}

.instock .text1 {
  font-size: 22px;
  text-align: center;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 36px;
  display: none;
}

.instock #filter_table {
  /* background: #2F2F2F; */
  /* padding: 32px; */
  display: flex;
  gap: 24px;
  border-radius: 10px;
  margin-bottom: 80px;
}

.instock .select_container {
  width: 33%;
}

.instock .select_container select {}

.instock .select_container select option {}

.instock .tb_complects_container {}

.instock #tb_complects {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.instock #tb_complects.resp_table {}

.instock #tb_complects.tb_complects {}

.instock #tb_complects.resp_table1 {}

.instock tbody {
  display:flex; flex-direction:column;
  width:100%;
}

.instock tr {width:100%;display:flex;margin-bottom: 40px;}
.instock td {width:100%;display: block;}
.tb_complects_showmore {
  color:#4D5964;
  background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEM4LjI2NTIyIDAgOC41MTk1NyAwLjEwNTM1NyA4LjcwNzExIDAuMjkyODkzQzguODk0NjQgMC40ODA0MyA5IDAuNzM0Nzg0IDkgMVY3SDE1QzE1LjI2NTIgNyAxNS41MTk2IDcuMTA1MzYgMTUuNzA3MSA3LjI5Mjg5QzE1Ljg5NDYgNy40ODA0MyAxNiA3LjczNDc4IDE2IDhDMTYgOC4yNjUyMiAxNS44OTQ2IDguNTE5NTcgMTUuNzA3MSA4LjcwNzExQzE1LjUxOTYgOC44OTQ2NCAxNS4yNjUyIDkgMTUgOUg5VjE1QzkgMTUuMjY1MiA4Ljg5NDY0IDE1LjUxOTYgOC43MDcxMSAxNS43MDcxQzguNTE5NTcgMTUuODk0NiA4LjI2NTIyIDE2IDggMTZDNy43MzQ3OCAxNiA3LjQ4MDQzIDE1Ljg5NDYgNy4yOTI4OSAxNS43MDcxQzcuMTA1MzYgMTUuNTE5NiA3IDE1LjI2NTIgNyAxNVY5SDFDMC43MzQ3ODQgOSAwLjQ4MDQzIDguODk0NjQgMC4yOTI4OTMgOC43MDcxMUMwLjEwNTM1NyA4LjUxOTU3IDAgOC4yNjUyMiAwIDhDMCA3LjczNDc4IDAuMTA1MzU3IDcuNDgwNDMgMC4yOTI4OTMgNy4yOTI4OUMwLjQ4MDQzIDcuMTA1MzYgMC43MzQ3ODQgNyAxIDdIN1YxQzcgMC43MzQ3ODQgNy4xMDUzNiAwLjQ4MDQzIDcuMjkyODkgMC4yOTI4OTNDNy40ODA0MyAwLjEwNTM1NyA3LjczNDc4IDAgOCAwWiIgZmlsbD0iIzRENTk2NCIgZmlsbC1vcGFjaXR5PSIwLjciLz4KPC9zdmc+Cg==) right center no-repeat;
  padding-right: 30px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  margin-top: 25px;
  width: auto;
}

/* Контейнер всей карточки внутри <td> */
.aura-card {
	display: flex;
	align-items: center;
	position: relative;
	/* padding: 20px 0; */
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}

/* Оранжевая линия + повернутый текст слева */
.aura-card__side-title {
	display: flex;
	align-items: center;
	padding-left: 15px;
	border-left: 3px solid #ff6200;
	/* margin-right: 20px; */
	/* height: 120px; */
}

.aura-card__side-title span {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-weight: 800;
	font-size: 18px;
	text-transform: uppercase;
	color: #ff6200;
	letter-spacing: 1px;
	white-space: nowrap;
}

/* Основная серая плашка */
.aura-card__body {
	position: relative;
	flex: 1;
	padding: 30.5px 32px; /* Отступ слева под наложение машины */
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 140px;
	max-width: 100%;
	width: 100%;
}

.aura-card__body:before {
  content:'';
  position: absolute;
  background: #f0f2f3;
  border: 1px solid #dcdfe1;
  border-radius: 16px;
  left: 22%;
  right:0;
  top:0;
  bottom:0;
  z-index: 0;
}

/* Картинка машины, вылезающая за пределы карточки */
.aura-card__image {
	position: absolute;
	left: 62px;
	top: 50%;
	transform: translateY(-50%);
	width: 426px;
	max-width: 100%;
	z-index: 2;
	pointer-events: none;
}

.aura-card__image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

/* Блок характеристик */
.aura-card__specs {
	display: flex;
	flex-direction: column;
	gap: 0px;
	flex: 1;
	max-width: 442px;
	padding-right: 54px;
	z-index: 2;
}

.aura-spec-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* border-bottom: 1px solid #e1e4e6; */
	/* padding-bottom: 8px; */
	font-size: 16px;
	height: 51px;
	border-style: solid;
	/* border-width: 1px 0px 1px 0px; */ /* Разделители — пробелы, без запятых! */
	border-image-source: linear-gradient(90deg, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, 0.25) 50%, rgba(27, 27, 27, 0) 100%);
	border-image-slice: 1;
	border-top: 0;
	padding-right: 40px;
}

.aura-spec-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.aura-spec-label {
	display: flex;
	align-items: center;
	color: #8c939a;
	font-weight: 400;
	white-space: nowrap;
	font-size: 14px;
}

.aura-spec-label .dot {
	width: 6px;
	height: 6px;
	background-color: #ff6200;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
}

.aura-spec-value {
	color: #111;
	font-weight: bold;
	text-align: right;
	margin-left: 15px;
	white-space: nowrap;
}

/* Правый блок кнопок */
.aura-card__btns {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 222px;
	max-width: 100%;
	flex-shrink: 0;
}

.aura-btn {width: auto;white-space: nowrap;}

.aura-card__btns .btn.orange {
}

.aura-card__btns .btn.orange:hover {
}

.aura-card__btns .btn.transparent {
	color:black;
}

.aura-card__btns .btn.transparent:hover span:after {
  background-image:url("../img/btn_arrow_bl.png");
}

.aura-btn--outline:hover {
}



/********************************************
        credit
********************************************/
.credit {
  color: #4D5964;
  padding-bottom: 112px;
  background: #1B1B1B1A;
}

.credit img {
  border-radius:30px;
}

.credit .container {}

.credit .bg {background: #FFFFFF;border-radius: 30px;padding-top: 60px;padding-bottom: 60px;margin-top: -150px;position: relative;}

.credit .title1 {
    margin-bottom: 36px;
}

.credit .btn {}

.credit__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
}

.credit__subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  max-width: 417px;
  margin: 0 auto;
  margin-bottom: 27px;
}

/* Сброс стилей для списка */
.credit-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  font-family: Arial, sans-serif;
  width: 100%;
  box-sizing: border-box;
}

/* Стили карточки (li) */
.feature-card {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: #e9e9e9;
  border-radius: 12px;
  padding: 15px 20px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 80px;
}

/* Оранжевая полоска слева */
.feature-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 15%;
  width: 4px;
  background-color: #ff5722;
  border-radius: 0 4px 4px 0;
}

/* Общие стили для круглой иконки */
.feature-card__icon {
  width: 46px;
  height: 46px;
  background-color: #ff5722;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

/* Стили для текста */
.feature-card__text {
  margin: 0;
  font-size: 14px;
  color: #555555;
  line-height: 1.4;
}

/* --- Заглушки для иконок (замените на свои SVG/картинки) --- */

/* Иконка кошелька/карты */
.feature-card__icon--wallet::before {
  /*content: "??"; 
  font-size: 20px;*/
}

/* Иконка скорости/времени */
.feature-card__icon--speed::before {
  /*content: "??"; 
  font-size: 20px;*/
}


/********************************************
        Tradein
********************************************/
.tradein {
  padding-bottom: 112px;
  background: #1B1B1B1A;
  color: #4D5964;
}

.tradein__title {
  /* font-size: 38px; */
  font-weight: 800;
  /* text-align: center; */
  /* text-transform: uppercase; */
  /* color: #2c333d; */
  margin-bottom: 35px;
}

.tradein__subtitle {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #2c333d;
  margin-bottom: 27px;
}

/* Форма в 1 ряд */
.tradein__form {margin-bottom: 43px;}

.tradein__form-row {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  margin-bottom: 9px;
}

.tradein__form-row .form-group {
  flex: 1;
  margin-bottom: 0;
}

.tradein__agree {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Блок картинка + карточки */
.tradein__content {
  display: flex;
  gap: 20px;
  /* height: 380px; */
  /* margin-top: 35px; */
}

.tradein__banner {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  width: 50%;
  min-width: calc( 50% - 10px );
}

.tradein__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Раскрывающиеся карточки */
.tradein__cards {
  flex: 1;
  display: flex;
  gap: 15px;
  width: 50%;
}

.tradein__card {
  position: relative;
  border-radius: 20px;
  padding: 28px 37px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  overflow: hidden;
  flex: 0.68 1 0%;
  transition: flex 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background: #1B1B1B1A;
}

.tradein__card-num {
  font-size: 56px;
  font-weight: bold;
  color: #4D5964;
  line-height: 1;
  transition: color 0.3s ease, font-size 0.3s ease;
}

.tradein__card-text {
  font-size: 16px;
  font-weight: 700;
  color: #2c333d;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

/* Состояние активной карточки */
.tradein__card.active {
  flex: 2;
  flex-grow: 1;
  flex: 2.5 1 0%;
}

.tradein__card.active .tradein__card-num {
  color: #f5671e;
}

.tradein__card.active .tradein__card-text {
  opacity: 1;
  transform: translateY(0);
  white-space: normal;
}




/********************************************
        Testdrive
********************************************/

/* Секция Тест-драйв */
.testdrive {
  position: relative;
  background: #1B1B1B1A;
  color: #4D5964;
  overflow: hidden;
}

.testdrive .container {
  position: relative;
  z-index: 2;
  /* Контент поверх фоновой картинки */
}

.testdrive__title {
  /* font-size: 38px; */
  /* font-weight: 800; */
  /* text-align: center; */
  /* text-transform: uppercase; */
  /* color: #2c333d; */
  margin-bottom: 34px;
}

.testdrive__subtitle {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 12px;
}

/* Форма по центру */
.testdrive__form {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}

.testdrive__form-row {
  display: flex !important;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}

.testdrive__form-row .form-group {
  flex: 1;
  margin-bottom: 0;
}

.testdrive__submit-wrap {
  flex: 1;
}

/* Согласие */
.testdrive__agree {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Блок фоновой картинки Niva Travel */
.testdrive__bg {
  position: relative;
  width: 100%;
  margin-top: -20px;
  /* Небольшой нахлест под форму */
  z-index: 1;
}

.testdrive__bg img {
  width: 100%;
  height: auto;
  /* max-height: 520px; */
  /* object-fit: cover; */
  object-position: center bottom;
  display: block;
}

/* Градиентное затемнение книзу машины, если снизу футер или темно-серый блок */
.testdrive__bg::after {
  /*content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(20, 23, 28, 0.8) 100%);
  pointer-events: none;*/
}


/********************************************
        Отзывы
********************************************/
/* Общий контейнер секции */
.reviews {
    /* background-color: #1a1a1a; */
    padding: 114px 0;
    /* color: #ffffff; */
    font-family: system-ui, -apple-system, sans-serif;
    margin-top: -2px;
    position: relative;
}

/* --- Шапка секции --- */
.reviews .reviews_top {
    display: flex;
    align-items: center;
    /* gap: 20px; */
    /* margin-bottom: 40px; */
    position: relative;
}

.reviews .reviews_top::after {
/*    content: '';
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 1px;
    background-color: #333333;
    z-index: 1;*/
}

.reviews .reviews_title {
    margin-bottom: 55px;
}

/* Плашка Яндекса */
.reviews .reviews_yandex_badge {
    background: #2b2b2b;
    border: 1px solid #3d3d3d;
    border-radius: 10px;
    padding: 8px 14px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.reviews .badge_main {
    display: flex;
    align-items: center;
    gap: 6px;
}

.reviews .badge_pin {
    width: 8px;
    height: 8px;
    background-color: #ff3b30;
    border-radius: 50%;
    display: inline-block;
}

.reviews .badge_score {
    font-weight: 700;
    font-size: 15px;
}

.reviews .badge_stars {
    color: #ff6b00;
    font-size: 13px;
    letter-spacing: 2px;
}

.reviews .badge_sub {
    font-size: 10px;
    color: #888888;
}

/* --- Swiper Слайдер --- */
.reviews .reviews_slider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 34px;
}

.reviews .reviews_block {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    padding: 32px;
    padding-bottom: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 288px;
    box-sizing: border-box;
    backdrop-filter: blur(24px);
    background: #1B1B1B1A;
}

/* Верх карточки */
.reviews .reviews_card_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.reviews .reviews_name {
    font-size: 22px;
    font-weight: bold;
    /* color: #ffffff; */
}

.reviews .reviews_rating img {
    /* height: 16px; */
    /* display: block; */
}

/* Текст отзыва с кастомным скроллбаром */
.reviews .reviews_text {
    font-size: 16px;
    font-weight: 400;
    /* line-height: 1.5; */
    /* color: #cccccc; */
    overflow-y: auto;
    /* max-height: 110px; */
    /* flex-grow: 1; */
    padding-right: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #4D59641A;
    padding-bottom: 20px;
    margin-bottom: auto;
}

.reviews .reviews_text::-webkit-scrollbar {
    width: 4px;
}

.reviews .reviews_text::-webkit-scrollbar-track {
    background: #4D59641A;
}

.reviews .reviews_text::-webkit-scrollbar-thumb {
    background: #4D5964;  
    border-radius: 4px;
}

/* Подвал карточки */
.reviews .reviews_card_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    opacity: 50%;
    padding-top: 16px;
}

/* --- Навигация и Пагинация --- */
.reviews .reviews_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Переопределение буллетов Swiper */
.reviews .reviews_pagination {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews .reviews_pagination .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    background-color: #383838;
    border-radius: 3px;
    opacity: 1;
    margin: 0 !important;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.reviews .reviews_pagination .swiper-pagination-bullet-active {
    width: 170px;
    background-color: #383838;
    opacity: 1;
}

/* Кнопки навигации */
.reviews .reviews_nav {
    display: flex;
    gap: 10px;
}

.reviews .nav_btn {
    /* background: transparent; */
    /* border: 1px solid #383838; */
    /* border-radius: 16px; */
    /* color: #ffffff; */
    /* font-size: 18px; */
    /* cursor: pointer; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* transition: background 0.2s, border-color 0.2s; */
    padding: 0;
    margin: 0;
    border: 0;
}

.reviews .nav_btn img {
  width:55px; height:55px;
}

.reviews .nav_btn:hover {
    background: #333333;
    border-color: #555555;
}

/* Стили для неактивных кнопок Swiper */
.reviews .nav_btn.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}



/********************************************
        Контакты с картой (Темный стиль)
********************************************/
.contacts-section {
  position: relative;
  width: 100%;
  height: 845px;
  margin: 0 auto;
  background-color: #1a1e24;
  overflow: hidden;
  font-family: system-ui, -apple-system, sans-serif;
  margin-top: -24px;
}

/* Карта на задний фон */
.contacts-section__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.contacts-section__container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}

/* Темная карточка с скруглением */
.contacts-section__card {
  width: 427px;
  max-width: 100%;
  border-radius: 24px;
  /* box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.4); */
  box-sizing: border-box;
  pointer-events: auto;
  
  /* Темно-серый фон карточки */
  /* border: 1px solid; */
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 30.29%, rgba(255, 255, 255, 0) 70.3%, rgba(255, 255, 255, 0.3) 100%);
  backdrop-filter: blur(14px);
  overflow: hidden;
  color: #4D5964;
}

/* Картинка дилера сверху */
.contacts-section__image {
  width: 100%;
  overflow: hidden;
}

.contacts-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Внутренняя часть карточки */
.contacts-section__body {
  padding: 32px 32px 28px;
}

/* Блок логотипа */
.contacts-section__logos {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.contacts-section__logo-brand {
  /* height: 32px; */
  /* width: auto; */
  /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
  /* padding-right: 18px; */
  /* margin-right: 18px; */
}

.contacts-section__dealer-info {
  display: flex;
  flex-direction: column;
}

.contacts-section__dealer-name {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #ffffff;
  line-height: 1.1;
  text-transform: uppercase;
}

.contacts-section__dealer-sub {
  font-size: 12px;
  color: #9ea5ad;
  margin-top: 3px;
}

/* Сетка инфо-строк */
.contacts-section__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 44px;
}

.contacts-section__row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contacts-section__label {
  font-size: 16px;
  color: #8c939d;
}

.contacts-section__value {
  font-size: 16px;
  color: #4D5964;
  font-weight: 500;
  line-height: 1.3;
}

/* Акцентный оранжевый телефон */
.contacts-section__value--phone {
  font-size: 20px;
  font-weight: 600;
  color: #f5671e;
  text-decoration: none;
  line-height: 100%;
}

/* Блок с кнопкой */
.contacts-section__action {
  text-align: center;
}

.contacts-section__action-title {
  font-size: 20px;
  font-weight: 600;
  color: #4D5964;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: left;
}

/* Оранжевая кнопка */
.contacts-section__btn {width: 100%;}

.contacts-section__btn:hover {
  /* background: #e0550f; */
}

/**********************
        FOOTER
**********************/
footer {
  padding: 20px 0;
  /* margin-top: -40px; */
  position: relative;
  color: white;
background: #4D5964;

}

footer a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}

.foot_wrap {
  display: flex;
  justify-content: space-between;
}

.footer_block {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

footer .yurinfo {
  font-size: 13px;
  color: #ffffff;
  opacity: 0.5;
  line-height: 118%;
}

footer .yurinfo p {
	padding-top:10px;
}

footer .switch {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}

footer .disclamer {
  color: #fff;
  font-size: 14px;
  text-align: left;
  display: none;
}





























/* ==========================================================================
   1. MIN-WIDTH MEDIA QUERIES (Анимации, ПК-версия шапки и галереи)
   ========================================================================== */

/* От 768px и выше */
@media only screen and (min-width: 768px) {
  .title1 {
    font-size: 3vw;
  }

  /* Анимации появления (.reveal) */
  .reveal {
    opacity: 0;
    transform: translateY(40px);
    transition-property: all;
    transition-timing-function: ease-out;
  }

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

  .reveal-fast     { transition-duration: 0.5s; }
  .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.5s; }
  .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; }

  /* Галерея: вертикальный формат */
  .gallery .swiper {
    height: 326px;
    width: 100%;
  }

  .gallery .swiper-button-next,
  .gallery .swiper-button-prev,
  .swiper-pagination {
    display: none;
  }
}

/* От 769px и выше (Десктопная шапка) */
@media (min-width: 769px) {
  .header,
  .header__content,
  .header__logo img,
  .menu,
  .menu__content,
  .header__btn {
    transition: all .5s ease;
  }

  .header__content {
    padding: 15px 0;
  }

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

  .menu__content {
    height: 62px;
  }

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

  .header.header--small .header__logo img {
    /* height: 20px; */
  }

  .header.header--small .menu__content {
    /* height: 32px; */
  }

  .header.header--small .header__btn {
    width: 230px;
    height: 40px;
  }
}


/* ==========================================================================
   2. MAX-WIDTH MEDIA QUERIES (Адаптив от больших экранов к мобильным)
   ========================================================================== */

/* <= 1600px */
@media (max-width: 1600px) {

  .intro__content {
    top: 180px;
  }
  
  .intro__title-block {
    /* padding: 16px; */
  }

  .intro__title1,
  .intro__benefits a,
  .intro__title2 {
    font-size: 1.5vw;
  }
}

/* <= 1400px */
@media (max-width: 1400px) {
  .intro__content {
    /*top: 57px;*/
  }

  .intro__date {
    margin-bottom: 4px;
  }

  .intro__title1 {
    margin-bottom: 6px;
  }

  .intro__benefits {
    margin-bottom: 4px;
  }

  .intro__benefits a {
    padding: 2px 10px;
  }

  .car-card__body {
    display: flex;
  }

  .car-card__benefits {
  gap: 15px;
  }

  .car-card__main {width:50%;}

  .benefit-item {
    font-size: 16px;
}

  .car-image-container {min-height:auto;max-width: 100%;}

  .gallery {
    width:150px;
    min-width: 150px;
  }

  .gallery .swiper-slide img {min-width: 150px;}

  .car-main-img {min-width:auto;max-width: 100%;height: auto;width: auto;height: auto;object-fit: cover;}

  .badge {font-size: 16px;}

  .body-item { text-align:center; }
  .body-item span { font-size:14px; }

  /* ==========================================================================
   КОМПОНЕНТ: AURA CARD (Карточка комплектации)
   ========================================================================== */

/* Обертка строки таблицы */
.compl-car-card {

}

.compl-car-card.changed {

}

.compl-car-card td {

}

/* Главный контейнер карточки */
.aura-card {

}

/* Оранжевая полоса слева и вертикальный текст */
.aura-card__side-title {

}

.aura-card__side-title span {

}

/* Тело карточки (серый фон) */
.aura-card__body {

}

/* Блок с картинкой авто */
.aura-card__image {left: 0;}

.aura-card__image picture {

}

.aura-card__image img {

}

/* Блок характеристик */
.aura-card__specs {max-width: max-content;padding-right: 20px;}

/* Строка характеристики */
.aura-spec-row {

}

/* Левая часть (Label) с точкой */
.aura-spec-label {

}

/* Оранжевая точка */
.aura-spec-label .dot {

}

/* Правая часть (Значение) */
.aura-spec-value {

}

/* Блок кнопок справа */
.aura-card__btns {

}

/* Базовые стили кнопок в карточке */
.aura-btn {

}

.aura-btn span {

}

/* Оранжевая кнопка */
.aura-btn.orange {

}

.aura-btn.orange:hover {

}

/* Прозрачная / контурная кнопка */
.aura-btn.transparent {

}

.aura-btn.transparent:hover {

}



  
}

/* <= 1100px */
@media (max-width: 1100px) {
  .timer__content {
    flex-direction: column;
    gap: 10px;
  }

  .timer {
    margin: 0;
    height: auto;
    /* background: black; */
    /* padding: 32px; */
  }

  .timer__title br {
    display: none;
  }

  .timer__timer {
    max-width: 80vw;
  }
}

/* <= 992px / 991px */
@media (max-width: 992px) {
  /* Карточка Аура */
  .aura-card__body {
    flex-direction: column;
    padding: 160px 20px 20px 20px;
    align-items: stretch;
  }

  .aura-card__image {
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    width: 260px;
  }

  .aura-card__specs {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .aura-card__btns {
    width: 100%;
  }

  /* Сетка формы кредита */
  .credit__form-row {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Сетка формы Трейд-ин */
  .tradein__form-row {
    flex-wrap: wrap;
  }

  .tradein__form-row .form-group {
    flex: 1 1 calc(50% - 10px);
  }

  .tradein__content {
    flex-direction: column;
    height: auto;
  }

  .tradein__banner {
    height: 250px;
  }

  .tradein__cards {
    height: 260px;
  }
}

/* <= 768px / 767px (Основной мобильный планшет/смартфон) */
@media (max-width: 768px) {
  /* Общие стили и шапка */
  .title1 {
    font-size: 6vw;
    margin-bottom: 20px !important;
  }

  body {
    padding-top: 0px;
  }

  .header {
    height: 70px;
	left:0;
	transform: none;
	right:0;
  }

  .header__bg {
    height: 100%;
  }

  .header .m_btn {
    display: block;
    position: absolute;
    top: 23px;
    transform: translateY(-50%);
    right: 0px;
    width: 30px;
    height: 22px;
    z-index: 4;
  }

  .header .m_btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #4D5964;
    transition: all .2s linear;
  }

  .header .m_btn span:nth-child(1) { top: 0; }
  .header .m_btn span:nth-child(2) { top: calc(50% - 1px); opacity: 1; }
  .header .m_btn span:nth-child(3) { bottom: 0; }

  .header .m_btn.active span:nth-child(1) {
    transform-origin: top right;
    transform: rotate(-47deg);
    top: 0;
  }

  .header .m_btn.active span:nth-child(2) {
    opacity: 0;
  }

  .intro__title-block {padding:0;display: flex;flex-direction: column;width: 100%;justify-content: center;align-items: center;}

  .header .m_btn.active span:nth-child(3) {
    transform-origin: bottom right;
    transform: rotate(45deg);
    bottom: -1px;
  }

  .header__content {padding: 0;padding-right:50px;flex-direction: column;gap: 0;border-bottom: 0;justify-content: center;}

  /* Выпадающее меню */
  .menu {
    position: fixed;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 300px;
    height: auto;
    top: 70px;
    right: -100%;
    left: auto;
    background: white;
    z-index: 10;
    transition: all .2s linear;
    overflow: auto;
    padding: 30px;
    width: 100vw;
	border:2px solid #FA6900;
  }

  .menu.active {
    right: 0;
  }

  .menu .container {
    width: auto;
    padding: 0;
    margin: 0;
  }

  .menu__column {
    flex-direction: column;
    gap: 10px;
    text-align: right;
    justify-content: center;
    align-items: center;
  }

  .menu__item {
    font-size: 5vw;
  }

  .menu_wrap {
    display: inline-flex;
    flex-direction: column;
    height: auto;
    gap: 10px;
    text-align: right;
    align-items: flex-end;
  }

  .addr,
  .header__btn {
    display: none;
  }

  .header__contacts {
    margin-right: auto;
  }

  .timer { margin-bottom:40px; }
  .timer__content { padding:20px; }
  .timer__title { font-size:24px; }
  .timer__text {font-size: 16px;}

  .header__addr { display:none; }
  .header__phone { font-size:0; }
  .phone { font-size:16px; }

  /* Блок intro */
  .intro__content {
    top: 80px;
  }

  .intro__benefits a {
    padding: 8px 20px;
    font-size: 4vw;
    margin-bottom: 16px;
  }

  .intro__date {
    height: 44px;
    padding-right: 14px;
    font-size: 5vw;
    margin-bottom: 16px;
    white-space: normal;
    max-width: 100%;
  }

  .intro__date-icon {
    width: 44px;
    height: 44px;
    margin-right: 10px;
  }

  .intro__date-icon img {
    width: 20px;
    height: 20px;
  }

  .intro__date-text {
    font-size: 13px;
    white-space: normal;
  }

  .intro__title1 {
    font-size: 5vw;
    margin-bottom: 16px;
  }

  .intro__title2 {
    font-size: 4vw;
  }

  .model { margin-bottom:40px; }
  .model.initswiper .model_menu { padding:0; }
  .model .model_menu a {
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    justify-content: space-between;
  }
  .model_menu_type {
    display:none;
  }

  /* Слайдеры и Секции */
  .gallery .swiper {
    height: auto;
    width: 100%;
  }

  .gallery .swiper-slide {
    width: 80%;
    height: 180px;
    height: auto;
  }

  .credit__slider .swiper-slide {
    width: calc( 100% - 40px );
    height: auto;
  }
  .credit-features {
    flex-direction: column;
    gap: 12px;
  }


  .testdrive__form-row {
    flex-direction: column;
  }

  .testdrive__form-row .form-group {
    width: 100%;
  }

  .testdrive__bg img {
    height: 300px;
    object-fit: cover;
    object-position: right top;
  }

  /* Контакты */
  .contacts-section {
    height: auto;
    display: flex;
    flex-direction: column;
	margin:0;
	background:none;
  }

  .contacts-section__map {
    position: relative;
    height: 350px;
    order: 2;
  }

  .contacts-section__container {
    height: auto;
    padding: 20px 15px;
    order: 1;
    justify-content: center;
  }

  .contacts-section__card {
    width: 100%;
    background:none;
  }
  .contacts-section__body {
    padding:20px 0;
  }


  .car-card__bottom-nav {flex-direction:column;gap: 10px;padding: 10px;}
  .car-card__actions {flex-direction:column;gap: 5px;margin-bottom: 20px;}
  .car-card__actions .btn {width: 100% !important;}

  .car-card__header {flex-direction:column;gap: 10px;position:relative;padding: 0px;margin-bottom: 10px;padding-bottom: 0;}
  /*.car-card__header:before,
  .car-card__body:before
  { 
      content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 30.29%, rgba(255, 255, 255, 0) 70.3%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}*/
  
  .car-card__badges { flex-wrap:wrap; gap:5px; }
  .car-card__body {flex-direction:column;gap: 15px;margin: 0px;padding: 0;margin-bottom: 20px;padding: 0px;margin-bottom: 10px;}
  .car-card__benefits {order:2;gap: 5px;margin: 0;width: 100%;}
  .benefit-icon {
    width: 30px;
    height: 30px;
  }
  .benefit-icon:before {}
  .benefit-icon img { width:20px; }
  .car-card__main { width:100%; }
  .car-card__gallery { width:100%; position:relative; }
  .watermark-text { font-size:15vw; }
  .gallery {width:100%;min-width: auto;}
  .gallery .swiper-button-next,
  .gallery .swiper-button-prev { display:none; }
  .gallery .swiper-pagination { position:static; }
  .gallery .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background: #9B9B9B;
        background: #E6873B;
  }
  .gallery .swiper-pagination .swiper-pagination-bullet-active {
        width: 25px;
        height: 5px;
  }
  .gallery .swiper-slide {}
  .gallery .swiper-slide img {
    min-width: auto;
    width: 100%;
    height:70px;
  }
  .nav-title {flex-direction: row;align-items: center;gap: 10px;row-gap: 0;flex-wrap: wrap;}
  .nav-title span { font-size:22px; }
  .nav-title strong { font-size:22px; }
  .car-card__title {font-size:28px;margin-right: auto;}
  .car-card { margin-bottom:40px; }
  .body-selector { flex-wrap:wrap; max-width:100%; }
  .body-selector .body_swiper {padding-bottom: 10px;}
  .body-selector .swiper-pagination { position:relative; z-index:2; }
  .body-selector .swiper-pagination-bullet {
    height: 5px;
}
  .body-selector .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E6873B;
    width: 25px;
    height: 5px;
    border-radius: 2px;
}
  .instock {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .instock #filter_table {flex-direction:column;gap:5px;margin-bottom: 40px;}
  .instock .select_container { width:100%; }
  .aura-card__body {}
  .aura-card__body:before {
    left: 0;
  }
  .aura-card__side-title {
    padding-left: 2px;
}
  .aura-card__side-title span {}
  .aura-card__image { width:90%; }
  .aura-card__btns { gap:5px; }
  .aura-spec-row {height:40px;font-size: 13px;padding-right: 0;}
  .aura-spec-value {
    margin-left: 5px;
}
  .aura-spec-label {}
  .aura-card__specs { margin-bottom:10px; }
  .tb_complects_showmore {margin-top: 0px;}

  .credit {padding-bottom: 80px;margin-top: 0;}
  .credit .bg { margin:0; }
  .credit img { margin-bottom:20px; }
  .credit__subtitle { font-size:18px; }
  .credit__form-row { flex-direction:column; display:flex; gap:5px; }

  .tradein__subtitle {font-size:18px;margin-bottom: 20px;}
  form .form-group-wrapper { flex-direction:column; gap:5px; }
  .tradein__banner {
    width: 100%;
    height: auto;
}
  .tradein__cards {
    width: 100%;
    gap: 20px;
}
  .tradein__card {}
    .tradein__card.active {}
  .tradein__content {}
  .tradein {padding-bottom:80px;margin-top: 0;}

  .reviews { padding-bottom: 80px; padding-top: 80px; }
  .reviews .reviews_pagination {flex-wrap:wrap;gap: 4px;}
  .reviews .reviews_nav { flex-shrink:0; }
  .reviews .reviews_title {
        padding: 0 15px;
        gap: 10px;
        line-height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
  }
  .reviews .reviews_top { margin-top:0px; }
  .reviews .reviews_bottom {flex-direction:column;gap: 20px;}
  .reviews .reviews_pagination .swiper-pagination-bullet-active {
    width: 40px;
  }
  .foot_wrap { flex-direction:column; gap:20px; }
}

/* <= 576px / 540px (Маленькие смартфоны) */
@media (max-width: 576px) {
  .instock .compl-car-card__specs {
    grid-template-columns: repeat(1, 1fr);
  }

  .credit__form-row {
    grid-template-columns: 1fr;
  }

  .tradein__form-row .form-group {
    flex: 1 1 100%;
  }

  .tradein__cards {
    flex-direction: column;
    height: auto;
  }

  .tradein__card {
    flex: none;
    height: 80px;
    padding: 14px 37px;
  }

  .tradein__card.active {
    height: 160px;
  }
}

@media (max-width: 360px) {
  .aura-card { flex-direction:column; }
  .aura-card__side-title {
    margin-bottom: 10px;
    border-left: 0;
    border-bottom: 3px solid #ff6200;
  }
  .aura-card__side-title span {
    transform: none;
    writing-mode: unset;
  }
}



