.section-benefits {
    overflow: hidden;
}

.section-benefits .swiper-slide .swiper-item p {
    display: block;
    overflow: unset;
    text-overflow: unset;
}

.swiper--benefits .swiper-wrapper{
    height: auto !important;
}
.section-benefits .swiper-navbar{
    display: none;
}

@media(max-width:1023px){
    .section-benefits .swiper-navbar{
        display: flex;
    }
}


.section-benefits .swiper-slide-next {
    cursor: url('/upload/next.svg'), auto;
}


.section-benefits .swiper-slide-prev {
    cursor: url('/upload/prev.svg'), auto;
}
/* .section-benefits .last-cursor{
    cursor: unset !important;
} */

.section-benefits .slide-zones{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.section-benefits .left-zone{
    display: none;
    width: 10%;
    height: 100%;
    cursor: url('/upload/prev.svg'), auto;
}
.section-benefits .main-zone{
    display: none;
    width: 100%;
    height: 100%;
}
.section-benefits .right-zone{
    display: none;
    width: 10%;
    height: 100%;
    cursor: url('/upload/next.svg'), auto;
}
.section-benefits .swiper-slide-active .left-zone{
    display: unset;
}
.section-benefits .swiper-slide-active .right-zone{
    display: unset;
}

.section-benefits .swiper-slide-active .main-zone{
    display: unset;
    width: 80%;
    height: 100%;
}

/* .section-benefits .last-cursor .main-zone{
    display: unset;   
} */