/* Стили слайдера (баннеры) */
.banner-slider {
    width: calc(66.66% - 20px);
    position: relative;
}

.banner-slider .swiper {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.banner-slide {
    height: 450px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 127px 19px 140px;
    background-size: cover;
    background-position: center;
}

.banner-content {
    width: 350px;
    max-width: 50%;
    color: white;
    z-index: 2;
}

.banner-title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 40px;
    color: var(--belyy);
}

.banner-text {
    font-weight: 400;
    font-size: 28px;
    color: var(--belyy);
}

.banner-btn {
    margin-top: 60px;
}

.discount-badge {
    text-align: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.discount-percent {
    background: linear-gradient(180deg, #eec554 0%, #e59e3a 52.5%, #f59b55 100%);
    border-radius: 12px;
    padding: 15px 30px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 84px;
    line-height: 120%;
    text-align: center;
    color: var(--belyy);
}

.promo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promo-text span {
    background: white;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: var(--chernyy);
    display: inline-block;
    border-radius: 4px;
}

.promo-text span + span {
    padding: 13px 20px;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    margin-top: -8px;
}
