.lp-prods-42 {
    position: relative;
}

.lp-prods-42 .lp-block-overlay {
    background-color: rgba(31, 80, 161, 0.05);
}

.lp-prods-42__wrap {
    position: relative;
    text-align: center;
}

.lp-prods-42__top {
    position: relative;
}

.lp-prods-42__top-wrap {
    position: relative;
    padding: 32px 0;
}

.lp-prods-42__slider-wrap {
    margin-top: 24px;
    position: relative;
}

.lp-prods-42__item-img {
    width: 100%;
    height: 289px;
    margin: 0 auto;
}

.lp-prods-42__item-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-prods-42__item-title {
    margin-top: 8px;
}

.lp-prods-42__item-text {
    margin-top: 8px;
}

.lp-prods-42__dots {
    margin-top: 32px;
    line-height: 0;
    font-size: 0;
}

.lp-prods-42__dots.disabled {
    display: none;
}

.lp-prods-42 .js-owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    outline: none;
    opacity: .3;
    margin-right: 16px;
}

.lp-prods-42 .js-owl-dot:last-child {
    margin-right: 0;
}

.lp-prods-42 .js-owl-dot.active {
    opacity: 1;
}

.lp-prods-42__controls.disabled {
    display: none;
}

.lp-prods-42 .js-prev-slide, 
.lp-prods-42 .js-next-slide {
    position: absolute;
    top: calc((100vw - 32px)/2);
    z-index: 2;
}

