.special-offers-component {
    position: relative;
    margin: -30px -17px;
    padding: 30px 17px;
    overflow: hidden;
}

.special-offers-component .swiper-pagination {
    margin-top: 30px;
    padding: 2px 0;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.special-offers-component-slider {
    overflow: visible !important;
}

.special-offers-component-slider__slide {
    height: auto !important;
    align-self: flex-start;
}
.special-offers-component-slider__wrapper {
    /* align-items: flex-start; */
}

.special-offers-component .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.special-offers-component .swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
    background-color: #00a76b;
    border: 7px solid #ffffff;
    outline: 1px solid #00a76b;
}

@media screen and (max-width: 1220px) {
    .special-offers-component .swiper-pagination {
        display: none;
    }
}

.special-offers,
.special-offers__item {
    height: 100%;
}

.special-offers__item {
    width: 100%;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.special-offers-item__img {
    margin-bottom: 16px;
    height: 267px;
}

.special-offers-item__img img {
    width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 20px;

    -o-object-fit: contain;
    object-fit: contain;
    object-position: center;
}

.special-offers-item__heading {
    margin-bottom: 16px;
    font-family: "Open Sans", "sans-serif";
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    color: #0e0e0f;
    text-align: center;
}

.special-offers-item__heading:hover {
    color: #00a76b;
    cursor: pointer;
}

.special-offers-item__text {
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #8e8e93;
    line-height: 28.8px;

    height: 0;
    overflow: hidden;
    transition: max-height, 0.2s;
}

.special-offers-item__text p {
    margin: 0;
}

.special-offers__text-more {
    margin: 8px auto 0;
    transition: border-color 0.2s;

    &.button_round {
        width: 30px;
        height: 30px;
    }
    svg {
        height: 20px;
        transition: fill 0.2s;
    }
    &:hover {
        border: 1px solid #00a76b;
        svg {
            fill: #00a76b;
        }
    }
}
.special-offers__text-more_opened {
    transform: rotate(180deg);
}

@media screen and (max-width: 1300px) {
    .special-offers-component {
        margin: 0;
        padding: 0;
        overflow: visible;
    }
}

@media screen and (max-width: 420px) {
    .special-offers__item {
        padding: 12px;
    }

    .special-offers-item__img {
        margin-bottom: 8px;
    }

    .special-offers-item__img {
        max-height: 181px;
    }

    .special-offers-item__heading {
        margin-bottom: 8px;
        font-family: "Open Sans", "sans-serif";
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
    }

    .special-offers-item__text {
        font-family: "Open Sans", "sans-serif";
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 22.4px;
    }
}
