.template_first_screen {
	background: url(../img/bg_first_screen.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.template_first_screen>.container {
	padding: 80px 20px;
	padding-top: 120px;
}

.component_template_landing-nir .template_first_screen {
	background-image: url(../img/bg_first_screen_nir.jpg);
}

.component_template_landing-tech_obsled .template_first_screen {
	background-image: url(../img/bg_first_screen_tech.jpg);
}

.template_first_screen h1.module_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	text-transform: uppercase;
	padding-bottom: 25px;
	margin: 0;
	position: relative;
	margin-bottom: 20px;
}

.template_first_screen h1.module_title:after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 5px;
	width: 140px;
	background: #4a99fe;
	border-radius: 5px;
}

.template_first_screen .module_text {
	font-size: 14px;
	line-height: 1.25;
}

.template_first_screen .module_text>*:first-child {
	margin-top: 0;
}

.template_first_screen .module_text>*:last-child {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.template_first_screen>.container {
		width: 1040px;
		padding: 120px 20px;
		padding-top: 180px;
	}

	.template_first_screen .first_screen_tech_obsled>.container {
		width: 1140px;
	}

	.template_first_screen h1.module_title {
		font-size: 33px;
	}

	.template_first_screen .module_text {
		font-size: 24px;
	}
}