.catalog-items-list {
    max-width: calc(100vw - 16px * 2);
    
    width: 100vw !important;
}

.owl-carousel.catalog-slider:not(.catalog-slider__also) {
    max-width: calc(100vw - 16px * 2);
}

.section-elements-slider .swiper-scrollbar .swiper-scrollbar-drag{
    background: rgba(14, 13, 13, 0.5);
}

@media (min-width: 769px) {
		
    .catalog-items-list {
        max-width: 70vw;
    }


    .owl-carousel.catalog-slider:not(.catalog-slider__also) {
        max-width: 70vw;
    }

    .section-elements-slider .catalog-item {
        padding-bottom: 0;
    }
}