:root {
    --font-family: "Noto Sans", sans-serif;
    --chernyy: #30363a;
    --seryy: #cacaca;
    --belyy: #fff;
    --svetlo-seryy: #a6b7be;
    --legkiy-seryy: #f6f6f6;
}



/* noto-sans-300 - cyrillic */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 300;
    src: url("./fonts/noto-sans-v36-cyrillic-300.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */

}

/* noto-sans-regular - cyrillic */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    src: url("./fonts/noto-sans-v36-cyrillic-regular.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-500 - cyrillic */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 500;
    src: url("./fonts/noto-sans-v36-cyrillic-500.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-600 - cyrillic */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 600;
    src: url("./fonts/noto-sans-v36-cyrillic-600.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-700 - cyrillic */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/noto-sans-v36-cyrillic-700.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
    display: block;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    scrollbar-gutter: stable;
}


input::-ms-clear {
    display: none;
}

button,
input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

body {
    background: var(--belyy);
    font-family: var(--font-family);
    /* add style */
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}

.btn {
    padding: 13px 30px;
    width: 291px;
    height: 56px;
    background: var(--belyy);
    display: inline-flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.btn-model {
    border: 1px solid var(--chernyy);
    padding: 13px 10px;
}

.btn-model-big {
    width: 100% !important;
}


.hero-btn {
    width: fit-content !important;
    position: relative;

}




@media screen and (min-width: 1200px) {
    .swiperBanner .hero-btn span {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 1200px) {

    .swiperBanner .hero-btn span {

        font-size: 16px;
    }

    .swiperBanner .hero-btn {
        margin-bottom: 20px;
    }
}



.hero-btn::before {
    position: absolute;
    content: '';
    width: 102%;
    height: 110%;
    z-index: -1;
    top: -3px;
    left: -3px;
    background: conic-gradient(from 90deg at 120% 120%, #5b020d, #6a0110, #ca0011, #fd1401, #fe1c03, #ed5f3d, #b5a099, #a8a8a8);
}

.border-gray {
    position: relative;
}

.border-gray::before {
    position: absolute;
    content: '';
    width: 102%;
    height: 110%;
    z-index: -1;
    top: -3px;
    left: -3px;
    background: #A6B7BE;
}





.btn span {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: var(--chernyy);
}

.row-checkbox label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--belyy);
}

.icons-logo {
    width: 145px;
    height: 20px;
}

.icons-header-map {
    fill: none;
    width: 44px;
    height: 44px;
}

.icons-header-phone {
    width: 44px;
    height: 44px;
}

.icons-header-call-btn {
    width: 22px;
    height: 22px;
    fill: none;
}

.icons-btn-arrow {
    width: 8px;
    height: 14px;
    stroke: #30363A;
    stroke-width: 1.5;
}

.icons-btn-arrow-white {
    stroke: #fff;
    stroke-width: 1.5;
    width: 8px;
    height: 14px;
}

.icons-time-quarter {
    width: 76px;
    height: 76px;
    fill: none;
}

.open {
    display: flex !important;
}


.header-container {
    position: sticky;
    background: var(--belyy);
    top: 0;
    width: 100%;
    align-items: center;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    max-width: 1500px;
    margin: auto;
}

.item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.item span,
.item a {
    font-weight: 400;
    font-size: 16px;
    color: var(--chernyy);
}

.items {
    list-style-type: none;
    display: flex;
    gap: 20px;
}

.item a {
    text-decoration: none;
}

.logo {
    display: flex;
    gap: 15px;
    align-items: center;
}

.logo-line {
    width: 2px;
    display: flex;
    height: 30px;
    margin: auto;
    background: var(--svetlo-seryy);
}

.logo-company-name {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}

.logo-company-name .title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: var(--chernyy);
}

.logo-company-name .subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--seryy);
}

.burger {
    display: none;
    position: relative;
    z-index: 10;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    height: 18px;
}

.header-btn {
    padding: 13px 30px;
    width: 231px;
    height: 56px;
    background: var(--chernyy);
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.header-btn.btn-model {
    width: 100%;
}

.btn.btn-model-transparent {
    width: 100%;
    border: 1px solid #30363A;
}

.header-btn span {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: var(--belyy);
}

.burger span {
    height: 2px;
    width: 80%;
    transform: scale(1);
    background-color: #30363A;
}

.burger::before,
.burger::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #30363A;
    transition: all 0.3s ease 0s;
}

