@font-face {
    font-family: "Manrope Variable";
    src: url(../fonts/Manrope-Variable.woff2) format("woff2-variations"),
         url(../fonts/Manrope-Variable.woff) format("woff-variations");
    font-weight: 200 800;
    font-style: normal; 
    font-display: swap;
}

*, *::before, *::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

img, picture {
    max-width: 100%;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

address {
    font-style: normal; 
}

input, button, textarea, select {
    font: inherit;
    outline: none;
    color: #cccccc;
    border-radius: 100px;
    height: 50px;
    padding: 15px 25px;
    width: 100%;
}

input, button, select {
    width: 100%;
    margin: 0;
    border: 1px solid #cccccc;
    box-shadow: none;
    background: transparent;
}

input::-moz-placeholder { color: #cccccc; }
input::-webkit-input-placeholder { color: #cccccc; }
input:-ms-input-placeholder { color: #cccccc; }
input::placeholder { color: #cccccc; } 

button {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../img/ico_select.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    display: block;
    color: #cccccc;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    border: 1px solid #cccccc;
}

.select::-ms-expand {
    display: none;
}

.select:hover {
    border-color: #cccccc;
}

.select:focus {
    border-color: #cccccc;
    box-shadow: none;
    color: inherit;
    outline: none;
}

.select option {
    font-weight: normal;
}

body {
    min-height: 100vh;
    line-height: 1.3;
}

ul, ol {
  list-style: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote, q {
    quotes: none;
}

q:before, q:after {
    content: '';
}

a, ins {
    text-decoration: none;
    color: inherit;
}

sub, sup {  
    vertical-align: baseline;
    position: relative;
    font-size: .8em;
}

sup {
    top: -5px;
}

sub {
    bottom: -2px;
}

pre {
    font: inherit;
}

body {
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
    color: black;
    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;
}

form .form-group {
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

form .form-group-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

form .form-group-wrapper .form-group {
    flex: 1;
}

form .form-group .btn {
    width: 100%;
}

form.form_dark {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

form.form_dark input[type="tel"],
form.form_dark input[type="text"] {
    border: 1px solid #9a999e;
    color: #fff;
    background: transparent;
}

form.form_dark input[type="tel"]::-moz-placeholder { color: #9a999e; }
form.form_dark input[type="tel"]::-webkit-input-placeholder { color: #9a999e; }
form.form_dark input[type="tel"]:-ms-input-placeholder { color: #9a999e; }
form.form_dark input[type="tel"]::placeholder { color: #9a999e; }

form.form_dark .btn {
    background: #6a6a6d;
    border-color: #6a6a6d;
    color: #fff;
    width: 100%;
}

form.form_dark .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #18161f;
}

form.form_dark .btn:after {
    display: none;
}

form.form_dark .form_title {
    display: none;
}

form.form_dark .agree_field {
    font-size: 14px;
    color: #e7e7e8;
    letter-spacing: 0.01em;
}

form.form_dark .agree_field__icon {
    border-color: #e7e7e8;
}

form.form_white input::-moz-placeholder { color: #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 {
    background-color: #fff;
    border-color: #E7E7E8;
}

.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: white;text-align: center;padding-bottom: 30px;}

.popup_container form .form-group .btn {width: 100%;}

.alert.fancybox-content {
    overflow: hidden;
}

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 13px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 5px;
    color: #e7e7e8;
    letter-spacing: 0.01em;
    text-align: left;
    width: 100%;
    left: 10px;
}

form.form_white .agree_field {
    color: #69696D;
}

.agree_field a {
    color: inherit;
    text-decoration: underline;
}

.agree_field input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 12px;
    width: 12px;
    opacity: 0;
    cursor: pointer;
}

.agree_field input:checked + .agree_field__icon {
    background: #fff;
    border-color: #fff;
}

form.form_white .agree_field input:checked + .agree_field__icon {
    background-color: #18161F;
    border-color: #18161F;
}

.agree_field input:checked + .agree_field__icon:after {
    display: block;
}

.agree_field > span {
    display: inline-block;
}

.agree_field__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #e7e7e8;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agree_field__icon:after {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    background: url(../img/form__check.svg) 50% no-repeat;
    background-size: contain;
}

form.form_white .agree_field .agree_field__icon:after {
    background: url(../img/form__check_white.svg) 50% no-repeat;
    background-size: contain;
}

.container {
    width: 100%;
    max-width: 1380px;
    padding: 0 30px;
    margin: 0 auto;
}

.title {
    font-size: 48px;
    font-weight: 600;
    color: #18161f;
    margin: 0;
    text-align: center;
}

.title_white {
    color: #fff;
}

.logo {
    display: flex;
    align-items: center;
}

.logo:first-child {
    padding-right: 15px;
    border-right: 1px solid #9B9A9E;
}

.logo img {
    height: 40px;
    width: auto;
}

.addr {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #18161f;
}

.addr:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.phone {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #18161f;
    text-decoration: none;
}

.phone:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.clock {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #18161f;
}

.clock:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn {
    background: #18161f;
    border: 1px solid #18161f;
    color: #fff;
    text-align: center;
    width: 280px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 20px;
    border-radius: 100px;
    position: relative;
    text-decoration: none;
    transition:  all .2s linear;
}

.btn span {
    display:inline-block;
    width: 100%;
}

.btn:hover {
    background-color: #012E29;
    border-color: #012E29;    
    color: #fff;
}

.btn_grey {
    background-color: #6A696D;
    border-color: #6A696D;    
    color: #fff;
}

.btn_grey:hover {
    background-color: #9B9A9E;
    border-color: #9B9A9E;    
    color: #fff;
}

.btn:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/btn__arrow.svg) no-repeat center;
    background-size: contain;
}

@media only screen and (min-width: 768px) {

    .reveal {
        opacity: 0;
        transform: translateY(40px);
        transition-property: opacity, transform;
        transition-timing-function: ease-out;
        will-change: opacity, transform;
    }
    
    .reveal.reveal-visible {
        opacity: 1;
        transform: translateY(0);
    }

    .reveal-fast    { transition-duration: 0.3s; }
    .reveal-normal  { transition-duration: 0.6s; }
    .reveal-slow    { transition-duration: 0.9s; }
    .reveal-slowest { transition-duration: 1.2s; }

    .reveal-delay-0 { transition-delay: 0s; }
    .reveal-delay-1 { transition-delay: 0.15s; }
    .reveal-delay-2 { transition-delay: 0.3s; }
    .reveal-delay-3 { transition-delay: 0.45s; }
    .reveal-delay-4 { transition-delay: 0.6s; }
    .reveal-delay-5 { transition-delay: 0.75s; }
    .reveal-delay-6 { transition-delay: 0.9s; }
    .reveal-delay-7 { transition-delay: 1.05s; }
}

.header .mob-menu-btn {
    display: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    background: #fff;
    border-radius: 0 0 25px 25px;
    overflow: hidden;
}

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 15px 0;
}

.header__logo-block {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header__logo img {
    height: auto;
    width: auto;
}

.header__contacts {
    display: flex;
    gap: 30px;
}

.header__addr:before {
    background-image: url(../img/header__loc.svg);
}

.header__phone:before {
    background-image: url(../img/header__phone.svg);
}

.header__btn {
    width: 230px;
}

.menu {
    background: #18161f;
}

.menu__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
}

.menu__column {
    display: flex;
    align-items: center;
    gap: 40px;
}

.menu__item {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.2s linear;
    position: relative;
}

.menu__item:hover:before {
    background: #D5A368;
}

.menu__item:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 165%;
    left: 0;
    background: transparent;
    transition: all .1s linear;
}

.menu__item:hover {
    opacity: 0.7;
}

.intro {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.intro__slider {
    width: 100%;
}

.intro__content {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}

.intro__content > * {
    pointer-events: auto;
}

.intro__title-block {
    background: rgba(24, 22, 31, 0.8);
    backdrop-filter: blur(30px);
    border-radius: 15px;
    padding: 25px 40px;
    margin: 0 auto;
    text-align: center;
}

.intro__title1 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}

.intro__title2 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 32px;
}

.intro__benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.intro__benefits-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 16px;
    background: rgba(106, 106, 109, 1);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s linear;
    font-size: 18px;
}

.intro__benefits-item:hover {
    background: #fff;
    color: #18161f;
}

.intro__benefits-item img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.intro__benefits-ico_hover {
    display: none;
}

.intro__benefits-item:hover .intro__benefits-ico {
    display: none;
}

.intro__benefits-item:hover .intro__benefits-ico_hover {
    display: block;
}

.intro__bg {
    width: 100%;
    position: relative;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
}

.intro__bg img {
    width: 100%;
    display: block;
}

.intro .swiper-wrapper {
    height: auto;
}

.timer {margin-top: -85px;position: relative;z-index: 1;}

.timer__container {
    max-width: 1320px;
}

.timer__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    background: #18161f;
    border-radius: 15px;
    padding: 25px 40px;
}

