.slider__swiper .product-item--news{
    padding-bottom: 0;
}
.slider__swiper .owl-carousel .owl-item img{
    width: auto;
}
.slider__swiper .product-item--news .product-item__content{
    min-height: auto;
}
.slider__swiper .product-item__footer{
    position: relative;
    transform: none;
    opacity: 1;
    margin-top: 15px;
}
.slider__swiper .product-item--news:hover{
    box-shadow: none;
    padding-bottom: 0;
}
.slider__swiper .owl-dots{
    text-align: center;
}
.slider__swiper .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
    border: 2px solid #00c4d9;
    margin: 0 5px;
    background-color: transparent;
    transition: all .3s ease;
}
.slider__swiper .owl-dots .owl-dot.active{
    background-color: #00c4d9;
}
@media only screen and (min-width: 1191px) {
    .col-sticky .new-models__products {
        border: 2px solid #00c4d9;
        padding: 10px 0 30px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1190px) {
    .col-sticky .new-models__products{
        padding-bottom: 25px;
    }
}