.burger::before {
    top: 0;
}

.burger::after {
    bottom: 0;
}

.burger.active span {
    transform: scale(0);
}

.burger.active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}

.burger.active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
}

.mobile-btns {
    display: none;
}

@media screen and (max-width: 1200px) {
    .burger {
        display: flex;
    }

    .mobile-btns {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .traid-in {
        margin-top: 80px !important;
    }

    .nav.open .items .item {
        flex-direction: column;
        align-items: center;
        max-width: 345px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .nav.open .items .item:not(:first-child) {
        margin-top: 60px;
    }

    .nav.open .items .item:last-child {
        /* border:1px solid #fff; */
    }

    .nav.open .items .item span,
    .nav.open .items .item a {
        color: #fff;
        text-align: center;
    }

    .nav.open .icons-header-map,
    .nav.open .icons-header-phone {
        fill: none;
        width: 74px;
        height: 74px;
    }




    .container.map__inner {
        width: 100%;
        height: 600px;
    }

    .header-btn-mobile {
        background: var(--chernyy);
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .header-btn-mobile .icons-header-call-btn {
        width: 20px;
        height: 20px;
        fill: none;
    }

    nav {
        display: none;
        flex-direction: column;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 84px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
        overflow-y: auto;
        padding: 50px 40px;
        background: #30363A;
        animation: burgerAnimation 0.4s;
    }



    .nav.open .items {
        list-style-type: none;
        display: flex;
        gap: 20px;
        max-width: 400px;
        width: 100%;
        align-items: flex-start;
        margin: 0 auto;
    }

    nav ul {
        flex-direction: column;
        row-gap: 30px;
    }

    @keyframes burgerAnimation {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
}

.swiperBanner {
    max-width: 1920px;
    width: 100%;
    display: flex;
    /* height: 688px; */
    position: relative;
}

.swiperBanner .swiper-slide-bg {
    /* position: absolute; */
    position: relative;
    width: 100%;
    height: 100%;
    /* display: flex; */
}

.swiper-slide-bg img {
    /* object-fit: cover; */
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.swiperBanner .swiper-slide-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    justify-content: center;
}

.swiperBanner .swiper-slide-container .car-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 48px;
    text-transform: uppercase;
    color: #000;
    margin-top: -100px;
}

@media screen and (min-width:1200px) {


    .swiperBanner .swiper-slide-container .car-subtitle {
        text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.9), -2px 0px 17px rgba(0, 0, 0, 0.9), 4px 5px 4px rgba(0, 0, 0, 0.9);
    }
}

.swiperBanner .swiper-slide-container .car-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 26px;
    color: var(--belyy);
    width: 100%;
}

.swiperBanner .swiper-slide-container .btn {
    margin-top: 20px;
    width: 300px;
}

@media screen and (min-width:1200px) {
    .swiperBanner .swiper-slide-container .btn {}

    .swiperBanner .swiper-slide-container {
        justify-content: flex-start;
        margin-top: 200px;
        position: absolute;
        top: 0;
        right: -50%;
        left: -50%;
    }


}

.discount__time {
    max-width: 1920px;
    width: 100%;
    display: flex;
    background: var(--chernyy);
}

.discount__time-container {
    display: flex;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 33px 0;
}

.discount__time-container-text {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.discount__time-container-text .title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--belyy);
    max-width: 250px;
    width: 100%;
}

.discount__time-container-deadline {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.discount__time-container-deadline .separator {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy);
}

.discount__time-container-deadline .time {
    display: inline-flex;
    flex-direction: column;
    gap: 15px;
}

.discount__time-container-deadline .time .count {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy);
}

.discount__time-container-deadline .time .time-of {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--belyy);
}

.benefits {
    max-width: 1500px;
    width: 100%;
    display: flex;
    gap: 10px;
    margin: 40px auto 0;
}

.benefits-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: rgba(65, 105, 225, 1);
}

.benefits-item-text {
    display: inline-flex;
    flex-direction: column;
    gap: 14px;
    padding: 36px 0 36px 24px;
}

@media screen and (min-width:600px) {
    .benefits-item-text {
        padding: 36px 0 36px 24px;
    }
}

@media screen and (max-width:600px) {
    .benefits-item-text {
        padding: 15px 0 15px 15px;
    }
}

.benefits-item-text .title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    /* color: var(--chernyy); */
    color: #fff;
    max-width: 200px;
    width: 100%;
}

