
.sb-block.category__slider .container {
    position: relative;
}
.sb-block .category__slider_top .swiper-button {
    width:40px;
    height: 40px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sb-block .category__slider_top .swiper-button::before {
    content: '';
    background-color:rgba(255,255,255,.95);
    opacity: .56;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sb-block .category__slider_top .swiper-button-prev {
    transform: rotate(180deg);
    left: 20px;
}
.sb-block .category__slider_top .swiper-button svg {
    fill: #303030;
    height: 12px;
    font-size: 22px;
    padding-left: 5px;
}

.banner-carousel.sb-block .category__slider_thumbs .swiper-button-next {
    right: -25px;
}
.banner-carousel.sb-block .category__slider_thumbs .swiper-button-prev {
    left: -25px;
}
@media (min-width: 768px) {
    .banner-carousel.sb-block .category__slider_top .swiper-pagination {
        display: none;
    }
}

@media (max-width: 767px) {
    .sb-block .category__slider_top .swiper-button {
        display: none;
    }
}

.banner-carousel.sb-block .content__gallery_ins {
    padding-bottom: 10px;
}

.banner-carousel .category__slider_top {
    height: 500px;
}

.sb-block .category__slider_top .description {
    position: absolute;
    bottom: 55px;
    right: 50px;
    min-width: 300px;

    padding: 25px;
    background: #FFFFFF;
}
.sb-block .category__slider_top .description .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
}
.sb-block .category__slider_top .description .link {
    color:rgb(93, 161, 255);
    display: flex;
    align-items: center;
}
.sb-block .category__slider_top .description .link svg {
    width:15px;
    margin-left: 7px;
}

.banner-carousel.sb-block .category__slider_thumbs {
    height: 185px;
    padding: 20px 30px 30px;
}

.new-category .category__slider_thumbs_wrapper {
}
.sb-block .category__slider_thumbs_wrapper {

    padding: 0 35px 0;
}

.sb-block.banner-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
}

.sb-block .category__slider_thumbs .swiper-slide-visible img {
    box-shadow: none;
    border-radius: 0;
}

.sb-block .category__slider_thumbs_wrapper .swiper-button {
    width:12px;
    box-shadow: none;
}
.sb-block .category__slider_thumbs_wrapper .swiper-button svg {
    fill: #303030;
}

.sb-block .mobile-link {
    padding-bottom: 10px;
}
.sb-block .mobile-link .link {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #5DA1FF;
    display: block;
    max-width: 320px;
    margin: 0 auto 10px;
    border: 1px solid #5DA1FF;
    padding: 8px 16px;
    border-radius: 5px;
}

@media (min-width: 768px) {

    .sb-block .mobile-link {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .sb-block.category__slider.bg__general {
        display: none;
    }
    .sb-block.category__slider.solid-line::after {
        opacity: 0;
        visibility: hidden;
        width: 0;
        left: 0;
    }
    .sb-block .category__slider_top .description {
        min-width: 0;
        bottom: 20px;
        right: 20px;
        padding: 15px;
    }
    .sb-block .category__slider_top .description .title {
        font-size: 18px;
        margin-bottom: 0;
    }
    .sb-block .category__slider_top .description .link {
        display: none;
    }

    .sb-block .category__slider_top {
        height: 315px;
        padding-bottom: 85px;
    }

    .sb-block .category__slider_top .swiper-pagination {
        position: relative;
        top: 75px;
    }
    .sb-block .mobile-link {
        position: absolute;
        left: 0;
        bottom: 30px;
        width: 100%;
        z-index: 1;
    }
}

@media only screen and (max-width: 767px) {
    .banner-carousel .category__slider_top {
        width: 100vw;
        left: -15px;
    }
    .banner-carousel .category__slider_thumbs,
    .banner-carousel .steps__elem p {
        display: none;
    }
}