.map_prolongation {
	height:640px;
}
#map_countries {
    width: 100%;
    height: inherit;
}
.model_promo {
	height:520px;
}
.ymaps-layers-pane {
    -webkit-filter: grayscale(100%);
}
#map_hover {
	background:#fff;
	padding:10px 20px;
	position: absolute;
	left:0;
	top:0;
	z-index: 1000;
	font-weight: bold;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.17);    
	display: none;
}
.map_prolongation h2 {
    text-align: center;
    width: 100%;
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
}
