
.sb-block .swiper-container:not(.swiper-container-horizontal) .swiper-slide:nth-child(n + 2) {
    display: none;
}
.sb-block .swiper-slide {
    height: auto;
}
.sb-block .swiper-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 5px 20px 1px #E3E3E3B2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sb-block .swiper-button svg {
    fill: #303030;
    height: 12px;
    padding-left: 5px;
}
.sb-block .swiper-button-prev {
    /*transform: rotate(180deg);*/
}