.category:not(.sf-home-category) .category__subacts {
    margin-bottom: 3.2rem;
}

.category:not(.sf-home-category) .category__subacts .swiper {
    padding: .4rem .4rem 1.2rem;
}

.category:not(.sf-home-category) .category__subacts .swiper-wrapper {
    align-items: stretch;
    height: auto !important;
    min-height: 20.6rem;
}

.category:not(.sf-home-category) .category__subacts .swiper-slide {
    height: 20.6rem !important;
    width: 28rem !important;
}

.category:not(.sf-home-category) .category__subacts .subcat__item,
.category:not(.sf-home-category) .category__subacts .subcat__item-link {
    height: 100% !important;
    min-height: 0 !important;
    width: 100%;
}

.category:not(.sf-home-category) .category__subacts .subcat__item {
    padding: 0 !important;
}

.category:not(.sf-home-category) .category__subacts .subcat__item-link {
    background: #fff;
    border: 1px solid #e7e1e9;
    border-radius: 8px;
    color: #28152f;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.category:not(.sf-home-category) .category__subacts .subcat__item-link:hover,
.category:not(.sf-home-category) .category__subacts .subcat__item-link:focus-visible {
    border-color: #9d2aa7;
    box-shadow: 0 6px 18px rgba(66, 24, 74, .1);
    color: #4c0b63;
    outline: 0;
}

.category:not(.sf-home-category) .category__subacts .subcat__item-icon {
    background: #f6f3f7;
    border-radius: 0;
    flex: 0 0 15rem;
    height: 15rem;
    margin: 0;
    overflow: hidden;
    position: static !important;
    width: 100%;
}

.category:not(.sf-home-category) .category__subacts .subcat__item-img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.category:not(.sf-home-category) .category__subacts .subcat__item-name {
    align-items: center;
    display: flex;
    font-size: 1.35rem;
    font-weight: 600;
    height: auto !important;
    line-height: 1.3;
    margin: 0 !important;
    min-height: 5.6rem;
    padding: 1.2rem 1.4rem;
    position: static !important;
    width: 100%;
}

.category:not(.sf-home-category) .category__subacts .swiper-button-prev,
.category:not(.sf-home-category) .category__subacts .swiper-button-next {
    border: 1px solid #e7e1e9;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(66, 24, 74, .1);
    height: 3.8rem;
    width: 3.8rem;
}

.category:not(.sf-home-category) .category__subacts .swiper-scrollbar {
    background: #eee8ef;
    height: .4rem;
}

.category:not(.sf-home-category) .category__subacts .swiper-scrollbar-drag {
    background: #9d2aa7;
}

@media screen and (max-width: 576px) {
    .category:not(.sf-home-category) .category__subacts {
        margin-bottom: 2.4rem;
    }

    .category:not(.sf-home-category) .category__subacts .swiper-slide {
        height: 17.6rem !important;
        width: 22rem !important;
    }

    .category:not(.sf-home-category) .category__subacts .swiper-wrapper {
        min-height: 17.6rem;
    }

    .category:not(.sf-home-category) .category__subacts .subcat__item-icon {
        flex-basis: 12rem;
        height: 12rem;
    }
}
