.template_landing_text {
	background: #f6faff;
	padding: 35px 0;
}

.template_landing_text h2.module_title {
	margin: 0;
	margin-bottom: 20px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	border-left: 5px solid #4a99fe;
	padding-left: 8px;
}

.template_landing_text h2.module_title:empty {
	display: none;
}

.template_landing_text .module_text {
	font-size: 14px;
	font-weight: normal;
}

.template_landing_text .module_text>*:first-child {
	margin-top: 0;
}

.template_landing_text .module_text>*:last-child {
	margin-bottom: 0;
}

.template_landing_text .module_text h3 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	border-left: 5px solid #5b6fd7;
	padding-left: 8px;
}

.float_right {
	display: block;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}

.template_landing_text table {
	width: 100%;
}

.template_landing_text td {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;
	display: block;
}

.template_landing_text td:last-child {
	padding-right: 0;
	padding-top: 10px;
}

.template_landing_text tr:last-child td {
	padding-bottom: 0;
}

.template_landing_text td>*:first-child {
	margin-top: 0;
}

.template_landing_text td>*:last-child {
	margin-bottom: 0;
}

.template_landing_text .uppercase {
	text-transform: uppercase;
}

.template_landing_text strong {
	font-weight: 500;
}

.template_landing_text ul {
	padding: 0;
	list-style: none;
}

.template_landing_text ul>li:before {
	content: '• ';
}

.complex_steps {
	margin-bottom: 70px;
}

.complex_step {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}

.complex_step:last-child {
	margin-bottom: 0;
}

.complex_step:after {
	content: '';
	position: absolute;
	top: 111%;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
	background: url(../img/complex_arrow.png) no-repeat right center;
	width: 40px;
	height: 13px;
}

.complex_step:last-child:after {
	display: none;
}

.complex_step_executor {
	display: inline-block;
	vertical-align: top;
	background: #4a99fe;
	color: #fff;
	border-radius: 10px;
	padding: 5px 10px;
	line-height: 1;
	margin-bottom: 10px;
}

.complex_step_image {
	margin-bottom: 10px;
}

.complex_step_image img {
	vertical-align: middle;
}

.complex_step_title {
	font-size: 14px;
	font-weight: 500;

}

@media (min-width: 1024px) {
	.template_landing_text {
		padding: 55px 0;
	}

	.template_landing_text h2.module_title {
		font-size: 24px;
		margin-bottom: 25px;
		width: 500px;
	}

	.template_landing_text h2.module_title_big {
		width: auto;
	}

	.float_right {
		display: inline;
		float: right;
		margin: 0;
	}

	.template_landing_text .module_text {
		font-size: 16px;
	}

	.template_landing_text .module_text h3 {
		font-size: 16px;
	}

	.template_landing_text td {
		display: table-cell;
	}

	.template_landing_text .mb0 {
		margin-bottom: 0;
	}

	.template_landing_text .mt0 {
		margin-top: 0;
	}

	.template_landing_text td img {
		max-width: initial;
	}

	.complex_steps {
		display: flex;
		margin-bottom: 30px;
	}

	.complex_step {
		width: 25%;
		padding: 0 50px;
		margin-bottom: 0;
		flex-shrink: 0;
	}

	.complex_step:after {
		display: none;
	}

	.complex_step_image {
		position: relative;
		width: 91px;
		margin: 0 auto 10px;
	}

	.complex_step_image:after {
		content: '';
		position: absolute;
		background: url(../img/complex_arrow.png) no-repeat right center;
		width: 40px;
		height: 13px;

		width: 14vw;
		left: 97px;
		top: 50%;
		transform: translateY(-50%);
		max-width: 190px;
	}

	.complex_step:last-child .complex_step_image:after {
		display: none;
	}
}