.benefits-item-text .subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    /* color: var(--chernyy); */
    color: #fff;
    max-width: 300px;
    width: 100%;
}

.benefits-item-image {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
}


.benefits-item:nth-child(2) .benefits-item-text .title {
    max-width: 150px;
}


@media screen and (min-width:600px) {
    .benefits-item:last-child .benefits-item-image {
        padding-right: 24px;
        align-self: center;
    }

    .benefits-item:first-child .benefits-item-image {
        padding-right: 24px;
        align-self: center;
    }

    .benefits-item:nth-child(2) .benefits-item-image {
        padding-right: 24px;
        align-self: center;
    }
}

@media screen and (max-width:600px) {
    .benefits-item {
        position: relative;

    }

    .benefits-item-text {
        gap: 20px;
    }

    .benefits-item:first-child .benefits-item-image {
        /*  padding-right: 24px;
   padding-top: 36px;
   align-self: flex-start; */
        position: absolute;
        top: 5px;
        right: 0px;
    }

    .benefits-item:nth-child(2) .benefits-item-image {
        position: absolute;
        top: 16px;
        right: 16px;
    }

    .benefits-item:last-child .benefits-item-image {
        position: absolute;
        top: 16px;
        right: 16px;
    }

}

.booking {
    max-width: 1500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    margin: 100px auto;
}

.booking .section-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    color: var(--chernyy);
}

/* .booking .swiperBooking {
    max-width: 1040px;
    width: 100%;
} */

.booking .swiperBooking .swiper-slide-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}

.booking .swiperBooking .swiper-slide {
    width: auto;
}

.booking .swiperBooking .swiper-slide-container .title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: var(--chernyy);
    text-decoration: none;
}


.product__controllers {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.product__controller {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.product__controller--red {
    background-color: #d7241f;
}

.product__controller--gray {
    background-color: #6d767b;
}

.product__controller--light-green {
    background-color: #8BAA95;
}

.product__controller--black {
    background-color: #222222;
}

.product__controller--black-red {
    background-color: #1C2C3B;
}

.product__controller--black-light {
    background-color: #404853;
}

.product__controller--white {
    background-color: #F8F8F7;
}

.product__controller--blue {
    background-color: #455A85;
}

.product__controller--mint-cloud {
    background-color: rgb(72, 120, 133);
}

.product__controller--sparkling-white {
    background-color: rgb(238, 238, 238);
}

.product__controller--powdery-grey {
    background-color: rgb(216, 216, 216);
}

.product__controller--moon-dust {
    background-color: rgb(120, 121, 122);
}

.product__controller--black-pearl {
    background-color: rgb(0, 0, 0);
}

.models {
    max-width: 1920px;
    width: 100%;
    display: flex;
    background: var(--chernyy);
    flex-direction: column;
    padding: 100px 0;
    gap: 40px;
    margin-bottom: 70px;
}

.models-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.models-item {
    display: flex;
    width: 100%;
    gap: 100px;
    background: var(--belyy);
    padding: 50px;
}

.models-item-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 510px;
    width: 100%;
}

.models-item-info-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.models-item-info-text .title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    color: var(--chernyy);
}

.models-item-info-text .subtitle {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--chernyy);
}

.models-item-info-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.models-item-info-benefits li {
    display: inline-flex;
    gap: 10px;
    background: var(--legkiy-seryy);
    align-items: center;
    justify-content: start;
    border-radius: 10px;
}

.models-item-info-benefits li span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--chernyy);
}

.models-item-info-btns {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.models-item-info-btns .row {
    display: flex;
    gap: 10px;
}

.models-item-slider {
    max-width: 815px;
    width: 100%;
}

.complectation {
    max-width: 1500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 100px auto 0;
}

.complectation .section-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    color: var(--chernyy);
}

