/* import fonts */

@font-face {
    font-family:"TENETSans";
    src: url(../fonts/TENETSans/TENETSans-Regular.otf) format("opentype"),
         url(../fonts/TENETSans/TENETSans-Regular.woff) format("woff"),
         url(../fonts/TENETSans/TENETSans-Regular.woff2) format("woff2");
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
/* @font-face {
    font-family:"TENETSans";
    src: url(../fonts/TENETSans/TENETSans-Bold.otf) format("opentype"),
         url(../fonts/TENETSans/TENETSans-Bold.woff) format("woff"),
         url(../fonts/TENETSans/TENETSans-Bold.woff2) format("woff2");
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"TENETSans";
    src: url(../fonts/TENETSans/TENETSans-SemiExpandedBold.otf) format("opentype"),
         url(../fonts/TENETSans/TENETSans-SemiExpandedBold.woff) format("woff"),
         url(../fonts/TENETSans/TENETSans-SemiExpandedBold.woff2) format("woff2");
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"TENETSans";
    src: url(../fonts/TENETSans/TENETSans-SemiExpandedBold.otf) format("opentype"),
         url(../fonts/TENETSans/TENETSans-SemiExpandedBold.woff) format("woff"),
         url(../fonts/TENETSans/TENETSans-SemiExpandedBold.woff2) format("woff2");
    font-weight:400;
    font-style:normal;
    font-display: swap;
} */

/* import fonts END */

/* **************************************************************************************************************************************** */

/* css reset */

*, *::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;
    width: 100%;
    margin: 0;
    border: 1px solid #cccccc;
    box-shadow: none;
    padding: 5px 15px;
    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/select__ico.svg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    display: block;
    padding-left: 15px;
    padding-right: 35px;
}

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

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

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

.select option {
    font-weight: normal;
    background: #fff;
    color: #000;
}

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

/* css reset END */

/* **************************************************************************************************************************************** */


/* common styles */



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

.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;
    border-radius: 4px;
}

form .form-group-wrapper {}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

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

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

form.form_white input, form.form_white select, form.form_white textarea {}

form.form_white input {}
form.form_white select {}
form.form_white textarea {}

.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;max-width:100%;padding: 5px 29px;overflow: hidden !important;position: relative;box-sizing: border-box;background: #242424 !important;text-align: center;padding-bottom: 30px;border-radius: 8px;}

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

.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;
    top: 0px;
}

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

.agree-field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
    height: auto;
    width: auto;
    opacity: 0;
}

.agree-field span {
    position: absolute;
    top: -3px;
    left: 0px;
    margin: -0px;
    height: 16px;
    width: 16px;
    border: 1px solid #C7B9AB;
    border-radius: 4px;
    background-color: #fff;
}

.agree-field input:checked + span {
    border-color: transparent;
    background: url(../img/input__ico-checked.svg) 50% no-repeat #EB9201;

}




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



.main {}

section {
    margin-top: 120px;
}

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



.title {
    font-size: 50px;
    font-weight: 400;
}

.title_white {}

.subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #979493;
    position: relative;
    padding-left: 24px;
    text-transform: uppercase;
}

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

.subtitle_white {}

.description {}

.description_white {}

.comment {}

.comment_white {}

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

.logo {}

.logo_1 {}

.logo_2 {
    padding-left: 34px;
    border-left: 2px solid #FFFFFF;
}

.addr-wrapper {
    display: flex;
    align-items: center;
    gap: 65px;
}

.addr {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
}

.addr-text {}

.addr-ico {}

.addr-ico img {}

.phone {
    display: flex;
    align-items: center;
    gap: 12px;
}

.phone-text {}

.phone-ico {}

.phone-ico img {}

.clock {
    display: flex;
    align-items: center;
    gap: 12px;
}

.clock-text {}

.clock-ico {}

.clock-ico img {}



.btn {
    background: #EB9201;
    color: white;
    text-align: center;
    width: 244px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #EB9201;
    position: relative;
    text-decoration: none;
    transition:  all .2s linear;
}

.btn span {
    display:inline-block;
    width: fit-content;
}

.btn_arrow {
    gap: 10px;
}

.btn_arrow:after {
    content: url(../img/btn__ico-arrow.svg);
    width: 24px;
    height: 24px;
}

