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

.lp-prods-40__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lp-prods-40__bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
}

.lp-prods-40 {
    padding: 48px 0;
}

.lp-prods-40__title {
    text-align: center;
}

.lp-prods-40__text {
    text-align: center;
    margin-top: 8px;
}

.lp-prods-40__items {
    margin-top: 32px;
    margin-bottom: -48px;
}

.lp-prods-40__items._remove-indent {
	margin-top: 0;
}

.lp-prods-40__items:hover .lp-prods-40__item-img {
    will-change: transform;
}

.lp-prods-40__item {
    display: block;
    margin-bottom: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
}

.lp-prods-40__img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lp-prods-40__img-wrap:before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: inherit;
	position: absolute;
}

.lp-prods-40__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-prods-40__item._first-child {
    min-height: calc((100vw - 32px)*3/4);
    padding: 16px;
}
@media all and (max-width: 479px) {
	 .lp-prods-40__item._first-child {
	    padding: 16px !important;
	}
}
.lp-prods-40__item._first-child .lp-prods-40__item-title {
    margin-top: 0;
    position: relative;
}

.lp-prods-40__item:hover .lp-prods-40__item-img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.lp-prods-40__item-img-wrap {
    overflow: hidden;
}

.lp-prods-40__item-img {
    width: 100%;
    height: 0;
    padding-top: 75%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 800ms ease-in-out;
    transition: -webkit-transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out;
    transition: transform 800ms ease-in-out, -webkit-transform 800ms ease-in-out;
}

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

.lp-prods-40__item-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.lp-prods-40__item-old-price {
    color: var(--text-color-a-06);
    text-decoration: line-through;
    margin-left: 8px;
}

.lp-prods-40._left .lp-prods-40__title, .lp-prods-40._left .lp-prods-40__text {
    text-align: left;
}

.lp-prods-40._right .lp-prods-40__title, .lp-prods-40._right .lp-prods-40__text {
    text-align: right;
}

.lp-prods-40 .lp-prods-40-card__photo {
	width: 100%;
	height: auto;
}

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

.lp-prods-40__item._first-child._empty-list {
	min-height: 217px;
	width: 100%;
}

@media all and (min-width: 600px) {
	.lp-prods-40 .lp-prods-40-card__photo {
		width: 276px;
		height: 207px;
	}
	
    .lp-prods-40 {
        padding: 64px 0;
    }

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

    .lp-prods-40__items {
        margin-top: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -12px;
        margin-left: -12px;
    }

    .lp-prods-40__item {
        width: 276px;
        margin-right: 12px;
        margin-left: 12px;
    }

    .lp-prods-40__item._first-child {
        width: 100%;
        min-height: 432px;
        padding: 32px;
    }

    .lp-prods-40__item-price-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .lp-prods-40__item._first-child._empty-list {
		min-height: 432px;
	}
}

@media all and (min-width: 960px) {
	.lp-prods-40 .lp-prods-40-card__photo {
		width: 432px;
		height: 324px;
	}
	
    .lp-prods-40__items {
        margin-right: -24px;
        margin-left: -24px;
    }

    .lp-prods-40__item {
        width: 432px;
        margin-right: 24px;
        margin-left: 24px;
    }

    .lp-prods-40__item._first-child {
        min-height: auto;
        width: 432px;
    }
    
    .lp-prods-40__item._first-child._empty-list {
		min-height: 456px;
	}
}

@media all and (min-width: 1200px) {
	.lp-prods-40 .lp-prods-40-card__photo {
		width: 270px;
		height: 202px;
	}
	
	.lp-prods-40._3 .lp-prods-40-card__photo {
		width: 368px;
		height: 276px;
	}
	
    .lp-prods-40 {
        padding: 64px 0;
    }

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

    .lp-prods-40__items {
        margin-right: -12px;
        margin-left: -12px;
    }

    .lp-prods-40__item {
        width: 270px;
        margin-right: 12px;
        margin-left: 12px;
    }

    .lp-prods-40__item._first-child {
        width: 564px;
    }

    .lp-prods-40._3 .lp-prods-40__item {
        width: 368px;
    }

    .lp-prods-40._3 .lp-prods-40__item._first-child {
        width: 760px;
    }

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

    .lp-prods-40._right .lp-prods-40__title, .lp-prods-40._right .lp-prods-40__text {
        margin-right: 0;
        margin-left: auto;
    }
    
    .lp-prods-40__item._first-child._empty-list {
		min-height: 372px;
	}
}

@media all and (min-width: 1380px) {
	.lp-prods-40 .lp-prods-40-card__photo {
		width: 298px;
		height: 223px;
	}
	
	.lp-prods-40._3 .lp-prods-40-card__photo {
		width: 408px;
		height: 306px;
	}
	
    .lp-prods-40 {
        padding: 80px 0;
    }

    .lp-prods-40__items {
        margin-right: -16px;
        margin-left: -16px;
    }

    .lp-prods-40__item {
        width: 298px;
        margin-right: 16px;
        margin-left: 16px;
    }

    .lp-prods-40__item._first-child {
        width: 628px;
    }

    .lp-prods-40._3 .lp-prods-40__item {
        width: 408px;
    }

    .lp-prods-40._3 .lp-prods-40__item._first-child {
        width: 848px;
    }
    
    .lp-prods-40__item._first-child._empty-list {
		min-height: 393px;
	}
}