.complectation-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* filters */
.choise__complectation-container-filters {
    margin-bottom: 50px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.choise__complectation-container-filters .filter__custom {
    width: 100%;
    position: relative;
    border: 1px solid #30363A;

    background: #FFFFFF;
    cursor: pointer;
    /* z-index: 5; */
}

.choise__complectation-container-filters .filter__custom::after {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.00005L7.00005 7L13 1' stroke='%23141B34' stroke-width='1.5' stroke-miterlimit='16'/%3E%3C/svg%3E");
    width: 14px;
    height: 9px;
    right: 20px;
    top: 50%;
    transform: translateX(-50%);

}

.choise__complectation-container-filters .filter__custom input {
    width: 100%;
    padding: 22px 0 18px 20px;
    background: transparent;
    cursor: pointer;
    z-index: 1;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #A6B7BE;
}

.choise__complectation-container-filters .filter__custom input::placeholder {
    color: #A6B7BE;
}

.choise__complectation-container-filters .filter__custom-items {
    position: absolute;
    background: #fff;
    width: 100%;
    box-shadow: 0px 5px 15px -4px #00000026;
    padding: 16px 20px;
    top: 65px;
    display: none;
}

.choise__complectation-container-filters .filter__custom-items.is-active {
    display: block;
    z-index: 9;
}

.choise__complectation-container-filters .filter__custom-items li {
    margin-top: 10px;
    font-family: var(--second-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    text-align: left;

}

/* filters */

/* complectation */
.complectation .item-car {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #CACACA;
    margin-top: 5px;
    padding: 35px 20px;
}

.complectation .item-car .item-car-image {
    max-width: 375px;
    width: 100%;
}

.complectation .item-car .item-car-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
}

svg.icons-btn-arrow-model {
    width: 12px;
    height: 12px;
}

svg.icons-model-benefit {
    width: 12px;
    height: 12px;
}

.item-car-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.complectation .item-car .item-car-text .title {
    font-family: var(--font-family);
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    color: #30363A;
}

.complectation .item-car .item-car-text .subtitle {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #30363A;
}

.complectation .item-car .item-car-text .price-old {
    font-family: var(--font-family);
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    color: #30363A;
    /* text-decoration: line-through; */
}

.complectation .item-car .benefits-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.complectation .item-car .benefits-block .item {
    display: flex;
    background: #F6F6F6;
    gap: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.complectation .item-car .benefits-block .item span {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #30363A;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.call_from_complectation {
    display: flex;
    width: fit-content;
    margin: auto;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}

.call_from_complectation span {
    font-family: var(--font-family);
    color: #30363A;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.79px;

}

.show-more {
    width: fit-content;
    margin: 20px auto 0;
    font-family: var(--font-family);
    color: #30363A;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.79px;
    text-align: center;
    padding: 17px 30px;
    border: 1px solid #30363A;
}

/* complectation */
.traid-in {
    display: flex;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 50px;
    position: relative;

}

@media screen and (min-width:1200px) {
    .traid-in {
        margin-top: 200px;
    }
}

.traid-in-image {
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 500px;
}
.traid-in-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.traid-in-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.traid-in-aplplication {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.traid-in-aplplication .title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    color: var(--belyy);
    max-width: 520px;
    width: 100%;
}

.traid-in-aplplication-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.traid-in-aplplication-form .row {
    display: flex;
    gap: 10px;
}

.traid-in-aplplication-form .row input {
    border: 1px solid var(--chernyy);
    padding: 13px 20px;
    height: 56px;
    max-width: 260px;
    width: 100%;
    background: #fff;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    color: #666;
    padding-left: 22px;
}

.credit {
    position: relative;
    max-width: 1500px;
    width: 100%;
    display: flex;
    height: 500px;
    margin: 150px auto 80px;
}

.credit-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.credit-content {
    position: relative;
    z-index: 5;
    flex-direction: column;
    display: flex;
    width: 100%;
    max-width: 1500px;
    margin: auto 120px;
    align-items: flex-end;
}

.credit-content .title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    color: var(--belyy);
    max-width: 380px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .credit-content .title {
        font-size: 24px;
    }

    .footer {
        padding-top: 325px !important;
    }
}

.credit-content .subtitle {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: #fff;
}

.credit-form {
    display: flex;
    flex-direction: column;
    /* margin-top: 40px; */
    gap: 10px;
    max-width: 378px;
    width: 100%;
}

.credit-form .row {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.credit-form .row input {
    border: 1px solid var(--chernyy);
    padding: 13px 20px;
    width: 100%;
    height: 56px;
    background: #fff;
    padding-left: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: var(--svetlo-seryy);
}

.credit-form .row-checkbox {
    display: flex;
    gap: 10px;
}

.credit-form .row-checkbox label {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 13px;
    color: #cfcfcf;
}

[class*=ymaps-2][class*=-ground-pane] {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

#map>ymaps {
    border-radius: 10px;
    overflow: hidden;
}

/* .map {
    padding-bottom: 99px;
  } */

.map .btn {
    width: -moz-fit-content;
    width: fit-content;
}

.map__inner {
    position: relative;
}

@media screen and (min-width:1200px) {

    .map__inner {
        max-width: 1920px;
        width: 100%;
        height: 586px;
    }
}

.map__bottom-container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
    height: calc(100% - 100px);
    position: absolute;
    top: 50px;
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    justify-content: end;
}

.map__bottom {
    padding: 40px;
    background: var(--chernyy);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 530px;
    width: 100%;
    height: 100%;
}

.map__bottom-item-section-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--belyy);
}


