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

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

.lp-prods-36__wrap {
	padding: 32px 0;
}

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

.lp-prods-36__content {
	margin-top: 24px;
}

.lp-prods-36__img-wrap {
	width: 100%;
	height: 145px;
}

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

.lp-prods-36__desc {
	padding: 16px;
	background: #fff;
	z-index: 1;
}

.lp-prods-36__desc._no-image {margin-left: auto; margin-right: auto;}

.lp-prods-36__products {
	margin-top: 8px;
}

.lp-prods-36__product-item {
	padding: 16px;
}

.lp-prods-36__product-item:nth-child(odd) {
	background: rgba(31, 80, 161, 0.05);
}

.lp-prods-36__item-text {
	color: var(--text-color-a-07);
}

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

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

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

	.lp-prods-36__content {
		margin-top: 40px;
	}

	.lp-prods-36__img-wrap {
		height: 288px;
	}

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

	.lp-prods-36__products {
		margin-top: 16px;
	}

	.lp-prods-36__product-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 24px;
	}

	.lp-prods-36__item-title-wrap {
		max-width: 344px;
		flex: 1;
	}

	.lp-prods-36__item-price {
		max-width: 120px;
	}

	.lp-prods-36__buttons {
		margin-left: -8px;
		margin-right: -8px;
	}

	.lp-prods-36__button {
		width: auto;
		margin-right: 8px;
		margin-left: 8px;
	}
}

@media all and (min-width: 960px) {
	.lp-prods-36__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.lp-prods-36__img-wrap {
		height: auto;
	}

	.lp-prods-36__desc {
		margin: 24px -112px 24px 0;
		-ms-flex-item-align: center;
		align-self: center;
		width: 592px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.lp-prods-36__product-item {
		padding-right: 16px;
	}

	.lp-prods-36__item-title-wrap {
		max-width: 368px;
	}

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

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

@media all and (min-width: 1200px) {
	.lp-prods-36__wrap {
		padding: 80px 0;
	}

	.lp-prods-36__title {
		width: 848px;
		margin-left: auto;
		margin-right: auto;
	}

	.lp-prods-36__content {
		margin-top: 56px;
	}

	.lp-prods-36__desc {
		margin: 40px -74px 40px 0;
		padding: 40px 32px;
		width: 662px;
	}

	.lp-prods-36__products {
		margin-top: 24px;
	}

	.lp-prods-36__product-item {
		padding-right: 24px;
		padding-left: 24px;
	}

	.lp-prods-36__item-title-wrap {
		max-width: 394px;
	}

	.lp-prods-36__item-price {
		max-width: 190px;
	}

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

	.lp-prods-36._reverse .lp-prods-36__desc {
		margin-left: -74px;
	}
}

@media all and (min-width: 1380px) {
	.lp-prods-36__desc {
		margin-right: -78px;
		width: 738px;
	}

	.lp-prods-36__item-title-wrap {
		max-width: 462px;
	}

	.lp-prods-36._reverse .lp-prods-36__desc {
		margin-left: -78px;
	}
}