.timer__timer {
    width: 100%;
}

.timer__main {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}

.timer__title {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.timer__form .form-group-wrapper {
    flex-direction: row;
}

.model-range {
    margin-top: 70px;
}

.model-range__title {
    font-size: 48px;
    margin-bottom: 40px;
}

.model-range__links {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.model-range__item {
    display: block;
    position: relative;
    width: auto;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s linear;
}

.model-range__item:hover {
    transform: translateY(-5px);
}

.model-range__item-bg {
    position: relative;
    width: 100%;
    aspect-ratio: 336 / 128;
}

.model-range__item-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.model-range__item-bg-img_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s linear;
}

.model-range__item:hover .model-range__item-bg-img_hover {
    opacity: 1;
}

.model-range__item-label {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #18161f;
    border-radius: 10px;
    padding: 4px 16px;
    z-index: 2;
    transition: background 0.3s linear;
}

.model-range__item:hover .model-range__item-label {
    background: #012e29;
}

.model-range__item-label span {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.model-range__item-img {
    width: 100%;
    position: absolute;
    top: 60px;
}

.model-range__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.model-card {
    padding: 15px 25px 0 40px;
    position: relative;
    overflow: hidden;
    margin-top: 120px;
}

.model-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}

.model-card__header,
.model-card__body,
.model-card__buttons {
    position: relative;
    z-index: 1;
}

.model-card__header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 60px;
}

