.text-block-12 {
	position: relative;
}

.text-block-12 .lp-wrapp {position: static;}

.text-block-12__title + .text-block-12__text {
	padding-top: 8px;
}

.text-block-12__text-wrapper {
	margin: 0 -16px;
	padding: 32px 16px;
	text-align: center;
}

.text-block-12__text p:first-child {margin-top: 0}
.text-block-12__text p:last-child {margin-bottom: 0}

.text-block-12__button-wrapper {
	padding-top: 32px;
}

.lp-steps-4-items__item-text-wrap {
	flex: 1 0 1%;
}

.text-block-12__button {
	display: flex;
	margin: 0 0 16px;
}

.text-block-12__button .lp-button__text {min-width: 178px;}

.text-block-12__image-1, .text-block-12__image-2 {
	font-size: 0;
	overflow: hidden;
	box-sizing: border-box;
	height: 213px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.text-block-12__image-1 img, .text-block-12__image-2 img {
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 100% !important;
}

.text-block-12__image-1:empty, .text-block-12__image-2:empty {
	display: none;
}

._left .text-block-12__text-wrapper {
	text-align: left;
}

._right .text-block-12__text-wrapper {
	text-align: right;
}

.text-block-12__inner {
	overflow: hidden;
}

@media all and (max-width: 959px){
	.text-block-12__inner {
		position: relative; 
		z-index: 12;
	}
}


.text-block-12__text-wrapper {
	padding-left: 32px;
	padding-right: 32px;
}

@media all and (min-width: 600px) {
	.text-block-12__text-wrapper {
		margin: 0;
		padding: 32px 0;
	}
	.text-block-12__text-wrapper {
		padding-left: 96px;
		padding-right: 96px;
	}	
	.text-block-12__title + .text-block-12__text {
		padding-top: 16px;
	}
	
	.text-block-12__image-1, .text-block-12__image-2 {
		height: 300px;
	}
	
	.text-block-12__button {
		display: inline-flex;
		margin: 0 8px 16px;
	}

}

@media all and (min-width: 960px) {
	.text-block-12__inner {
		min-height: 400px;
		justify-content: center;
		display: flex;
	}
	
	.text-block-12__text-wrapper {
		padding: 64px 24px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.text-block-12__text-wrapper {
		width: 592px;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
	}
	
	.text-block-12__image-1, .text-block-12__image-2 {
		position: absolute;
		top: 0px;
		bottom: 0;
		height: auto;
	}
	
	.text-block-12__image-1 {
		left: 0;
		right: calc(50% + 296px);
	}
	.text-block-12__image-2 {
		right: 0;
		left: calc(50% + 296px);
	}
	
	.text-block-12__image-1:empty, .text-block-12__image-2:empty {
		display: block;
	}
}

@media all and (min-width: 1200px) {
	.text-block-12__text-wrapper {width: 612px;}
	.text-block-12__image-1 {
		right: calc(50% + 306px);
	}
	.text-block-12__image-2 {
		left: calc(50% + 306px);
	}
}

@media all and (min-width: 1380px) {
	.text-block-12__text-wrapper {
		padding: 80px 32px;
	}
	
	.text-block-12__button-wrapper {
		padding-top: 48px;
	}
	
	.text-block-12__text-wrapper {width: 692px;}
	.text-block-12__image-1 {
		right: calc(50% + 346px);
	}
	.text-block-12__image-2 {
		left: calc(50% + 346px);
	}
}