@media (max-width: 1199.98px) {
    .promo-products {
        padding-top: 0;
        padding-bottom: 56px;
    }

    .promo-products__inner {
        position: relative;
        max-width: 991px;
        margin: 0 auto;
    }

    .promo-products__title {
        max-width: 690px;
        font-size: 42px;
        line-height: 49px;
    }

    .promo-products__slider-shell {
        max-width: calc(100% - 99.26px);
        margin: 0 auto;
    }

    .promo-products__card {
        /* min-height: 591px; */
        padding: 27px;
    }

    .promo-products__card-image-box {
        max-width: 377.8px;
        aspect-ratio: 377.8 / 377.8;
        margin: 0 auto;
    }

    .promo-products__card-content {
        margin-top: 27px;
        padding-bottom: 75px;
    }

    .promo-products__card-type {
        font-size: 14px;
        line-height: 17px;
    }

    .promo-products__card-name {
        min-height: 49px;
        font-size: 20px;
        line-height: 22px;
    }

    .promo-products__card-action {
        left: 27px;
        right: 27px;
        bottom: 27px;
        width: auto;
        max-width: none;
        min-height: 48px;
        font-size: 18px;
        line-height: 22px;
    }

    .promo-products__pagination {
        position: relative;
        width: 100%;
        max-width: calc(100% - 99.26px);
        margin-top: 24px;
        margin-right: auto;
        margin-left: auto;
        gap: 0;
        min-height: 26px;
    }

    .promo-products__pagination-pages {
        gap: 8px;
    }

    .promo-products__pagination-link {
        width: 12px;
        height: 12px;
        min-width: 12px;
        min-height: 12px;
        border-radius: 999px;
        background: #d4d4d4;
        color: transparent;
        font-size: 0;
        line-height: 0;
    }

    .promo-products__pagination-link.is-active {
        background: #fdd525;
    }

    .promo-products__pagination-ellipsis {
        display: none;
    }

    .promo-products__pagination-prev,
    .promo-products__pagination-next {
        position: absolute;
        top: -367px;
        width: 13px;
        height: 26px;
        flex: 0 0 13px;
        background-size: 13px 26px;
    }

    .promo-products__pagination-prev {
        left: -49.63px;
        transform: none;
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='26' viewBox='0 0 13 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 1L1.5 13L11.5 25' stroke='%23222222' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }

    .promo-products__pagination-next {
        right: -49.63px;
        transform: none;
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='26' viewBox='0 0 13 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L11.5 13L1.5 25' stroke='%23222222' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (max-width: 767.98px) {
    .promo-products {
        padding-top: 0;
        padding-bottom: 56px;
    }

    .promo-products__inner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .promo-products__title {
        max-width: 100%;
        font-size: 21px;
        line-height: 27px;
    }

    .promo-products__section-head {
        margin-bottom: 24px;
    }

    .promo-products__slider-shell {
        max-width: 100%;
    }

    .promo-products__card {
        min-height: 521px;
        padding: 22px 22px 24px;
    }

    .promo-products__card-image-box {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 330.37 / 330.37;
        margin: 0 auto;
    }

    .promo-products__card-content {
        margin-top: 26px;
        padding-bottom: 72px;
    }

    .promo-products__card-type {
        font-size: 14px;
        line-height: 17px;
    }

    .promo-products__card-name {
        min-height: 44px;
        font-size: 20px;
        line-height: 22px;
    }

    .promo-products__card-action {
        left: 22px;
        right: 22px;
        bottom: 24px;
        width: auto;
        min-height: 48px;
        font-size: 18px;
        line-height: 22px;
    }

    .promo-products__pagination {
        position: static;
        width: 100%;
        max-width: 100%;
        margin-top: 22px;
        margin-right: auto;
        margin-left: auto;
        gap: 20px;
        min-height: 22px;
    }

    .promo-products__pagination-pages {
        gap: 20px;
    }

    .promo-products__pagination-link,
    .promo-products__pagination-prev,
    .promo-products__pagination-next {
        position: static;
        min-width: 0;
        min-height: 0;
        border-radius: 0;
        background-color: transparent;
        color: #000;
        font-size: 20px;
        line-height: 22px;
    }

    .promo-products__pagination-prev,
    .promo-products__pagination-next {
        width: 9px;
        height: 15px;
        flex: 0 0 9px;
        background-size: 9px 15px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .promo-products__pagination-link {
        background: transparent;
        color: #000;
        font-size: 20px;
        line-height: 22px;
    }

    .promo-products__pagination-link.is-active {
        background: transparent;
    }

    .promo-products__pagination-ellipsis {
        display: inline;
        color: #000;
        font-size: 20px;
        line-height: 22px;
    }

    .promo-products__pagination-prev {
        left: auto;
        top: auto;
        transform: none;
    }

    .promo-products__pagination-next {
        right: auto;
        top: auto;
        transform: none;
    }
}

@media (max-width: 575.98px) {
    .promo-products__card-action {
        min-height: 48px;
        font-size: 18px;
        line-height: 22px;
    }
}
