.lp-form-8 {
	padding: 48px 0;
}

.lp-form-8 .lp-block-overlay {
	background: rgba(68, 68, 68, 0.05);
}

.lp-form-8__title, .lp-form-8__text, .lp-form-8__price-title, .lp-form-8__old-price {
	padding: 0;
	margin: 0;
}

.lp-form-8__title + .lp-form-8__text {
	padding-top: 16px;
}

.lp-form-8__text-wrapper + .lp-form-8__price-wrapper {padding-top: 16px;}

.lp-form-8__price-title, .lp-form-8__old-price {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.lp-form-8__price-title + .lp-form-8__old-price {margin-left: 16px;}

.lp-form-8__price-bottom {
	margin: 0;
}

.lp-form-8__price-top + .lp-form-8__price-bottom {padding-top: 8px;}

.lp-form-8__text-part {
	padding: 0 0 32px;
}

.lp-form-8__form-wrapper {
	background: #fff;
	align-self: flex-start;
	padding: 24px 16px 16px;
}

.lp-form-8__form-title {
	margin: 0;
	padding-bottom: 16px;
	text-align: center;
}

.lp-form-8 .lp-form-tpl__button {width: 100%;}

.lp-form-8__old-price--line {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--text-color-base);
}

@media all and (min-width: 600px) {
	.lp-form-8__text-wrapper + .lp-form-8__price-wrapper {padding-top: 32px;}
	
	.lp-form-8__form-wrapper {
		padding: 40px;
	}
}

@media all and (min-width: 960px) {
	.lp-form-8 {
		padding: 64px 0;
	}
	
	.lp-form-8__form-wrapper {
		padding: 24px;
	}
	
	.lp-form-8__inner {
		display: flex;
	}
	
	.lp-form-8__form-wrapper {
		flex: none;
		width: 320px;
		box-sizing: border-box;
	}
	
	.lp-form-8__text-part {
		flex: none;
		width: 544px;
		margin-right: 48px;
		align-self: center;
	}
}

@media all and (min-width: 1200px) {
	.lp-form-8 {
		padding: 80px 0;
	}
	
	.lp-form-8__title + .lp-form-8__text {
		padding-top: 24px;
	}
	
	.lp-form-8__text-wrapper + .lp-form-8__price-wrapper {padding-top: 64px;}
	
	.lp-form-8__form-wrapper {
		padding: 32px;
	}
	
	.lp-form-8__form-wrapper {
		width: 368px;
	}
	
	.lp-form-8__text-part {
		width: 662px;
		margin-right: 122px;
	}
}

@media all and (min-width: 1380px) {
	.lp-form-8__form-wrapper {
		width: 408px;
	}
	
	.lp-form-8__text-part {
		width: 738px;
		margin-right: 142px;
	}
}