.model-card__title {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
}

.model-card__special {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #6a6a6d;
    border-radius: 100px;
    padding: 6px 25px;
    padding-left: 6px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.model-card__special:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, #012E29 0%, #005B51 50%, #012E29 100%);
    opacity: 0;
    transition: all .2s linear;
}

.model-card__special:hover:after {
    opacity: 1;
}

.model-card__special svg {
    /* width: 45px;
    height: 45px; */
    position: relative;
    z-index: 1;
}

.model-card__special svg path {
    transition: all .2s linear;
    fill: #6A696D;
}

.model-card__special:hover svg path {
    fill: #012E29;
}

.model-card__special span {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.model-card__body {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    margin-top: 50px;
    align-items: center;
}

.model-card__info {
    width: 297px;
    flex-shrink: 0;
}

.model-card__gallery {
    position: relative;
    flex-shrink: 0;
}

.model-card__car-wrapper {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: -76px;
}

.model-card__car {
}

.model-card__gallery-wrapper {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.model-card__benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.model-card__benefit {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.model-card__benefit-icon {
    width: 45px;
    height: 45px;
    background-color: #18161f;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.3s ease-in-out;
}

.model-card__benefit:hover .model-card__benefit-icon {
    background-color: #012E29;
}

.model-card__benefit-icon img {
    width: 24px;
    height: 24px;
}

.model-card__benefit span {
    font-size: 20px;
    font-weight: 500;
    color: #18161f;
    line-height: 1.5;
}

.model-card__gallery {
    flex: 1;
    max-width: 258px;
    height: 383px;
    margin-right: -113px;
}

.model-card__gallery .swiper {
    height: 100%;
}

.model-card__gallery-slider {
    position: relative;
}

.model-card__gallery-slider .swiper-wrapper {
    align-items: center;
}

.model-card__gallery-slide {
    max-width: 218px;
    border-radius: 10px;
    overflow: hidden;
    opacity: .5;
    transition: all .2s linear;
}

.model-card__gallery-slide.swiper-slide-prev {
    transform: translateY(10%) !important;
}
.model-card__gallery-slide.swiper-slide-next {
    transform: translateY(-10%) !important;
}

.model-card__gallery-slide.swiper-slide-active {
    transform: scale(1.1) translateY(0) !important;
    opacity: 1;
    z-index: 1;
}

.model-card__gallery-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.model-card__gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s linear;
}

.model-card__gallery-slide:hover img {
    transform: scale(1.05);
}

.model-card__car-img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s linear;
}

.model-card__colors {
    width: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.model-card__gallery-arrow {
    width: 40px;
    height: 40px;
    background: #6a6a6d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s linear;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.model-card__gallery-arrow:hover {
    opacity: 1;
}

.model-card__gallery-arrow_prev {
    top: 0;
}

.model-card__gallery-arrow_next {
    bottom: 0;
    transform: translateX(-50%) rotate(180deg);
}

.model-card__gallery-arrow img {
    width: 24px;
    height: 24px;
}

.model-card__colors-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.2s linear;
    flex-shrink: 0;
}

.model-card__colors-item:hover {
    border-color: #D5A368;
}

.model-card__colors-item_active {
    border-color: #D5A368;
}

.model-card__buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-left: -72px;
}