.btn:hover {
    background-color: #EDA226 !important;
    border-color: #EDA226 !important;    
    color: #fff !important;
}

.btn_light {
    background-color: #FFFFFF33;
    border-color: #fff;    
    color: #fff;
}

.btn_dark {
    background-color: #00000099;
    border-color: #00000099;
    color: #fff;
    background-clip: content-box;
}

/* common styles END */



/*************************************************************************************************************************/




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

.header {

background: #00000080;

backdrop-filter: blur(10px);

position: fixed;

z-index: 10;

left: 0;

top: 0;

width: 100%;
}

.header__main {
}

.header__container {

}

.header__content {

display: flex;

align-items: center;

justify-content: space-between;

gap: 65px;

padding: 14px 0;

border-bottom: 2px solid #FFFFFF24;
}

.header__logo-block {

}

.header__logo {

}

.header__logo_1 {

}

.header__logo_2 {

}

.header__addr-wrapper {

}

.header__addr {

}

.header__addr-ico {

}

.header__addr-text {

}

.header__phone {

}

.header__phone-ico {

}

.header__phone-text {

font-size: 18px;
}

.header__btn {

}

.header__menu {

padding: 16px 0;
}

.header__menu-content {

display: flex;

justify-content: space-between;

align-items: center;
}

.header__menu-column {

display: flex;

align-items: center;

gap: 45px;
}

.header__menu-column:first-child .header__menu-item {
    text-transform: uppercase;
}

.header__menu-item {

transition: all .3s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.header__menu-item:hover {
    color: #EDA226;
}


/**************************************************************************************************************/


/* =========================
   Intro
========================= */

.intro {
    margin: 0;
}

.intro__slider {}

.intro__content {
    position: absolute;
    left: 0;
    width: 100%;
    top: 170px;
}

.intro__container {}

.intro__title-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.intro__subtitle {
    font-size: 32px;
}

.intro__title {
    font-size: 50px;
}

.intro__description {
    font-size: 32px;
}

.intro__benefits {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: 12px;
}

.intro__benefits-item {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
}

.intro__benefits-ico {}

.intro__benefits-text {}

.intro__btn {
    margin-top: 24px;
}

.intro__bg {}


/* =========================
   Best offer
========================= */

.best-offer {}

.best-offer__container {
    position: relative;
}

.best-offer__content {
    max-width: 742px;
    position: absolute;
    top: 42px;
    z-index: 1;
    left: 72px;
}

.best-offer__main {}

.best-offer__title {
    font-size: 40px;
}

.best-offer__description {
    font-size: 28px;
    margin-top: 12px;
}

.best-offer__form {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.best-offer__form .form-group {
    width: 41%;
}

.best-offer__form .form-group_wide {
    width: 56.8%;
}

.best-offer__bg {overflow: hidden;}

.best-offer__bg pictire {}

.best-offer__bg img {
    width: 100%;
    border-radius: 8px;
}

.best-offer__bg picture {
    min-width: 1480px;
    position: relative;
    left: 100%;
    display: block;
    transform: translateX(-100%);
}


/* =========================
   Models
========================= */

.models {}

.models__container {}

.models__title {}

.models__content {}


/* =========================
   Model card
========================= */



/* ==========================
   MODEL CARD
========================== */

.model-card {
    position: relative;
    margin-top: 120px;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
}

.model-card__body {

background-size: cover;

position: relative;

border-radius: 8px;

background: url(../img/models/model__bg.jpg) 0 0 no-repeat transparent;

background-size: 102%;

padding: 42px;

width: 100%;

max-width: 1268px;

display: flex;

flex-wrap: wrap;

justify-content: space-between;

align-items: center;
}


/* HEADER */

.model-card__header {

display: flex;

justify-content: space-between;

align-items: center;

width: 100%;
}

.model-card__title {

margin: 0;

text-transform: uppercase;

font-size: 40px;

font-weight: 400;
}

.model-card__title b {
    font-weight: 800;
}

.model-card__spec {

display: flex;

gap: 16px;

margin-top: -136px;
}

.model-card__spec-item {padding: 8px 20px;background: #00000099;border-radius: 4px;backdrop-filter: blur(10px);display: flex;align-items: center;gap: 12px;font-size: 24px;pointer-events: none;}

.model-card__spec-ico {

position: relative;
}

.model-card__spec-prime {
    transition: all .3s linear;
}

.model-card__spec-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s linear;
}

.model-card__spec-item:hover .model-card__spec-prime {
    opacity: 0;
}

.model-card__spec-item:hover .model-card__spec-hover {
    opacity: 1;
}

.model-card__spec-text {
}

/* CAR */

.model-card__car-wrapper {

display: flex;

align-items: center;

gap: 26px;

margin-top: -26px;
}

.model-card__car {
}

.model-card__car-img {

}


/* COLORS */

.model-card__colors {
}

.model-card__colors-item {

}

.model-card__colors-item_active {

transform: scale(1.15);
}


/* TECHS */

/* INFO */

.model-card__info {

backdrop-filter: blur(10px);

background: #00000099;

border-radius: 4px;

padding: 20px 24px;

width: 100%;

max-width: 386px;
}

.model-card__info:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 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;
}


/* BENEFITS */

.model-card__benefits {

display: flex;

flex-direction: column;

gap: 10px;
}

.model-card__benefits li {

}

.model-card__benefit {

display: flex;

align-items: center;

gap: 12px;

font-size: 18px;
}

.model-card__benefit-icon {position: relative;min-width: 32px;}

.model-card__benefit-prime {
    transition: all .3s linear;
}

.model-card__benefit-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s linear;
}


