.hero-carousel__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    color: #fff;
}

.hero-carousel__title {
    font-size: 46px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 45px;
    max-width: 21em;
    font-weight: 200;
}

.model-page-offer button {
    width: 100%;
}

.hero-carousel__desc {
    font-size: 26px;
    margin-bottom: 60px;
    font-weight: 300;
    min-height: 86px; /* Высота текста при размере 26px */
}

.hero-carousel .swiper-slide{
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 992px) {
    .hero-carousel__title {
        font-size: 20px;
    }
    .hero-carousel__desc {
        font-size: 14px;
    }
    .hero-carousel__desc {
        margin-bottom: 0px;
    }
}

.callback-icon {
    mask-image: url("../img/icons/callback.svg");
    -webkit-mask-image: url("../img/icons/callback.svg");
    background-color: #fff;
    width: 24px;
    height: 24px;
}

.button.secondary.button-icon {
    background: var(--Grey-Grey-1, #F3F5F7);
}
.button.button-icon {
    width: fit-content;
    padding: 8px;
}
.header-group-mob {
    display: flex;
    gap: 10px;
}
.button.primary {
    color: #fff;
    text-decoration: none;
    background: #0066b5;
}
header a.button {
    border-radius: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
    max-height: 39px;
    margin: auto;
}
.bank-item img {
    max-width: 100%;
}
.seo-text__container h2 {
    margin-bottom: 36px;
    color: #fff !important;
    width: 50%;
    display: block;
}

.seo-text__container p {
    margin-bottom: 24px;
    color: #fff !important;
}


.seo-text__container p {
    margin-bottom: 24px;
    color: #fff !important;
}

.seo-text__container .credit-banner:before {
    display: none;
}

@media (max-width: 1100px) {
    .seo-text__container h2 {
        margin-bottom: 24px;
        color: #fff !important;
        width: 100%;
        display: block;
    }
    .seo-text__container h2 span {
        font-size: 18px !important;
    }
    
    .seo-text__container p:last-child {
        margin-bottom: 0;
    }
    .seo-text__container p {
        margin-bottom: 24px;
        color: #fff !important;
        width: 100%;
    }

    .seo-text__container {
        margin-left: 16px;
        margin-right: 16px;
    }
    .seo-text__container .credit-banner::before {
        display: none;
    }
}

.tradein-form button {
    width: 100%;
}

.seo-text { font-size: 16px; line-height: 22px; text-align: justify;margin-bottom: 80px;}
.seo-text p { margin-bottom: 15px; }
.seo-text h2 { margin-bottom: 15px; margin-top: 10px; font-size: 26px; }
.seo-text h3 { margin-bottom: 5px; margin-top: 10px; font-size: 22px; }
.seo-text ul { margin-bottom: 15px; margin-left: 20px; }
.seo-text ol { margin-bottom: 15px; margin-left: 20px; }
.seo-text a {
    text-decoration: none;
    display: inline-block;
    pointer-events:auto;
}
.seo-text h2 span span {
    font-size: 26px;
}

.seo-text h3 span span {
    font-weight: 500;
}

.seo-text li {
    list-style: disc;
}