.model-card__buttons .btn {
    width: 410px;
}

.credit-tradein {
    position: relative;
    overflow: hidden;
    margin-top: 120px;
}

.credit-tradein__container {
    position: relative;
    z-index: 1;
}

.credit-tradein__marquee {
    position: absolute;
    left: 0;
    right: 0;
    height: 74px;
    overflow: hidden;
    background: #F5F6F8;
    z-index: 0;
    display: flex;
    align-items: center;
}

.credit-tradein__marquee_top {
    top: 40px;
}

.credit-tradein__marquee_bottom {
    bottom: 30px;
}

.credit-tradein__marquee-track {
    width: 100%;
    overflow: hidden;
}

.credit-tradein__marquee-inner {
    display: flex;
    align-items: center;
    gap: 50px;
    animation: marquee 30s linear infinite;
    white-space: nowrap;
}

.credit-tradein__marquee:hover .credit-tradein__marquee-inner {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.credit-tradein__marquee-item {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #B0AFB1;
    font-family: 'Manrope', sans-serif;
    white-space: nowrap;
}

.credit-tradein__content {
    display: flex;
    gap: 25px;
    position: relative;
    z-index: 1;
}

.credit-tradein__column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.credit-tradein__column_credit .credit-tradein__image-block {
    position: relative;
    margin-bottom: 0;
}

.credit-tradein__column_tradein {
    margin-top: 154px;
}

.credit-tradein__column_tradein .credit-tradein__image-block {
    position: relative;
}

.credit-tradein__image-wrapper {
    width: 648px;
    height: 455px;
    overflow: hidden;
    position: relative;
}

.credit-tradein__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.credit-tradein__title {position: absolute;width: 100%;left: 0;bottom: 93%;}

.credit-tradein__column_tradein .credit-tradein__title.title {bottom: unset;top: 93%;}

.credit-tradein__info {
    padding: 40px 40px 40px 40px;
    position: relative;
    background: url(../img/credit__bg.png) 50% no-repeat;
}

.credit-tradein__column_tradein .credit-tradein__info {
    background: url(../img/tradein__bg.png) 50% no-repeat;
    padding-bottom: 105px;
}

.credit-tradein__column_credit .credit-tradein__info {
    border-top: none;
    padding-top: 105px;
}

.credit-tradein__column_credit .credit-tradein__info::before,
.credit-tradein__column_credit .credit-tradein__info::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.5) 0%, transparent 70%);
    pointer-events: none;
}

.credit-tradein__column_credit .credit-tradein__info::before {
    top: -75px;
    left: -75px;
}

.credit-tradein__column_credit .credit-tradein__info::after {
    bottom: -75px;
    right: -75px;
}

.credit-tradein__description {
    font-size: 24px;
    font-weight: 500;
    color: #18161F;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 150%;
}

.test-drive {
    position: relative;
    padding: 55px 0;
    overflow: hidden;
    margin-top: 120px;
}

.test-drive__container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.test-drive__image {
    position: absolute;
    top: 0;
    width: 31.8%;
    max-width: 611px;
    height: 503px;
    overflow: hidden;
}

.test-drive__image_left {
    left: 0;
    border-radius: 0 15px 15px 0;
}

.test-drive__image_right {
    right: 0;
    border-radius: 15px 0 0 15px;
}

