/*YANDEX MAP START */

#map-container .main-search-container {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 100%);
	z-index: 9999;
	transition: all 0.4s;
	width: auto;
}
#map-container .main-search-container.active {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 9999;
}
#map-container .main-search-form {
	width: 100%;
	margin-top: 0;
}
#map-container .main-search-box {
	padding-bottom: 15px;
	margin-top: 0;
	border-radius: 0 3px 3px 3px;
}
#map-container.homepage-map {
	height:380px;
	overflow: hidden;
}
@media (max-width: 1369px) {
	#map-container.homepage-map {
		height: 280px;
	}
}
#map-container.homepage-map.overflow {
	overflow: visible;
}
.infoBox:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 40px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
}
#map {
	height: 100%;
	width: 100%;
	margin: 0;
	z-index: 990;
}
#map-container {
	position: relative;
	top: 0;
	left: 0;
	height: 320px;
	width: 100%;
	z-index: 990;
	margin-bottom: 60px;
}
	
	#mapnav-buttons {
	position: absolute;
	transform: translate(0, 0);
	z-index: 999;
	font-size: 13px;
	display: inline-block;
	bottom: 20px;
	right: 20px;
	list-style: none;
	padding: 0;
}
#mapnav-buttons.top {
	top: 20px;
	right: 20px;
	bottom: initial;
}
#mapnav-buttons li {
	float: left;
	margin-left: 4px;
	line-height: 20px;
}
#streetView,
#geoLocation,
#scrollEnabling,
#mapnav-buttons a {
	color: #333;
	background-color: #fff;
	padding: 8px 16px;
	padding-top: 9px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 3px;
	box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
}
#geoLocation:hover,
#streetView:hover,
#scrollEnabling:hover,
#scrollEnabling.enabled,
#mapnav-buttons a:hover {
	background-color: #66676b;
	color: #fff;
}
#prevpoint:before,
#nextpoint:after {
	font-family: "FontAwesome";
	position: relative;
	font-weight: 500;
	margin: 0 0 0 6px;
	font-size: 16px;
	top: 1px;
	line-height: 1px;
}
#prevpoint:before {
	content: "\f104";
	margin: 0 6px 0 0;
}
#nextpoint:after {
	content: "\f105";
	margin: 0 0 0 6px;
}
#streetView,
#geoLocation,
#scrollEnabling {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 999;
	font-size: 13px;
	line-height: 20px;
}
#streetView:before,
#geoLocation:before,
#scrollEnabling:before {
	content: "\e015";
	font-family: "simple-line-icons";
	position: relative;
	top: 2px;
	margin: 0 6px 0 0;
	font-size: 15px;
	line-height: 1px;
}
#scrollEnabling:before {
	margin-left: -3px;
}
#streetView:before {
	content: "\f21d";
	font-family: "FontAwesome";
	font-size: 16px;
	top: 1px;
	margin-right: 8px;
}
#geoLocation {
	right: auto;
	left: 20px;
	padding: 8px 11px;
}
#geoLocation:before {
	content: "\f192";
	font-family: "FontAwesome";
	font-size: 16px;
	margin: 0;
	top: 2px;
}
	
	
/* Forms Alignment