@media screen and (max-width: 1185px) {
    .map__bottom {
        flex-direction: column;
        position: absolute;
        width: -moz-fit-content;
        width: fit-content;
        align-items: center;
        justify-content: center;
        max-height: 450px;
        padding: 10px 20px;
        gap: 10px;
        bottom: -110px;
        left: unset;
        right: 50%;
        transform: translateX(50%);
    }
}

.map__bottom-item {
    display: flex;
    flex-direction: column;
    gap: 4px 0;
    text-align: start;
}

@media screen and (max-width: 1185px) {
    .map__bottom-item {
        width: 100%;
    }
}

.map__bottom-item:first-child {
    max-width: 325px;
}

.map__bottom-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: var(--belyy);
}

.map__bottom-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--seryy);
}

.map__number.ya_phone {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: var(--belyy);
}

.map__number {
    color: var(--white);
}

.map__number-bottom {
    display: flex;
    justify-content: flex-start;
    gap: 0 4px;
    align-items: center;
    margin-top: 4px;
    font-weight: 300;
    color: var(--grey);
    font-size: 14px;
    position: relative;
}

.map__number-bottom::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: var(--green);
    border-radius: 50%;
}

/*# sourceMappingURL=main.css.map */

.btn.open_modal_btn.map-btn {
    width: 100%;
}

.footer {
    padding-top: 100px;
    padding-bottom: 50px;
    max-width: 1920px;
    margin: auto;
    width: 100%;
    background: var(--chernyy);
}

.footer__content {
    max-width: 1500px;
    width: 50%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer__content-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 1rem;
    cursor: pointer;
}
.footer__content-title p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--belyy);
}
.footer__content-title svg{
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: all .2s ease-in-out;
}
.footer__content.opened .footer__content-title svg{
    transform: rotate(180deg);
}
.footer__content.opened .footer__content-text2{
    display: block;
}
.footer__content-text {
    display: none;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--belyy);
    margin-top: 24px;
}

@media screen and (max-width:1500px) {

    .header,
    .discount__time,
    .models-container,
    .benefits,
    .swiperBanner .swiper-slide-container,
    .footer__content,
    .complectation-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .traid-in-container {
        padding-left: 20px;
    }

    .models {
        margin-bottom: 0;
    }

    .traid-in {
        flex-direction: column;
    }


}

@media screen and (max-width:1350px) {
    .traid-in-image {
        position: relative;
        height: auto;
    }

    .traid-in-aplplication .title {
        color: var(--chernyy);
    }

    .row-checkbox label {
        color: var(--chernyy);
    }

    .traid-in-container {
        align-items: center;
    }
}

@media screen and (max-width:1910px) and (min-width:1200px) {
    .swiper-slide-bg img {
        max-width: unset;
    }

    /* .traid-in-image img {
    max-width: unset;
  } */
}

@media screen and (max-width:1200px) {
    .swiperBanner .swiper-slide-bg {
        position: relative;
        height: unset;
    }

    .swiperBanner .swiper-slide-container {
        height: unset;
        align-items: center;
    }

    .swiperBanner .swiper-slide-container .car-title {
        color: var(--chernyy);
        margin-top: 10px;
        font-size: 22px;
    }

    .swiperBanner .swiper-slide-container .car-subtitle {
        color: var(--chernyy);
        width: auto;
        font-size: 16px;
    }

    .swiperBanner .swiper-slide-container .btn {
        background: var(--chernyy);
    }

    .swiperBanner .swiper-slide-container .btn span {
        color: var(--belyy);
    }

    .swiperBanner .swiper-slide-container .btn .icons-btn-arrow {
        stroke: var(--belyy);
    }

    .discount__time-container {
        flex-direction: column;
        gap: 40px;
    }

    .models-item {
        flex-direction: column-reverse;
        align-items: center;
        max-width: 600px;
    }

    .complectation-wrapper .choise__complectation-container-filters,
    .complectation-wrapper .item-car {
        flex-direction: column;
        align-items: center;
        max-width: 600px;
    }

    .complectation-wrapper {
        align-items: center;
    }

    .complectation .item-car .benefits-block {
        margin: 20px 0 40px;
        flex-direction: column;
        align-items: flex-start;
    }


}

