#body section.section_left {
	width: 70%;
}
#body aside {
	width: 30%;
}
#controller_wrap {
	padding: 1em 2em 2em;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
}
.contacts-cont > div {
	overflow: hidden;
}
#body section h1.name-company,
.contacts-cont .first {
	margin-bottom: 30px;
}
#body section h1.name-company {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border-bottom: 2px solid #be2e21;
}
h1.name-company span {
	display: inline-block;
	color: #be2e21;
}
.contacts-cont .first {
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
}
.contacts-cont .adress {
	float: left;
	width: calc(100% - 230px);
}
.contacts-cont .adress > p {
	position: relative;
	padding-left: 24px;
}
.contacts-cont .adress > p::before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
}
.contacts-cont .adress > p:nth-child(1)::before {
    background-image: url("../../images/icons/e-mail.png");
}
.contacts-cont .adress > p:nth-child(2)::before {
    background-image: url("../../images/icons/map.png");
}
.contacts-cont .social {
	text-align: right;
	width: 210px;
}
.contacts-cont .social a:last-child {
	margin-right: 0;
}
.contacts-cont .mapa-img a,
.contacts-cont .mapa-img img {
    display: block;
}
.contacts-cont .mapa-img {
    height: 396px;
}
aside form .field {
	margin-bottom: 16px;
}
@media screen and (max-width: 1335px) {
	aside form .field {
		margin-bottom: 6px;
	}
}
@media screen and (max-width: 980px) {
	#body section article,
	.contacts-cont .first {
		margin-bottom: 0;
	}
	.contacts-cont .second {
		display: none;
	}
	#controller_wrap {
		padding: 1em;
	}
}
@media screen and (max-width: 800px) {
	.contacts-cont .first {
		flex-wrap: wrap;
	}
	.contacts-cont .adress,
	.contacts-cont .social {
		width: 100%;
	}
	.contacts-cont .social {
		text-align: left;
		padding-top: .7em;
	}
	.contacts-cont .social > a:first-child {
		margin-left: 0;
	}
}