.bonuses__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.bonuses__icon {
    flex-shrink: 0;
    display: flex;
}

.bonuses__text {
    margin-bottom: 20px;
}

.bonuses__slider .swiper-slide-inner {
    border: 1px solid #7D838D;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-slide-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-bottom: 6px;
}

.bonuses__subtitle {
    text-align: center;
    color: #FFFFFFBF;
    line-height: 1;
}

.bonuses__title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.bonuses__list ul{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.bonuses__footer {
    display: flex;
}


.bonuses__footer-left {
    border: 1px solid #7D838D;
}

.bonuses__footer-right {
    display: flex;
    flex-direction: column;
}

.bonuses__footer-right-item {
    border: 1px solid #7D838D;
}

.bonuses__button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.bonuses .bonuses__heading {
    margin: 0;
}

@media screen and (min-width: 1200px) {
    .bonuses__slider .swiper-wrapper{
        display: flex;
        gap: 20px;
    }

    .bonuses__slider {
        margin-bottom: 20px;
    }

    .bonuses__slider .swiper-slide {
        flex-basis: calc((100% - 40px) / 3);
    }

    .bonuses__slider .swiper-slide-inner {
        border-radius: 24px;
        padding: 20px;
    }

    .bonuses__list ul li{
        background: linear-gradient(0deg, #0d121b 0%, #212936 100%);
        border: 1px solid #fff4d0;
        border-radius: 12px;
        padding: 10px 20px;
    }

    .bonuses__footer-left {
        border-radius: 24px;
        padding: 20px;
        flex-basis: 860px;
    }

    .bonuses__footer-right {
        flex-basis: 420px;
        gap: 20px;
    }

    .bonuses__footer-right-item {
        border-radius: 24px;
        padding: 20px;
        min-height: 289px;
    }

    .bonuses__footer-right .bonuses__footer-right-item:last-child {
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .bonuses__footer {
        gap: 20px;
    }

}

@media screen and (max-width: 1199.98px) {
    .bonuses__slider .swiper-slide-inner {
        border-radius: 20px;
        padding: 20px 16px;
        background: #13161E!important;
        min-height: 346px;
    }

    .swiper-slide-header {
        flex-direction: column-reverse;
        padding-bottom: 20px;
        border-bottom: 1px solid #7D838D;
        width: 100%;
    }

    .bonuses__slider {
        margin-bottom: 10px;
    }

    .bonuses__footer-left {
        border-radius: 20px;
        padding: 20px 16px;
        background: #13161E!important;
    }

    .bonuses__footer-right-item {
        border-radius: 20px;
        padding: 20px 16px;
        background: #13161E!important;
    }

    .bonuses__footer {
        gap: 10px;
        flex-direction: column;
    }

    .bonuses__footer-right {
        gap: 10px;
    }

    .bonuses__slider {
        overflow: visible;
    }

    .bonuses__list ul li{
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .bonuses__list ul li::before{
        content: '';
        width: 32px;
        height: 32px;
        flex-shrink: 0;
    }

    .bonuses .swiper-wrapper .swiper-slide:nth-child(1) .bonuses__list ul li::before{
        background: center/ contain no-repeat url('/wp-content/uploads/2025/05/pineapple.png');
    }

    .bonuses .swiper-wrapper .swiper-slide:nth-child(2) .bonuses__list ul li::before,
    .bonuses .swiper-wrapper .swiper-slide:nth-child(3) .bonuses__list ul li::before{
        background: center/ contain no-repeat url('/wp-content/uploads/2025/05/fig.png');
    }

    .bonuses .bonuses__footer-left .bonuses__list ul li::before{
        background: center/ contain no-repeat url('/wp-content/uploads/2025/05/diamond.png');
    }

    .bonuses .bonuses__footer-right .bonuses__footer-right-item:first-child .bonuses__list ul li::before{
        background: center/ contain no-repeat url('/wp-content/uploads/2025/05/cherry.png');
    }

    .bonuses .bonuses__footer-right .bonuses__footer-right-item:last-child .bonuses__list ul li::before{
        background: center/ contain no-repeat url('/wp-content/uploads/2025/05/cherry.png');
    }
}

@media screen and (min-width: 1024px) {
    .bonuses__subtitle {
        font-size: 14px;
    }

}

@media screen and (max-width: 1023.98px) {
    .bonuses__subtitle {
        font-size: 12px;
    }

    .bonuses__slider .swiper-slide-inner {
        min-height: 267px;
    }

    .bonuses__list ul{
        gap: 10px;
    }

    .bonuses__list ul li{
        line-height: 175%;
    }
}