@media screen and (max-width:1500px) and (min-width:1050px) {
    .credit {
        padding: 40px 0;
        height: 100%;
    }
}

/* @media screen and (max-width:1380px) and (min-width:1050) { */

@media screen and (max-width:1050px) {
    .credit {
        padding: 20px 0;
        flex-direction: column;
        height: 100%;
    }

    .credit-image {
        position: relative;
    }

    .credit-content {
        margin: 0;
        align-items: center;
    }

    .credit-content .title {
        color: var(--chernyy);
        margin-top: 20px;
        text-align: center;
    }

    .swiperBanner {
        height: 100%;
    }

    .swiperBanner .swiper-pagination.swiperBanner-pagination {
        display: none;
    }

    .benefits {
        flex-direction: column;
        max-width: 600px;
        width: 100%;
    }
}

.visible-mobile {
    display: none;
}

.hidden-mobile {
    display: flex;
}

@media screen and (max-width:600px) {
    .map__bottom-container {
        position: relative !important;
    }

    .swiperBanner .swiper-slide-container {
        align-items: flex-start;
    }

    .swiperBanner .swiper-slide-container .car-title,
    .booking .section-title,
    .models-item-info-text .title,
    .traid-in-aplplication .title,
    .complectation .section-title {
        padding: 0 15px;
        font-size: 28px;
    }

    .swiperBanner .swiper-slide-container .car-title {
        padding: 0;
        font-size: 22px;
    }

    .swiperBanner .swiper-slide-container .car-subtitle,
    .logo-company-name .title {
        font-size: 16px;
    }

    .discount__time-container-deadline .time .count,
    .discount__time-container-deadline .separator {
        font-size: 38px;
    }

    .discount__time-container-deadline .time .time-of {
        font-size: 14px;
    }

    .logo-company-name .subtitle {
        font-size: 12px;
    }

    .models-item-info-text .subtitle {
        font-size: 18px;
    }

    .models-item-info-benefits {
        grid-template-columns: 1fr;
    }

    .icons-logo {
        width: 95px;
        height: 12px;
    }

    .map__bottom-container {
        height: 100%;
        position: absolute;
        margin-top: -100px;
        top: 0;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        display: flex;
        justify-content: end;
    }


    .visible-mobile {
        display: flex;
    }

    .hidden-mobile {
        display: none;
    }

    .discount__time-container-deadline {
        gap: 22px;
    }

    .traid-in-aplplication-form .row {
        flex-direction: column;
    }

    .traid-in-aplplication-form .row input {
        max-width: unset;
    }

    .traid-in-container {
        padding-left: 0;
    }

    .map__bottom {
        max-width: unset;
        width: 100%;
        position: relative;
    }

}

@media screen and (max-width:480px) {

    .traid-in-aplplication,
    .credit-form {
        padding: 0 20px;
    }

    .traid-in-image {
        position: absolute;
    }

    .traid-in {
        margin-top: 80px;
        height: 100%;
    }

    .traid-in {
        position: relative;
    }

    .traid-in-image {
        position: relative !important;
    }

    .traid-in-aplplication {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        right: 0;
        left: 0;
    }

    .container.map__inner {
        width: 100%;
        height: 300px;
    }

    .traid-in-aplplication .title {
        color: #fff;
    }

    .traid-in-aplplication .row-checkbox label {
        color: #fff;
    }

    .credit {
        margin-top: 0 !important;
    }

    .traid-in .traid-in-image img {
        max-width: unset;
        width: 100%;
    }

    .swiper-slide-bg img {
        width: 100%;
        max-width: unset;
    }

    .models-item-info-btns .row {
        flex-direction: column;
        width: 100%;
    }

    .models-item-info-btns .row .btn.btn-model {
        width: unset;
    }

    .models-item {
        padding: 20px 15px;
    }
}


@media screen and (max-width:410px) {
    .complectation .item-car .benefits-block .item {
        max-width: 240px;
    }

    .complectation .item-car .benefits-block .item span {
        max-width: 200px;
    }
}