.test-drive__image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.test-drive__content {
    position: relative;
    z-index: 1;
    padding: 40px;
    max-width: 648px;
    width: 100%;
    text-align: center;
    background: url(../img/testdrive__bg.png) 50% no-repeat;
    padding-top: 135px;
}

.test-drive__title {position: absolute;width: 100%;left: 0;bottom: 91%;}

.test-drive__description {
    font-size: 24px;
    font-weight: 500;
    color: #18161F;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 150%;
}

.instock {
    margin-top: 120px;
    padding: 70px 0;
    background: #18161f;
}

.instock__title {
    margin-bottom: 40px;
}

.complects {
    position: relative;
}

.complects__tabs {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background: #39393D;
    border-radius: 100px;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 1050px;
}

.complects__tab {
    flex: 1;
    max-width: 339px;
    height: 54px;
    border: none;
    background: transparent;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.complects__tab span {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.complects__tab_active {
    background: #fff;
}

.complects__tab_active span {
    color: #18161f;
}

.complects__tab:hover:not(.complects__tab_active) {
    background: rgba(255, 255, 255, 0.1);
}

.complects__contents {
    position: relative;
    z-index: 1;
}

.complects__card {
    border-radius: 20px;
    padding: 15px 40px 0 40px;
    margin-bottom: 25px;
    display: flex;
    gap: 25px;
    position: relative;
    overflow: hidden;
    background: url(../img/compl__bg.png) 50% 0 no-repeat;
}

.complects__card-left {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.complects__card-header {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 55px;
}

.complects__card-title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.complects__card-complect {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #18161f;
    border-radius: 15px;
    padding: 8px 25px;
    font-size: 24px;
    color: #E7E7E8;
}

.complects__card-complect span {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.complects__card-image {
    width: 100%;
}

.complects__card-image img {
    width: 100%;
    height: auto;
    display: block;
}

.complects__card-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 1;
    margin-top: 25px;
}

.complects__card-specs {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
}

.complects__spec {
    display: flex;
    align-items: center;
    gap: 15px;
}

.complects__spec-icon {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.complects__spec-icon img {
    width: 100%;
    height: 100%;
}

.complects__spec-info {
    display: flex;
    flex-direction: column;
}

.complects__spec-value {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.complects__spec-label {
    font-size: 16px;
    font-weight: 400;
    color: #E7E7E8;
}

.complects__card-buttons {
    display: flex;
    gap: 15px;
    width: 100%;
}

.complects__card-buttons .btn {
    flex: 1;
}

.contacts {
    padding: 120px 0;
    background: #18161F;
    margin-top: 120px;
}

.contacts__title {
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}

.contacts__content {
    display: flex;
    gap: 30px;
}

.contacts__column {
    position: relative;
    height: 100%;
}

.contacts__column_left {
    width: 547px;
    flex-shrink: 0;
}
.contacts__image {
    margin-bottom: 30px;
}

.contacts__image-img {
    width: 100%;
    height: auto;
    display: block;
}

.contacts__info {
    border-radius: 15px;
    padding: 40px;
    padding-top: 82px;
    position: relative;
    background: url(../img/contacts__bg.png) 50% no-repeat;
}

.contacts__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 85%;
}

.contacts__logos img:first-child {
    padding-right: 15px;
    border-right: 1px solid #9B9A9E;
}

.contacts__dealer-label {
    font-size: 18px;
    font-weight: 400;
    color: #E7E7E8;
    letter-spacing: 2%;
}

.contacts__details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.contacts__addr,
.contacts__phone,
.contacts__clock {
    color: #fff;
}

.contacts__addr:before {
    background-image: url(../img/contacts__loc.svg);
}

.contacts__phone:before {
    background-image: url(../img/contacts__phone.svg);
}

.contacts__clock:before {
    background-image: url(../img/contacts__clock.svg);
}

.contacts__phone a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s linear;
}

.contacts__callback-title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px 0;
    font-family: 'Manrope', sans-serif;
}

.contacts__callback-form {
    width: 100%;
}

.contacts__btn {
    width: 100%;
}

.contacts__column_right #map1 {
    border-radius: 15px;
    overflow: hidden;
    width: 750px;
    max-width: 100%;
    height: 689px;
}

#map1 {
    height: 630px;
    width: 100%;
    max-width: 100%;
}

.footer {
    padding: 40px 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    background: #69696D;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__comp-info {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
}

