/* ===================================== MAP ========================================== */
.map-wrapper {
	position: relative;
}
.map-wrapper .pin {
	display: block;
	width: 22px;
	height: 32px;

	position: absolute;
	z-index: 1;

	background: url(/images/map/pin.png) no-repeat;
}
.map-wrapper .pin.p1 {
	top: 400px;
	left: 50%;
}
.map-wrapper .pin.p2 {
	top: 300px;
	left: 70%;
}
.map-wrapper .pin-inf {
	display: block;
	width: 30px;
	height: 44px;

	position: absolute;

	background-repeat: no-repeat;
}
.map-wrapper .pin-inf.p1 {
	top: 50px;
	left: 50px;

	background: url(/images/map/pin-i1.png);
}
.map-wrapper .pin-inf.p2 {
	top: 120px;
	left: 80px;

	background: url(/images/map/pin-i2.png);
}
.map-wrapper .pin-inf.p3 {
	top: 190px;
	left: 90px;

	background: url(/images/map/pin-i3.png);
}
.map-wrapper .pin-inf.p4 {
	top: 250px;
	left: 110px;

	background: url(/images/map/pin-i4.png);
}
.map-wrapper .pin-inf.p5 {
	top: 300px;
	left: 200px;

	background: url(/images/map/pin-i5.png);
}
.map-wrapper .pin-inf.p6 {
	top: 400px;
	left: 400px;

	background: url(/images/map/pin-i6.png);
}
.map-wrapper .map-popup {
	width: 290px;
	position: absolute;
	border-bottom: 4px solid #27322f;

	-webkit-box-shadow: 0 -2px 9px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 -2px 9px rgba(0, 0, 0, 0.26);
	box-shadow: 0 -2px 9px rgba(0, 0, 0, 0.26);

	background-color: #fff;
}
.map-wrapper .map-popup:after {
	content: '';

	display: block;
	width: 0px;

	margin-left: -7px;

	position: absolute;
	left: 50%;
	bottom: -14px;


	border-top: 14px solid #27322f;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.map-wrapper .map-popup .top-block {
	padding: 14px 14px 10px 16px;
}
.map-wrapper .map-popup .img {
	display: inline-block;
	vertical-align: middle;
	width: 65px;
	height: 65px;
	overflow: hidden;

	margin-right: 7px;

	border-radius: 50%;

	-webkit-box-shadow: inset 0 2px 5px 2px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: inset 0 2px 5px 2px rgba(0, 0, 0, 0.26);
	box-shadow: inset 0 2px 5px 2px rgba(0, 0, 0, 0.26);
}
.map-wrapper .map-popup .title {
	display: inline-block;
	vertical-align: top;
	width: 180px;

	margin-top: 9px;
}
.map-wrapper .map-popup .title span {
	color: #000;
	text-transform: uppercase;
	font: 600 11px/15px 'Roboto', Arial, sans-serif;
}
.map-wrapper .map-popup .title a {
	color: #606060;
	text-transform: uppercase;
	font: 600 17px/19px 'Roboto', Arial, sans-serif;

	border-bottom: 1px solid rgba(96, 96, 96, 0.5);
}
.map-wrapper .map-popup .title span.title__name {
	color: #606060;
	font: 600 12px/14px 'Roboto', Arial, sans-serif;
	display: block;
	margin-top: 3px;
	max-height: 40px;
	overflow: hidden;
}
.map-wrapper .map-popup .bottom-block {
	overflow: hidden;
	padding: 10px 10px 0px 10px;
	border-top: 1px solid #e6e6e6;
	background-color: #fbfaf9;
}
.map-wrapper .map-popup .bottom-block ul {
	padding: 0;
	margin: 0;

	list-style: none;
}
.map-wrapper .map-popup .bottom-block li {
	width: 50%;
	float: left;

	margin-bottom: 15px;
}
.map-wrapper .map-popup .bottom-block .name {
	margin-bottom: 5px;

	color: #b0b0b0;
	text-transform: uppercase;
	font: normal 11px/11px 'Roboto', Arial, sans-serif;
}
.map-wrapper .map-popup .bottom-block .value {
	color: #000;
	font: normal 13px/13px 'Roboto', Arial, sans-serif;
}
.map-wrapper .map-popup .bottom-block .value a {
	color: #000;
	font: normal 13px/13px 'Roboto', Arial, sans-serif;

	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.content .map-popup .text {
	font-size: 11px;
	max-height: 130px;
	overflow: hidden;
}
.content .map-popup .text p {
	margin: 0;
	padding: 0;
	display: inline;
	font: normal 12px/12px 'Roboto', Arial, sans-serif;
}




#howto-map,
#infra-map,
#contacts-map {
	width: 100%;
	height: 599px;
}
#area-map,
#cottage-map,
#apart-map {
	width: 800px;
	height: 541px;
}