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

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

.lp-form-11__title {
	padding: 0 0 24px;
	margin: 0;
}

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

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

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

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

.lp-form-11__text-part {margin-bottom: 48px;}

.lp-form-11__advantages-item {
	display: flex;
	padding-bottom: 24px;
}

.lp-form-11__advantages-item:last-child {padding-bottom: 0;}

.lp-form-11__advantages-item-icon {
	flex: none;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	box-sizing: border-box;
}

.lp-form-11__advantages-item-icon svg {
	width: 24px;
	height: 24px;
}

.lp-form-11__advantages-item-icon path {fill: var(--primary-color-base);}

.lp-form-11__advantages-item-text {
	margin: 8px 0 0 0;
	letter-spacing: 0.02em;
	flex: 1 0 1%;
}

@media all and (min-width: 600px) {
	.lp-form-11__form-wrapper {
		padding: 40px;
	}
	
	.lp-form-11__title {
		padding: 0 0 32px;
	}
	
	.lp-form-11__advantages-item-icon {
		width: 64px;
		height: 64px;
		padding: 16px;
		margin-right: 24px;
	}
	
	.lp-form-11__advantages-item-icon svg {
		width: 32px;
		height: 32px;
	}
	
	.lp-form-11__advantages-item-text {
		margin: 16px 0 0 0;
	}
}

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

@media all and (min-width: 1200px) {
	.lp-form-11 {
		padding: 80px 0;
	}
	
	.lp-form-11__form-wrapper {
		padding: 32px;
	}
	
	.lp-form-11__form-wrapper {
		width: 368px;
	}
	
	.lp-form-11__text-part {
		width: 662px;
		margin-right: 122px;
	}
}

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

.lp-form-11__advantages-item-icon-inner {
	width: 32px;
	height: 32px;
	position: relative;
	flex: none;
	transform: scale(0.75);
}

.lp-form-11__advantages-item-icon-inner ._line:last-child {
	display: block;
	width: 2px;
	height: 12px;
	position: absolute;
	top: 13px;
	left: 8px;
	transform: rotate(-45deg);
	border-radius: 1px;
}

.lp-form-11__advantages-item-icon-inner ._line:first-child {
	display: block;
	width: 2px;
	height: 21px;
	position: absolute;
	top: 6px;
	left: 19px;
	transform: rotate(45deg);
	border-radius: 1px;
}

@media all and (min-width: 600px) {
	.lp-form-11__advantages-item-icon-inner {
		transform: none;
	}
}