#promo .slider-front {
    height: auto;
}

#promo .promo-banner picture {
    display: block;
    font-size: 0;
}

#promo .promo-banner .slide-front__description {
    font-size: 40px;
    line-height: 52px;
    margin: 0;
    max-width: 567px;
}

#promo .promo-banner .slide-front__description b {
    color: #DC1735;
}

#promo .widget-category-list__title {
    text-align: center;
    margin-bottom: 50px;
    font-size: clamp(20px, 3.9vw, 40px);
    line-height: 120%;
    font-weight: 700;
}

#promo .widget-category-list {
    background-color: transparent;
    margin: 0;
}

#promo .widget-category-list__wrapper {
    grid-template-areas:
        "title title"
        "items items";
}

#promo .widget-category-list__item {
    background-color: #F5F5F5;
    height: auto !important;
    padding: 10px;
    grid-template-columns: revert;
    grid-template-rows: auto 1fr;
    margin-top: 0 !important;
}

#promo .widget-category-list__item:after {
    content: none;
}

#promo .widget-category-list__item-thumbnail {
    width: auto;
    height: auto;
}

#promo.widget-category-list__items.name-position_bottom-center .widget-category-list__item-name {
    order: 0;
}

#promo .widget-category-list__item-thumbnail {
    filter: none;
}

#promo .widget-category-list__item:hover .widget-category-list__item-thumbnail {
    filter: none;
}

#promo .widget-category-list__item:hover {
    color: #000;
}
#promo .widget-category-list:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    transform: none !important;
}
@media (min-width: 768px) {
    #promo .widget-category-list:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1024px) {
    #promo .widget-category-list:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (min-width: 1280px) {
    #promo .widget-category-list:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(6, 1fr);
    }
}

#promo .widget-category-list {
    padding: clamp(25px, 5vw, 50px) 0 clamp(25px, 3vw, 50px);
}
#promo .promo-categories__link-wrapper {
    text-align: center;
}

#promo .promo-categories__link {
    display: block;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    box-shadow: none;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    text-transform: none;
    font-family: inherit;
    font-weight: 700;
    line-height: 20px;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    transition: all 0.35s;
    background-color: #dc1735;
    border-color: #dc1735;
    color: #fff;
    padding: 10px 23px;
    font-size: 20px;
    height: 100%;
}

#promo .promo-categories__link:hover {
    background-color: #fc0d2d;
    border-color: #fc0d2d;
    color: #fff;
}

#promo .skeleton.skeleton-widget-category-list {
    background-color: transparent;
}

@media (max-width: 1500px) {
    #promo .slide-front__title {
        font-size: 40px;
    }

    #promo .promo-banner .slide-front__description {
        font-size: 30px;
        line-height: 40px;
    }
}


@media (max-width: 1024px) {
    #promo .slide-front__container.width_full-width {
        position: absolute;
        transform: translateX(-50%);
        justify-content: center;
    }
}

@media (max-width: 991px) {
    #promo .slide-front__container.width_full-width {
        display: none;
    }
}