.lp-prods-42 .js-prev-slide {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.lp-prods-42 .js-next-slide {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.lp-prods-42__bottom {
    position: relative;
    /*background-color: #fff;*/
}

.lp-prods-42__bottom-wrap {
    position: relative;
    padding: 24px 0;
}

.lp-prods-42__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -16px;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 16px;
}

.lp-prods-42__button {
    width: 100%;
    letter-spacing: .01em;
    margin-bottom: 16px;
    margin-right: 8px;
    margin-left: 8px;
}

.lp-prods-42._right .lp-prods-42__wrap {
    text-align: right;
}

.lp-prods-42._right .lp-prods-42__title, 
.lp-prods-42._right .lp-prods-42__text {
    margin-right: 0;
    margin-left: auto;
}

.lp-prods-42._right .lp-prods-42__buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lp-prods-42._left .lp-prods-42__wrap {
    text-align: left;
}

.lp-prods-42._left .lp-prods-42__title, 
.lp-prods-42._left .lp-prods-42__text {
    margin-right: auto;
    margin-left: 0;
}

.lp-prods-42._left .lp-prods-42__buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media all and (min-width: 600px) {
    .lp-prods-42__item-img {
        width: 276px;
        height: 276px;
    }

    .lp-prods-42__top-wrap {
        padding: 56px 0;
    }

    .lp-prods-42__text {
        margin-top: 8px;
    }

    .lp-prods-42__slider-wrap {
        margin-top: 40px;
    }

    .lp-prods-42 .owl-stage {
        margin: 0 auto;
        position: relative;
    }

    .lp-prods-42 .owl-stage .owl-item:only-child {
        margin-right: 0 !important;
        margin-left: 12px;
    }

    .lp-prods-42__item-title {
        margin-top: 16px;
    }

    .lp-prods-42__dots {
        margin-bottom: -16px;
    }

    .lp-prods-42 .js-owl-dot {
        width: 16px;
        height: 16px;
    }

    .lp-prods-42 .js-prev-slide, 
    .lp-prods-42 .js-next-slide {
        top: 138px;
        
    }

    .lp-prods-42__bottom-wrap {
        padding: 32px 0;
    }

    .lp-prods-42__button {
        width: auto;
    }
}

@media all and (min-width: 960px) {
    .lp-prods-42__item-img {
        width: 272px;
        height: 272px;
    }

    ._2 .lp-prods-42__item-img {
        width: 432px;
        height: 432px;
    }
    
    .lp-prods-42 .owl-stage .owl-item:only-child {
        margin-left: 24px;
    }

    .lp-prods-42 .js-prev-slide, 
    .lp-prods-42 .js-next-slide {
        top: 216px;
    }

    .lp-prods-42._3 .js-prev-slide, 
    .lp-prods-42._3 .js-next-slide, 
    .lp-prods-42._4 .js-prev-slide, 
    .lp-prods-42._4 .js-next-slide {
        top: 136px;
    }

    .lp-prods-42._3 .owl-stage .owl-item:last-child:nth-child(2), 
    .lp-prods-42._4 .owl-stage .owl-item:last-child:nth-child(2) {
        margin-right: 0 !important;
    }

    .lp-prods-42._3 .owl-stage .owl-item:first-child:nth-last-child(2), 
    .lp-prods-42._4 .owl-stage .owl-item:first-child:nth-last-child(2) {
        margin-left: 24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods-42__item-img {
        width: 270px;
        height: 270px;
    }
    
    ._2 .lp-prods-42__item-img {
        width: 564px;
        height: 564px;
    }
    
    ._3 .lp-prods-42__item-img {
        width: 368px;
        height: 368px;
    }

    .lp-prods-42__top-wrap {
        padding: 80px 0;
    }

    .lp-prods-42__title, 
    .lp-prods-42__text {
        max-width: 848px;
        margin-right: auto;
        margin-left: auto;
    }

    .lp-prods-42__text {
        margin-top: 16px;
    }

    .lp-prods-42__slider-wrap {
        margin-top: 56px;
    }

    .lp-prods-42 .owl-stage .owl-item:only-child {
        margin-left: 12px;
    }

    .lp-prods-42__item-title {
        margin-top: 24px;
    }

    .lp-prods-42__dots {
        margin-bottom: -24px;
        margin-top: 40px;
    }

    .lp-prods-42 .js-prev-slide, 
    .lp-prods-42 .js-next-slide {
        top: 282px;
       
    }

    .lp-prods-42__bottom-wrap {
        padding: 40px 0;
    }

    .lp-prods-42__buttons {
        margin-top: 24px;
    }

    .lp-prods-42._3 .js-prev-slide, 
    .lp-prods-42._3 .js-next-slide {
        top: 184px;
    }

    .lp-prods-42._4 .js-prev-slide, 
    .lp-prods-42._4 .js-next-slide {
        top: 135px;
    }

    .lp-prods-42._3 .owl-stage .owl-item:first-child:nth-last-child(2), 
    .lp-prods-42._4 .owl-stage .owl-item:first-child:nth-last-child(2) {
        margin-left: 12px;
    }

    .lp-prods-42._3 .owl-stage .owl-item:last-child:nth-child(3), 
    .lp-prods-42._4 .owl-stage .owl-item:last-child:nth-child(3) {
        margin-right: 0 !important;
    }

    .lp-prods-42._3 .owl-stage .owl-item:first-child:nth-last-child(3), 
    .lp-prods-42._4 .owl-stage .owl-item:first-child:nth-last-child(3) {
        margin-left: 12px;
    }
}

@media all and (min-width: 1380px) {
    .lp-prods-42__item-img {
        width: 298px;
        height: 298px;
    }
    
    ._2 .lp-prods-42__item-img {
        width: 628px;
        height: 628px;
    }
    
    ._3 .lp-prods-42__item-img {
        width: 408px;
        height: 408px;
    }

    .lp-prods-42 .owl-stage .owl-item:only-child {
        margin-left: 16px;
    }

    .lp-prods-42 .js-prev-slide, 
    .lp-prods-42 .js-next-slide {
        top: 314px;
    }

    .lp-prods-42._3 .js-prev-slide, 
    .lp-prods-42._3 .js-next-slide {
        top: 204px;
    }

    .lp-prods-42._4 .js-prev-slide, 
    .lp-prods-42._4 .js-next-slide {
        top: 149px;
    }

    .lp-prods-42._3 .owl-stage .owl-item:first-child:nth-last-child(2), 
    .lp-prods-42._4 .owl-stage .owl-item:first-child:nth-last-child(2) {
        margin-left: 16px;
    }

    .lp-prods-42._3 .owl-stage .owl-item:first-child:nth-last-child(3), 
    .lp-prods-42._4 .owl-stage .owl-item:first-child:nth-last-child(3) {
        margin-left: 16px;
    }
}