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

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

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

.lp-prods-35__text, 
.lp-prods-35__title {
    text-align: center;
}

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

.lp-prods-35__content {
    margin-top: 32px;
}
.lp-prods-35__content.no-title__block {
	margin-top: 0
}
.lp-prods-35__img {
    width: 100%;
    padding-top: 75%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lp-prods-35__desc {
	background: #fff;
}

.lp-prods-35__desc-top {
    padding: 16px;
}

.lp-prods-35__desc-text {
    margin-top: 8px;
}

.lp-prods-35__features {
    margin-top: 16px;
    margin-bottom: -16px;
}

.lp-prods-35__features-item {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lp-prods-35__features-icon {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 150px;
    box-sizing: content-box;
}

.lp-prods-35__features-icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lp-prods-35__features-title {
    letter-spacing: .01em;
    margin-left: 8px;
}

.lp-prods-35__desc-bottom {
    padding: 16px;
    position: relative;
    background: var(--primary-color-a-01);
}

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

.lp-prods-35__desc-bottom-wrap {
    position: relative;
}

.lp-prods-35__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lp-prods-35__price-text {
    margin-left: 8px;
}

.lp-prods-35__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: -16px;
}

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

.lp-prods-35__desc {
    background-color: #fff;
    position: relative;
}

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

.lp-prods-35__img-wrap {
	width: 100%;
	height: 216px;
}

@media all and (min-width: 600px) {
	.lp-prods-35__img-wrap {
		width: 576px;
		height: 432px;
	}
	
    .lp-prods-35 {
        padding: 64px 0;
    }

    .lp-prods-35__desc {
        margin-left: 24px;
        margin-right: 24px;
        margin-top: -40px;
    }

    .lp-prods-35__desc-top {
        padding: 24px;
    }

    .lp-prods-35__features {
        margin-top: 24px;
    }

    .lp-prods-35__features-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .lp-prods-35__features-icon {
        width: 32px;
        height: 32px;
    }

    .lp-prods-35__features-title {
        margin-left: 16px;
        flex-grow: 1;
    }

    .lp-prods-35__desc-bottom {
        padding: 24px;
    }

    .lp-prods-35__desc-bottom-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .lp-prods-35__price-wrap {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .lp-prods-35__buttons {
        margin-top: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: -8px;
        margin-left: 24px;
    }

    .lp-prods-35__button {
        width: auto;
        margin-left: 7px;
        margin-right: 7px;
    }
}

@media all and (min-width: 960px) {
	.lp-prods-35__img-wrap {
		width: 592px;
		height: 444px;
	}
	
    .lp-prods-35__content {
        margin-top: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .lp-prods-35__img-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .lp-prods-35__desc {
        margin-left: 0;
        margin-right: -112px;
        margin-top: 0;
        width: 432px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .lp-prods-35__desc-top {
        padding: 32px;
    }

    .lp-prods-35__desc-bottom {
        padding: 32px;
    }

    .lp-prods-35__desc-bottom-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lp-prods-35__buttons {
        margin-top: 16px;
        margin-left: -8px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .lp-prods-35._reverse .lp-prods-35__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .lp-prods-35._reverse .lp-prods-35__desc {
        margin-right: 0;
        margin-left: -112px;
    }
}

@media all and (min-width: 1200px) {
	.lp-prods-35__img-wrap {
		width: 760px;
		height: 570px;
	}
	
    .lp-prods-35 {
        padding: 80px 0;
    }

    .lp-prods-35__title, .lp-prods-35__text {
        width: 912px;
        margin-left: auto;
        margin-right: auto;
    }

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

    .lp-prods-35__desc {
        margin-right: -172px;
        width: 564px;
    }

    .lp-prods-35__desc-bottom-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .lp-prods-35__buttons {
        margin-top: 0;
        margin-left: 24px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .lp-prods-35._reverse .lp-prods-35__desc {
        margin-left: -172px;
    }
}

@media all and (min-width: 1380px) {
	.lp-prods-35__img-wrap {
		width: 848px;
		height: 636px;
	}
	
    .lp-prods-35__desc {
        margin-right: -188px;
        width: 628px;
    }

    .lp-prods-35__desc-top, .lp-prods-35__desc-bottom {
        padding-left: 40px;
        padding-right: 40px;
    }

    .lp-prods-35._reverse .lp-prods-35__desc {
        margin-left: -188px;
    }
}