.footer__links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.footer__dislamer-btn,
.footer__policy {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.2s linear;
}

.footer__dislamer-btn:hover,
.footer__policy:hover {
    opacity: 0.7;
}

.footer__madein {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: right;
}

.footer__madein img {
    height: 22px;
    width: auto;
    vertical-align: middle;
}

.footer__disclamer {
    font-size: 14px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

@media only screen and (max-width: 1366px) { 
    .container {
        max-width: 1082px;
        padding: 0 15px;
    }
    .header__content {
    gap: 10px;
}
    .header__contacts {
    gap: 10px;
}
    .intro__content {
    top: 1vw;
}
    .intro__title-block {
    padding: 2vw;
}
    .intro__title1 {
    font-size: 2vw;
    margin-bottom: 0.5vw;
}
    .intro__title2 {
    font-size: 2.5vw;
    margin-bottom: 1vw;
}
    .intro__benefits {
    gap: 1vw;
}
    .intro__bg {
    width: 140%;
}
    .timer__content {
    flex-direction: column;
}
    .timer__main {
    align-items: center;
}
    .timer__title {
    text-align: center;
}
    .timer__form {
    max-width: 700px;
    width: 100%;
}

.timer__form .form-group-wrapper {
    flex-direction: column;
}
.model-card__bg img {
    width: 100%;
    border-radius: 20px;
}
    .model-card__body {
    flex-wrap: wrap;
    justify-content: space-between;
}
    .model-card__info {
    width: 60%;
    flex-shrink: unset;
}

.model-card__gallery {
    margin: 0;
}
    .model-card__car-wrapper {
    width: auto;
    flex: auto;
    order: -1;
    margin: 0;
}
    .model-card__buttons {
    margin: 0;
}
    .credit-tradein__content {flex-direction: column;align-items: center;}
    .credit-tradein__column {
    max-width: 649px;
}
    .credit-tradein__image-block {
    width: fit-content;
}
    .credit-tradein__info {
    width: fit-content;
}
    .test-drive__image {height: auto;top: 21%;width: 27%;}
    .complects__card {
    background: #39393D;
    border-radius: 20px;
    flex-wrap: wrap;
    padding: 20px 40px 20px 40px;
    justify-content: center;
}
    .complects__card-header {
    justify-content: center;
}
    .complects__card-right {
    align-items: center;
}
    .contacts__content {
    flex-wrap: wrap;
    justify-content: center;
}
    .contacts__column_right {
    width: 100%;
}
    .contacts__column_right #map1 {
    width: 100%;
}

}
@media only screen and (max-width: 1112px) { 
    .container {
        max-width: 930px;
    }
    .header__addr {
    display: none;
}
    .menu__column {
    gap: 20px;
}
    .timer {
    margin-top: -50px;
}
    .complects__card {
        flex-direction: column;
        padding: 30px;
    }

    .complects__card-left {
        width: 100%;
    }
    
    .complects__card-specs {
    }
    
    .complects__card-buttons {
    }
    
    .complects__card-buttons .btn {
        width: 100%;
    }
}
    
