.section-offer-slider .section-heading {
    margin-bottom: 80px;
}

.section-offer-slider .section-heading .title {
    font-size: 50px;
}

.section-offer-slider__wrapper {
    display: flex;
    align-items: start;
    gap: 100px;
}

.section-offer-slider__content {
    font-size: 22px;
}

.section-offer-slider__content h3 {
    font-size: 38px;
    font-weight: 300;
}

.section-offer-slider__content strong {
    font-weight: 600;
    color: #AD3275;
}

.section-offer-slider__content p {
    font-weight: 300;
}

.section-offer-slider__content .button-group {
    padding-top: 30px;
}

.section-offer-slider__slides {
    min-width: 651px;
    margin-right: -132px;
    overflow: hidden;
}

.section-offer-slider__slides .swiper-slide {
    transform: none !important
}

.section-offer-slider__slides .swiper-slide-prev {
    left: 70px;
    top: -30px;
}

.section-offer-slider__slides .swiper-slide-prev .section-offer-slider__panel,
.section-offer-slider__slides .swiper-slide-next .section-offer-slider__panel {
    transform: scale(0.85);
}


.section-offer-slider__slides .swiper-slide-next {
    right: 70px;
    top: -30px;
}

.section-offer-slider__slides .swiper-wrapper {
    max-width: 295px;
}

.swiper-recommendation-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.swiper-recommendation-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 0;
    background: #DCDCDC;
    margin: 0 !important;
    opacity: 1 !important;
}

.swiper-recommendation-pagination .swiper-pagination-bullet:hover {
    background: #CCCCCC;
}

.swiper-recommendation-pagination .swiper-pagination-bullet-active {
    background: #AD3275;
    stroke-width: 5px;
    stroke: #F7F8FA;
}

.section-offer-slider__panel {
    opacity: 0.25;
}

.swiper-slide-active .section-offer-slider__panel {
    opacity: 1;
    max-width: 295px;
}

.section-offer-slider__panel-header {
    text-align: center;
}

.section-offer-slider__panel-header .title {
    color: #4D4948;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}

.section-offer-slider__panel-header .title strong {
    color: #AD3275;
    font-weight: 700;
}

.section-offer-slider__panel-tables {
    padding-top: 10px;
}

.section-offer-slider__panel-tables-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
    margin: 10px 0;

}

.section-offer-slider__panel-tables-row > div {
    display: flex;
    align-items: center;
}

.section-offer-slider__panel-tables-row img {
    margin-right: 10px;
    margin-bottom: 5px;
}

.section-offer-slider__panel-tables-row p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.section-offer-slider__panel-tables-row .title {
    color: #4D4948;
    font-size: 14px;
    font-weight: 500;
}

.section-offer-slider__panel-tables-row .amount {
    color: #AD3275;
    font-size: 20px;
    font-weight: 700;
    margin-left: 15px;
    white-space: nowrap;
}

@media (max-width: 1240px) {
    .section-offer-slider__slides {
        min-width: 450px;
    }
}

@media (max-width: 992px) {
    .section-offer-slider__wrapper {
        flex-direction: column;
        gap: 0;
    }

    .section-offer-slider__slides {
        margin-top: 40px;
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .section-offer-slider__slides {
        padding-top: 40px;
    }

    .section-offer-slider .section-heading {
        margin-bottom: 40px;
    }
}

@media (max-width: 567px) {
    .section-offer-slider .section-heading .title {
        font-size: 30px;
    }

    .section-offer-slider__content h3 {
        font-size: 26px;
    }

    .section-offer-slider__content .button-group .button {
        width: 100%;
        justify-content: center;
    }
}