/* run string */

.block {
    overflow: hidden;
    margin: 0 auto;
    background: red;
    width: 100%;
    max-width: 1920px;
}

.block p {
    text-align: center;
    text-transform: uppercase;
    /* padding-top: 35px; */


    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;

    font-family: var(--font-family);
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--belyy);

}

@media screen and (min-width:480px) {
    .block p {
        animation: text 18s infinite linear;
        /* padding-left: 100%; */
    }

    @keyframes text {
        0% {
            transform: translate(10%, 0);
        }

        100% {
            transform: translate(-180%, 0);
        }
    }

}

@media screen and (max-width:480px) {
    .block p {
        animation: text 8s infinite linear;
        /* padding-left: 15%; */
        width: 600px;
    }

    p span.mobile-none {
        display: none;
    }

    @keyframes text {
        0% {
            transform: translate(80%, 0);
        }

        100% {
            transform: translate(-235%, 0);
        }
    }
}

a.btn.header-btn.open_modal_btn.hero-btn {
    background: red;
}


/* calc form */
.credit__form-calculate {
    max-width: 378px;
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.noUi-tooltip {
    border: unset;
    padding: 7px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.slider-area {
    margin-top: 50px;
}

.noUi-connect {
    background: #333;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.noUi-handle {
    border-radius: 50%;
    background-color: #333;
    box-shadow: unset;
}

.noUi-horizontal .noUi-handle {
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: -8px;
}

.noUi-horizontal {
    height: 6px;
}

.values-from-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}



/* dropdown */
.form__input-dropdown {
    width: 100%;
    position: relative;
    cursor: pointer;

}

.form__input-single {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.form__input-dropdown input {
    border: 1px solid var(--chernyy);
    padding: 13px 20px;
    width: 100%;
    height: 56px;
    background: #fff;
    padding-left: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: var(--svetlo-seryy);

}

/* .form__input-dropdown::after{
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 10px;
    background-image: url(../img_service/dropdown-arrow.png);
    background-repeat: no-repeat;
}

#form__input-date::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 24px;
    background-image: url(../img_service/calendar.png);
    background-repeat: no-repeat;
} */

.form__input-dropdown::after {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.00005L7.00005 7L13 1' stroke='%23141B34' stroke-width='1.5' stroke-miterlimit='16'/%3E%3C/svg%3E");
    width: 14px;
    height: 9px;
    right: 20px;
    top: 58%;
    transform: translateX(-50%);
}

.form__input-dropdown-items {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: fit-content;
    background: var(--belyy);
    margin: 0;
    list-style-type: none;
    padding: 15px 15px 15px 20px;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* overflow-y: scroll; */
    z-index: 4;

}

.none {
    display: none !important;
}



.form__input-dropdown-items li:not(:first-child) {
    padding-top: 15px;
}


.block-title {
    color: var(--svetlo-seryy);
    font-size: 13px;
}





.form__input-dropdown-items li {
    font-family: var(--font-family);
    color: #2C2C2C;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.form__item-input-checkbox {
    display: flex;
    gap: 10px;
    align-items: start;
}

.form__item-input-checkbox [for="agreements-checkbox"] {

    max-width: 100%;

    font-family: var(--font-family);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
}

.booking .swiperBooking .swiper-slide-container .title span {
    font-size: 16px;
    font-weight: 400;
}
.footer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 50px;
}
.footer__links {
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
    margin-bottom: 10px;
    max-width: 1500px;
    width: 50%;
    margin: auto;
}
.footer__links-item {
    color :#fff;

}

@media(max-width: 767px){
    .footer {
        flex-direction: column;
        grid-gap: 24px;
        padding: 50px 20px;
    }
    .footer__content {
        width: 100%;
        margin-top: 24px;
        padding-left: 0;
        padding-right: 0;
    }
    .footer__content-text{
        overflow-x: hidden;
    }
    .footer__links{
        width: 100%;
        grid-gap: 24px;
    }
}


.cookies{
    display: none;
    position: fixed;
    width: 875px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    margin: 0 auto;
    background-color: #121314;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    z-index: 10;
}
.cookies__wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
}
.cookies__content{
    font-size: 10px;
    line-height: 10px;
    color: #fff;
}
.cookies__content a{
    display: contents;
    color: #fff;
    text-decoration: underline;
}
.cookies__btn{
    font-size: 10px;
    background-color: #30363a;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cookies{
        width: 700px;
    }
    .cookies__content br {
        display: none;
    }
}