@media only screen and (max-width: 960px) {
    .container {
        max-width: 738px;
    }
    .title {
    font-size: 5vw;
}
    .header__logo-block {
    width: 35%;
    gap: 2vw;
}
    .menu__column {
    gap: 13px;
}
    .menu__item {
    font-size: 14px;
}
    .intro__benefits-item {
    padding: 6px 16px;
}
    .test-drive__content {
    background-size: 100%;
}
    .test-drive__description {
    font-size: 2vw;
}
    .test-drive__container {
        padding: 0 20%;
    }
    
    .test-drive__image {
        width: 35%;
    }
}
@media only screen and (max-width: 767px) { 
    .container {
        max-width: 100%;
        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_white input::-moz-placeholder { color: #cccccc; }
    form.form_white input::-webkit-input-placeholder { color: #cccccc; }
    form.form_white input:-ms-input-placeholder { color: #cccccc; }
    form.form_white input::placeholder { color: #cccccc; } 
    .title {
    font-size: 7vw;
}
    .btn {
        width: 100% !important;
    }
    
    .complects__tabs {
        border-radius: 15px;
        padding: 0;
        background: unset;
        gap: 1vw;
    }
    
    .complects__tab {
        max-width: none;
        height: auto;
        padding: 3vw;
    }

.complects__tab span {
    font-size: 4vw;
}
    
    .complects__card {
        padding: 20px;
        border-radius: 15px;
        gap: 15px;
    }
    
    .complects__card-title {
        font-size: 28px;
    }
    
    .complects__card-complect {
        padding: 6px 15px;
    }
    
    .complects__card-complect span {
        font-size: 18px;
    }
    
    .complects__card-specs {
        gap: 2vw;
        flex-wrap: wrap;
    }
    
    .credit-tradein {
        padding: 100px 0 100px;
        margin-top: 0;
    }
    
    .credit-tradein__marquee_top {
        top: 0;
    }

    .credit-tradein__content {
        flex-direction: column;
        gap: 0;
        align-items: center;
        gap: 50px;
    }

    .credit-tradein__column_tradein {
        margin-top: 0;
    }

    .credit-tradein__column_credit .credit-tradein__image-block,
    .credit-tradein__column_tradein .credit-tradein__image-block {
        margin: 0;
    }
    
    .credit-tradein__column_tradein .credit-tradein__image-block {
        margin-top: 0;
    }
    
    .credit-tradein__image-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 648/455;
    }
    
    .credit-tradein__title {
        text-align: center;
    }
    
    .credit-tradein__info {
        padding: 30px 20px;
    }
    
    .credit-tradein__description {
        font-size: 4vw;
        margin-bottom: 30px;
    }
    
    .credit-tradein__marquee-item {
        font-size: 18px;
        gap: 15px;
    }
    
    .credit-tradein__star {
        width: 20px;
        height: 20px;
    }
    
    .test-drive__container {
        padding: 0;
    }
    
    .test-drive__image {
        position: static;
        width: 100%;
        max-width: none;
        height: auto;
        aspect-ratio: 611/503;
        margin-bottom: 30px;
        border-radius: 15px !important;
    }
    
    .test-drive__image_left,
    .test-drive__image_right {
        display: none;
    }
    
    .test-drive__image:first-child {
        display: block;
        margin-bottom: 30px;
        border-radius: 25px !important;
        width: calc(100% - 30px);
        height: auto;
        margin: 0 15px;
    }
    
    .test-drive__content {
        padding: 0px 15px;
        background: none;
        margin-top: 15px;
    }
    
    .test-drive__description {
        font-size: 20px;
    }
    
        .header .mob-menu-btn {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
        z-index: 1;
    }

    .header .mob-menu-btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #18161f;
        transition: all .2s linear;
    }

    .header .mob-menu-btn span:nth-child(1) {
        top: 0;
    }

    .header .mob-menu-btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    .header .mob-menu-btn span:nth-child(3) {
        bottom: 0;
    }

    .header .mob-menu-btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }
    
    .header .mob-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }
    
    .header .mob-menu-btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

        .header {overflow: visible;}
    .header__content {
    padding: 10px 0;
}
    .header__phone {
    font-size: 13px;
}
    .header__btn {
    display: none;
}

    .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    border-radius: 25px;
    padding: 5vw 15px;
    transition: all .2s linear;
    left: 100%;
}

    .menu.active {
        left: 0;
    }

    .menu__content {
    gap: 5vw;
    flex-direction: column;
    height: auto;
}
    .menu__column {
    flex-direction: column;
    gap: 3vw;
}
    .menu__item {
    font-size: 4vw;
}

.menu__item:before {
    top: 100%;
}

    .intro {
    margin-top: 20px;
}
    .intro__content {
    top: 35px;
}
    .intro__title-block {padding: 5vw 2vw;padding-top: 4vw;}
    .intro__title1 {font-size: 5vw;}
    .intro__title2 {
    font-size: 6vw;
    margin-bottom: 3vw;
}
    .intro__benefits-item {
    padding: 1vw 2vw;
    font-size: 4vw;
    gap: 2vw;
}
    .intro__benefits-ico {
    width: 5vw !important;
    height: 5vw !important;
}
    .intro__benefits-ico_hover {
    width: 5vw !important;
    height: 5vw !important;
}
    .intro__bg {
    width: 100%;
}
    .timer {
    margin-top: 25px;
}
    .timer__content {
    padding: 25px 15px;
    gap: 10px;
}
    .timer__main {
    gap: 15px;
}
    .timer__title {
    font-size: 5vw;
}
    .model-range__title {
    margin-bottom: 25px;
}
    .model-range__links {justify-content: space-between;gap: 1vw;padding-bottom: 30px;}
    .model-range__item-bg {
    display: none;
}
    .model-range__item-label {
    padding: 1vw 2vw;
    border-radius: 50px;
    position: relative;
    display: flex;
}

.model-range__item-label span {
    font-size: 3vw;
    width: 100%;
    text-align: center;
}
    .model-range__item-img {position: static;background: #F5F6F7;border: 1px solid #E7E7E8;border-radius: 10px;padding: 1vw;margin-top: 2vw;}

    .model-card {
    padding: 25px 15px;
    margin-top: 50px;
    background: #F5F6F7;
    border: 1px solid #E7E7E8;
    border-radius: 15px;
}

.model-card__bg {
    display: none;
}
    .model-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0;
}
.model-card__special svg {
    width: 9vw;
    height: auto;
}

.model-card__special span {
    font-size: 4vw;
}
    .model-card__body {
    gap: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}
    .model-card__info {
    width: 100%;
}
    .model-card__benefits {
    gap: 5px;
}
    .model-card__benefit {
    gap: 2vw;
}
    .model-card__benefit-icon {
    width: 10vw;
    height: 10vw;
}

.model-card__benefit span {
    font-size: 5vw;
    line-height: 1.2;
}

.model-card__benefit-icon img {
    width: 58%;
}
    .model-card__gallery {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.model-card__gallery-slide {
    max-width: unset;
}

.model-card__gallery-slide.swiper-slide-prev {
    transform: unset !important;
}

.model-card__gallery-slide.swiper-slide-next {
    transform: unset !important;
}

.model-card__gallery-slide.swiper-slide-active {
    transform: unset !important;
}
    .model-card__car-wrapper {
    flex-direction: column;
    gap: 0;
}

.model-card__car-wrapper .model-card__car {
    margin-left: -60px;
}
    .model-card__colors {
    flex-direction: row;
    gap: 2vw;
    width: 100%;
}
    .model-card__colors-item {
    width: 8vw;
    height: 8vw;
}
    .model-card__gallery-arrow {
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .model-card__gallery-arrow_prev {
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
    }

    .model-card__gallery-arrow_next {
        right: 0;
        left: auto;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
    }

    .model-card__buttons {
    flex-direction: column;
    gap: 10px;
}
    .credit-tradein__marquee_bottom {bottom: 0;}
    .credit-tradein__column {
    align-items: center;
}
    .credit-tradein__image {
    border-radius: 25px;
}
    .credit-tradein__title {
    position: static;
}
    .credit-tradein__info {
    background: none !important;
    padding: 0 !important;
    order: 1;
}
    .test-drive {
    padding: 0;
    margin-top: 50px;
    overflow: visible;
}
    .test-drive__title {
    position: static;
}
    .instock {
    padding: 25px 0;
    margin-top: 50px;
}
    .complects__card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
    .complects__card-right {
    gap: 15px;
}
    .complects__spec {
    width: 48%;
    justify-content: center;
}
    .complects__spec-icon {
    width: 24px;
}
    .complects__spec-value {
    font-size: 4vw;
}
    .complects__spec-label {
    font-size: 3vw;
}
    .complects__card-buttons {
    flex-direction: column;
    width: 100%;
}

    .contacts {
    margin-top: 50px;
    padding: 25px 0;
}
    .contacts__title {
    margin-bottom: 15px;
}
    .contacts__content {
    gap: 15px;
}
    .contacts__column_left {
    width: 100%;
}
    .contacts__image {
    margin-bottom: 15px;
}
    .contacts__image-img {
    border-radius: 25px;
}
    .contacts__info {
    background: #39393D;
    padding: 25px 15px;
}
    .contacts__logos {
    position: static;
    justify-content: flex-start;
    width: 100%;
}

.contacts__logos img {
    max-width: 48%;
}
    .footer__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
}
    .footer__links {
    align-items: center;
}
    	.contacts__column_right #map1 {
        margin-left: 0;
        width: 100%;
        max-width: none;
        height: 350px;
        background-position: 50% 50% !important;
    }

    }
