.component_template_contacts {
	background: #f6faff;
}

.component_template_contacts>.container {
		padding: 30px 20px;
}

.content_top {
	background: url(../img/bg_content_top.jpg) repeat-x center top;
	padding-top: 12px;
}

.content_top .main_menu {
	position: static;
}

.content_top .page_name {
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
}

.content_top .page_name p {
	margin: 0;
}

.content_top .page_name p.contacts_title {
	display: block;
}

.component_template_contacts .template_footer_form {
	background: #fff;
    padding: 20px 0;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.component_template_contacts .template_footer_form h2.module_title {
	border-left-color: #4a99fe;
	margin-bottom: 10px;
}

.component_template_contacts .template_footer_form .module_body {
	padding: 10px 20px;
}

.component_template_contacts .template_footer_map {
	width: auto;
	margin: 0;
	padding: 30px 0;
	max-width: 100%;
}

.component_template_contacts .template_footer_map p {
	margin: 0;
}

@media (min-width: 1200px) {
	.content_top .page_name {
		font-size: 33px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.component_template_contacts>.container {
		display: flex;
	}

	.component_template_contacts .template_footer_form {
		margin-bottom: 0;
	}

	.component_template_contacts .template_footer_form h2.module_title {
		margin-bottom: 25px;
	}
}