.v-category-list-slider-wrapper {
    background-color: var(--second-bg-color);
    margin-top: 2.933rem!important;
    margin-bottom: 1.333rem!important;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.v-category-list-slider-wrapper  .link-catalog {
    text-align: center;
    padding-top: 2rem;
    display: block;
    width: 100%;
}

.v-category-list-slider-wrapper .v-catalog-list-slider {
    max-height: calc(270px + 4rem);
    overflow: hidden;
    transition: .3s ease-out;
    position: relative;
    padding-bottom: 4rem;
}
.v-category-list-slider-wrapper .v-catalog-list-slider .category-list__item {
    filter: none
}
.v-category-list-slider-wrapper .v-catalog-list-slider.swiper:not(.swiper-initialized):before{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--second-bg-color);
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
}
.v-category-list-slider-wrapper .v-catalog-list-slider.swiper:not(.swiper-initialized):after {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: var(--red-color);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    content: '';
    position: absolute;
    z-index: 3;
}
.v-category-list-slider-wrapper .v-catalog-list-slider .swiper-button-next:after,
.v-category-list-slider-wrapper .v-catalog-list-slider .swiper-button-prev:after {
    font-size: 0!important;
    width: 8px!important;
    height: 8px!important;
    display: block!important;
    border: 3px solid #888;
    border-left: none;
    border-top: none
}

.v-category-list-slider-wrapper .v-catalog-list-slider .swiper-button-next,
.v-category-list-slider-wrapper .v-catalog-list-slider .swiper-button-prev {
    bottom: 0;
    top: auto!important;
    height: 27px;
}

.v-category-list-slider-wrapper .v-catalog-list-slider .swiper-button-prev:after {
    transform: rotate(130deg)
}

.v-category-list-slider-wrapper .v-catalog-list-slider .swiper-button-next {
    right: 37%!important
}

.v-category-list-slider-wrapper .v-catalog-list-slider .swiper-button-prev {
    left: 37%!important
}

.v-category-list-slider-wrapper .v-catalog-list-slider .swiper-button-next:after {
    transform: rotate(-45deg)
}
.v-category-list-slider-wrapper .v-catalog-list-slider .swiper-pagination {
    bottom: .5rem;
}
.v-category-list-slider-wrapper .v-catalog-list-slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: var(--gray-color);
    display: inline-block;
    margin: 0 10px!important;
    border-radius: 3px;
    transition: .3s ease-out;
    will-change: auto;
    opacity: 1
}

.v-category-list-slider-wrapper .v-catalog-list-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background: #ec584d
}
@media (max-width: 902px) {
    .v-category-list-slider-wrapper .v-catalog-list-slider .swiper-button-next,
    .v-category-list-slider-wrapper .v-catalog-list-slider .swiper-button-prev  {
        display: none;
    }
}
@media (min-width: 577px) {
    .v-category-list-slider-wrapper {
        padding-top: 4.667rem;
        padding-bottom: 4.667rem;
    }
    .v-category-list-slider-wrapper .link-catalog {
        padding-top: 4.667rem;
    }
}
@media (min-width: 1170px) {
    .v-category-list-slider-wrapper {
        padding-top: 6.6rem;
        padding-bottom: 6.6rem;
        margin-top: 4.067rem!important;
        margin-bottom: 4.067rem!important;
    }
}