.model-card__benefit:hover .model-card__benefit-prime {
    opacity: 0;
}
.model-card__benefit:hover .model-card__benefit-hover {
    opacity: 1;
}

/* BUTTONS */

.model-card__buttons {

}

.model-card__btn {
}






.model-card__gallery {
  flex: 1;
  max-width: 189px;
  height: 510px;
}

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

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

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

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

.model-card__gallery-slide.swiper-slide-active {
  /* transform: scale(1.05) 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.5s linear; */
}

.model-card__colors {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* .model-card__gallery-arrow {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s linear;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: #FFFFFF1A;
  border: 1px solid #FFFFFF80;
  backdrop-filter: blur(20px);
}

.model-card__gallery-arrow:hover {
  opacity: 1;
  background: #FFFFFF4D;
}
  */

/* .model-card__gallery-arrow_prev {
  top: 0;
}

.model-card__gallery-arrow_next {
  bottom: 0;
  transform: translateX(-50%) rotate(180deg);
} */

/* .model-card__gallery-arrow img {
} */

.model-card__colors-item {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 0.5s 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;
  justify-content: space-between;
  gap: 24px;
  margin-top: 0px;
  width: 100%;
}

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



/**********************
       COMPLECTS
**********************/




.complects{
}

.complects .title {
    font-size: 44px;
}

.complects__title {
    font-size: 44px;
}

.complects__models{
    display:flex;
    /* flex-wrap:wrap; */
    gap:16px;
    margin-top:40px;
    justify-content: space-between;
}

.complects__model{
    padding-bottom: 22px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor:pointer;
    transition:.25s;
    outline: none;
    font-size: 16px;
}

.complects__model.is-active{
}

.complects__model span{
}

.complects__tabs{
    display:flex;
    gap: 24px;
    margin-top: 32px;
}

.complects__tab{
    cursor:pointer;
    transition:.25s;
    font-weight: 400;
    font-size: 20px;
    padding: 12px 42px;
    border: 2px solid transparent;
    background: #FFFFFF33;
    display: block;
    width: auto;
}

.complects__tab.is-active{border-color: #fff;}

.complects__tab span{
}

.complects__cards{
    display:flex;
    flex-direction:column;
    gap: 60px;
    margin-top: 60px;
}


.complect{
    display:flex;
    align-items: center;
    gap: 42px;
    padding: 42px;
    padding-left: 0;
    background: url(../img/models/complect__bg.jpg) 0 0 no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.complect.is-hidden{
    display:none;
}

.complect__left{
    width: 100%;
    max-width: 664px;
}

.complect__right{
    width: 100%;
    max-width: 732px;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.complect__header{
    width: 100%;
}

.complect__model{
    font-size: 24px;
    font-weight:700;
    line-height:1;
}

.complect__name{
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
}

.complect__image{
    margin-top:20px;
}

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

.complect__buttons{
    display:flex;
    gap: 24px;
    width: 100%;
}

.complect__buttons .btn{
    flex:1;
}

.complect__specs{
    margin-bottom: 45px;
    width: 100%;
    position: relative;
}

.complect__specs .car__spec-block {
    margin: 0;
}

.complect__chars{
    display:flex;
    justify-content: space-between;
    width: 100%;
}

.complect__char{
    width: auto;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    font-size: 18px;
    border-left: 1px solid #EB9201;
    padding-left: 11px;
}

.complect__char-icon{
    flex-shrink:0;
}

.complect__char-info{
    flex:1;
}

.complect__char-value{
}

.complect__char-label{
    font-size: 12px;
    color: #979493;
}

.complect__benefits{
    width: calc(50% - 6px);
}

.complect__benefits .car__benefits-item {}

.complect__benefits .car__benefits-item .car__benefits-ico {
}

.complects__footer{
    margin-top:40px;
    text-align:center;
    display: flex;
    justify-content: center;
}

.complects__more{
    width: 230px;
    text-transform: uppercase;
    font-size: 11px;
}


/**************************************************************************************************************/



/* =========================
   Reviews
========================= */

.reviews {
    position: relative;
    padding: 60px 0;
}

.reviews__container {}

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

.reviews__header {}

.reviews__subtitle {}

.reviews__title {}

.reviews__header-about {}

.reviews__header-about-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    line-height: 1;
}

.reviews__header-about-rating-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: -3px;
}

.reviews__header-about-desc {
    font-size: 14px;
    text-transform: uppercase;
    color: #979493;
    margin-top: 4px;
}

.reviews__rating-ico {
    width: 22px;
}

.reviews__content {
    margin-top: 40px;
}

.reviews__slider {}

.reviews__slider-wrapper {}



.reviews__rating {
    display: flex;
    gap: 5.2px;
}


.reviews__slider-item {
    background: #242424;
    padding: 42px;
    
    /* ИСПРАВЛЕНИЕ 1: Жестко задаем высоту 470px без height: auto */
    height: 470px !important; 
    
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.reviews__item-header {
    display: flex;
    justify-content: space-between;
    font-size: 28px;
    flex-shrink: 0; /* Не дает шапке сжиматься */
}

.reviews__description {
    flex: 1 1 auto; /* Занимает всё оставшееся место по высоте */
    min-height: 0;  /* КРИТИЧЕСКИ ВАЖНО для включения скролла внутри Flexbox */
    margin-top: 24px;
    display: flex;  /* Помогает дочернему элементу расправиться на 100% */
    flex-direction: column;
    overflow: auto;
    height: 86%;
}

.reviews__text {
    font-size: 18px;
    /* ИСПРАВЛЕНИЕ 2: Убрали лишний margin-top: 24px, чтобы не выталкивать текст */
    height: 100%;
    overflow-y: auto !important; /* Включаем принудительно скролл при переполнении */
    padding-right: 12px;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
}

/* === Стилизация кастомной полосы скролла (как на макете) === */
.reviews__text::-webkit-scrollbar {
    width: 3px;
}

.reviews__text::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.reviews__text::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 4px;
}

/* Для Firefox */
.reviews__text {
    scrollbar-width: thin;
    scrollbar-color: #ffffff rgba(255, 255, 255, 0.1);
}

.reviews__pag {}
.reviews__pag .swiper-pagination-bullet {
    width: 7px;
    height: 6px;
    background: #979493;
    opacity: 1;
    border-radius: 10px;
}
.reviews__pag .swiper-pagination-bullet-active {
    width: 24px;
    background: #fff;
}

.reviews__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}


/* =========================
   Contacts
========================= */

.contacts {}

.contacts__container {}

.contacts__header {}

.contacts__subtitle {}

.contacts__title {}

.contacts__content {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.contacts__column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}

.contacts__image {
}

.contacts__image img {
    border-radius: 8px;
}

.contacts__info {
    border-radius: 8px;
    padding: 42px;
    background: #242424;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contacts__info-text {
    font-size: 28px;
}

.contacts__addr-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.contacts__addr {}

.contacts__addr-ico {}

.contacts__addr-text {}

.contacts__phone {}

.contacts__phone-ico {}

.contacts__phone-text {}

.contacts__clock {}

.contacts__clock-ico {}

.contacts__clock-text {}

.contacts__btn {
    width: 100%;
}

.contacts #map1 {
    height: 584px;
    width: 921px;
    max-width: 100%;
    filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%) !important;
    border-radius: 8px;
    overflow: hidden;
}

