.mpage-products {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 260px;
    padding: 0 20px;
    width: 100%;
}
.mpage-product-carousel-wrapper {
    box-sizing: border-box;
    gap: 25px 0;
    max-width: 1940px;
    width: 100%;
}
.mpage-product-carousel-items,
.mpage-product-carousel-items > div,
.mpage-product-carousel-items .products {
    width: 100%;
}
.mpage-product-carousel-items .product-list {
    padding: 0 0;
}
.mpage-product-carousel-items .product-element {
    width: 100%;
}
.mpage-product-carousel-items .product-list.owl-theme .owl-nav {
    align-items: center;
    display: flex;
    gap: 0 35px;
    height: 60px;
    justify-content: center;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
.mpage-product-carousel-items .product-list.owl-theme .owl-nav [class*='owl-'] {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    left: unset;
    opacity: 1;
    position: relative;
    right: unset;
    width: 60px;
}
.mpage-product-carousel-items .product-list.owl-theme .owl-nav .owl-prev{
    background-image: url(/images/site/slider_btn_left_small.svg);
}
.mpage-product-carousel-items .product-list.owl-theme .owl-nav .owl-next{
    background-image: url(/images/site/slider_btn_right_small.svg);
}