.owl-stage-outer {
    width: 100%;
}
.owl-nav {
    display: none;
}
.owl-dots {
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
body .slick-dots {
    margin-top: 18px;
}
body .slick-dots li {
    margin-left: 0;
    margin-right: 0;
}
body .slick-dots li button,
.owl-carousel .owl-pagination .owl-page,
.owl-carousel button.owl-dot {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 100%;
    background-color: #d0d0d0;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
    -webkit-transition: width 0.3s, height 0.3s, background 0.3s;
    -moz-transition: width 0.3s, height 0.3s, background 0.3s;
    -o-transition: width 0.3s, height 0.3s, background 0.3s;
    transition: width 0.3s, height 0.3s, background 0.3s;
}
body .slick-dots li.slick-active button,
.owl-carousel .owl-pagination .owl-page.active,
.owl-carousel button.owl-dot.active {
    width: 0.85rem;
    height: 0.85rem;
    background-color: #0188cc;
}
.owl-carousel.owl-theme .owl-controls .owl-page span {
    display: none;
}
.owl-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.products-owl--mini .owl-loaded .product-miniature-box {
    flex: 0 0 100%;
    max-width: 100%;
}
.products_container .products.products--original-slide {
    display: flex;
    flex-wrap: nowrap;
}
.products_container .owl-loaded.products.products--original-slide {
    flex-wrap: wrap;
}


@media(max-width: 992px) {
    .owl-carousel.min-list-owl-slider .list-owl-slider_box {
        min-height: 50vw;
    }
    body .slick-dots li button,
    .owl-carousel .owl-pagination .owl-page,
    .owl-carousel button.owl-dot {
        width: 0.8rem;
        height: 0.8rem;
    }
    body .slick-dots li.slick-active button,
    .owl-carousel .owl-pagination .owl-page.active,
    .owl-carousel button.owl-dot.active {
        width: 1rem;
        height: 1rem;
    }
}
@media(max-width: 768px) {
    /*.owl-carousel .owl-pagination .owl-page, .owl-carousel button.owl-dot {
        width: 0.4rem;
        height: 0.4rem;
    }
    .owl-carousel .owl-pagination .owl-page.active, .owl-carousel button.owl-dot.active {
        width: 0.65rem;
        height: 0.65rem;
    }*/

    .owl-carousel.list-owl-slider.min-list-owl-slider .list-owl-slider_box {
        min-height: 55vw;
    }
    .owl-carousel.list-owl-slider {
        padding-right: 40px;
        position: relative;
    }
    .owl-carousel.list-owl-slider.min-list-owl-slider {
        padding-right: 130px;
    }
    .owl-carousel.list-owl-slider .owl-dots:not(.disabled) {
        position: absolute;
        display: flex;
        left: 0;
        bottom: 0;
        background-image: url('../img/fon-line_horizontal.png');
        background-size: 15px 18px;
        background-position: center;
        height: 8px;
        padding-top: 3px;
        margin-top: 0;
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    .owl-carousel.list-owl-slider .owl-pagination .owl-page,
    .owl-carousel.list-owl-slider button.owl-dot {
        width: 20%;
        height: 3px;
        flex: auto;
        border-radius: 16px;
        margin: 0;
        background-color: transparent;
    }
    .owl-carousel.list-owl-slider .owl-pagination .owl-page.active,
    .owl-carousel.list-owl-slider button.owl-dot.active {
        background-color: #0089d1;
    }
    .list-owl-slider.owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .products-owl--original {
        position: relative;
    }
    .products-owl--original .headline-products_buttons {
        display: inline-flex;
    }
    .products-owl--original .owl-carousel .owl-pagination .owl-page,
    .products-owl--original .owl-carousel button.owl-dot {
        width: 0.8rem;
        height: 0.8rem;
    }
    .products-owl--original .owl-carousel .owl-pagination .owl-page.active,
    .products-owl--original .owl-carousel button.owl-dot.active {
        width: 1rem;
        height: 1rem;
    }
    .products-owl--btn-left,
    .headline-products_button.products-owl--btn-left,
    .products-owl--btn-right,
    .headline-products_button.products-owl--btn-right {
        position: absolute !important;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100 !important;
        font-size: 3.3em;
        margin-left: 0;
    }
    .products-owl--btn-left {
        left: 5px;
    }
    .products-owl--btn-right {
        right: 5px;
        margin-right: 0;
    }
    .products-owl--original .products_container .products-owl--btn-left {
        left: -8px;
    }
    .products-owl--original .products_container .products-owl--btn-right {
        right: -8px;
    }
    .products-owl--btn-right.headline-products_button:nth-last-child(1) {
        margin-right: 0;
    }
    .products-owl--original .products_container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .products-owl--mini .product-miniature_add-to-cart-refresh {
        width: 100%;
    }
    .products-owl--mini .product-miniature--grid .product-miniature-btn-add-cart {
        width: 100%;
    }
    .products-owl--mini .product-miniature--grid .product-miniature-btn-add-cart_t {
        display: inline-block;
    }
}

@media(max-width: 600px) {
    .owl-carousel.list-owl-slider.min-list-owl-slider .list-owl-slider_box {
        min-height: 65vw;
    }
    .owl-carousel.list-owl-slider.min-list-owl-slider {
        padding-right: 40px;
    }
}

@media(max-width: 450px) {
    .owl-carousel.list-owl-slider.min-list-owl-slider .list-owl-slider_box {
        min-height: 88vw;
    }
    .owl-carousel.list-owl-slider.min-list-owl-slider {
        padding-right: 130px;
    }
}

@media(max-width: 350px) {
    .owl-carousel.list-owl-slider {
        padding-right: 70px;
    }
    .owl-carousel.list-owl-slider.min-list-owl-slider {
        padding-right: 80px;
    }
}


@media (max-width: 768px) {
    body .products-owl--original .owl-carousel .owl-dots,
    body .products-owl--original.owl-theme .owl-dots {
        white-space: nowrap;
    }
    .products-owl--original .owl-theme .owl-dots,
    .products-owl--original.owl-theme .owl-dots {
        position: absolute;
        text-align: center;
        bottom: 0;
        width: 100%;
        margin: 0 -0.1em;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: none;
        ms-scrollbar-width: none;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        text-indent: 0;
        max-width: 4.9em;
        left: 50%;
        padding-left: 0.8em;
        padding-right: 0.8em;
        background-color: #ffffff;
        border-radius: 0.3em;
        white-space: nowrap;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: text-indent 0.3s;
        -moz-transition: text-indent 0.3s;
        -o-transition: text-indent 0.3s;
        transition: text-indent 0.3s;
    }
    .products-owl--original .owl-theme .owl-dots:before,
    .products-owl--original.owl-theme .owl-dots:before,
    .products-owl--original .owl-theme .owl-dots:after,
    .products-owl--original.owl-theme .owl-dots:after {
        content: '';
        position: absolute;
        top: 0;
        width: 0.4em;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.75);
        box-shadow: 0 0 4px 1px #ffffff;
        pointer-events: none;
    }
    .products-owl--original .owl-theme .owl-dots:before,
    .products-owl--original.owl-theme .owl-dots:before {
        left: 0;
    }
    .products-owl--original .owl-theme .owl-dots:after,
    .products-owl--original.owl-theme .owl-dots:after {
        right: 0;
    }
    .products-owl--original .owl-theme .owl-dots .owl-dot,
    .products-owl--original.owl-theme .owl-dots .owl-dot {
        display: inline-flex;
        height: 0.65em;
        min-height: 0.65em;
        width: 0.65em;
        min-width: 0.65em;
        overflow: hidden;
        border-radius: 100%;
        margin-left: 0.1em;
        margin-right: 0.1em;
        cursor: pointer;
        vertical-align: middle;
        text-indent: 0 !important;
        -webkit-transition: background 0.3s, height 0.3s, width 0.3s;
        -moz-transition: background 0.3s, height 0.3s, width 0.3s;
        -o-transition: background 0.3s, height 0.3s, width 0.3s;
        transition: background 0.3s, height 0.3s, width 0.3s;
    }
    .products-owl--original .owl-theme .owl-dots .owl-dot.active,
    .products-owl--original.owl-theme .owl-dots .owl-dot.active {
        height: 0.9em;
        min-height: 0.9em;
        width: 0.9em;
        min-width: 0.9em;
    }
}