#head-top-line > div,
.header-info {
	display: flex;
	align-items: center;
	font-size: 16px;
}
.header-info {
	justify-content: space-between;
	padding-left: 10%;
}
.info-c {
	position: relative;
	padding-left: 55px;
}
.info-c::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-45%);
	width: 40px;
	height: 40px;
	max-height: 90%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.info-c.info-mail::before {
	background-image: url("../images/chat.png");
}
.info-c.info-time::before {
	background-image: url("../images/clock.png");
}
.header-info .info-c > * {
    display: block;
}
.header-info .info-c > .title {
    color: #1c63b8;
    font-weight: 700;
    font-size: 16px;
}
.header-info .info-c > a {
	color: #777;
	text-decoration: none;
}
.header-info .info-c > a.subtitle:hover {
	color: #1c63b8;
	text-decoration: underline;
}
.header-aside-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	line-height: 40px;
	border: 3px solid #e6e6e6;
	color: #1c63b8;
	font-size: .8em;
	font-weight: 700;
	letter-spacing: .2px;
	text-transform: uppercase;
	text-decoration: none;
}
.header-aside-btn:hover {
	border-color: #bdbdbd;
}
.over-futer,
.map-block {
	overflow: hidden;
	position: relative;
	height: 450px;
}
.map-block::before {
    content: "";
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
    right: 0;
}
.over-futer .container {
	max-width: 70%;
}
.over-futer.img-bg {
	background: url("../images/mapa.jpg") no-repeat center center;
	background-size: cover;
	background-color: #fff;
	min-height: 450px;
}
.over-futer.img-bg .map-block img {
	opacity: 0;
	width: 100%;
	height: 100%;
}
.over-futer .main-address-block {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(253,253,253,.9);
	box-shadow: 0 0 5px #666;
	color: #666;
    font-size: 14px;
	transition: .5s;
}
.over-futer .main-address-block:hover {
    background-color: rgba(255,255,255,1);
}
.over-futer .to-google-links a {
	margin: 5px 10px 5px 0;
	color: #1c63b8;
}
.over-futer .to-google-links a:hover {
	color: #2173d3;
	text-decoration: underline;
}
.over-futer .to-google-links .fa {
    font-size: 1.2em;
    color: #aa8e1d;
	vertical-align: inherit;
}
.contacts-block {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	padding: 25px 0;
	transition: .5s;
}
.contacts-block:hover {
	background-color: rgba(0,0,0,.8);
}
.over-futer .adress,
.over-futer .contacts {
    margin: 8px 0 5px;
}
.over-futer a {
	margin: 5px 0 5px 25px;
}
.over-futer a {
	display: inline-block;
	color: #5597e5;
	text-decoration: none;
	transition: .3s;
}
.over-futer a:hover,
.over-futer .fa {
	color: #d3af20;
}
.over-futer .fa {
	font-size: 1.7em;
	margin-right: 5px;
	vertical-align: middle;
}
.contacts-block .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.map-block .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
	bottom: auto !important;
	top: 10px !important
}
#footer-nav .map-block iframe .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
	bottom: 195px !important;
}
.content_item.services_item .ft_image {
    float: left;
    margin: 0 20px 0 0;
}
@media screen and (max-width: 1152px) {
	.header-info {
		padding-left: 3%;
	}
	.over-futer {
		margin-left: -5%;
		margin-right: -5%;
	}
}
@media screen and (max-width: 979px) {
	#head-top-line .header-info {
		display: none;
		padding: 0;
	}
	.over-futer .main-address-block {
		top: 15px;
		left: 5%;
		width: 280px;
		padding: 15px;
		font-size: 13px;
	}
	.contacts-block {
		background-color: rgba(0,0,0,.8);
	}
}
@media screen and (max-width: 800px) {
	.over-futer {
		margin: -5px  -7% 0;
	}
	.contacts-block .container {
		padding-left: 3%;
		padding-right: 3%;
	}
	.over-futer a {
		margin: 5px 15px;
		font-size: 13px;
	}
	.over-futer .adress, .over-futer .contacts {
		margin: 0;
	}
}
.wd_spoiler > input {
	display: none;
}
.widget.wd_spoiler + .widget.wd_spoiler {
	margin-top: -15px;
}
.widget.wd_spoiler > .widget_title {
    font-size: 18px;
    color: #4d4d4d;
    text-transform: none;
    font-weight: 400;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #f3f3f3;
    padding: 0 !important;
    position: relative;
	z-index: 1;
	cursor: pointer;
}
.wd_spoiler input:checked  + .widget_title {
    border: 1px solid #c1c1c1;
}
.wd_spoiler .widget_title:hover,
.wd_spoiler .widget_title:hover::after,
.wd_spoiler input:checked  + .widget_title,
.wd_spoiler input:checked + .widget_title::after {
	color: #b8231c;
}
.widget.wd_spoiler > .widget_body {
    position: relative;
	box-sizing: border-box;
	max-height: 0;
	padding: 0 15px;
	overflow: hidden;
	visibility: hidden;
	transition: .3s linear;
}
.wd_spoiler input:checked ~ .widget_body {
	max-height: 1000px;
	visibility: visible;
	padding: 15px 15px 5px;
}
.wd_spoiler .widget_title label {
	display: block;
	padding: 8px 5px 8px 15px;
	cursor: pointer;
}
.wd_spoiler .widget_title::after {
	content: '+';
	font-size: 1.2em;
	color: #1c63b8;
	margin-left: 15px;
	padding-right: .2em;
}
.wd_spoiler input:checked + .widget_title::after {
	content: '-';
	padding-right: 0;
}
.wd_spoiler .widget_title.no_widget_links::after {
    padding: 0;
    position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}