.lp-header-subtitle {
    color: var(--text-color-base);
    font-weight: normal;
    margin: 0 auto 16px;
    font-size: 16px;
    line-height: 24px;
}

.lp-prods5-content__btn {
    margin: 0 0 16px;
}

@media all and (min-width: 600px) {
    .lp-header-subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    .lp-prods5-content__btn {
        margin: 0 8px 16px;
    }
}

@media all and (min-width: 1380px) {
    .lp-header-subtitle {
        font-size: 20px;
    }
}

.inverse .lp-header-subtitle {
    color: #fff;
}

.lp-header-subtitle span {
    font-weight: bold;
    display: block;
}

.lp-prods5 *, .lp-prods5 *:after, .lp-prods5 *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp-prods5 {
    padding: 32px 0;
}

@media all and (min-width: 600px) {
    .lp-prods5 {
        padding: 48px 0 41px;
    }
}

@media all and (min-width: 600px) {
    .lp-prods5 {
        padding: 56px 0 46px;
    }
}

@media all and (min-width: 960px) {
    .lp-prods5 {
        padding: 56px 0 42px;
    }
}

@media all and (min-width: 1380px) {
    .lp-prods5 {
        padding: 80px 0 68px;
    }
}

@media all and (min-width: 600px) {
    .lp-prods5-wrapp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.lp-prods5-slider {
    position: relative;
    width: 100%;
}

.lp-prods5-slider__slide-item,
.lp-prods5-slider .owl-item {
	height: 100%;
}

.lp-prods5-slider__slide-item {
    margin: 0 auto;
    position: relative;
    padding-top: 100%;
}

.lp-prods5-slider__slide-item img,
.lp-prods5-slider__preview-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-prods5-slider__slide-item img {
    position: absolute;
    top: 0;
}

@media all and (min-width: 600px) {
    .lp-prods5-slider {
        width: 276px;
        margin-right: 12px;
    }
    
    .lp-prods5-slider__slide-item {
    	width: 276px;
    	padding-top: 0;
    }

	.lp-prods5-slider__slide-item img {
	    position: static;
	}
}

@media all and (min-width: 960px) {
    .lp-prods5-slider {
        width: 432px;
        margin-right: 24px;
    }
    
    .lp-prods5-slider__slide-item {
    	width: 432px;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods5-slider {
        width: 564px;
        margin-right: 12px;
    }
    
    .lp-prods5-slider__slide-item {
    	width: 564px;
    }
}

@media all and (min-width: 1380px) {
    .lp-prods5-slider {
        width: 628px;
        margin-right: 16px;
    }
    
    .lp-prods5-slider__slide-item {
    	width: 628px;
    }
}

.lp-prods5-slider__block {
    /*height: 289px;*/
    position: relative;
    margin-bottom: 8px;
}

@media all and (min-width: 600px) {
    .lp-prods5-slider__block {
        height: 276px;
    }
}

@media all and (min-width: 960px) {
    .lp-prods5-slider__block {
        height: 432px;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods5-slider__block {
        height: 564px;
        margin-bottom: 16px;
    }
}

@media all and (min-width: 1380px) {
    .lp-prods5-slider__block {
        height: 628px;
        margin-bottom: 16px;
    }
}

.lp-prods5-slider__block .slick-list, 
.lp-prods5-slider__block .slick-track, 
.lp-prods5-slider__block .slick-slide div, 
.lp-prods5-slider__block .lp-prods5-slider__slides-wrapp,
.lp-prods5-slider__block .lp-prods5-slider__slides-wrapp .owl-stage-outer,
.lp-prods5-slider__block .lp-prods5-slider__slides-wrapp .owl-stage {
    height: 100%;
}

.lp-prods5-slider__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

@media all and (min-width: 600px) {
    .lp-prods5-slider__preview {
        margin-left: -4px;
        margin-right: -4px;
    }
}

@media all and (min-width: 960px) {
    .lp-prods5-slider__preview {
        margin-left: -6px;
        margin-right: -6px;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods5-slider__preview {
        margin-left: -7px;
        margin-right: -7px;
    }
}

@media all and (min-width: 1380px) {
    .lp-prods5-slider__preview {
        margin-left: -6px;
        margin-right: -6px;
    }
}

.lp-prods5 .lp-prods5-slider__preview-item {
    width: 64px;
    height: 64px;
    margin: 0 5px 6px;
    overflow: hidden;
    opacity: 1;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    box-sizing: content-box;
    background: rgba(0, 0, 0, 0);
    display: flex;
}

.lp-prods5-slider__preview-item img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

@media all and (min-width: 600px) {
    .lp-prods5 .lp-prods5-slider__preview-item {
        margin: 0 3px 7px;
    }
}

@media all and (min-width: 960px) {
    .lp-prods5 .lp-prods5-slider__preview-item {
        margin: 0 5px 10px;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods5 .lp-prods5-slider__preview-item {
        width: 68px;
        height: 68px;
        margin: 0 7px 14px;
    }
}

@media all and (min-width: 1380px) {
    .lp-prods5 .lp-prods5-slider__preview-item {
        margin: 0 6px 12px;
    }
}

.lp-prods5-slider__preview-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.lp-prods5-slider__preview-item.active {
    border-color: var(--primary-color-l-10) !important;
}

/*.lp-prods5-slider__preview-item:not(.active):not(:hover) {
    border-width: 0 !important;
}*/

.lp-prods5-slider__arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    z-index: 9;
}

.lp-prods5-slider__arrows ._slider-arrows-inner {
    background-color: var(--primary-color-base);
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.lp-prods5-slider__arrows:active, .lp-prods5-slider__arrows:hover {
    border: none;
    background-color: transparent;
}

@media all and (min-width: 600px) {
    .lp-prods5-slider__arrows--left {
        left: 0px;
    }
}

.lp-prods5-slider__arrows--right {
    right: 0;
}

@media all and (min-width: 600px) {
    .lp-prods5-slider__arrows--right {
        right: 0px;
    }
}

.lp-prods5-slider__dots {
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

@media all and (min-width: 600px) {
    .lp-prods5-slider__dots {
        bottom: 16px;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods5-slider__dots {
        bottom: 24px;
    }
}

.lp-prods5-slider__dots li {
    position: relative;
    width: 12px;
    height: 12px;
    opacity: 0.3;
    margin-right: 16px;
}

.lp-prods5-slider__dots li:last-child {
    margin-right: 0;
}

.lp-prods5-slider__dots li.slick-active {
    opacity: 1;
}

@media all and (min-width: 600px) {
    .lp-prods5-slider__dots li {
        width: 16px;
        height: 16px;
    }
}

.lp-prods5-slider__dots li button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    border-radius: 50%;
    border: none;
    background-color: var(--primary-color-base);
    outline: none;
}

.lp-prods5-content {
    padding-top: 24px;
    padding-bottom: 32px;
}

@media all and (min-width: 600px) {
    .lp-prods5-content {
        width: 50%;
        padding: 0;
        margin-left: 12px;
    }
}

@media all and (min-width: 960px) {
    .lp-prods5-content {
        margin-left: 24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods5-content {
        margin-left: 12px;
    }
}

@media all and (min-width: 1380px) {
    .lp-prods5-content {
        margin-left: 16px;
    }
}

.lp-prods5-content__title {
    margin-top: 0;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.lp-prods5-content__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

@media all and (min-width: 960px) {
    .lp-prods5-content__price {
        margin-bottom: 32px;
    }
}

.lp-prods5-content__price-new {
    display: inline-block;
    letter-spacing: 0.02em;
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

.lp-prods5-content__price-old {
    display: inline-block;
    position: relative;
    margin: 0;
    color: var(--text-color-base);
    opacity: 0.3;
}

.lp-prods5-content__price-old:before {
    content: '';
    height: 2px;
    width: 120%;
    position: absolute;
    top: 50%;
    left: -5%;
    margin-top: -1px;
    background-color: var(--text-color-base);
}

.lp-prods5-content__buttons {
    margin-bottom: 48px;
}

@media all and (min-width: 960px) {
    .lp-prods5-content__buttons {
        margin-left: -4px;
        margin-right: -4px;
    }
}

@media all and (min-width: 1380px) {
    .lp-prods5-content__buttons {
        margin-bottom: 56px;
    }
}

.lp-prods5-content__btn {
    width: 100%;
    text-align: center;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
}

@media all and (min-width: 600px) {
    .lp-prods5-content__btn {
        width: auto;
        margin: 0 4px 8px;
    }
}

.lp-prods5-content__text {
    letter-spacing: 0.01em;
    padding-top: 0;
}

@media all and (min-width: 600px) {
    .lp-prods5-slider--align-right .lp-prods5-slider {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0;
        margin-left: 12px;
    }
}

@media all and (min-width: 960px) {
    .lp-prods5-slider--align-right .lp-prods5-slider {
        margin-left: 24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods5-slider--align-right .lp-prods5-slider {
        margin-left: 12px;
    }
}

@media all and (min-width: 1380px) {
    .lp-prods5-slider--align-right .lp-prods5-slider {
        margin-left: 16px;
    }
}

@media all and (min-width: 600px) {
    .lp-prods5-slider--align-right .lp-prods5-content {
        margin-left: 0;
        margin-right: 12px;
    }
}

@media all and (min-width: 960px) {
    .lp-prods5-slider--align-right .lp-prods5-content {
        margin-right: 24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods5-slider--align-right .lp-prods5-content {
        margin-right: 12px;
    }
}

@media all and (min-width: 1380px) {
    .lp-prods5-slider--align-right .lp-prods5-content {
        margin-right: 16px;
    }
}


.lp-prods5-slider__block .owl-dots {
	display: none;
}