@media (max-width: 767px) {
    .cookies{
        width: calc(100vw / 1.05);
        padding: 15px 15px 15px;
    }
    .cookies__content {
        font-size: 9px;
        line-height: 9px;
    }
    .cookies__content br {
        display: none;
    }
}
@media (max-width: 576px){
    .cookies{
        border-radius: 20px;
        bottom: 100px;
    }
     .cookies__wrap {
        flex-direction: column;
        grid-gap: 10px;
    }
    .cookies__action {
        width: 100%;
    }
    .cookies__btn {
        width: 100%;
    }
}
.policy {
    max-width: 1500px;
    padding: 0 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    margin: 50px auto;
}
.policy .section-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    color: var(--chernyy);
}
.policy__content {
    max-width: 1500px;
    padding: 0 15px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    padding-bottom: 40px;
}
.policy__content p {
    margin: 0 0 5px;
}
@media(max-width: 767px){
    .policy,
    .policy__content{
        padding: 0 15px;
    }
    .policy .section-title{
        font-size: 28px;
    }
}
@media(max-width: 375px){
    .policy .section-title{
        font-size: 24px;
    }
}
@media(max-width: 326px){
    .policy .section-title{
        font-size: 21px;
    }
}

form input[type="text"].error {
    color: red;
    border-color : red;
}
form input[type="checkbox"].error + label {
    color: red;
}

.modal__container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    background-color: rgba(0,0,0,.66);
}
.modal__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    z-index: 10001;
    padding: 40px;
    position: relative;
}
.modal__info-title{
    color: #121314;
    font-size: 24px;
    text-transform: uppercase;
}
.modal__close{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.modal__close svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}
.traid-in-aplplication-form .row-checkbox {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    grid-gap: 5px;
}
.traid-in-aplplication-form .row-checkbox label  {
    line-height: 14px;
    display: block;
}
.traid-in-aplplication-form .row-checkbox label a {
    color : #fff;
    text-decoration: underline;
    display: contents;
}
@media(max-width: 767px){
    .traid-in-aplplication-form .row-checkbox label br {
        display: none;
    }
}
.swiper-slide-back {
    /* height: 230px; */
    height: 160px;
    position: absolute;
    width: 940px;
    background: rgb(49, 54, 58, 0.65);
    z-index: 0;
    top: -115px;
    border-radius: 10px;
    left: -30px;
}

.banner-benefits__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    margin-top: -100px;
}
.banner-benefits__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 35px;
    width: 100%;
    color: #fff;
    margin: 10px 0 20px 0;
}
.banner-benefits__subtitle span {
    background-color: #1c748c;
    padding: 3px 15px;
    border-radius: 10px;
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
}
.banner-benefits__list li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .swiperBanner .swiper-slide-container .car-title,
    .swiperBanner .swiper-slide-container .car-subtitle {
        position: relative;
        z-index: 1;
    }
    .swiperBanner .swiper-slide-container .car-title {
        color: #fff;
    }
}

@media (max-width: 1605px) {
    .banner-benefits__title {
        font-size: 22px;
    }
    .banner-benefits__subtitle {
        font-size: 20px;
        margin: 10px 0;
    }
    .banner-benefits__list li {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

@media (max-width: 1200px) {
    .swiperBanner .swiper-slide-container .car-subtitle {
        margin-bottom: 20px;
    }
    .swiper-slide-back {
        display: none;
    }
    .banner-benefits__title,
    .banner-benefits__subtitle,
    .banner-benefits__list li {
        color: var(--chernyy);
    }
    .banner-benefits__title {
        margin-top: 10px;
    }
    .banner-benefits__subtitle {
        margin: 0;
        width: auto;
    }
    .banner-benefits__list {
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) and (min-width: 600px) {
    .banner-benefits__subtitle {
        text-align: center;
    }
}


.info-widget {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px 30px;
    border-radius: 10px 10px 0 0;
    background-color: #000;
    z-index: 10000000001;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.66);
    height: 76px;
    overflow: hidden;
}
.info-widget__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.info-widget__content p{
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin: 0 0 10px;
}
.info-widget__content a{
   font-size: 20px;
   font-weight: 600;
   line-height: 20px;
   color: #fff;
}
@media(max-width: 767px){
    .info-widget{
        display: none;
        bottom: env(safe-area-inset-bottom, 0);
    }
}