.ymaps-2-1-79-image {
    filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%) !important;
}




/**************************************************************************************************************/

/* =========================
   Footer
========================= */



.footer {
    padding: 30px 0;
    color: inherit;
    font-size: 14px;
    margin-top: 120px;
    background: #242424;
}
.footer__container {}
.footer__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer__comp-info {}
.footer__links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.footer__dislamer-btn {
    color: inherit;
    text-decoration: none;
}
.footer__comp-info {}
.footer__madein {
    display: flex;
    gap: 5px;
}
.footer__policy {
    color: inherit;
    text-decoration: none;
}
.footer__disclamer {font-size:14px;display: none;text-align: left;padding-top: 35px;}


/* **************************************************************************************************************************************** */

/* media */


/* desktop and laptops */

@media only screen and (max-width: 1920px) { 
   


}
@media only screen and (max-width: 1800px) { 



}
@media only screen and (max-width: 1600px) { 



.header__content {gap: 24px;}

.header__logo-block {

width: 20%;
}


.header__addr-wrapper {

gap: 24px;
}


.model-card {
    flex-wrap: wrap;
}

.model-card__body {
    max-width: 100%;
}


.model-card__gallery {
    max-width: 100%;
    height: auto;
}

.model-card__gallery-slider .swiper-wrapper {
    justify-content: center;
}


}
@media only screen and (max-width: 1536px) { 


   

}
@media only screen and (max-width: 1440px) { 



.logo-block {
    gap: 12px;
}

.intro__description {
    font-size: 22px;
}

.intro__benefits {
    gap: 10px;
}

.model-card__info {
    max-width: 39%;
}


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


.logo_2 {
    padding-left: 12px;
}

.addr-text {
    font-size: 12px;
}


.phone-text {
    font-size: 14px;
}


.header__btn {

width: 200px;
}


.intro__content {
    top: 135px;
}


.intro__subtitle {
    font-size: 30px;
}

.intro__title {
    font-size: 28px;
}

.intro__description {
    font-size: 17px;
}

.intro__benefits {
    flex-direction: column;
    align-items: flex-start;
}


.model-card__car-wrapper {
    max-width: 60%;
}


.model-card__buttons {
    margin-top: 24px;
}


.complect__left {max-width: 35%;}


.contacts__content {
    flex-direction: column;
}

.contacts__column {
    flex-direction: row;
    align-items: center;
}

.contacts__image {
    width: 51%;
}

.contacts__info {
    width: 47%;
}


.contacts #map1 {width: 100%;}


.footer__content {flex-wrap: wrap;gap: 12px;}


}

/* tablets */

@media only screen and (max-width: 1112px) { 
    .container {
        max-width: 930px;
    }


.header__addr {

display: none;
}


.header__menu-item {

font-size: 14px;
}



.intro__btn {
    display: none;
}


.model-card__title {
    font-size: 34px;
}

.complect__char-value {font-size: 14px;}

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


}

@media only screen and (max-width: 960px) {
    .container {
        max-width: 738px;
    }



}

/* mobiles */

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

    .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-group-wrapper {}

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

    form.form_white input, form.form_white select, form.form_white textarea {}

    form.form_white input {}
    form.form_white select {}
    form.form_white textarea {}

   
.title {
    font-size: 6vw !important;
}

section {
    margin-top: 50px;
}

.title_white {}

.subtitle {}

.subtitle_white {}

.description {}

.description_white {}

.comment {}

.comment_white {}

.logo-block {}

.logo {}

.logo_1 {}

.logo_2 {}

.addr-wrapper {}

.addr {}

.addr-text {}

.addr-ico {}

.addr-ico img {}

.phone {}

.phone-text {}

.phone-ico {}

.phone-ico img {}

.clock {}

.clock-text {}

.clock-ico {}

.clock-ico img {}

    /************************************************************************/

    .header .mob-menu-btn {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
        z-index: 1;
        order: -1;
    }

    .header .mob-menu-btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #fff;
        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__main {border-bottom: 2px solid #FFFFFF24;}

.header__content {flex-wrap: wrap;padding: 2vw 0;gap: 2vw;border: unset;}

.header__logo-block {
order: -1;
width: 100%;
max-width: 55%;
}

.header__addr-wrapper {
width: 100%;
}

.header__btn {
display: none;
}

.header__menu {position: fixed;left: 100%;width: 100%;background: #000000db;transition: all .2s linear;padding: 20px 0;}

.header__menu.active {
    left: 0;
}

.header__menu-content {flex-direction: column;gap: 20px;}

.header__menu-column {flex-direction: column;gap: 12px;}

.intro__content {
    top: 26vw;
}

.intro__title-block {gap: 1vw;}

.intro__subtitle {font-size: 7vw;}

.intro__title {
    font-size: 5.6vw;
}

.intro__description {
    font-size: 4.8vw;
}

.intro__benefits {
    flex-direction: row;
    margin-top: 1vw;
}

.best-offer__content {
    position: static;
}

.best-offer__title {
    font-size: 5vw;
}

.best-offer__description {
    font-size: 4vw;
}

.best-offer__form {
    flex-direction: column;
}

.best-offer__form .form-group {
    width: 100% !important;
}

.best-offer__bg {
    margin-top: 20px;
}

.best-offer__bg picture {
    min-width: unset;
    width: 100%;
}

.model-card {
    margin-top: 50px;
}

.models__title {
    margin-bottom: -20px;
}

.model-card__body {
    padding: 0;
    background: none;
}

.model-card__header {
    flex-wrap: wrap;
    order: -1;
}

.model-card__title {
    font-size: 6vw;
}

.model-card__spec {
    margin-top: 12px;
}

.model-card__spec-item {
    padding: 0;
    font-size: 14px;
}

.model-card__car-wrapper {
    background: url(../img/models/model__bg_mob.jpg) 50% 100% no-repeat transparent;
    border-radius: 8px;
    background-size: cover;
    order: -1;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    flex-direction: column;
    padding: 15px;
    gap: 8px;
}

.model-card__colors {
    flex-direction: row;
}

.model-card__info {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: unset;
    background: none;
    margin-top: 20px;
}

.model-card__info:after {
    display: none;
}

.model-card__buttons {
    flex-direction: column;
    gap: 10px;
}

.model-card__buttons .btn_dark {
    background-color: #FFFFFF33;
    border-color: #fff;
    color: #fff;
}

.complects__tabs {gap: 12px;}

.complects__tab {padding: 5px 15px;height: unset;}

.complects__cards {margin-top: 30px;}

.complect {background: unset;padding: 0;flex-direction: column;gap: 12px;}

.complect__left {width: 100%;max-width: 100%;background: url(../img/models/complect__bg_mob.jpg) 0 0 no-repeat;border-radius: 8px;background-size: cover;padding: 15px;}

.complect__right {gap: 20px;}

.complect__name {font-size: 6vw;}

.complect__image {margin: 0;width: 100%;}

.complect__buttons {flex-direction: column;gap: 10px;}

.complect__buttons .btn {
    flex: unset;
    width: 100%;
}

.complect__chars {flex-wrap: wrap;gap: 12px;justify-content: flex-start;}

.reviews {
    padding: 32px 0;
    padding-bottom: 50px;
}

.reviews__header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.reviews__header-about-rating {
    font-size: 16px;
}

.reviews__header-about-rating-stars img {
    width: 12px;
}

.reviews__header-about-desc {
    font-size: 12px;
}

.reviews__rating-ico {
    width: 14px;
}

.reviews__content {
    margin-top: 24px;
}

.reviews__slider-item {
    padding: 20px 15px;
    min-height: unset;
    height: auto !important;
}

.reviews__item-header {
    font-size: 16px;
}

.reviews__description {
    height: auto;
}

.reviews__text {
    font-size: 14px;
}

.reviews__bg {
    height: 100%;
    opacity: .45;
}

.reviews__bg picture {
    height: 100%;
}

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

.contacts__content {
    margin-top: 24px;
}

.contacts__column {
    flex-direction: column;
    gap: 12px;
}

.contacts__image {
    width: 100%;
}

.contacts__info {
    width: 100%;
    padding: 20px 15px;
}

.contacts #map1 {height: 380px;}

.footer {margin-top: 50px;padding: 24px 0;}

}


/* **************************************************************************************************************************************** */

/* media END*/
