#vestamap{
	
}

#vestamap #locality{
	overflow-y:scroll;
	overflow-x:hidden;
	height:550px;
}

#vestamap #locality .country>p:hover{
	color:#ed1c24;
	cursor:pointer;
}


#vestamap #locality .tree{
	
}
	
#vestamap #locality .tree>div{
	max-width:100%;
}

#vestamap #locality .tree>div>div{
	padding-left:35px;
}

#vestamap #locality .tree .addr{
	display:none;
}

#vestamap #locality .tree .name,	
#vestamap #locality .tree .email,
#vestamap #locality .tree .tele,
#vestamap #locality .tree .web{
	padding-bottom:5px;
}

#vestamap #locality .tree .name{
	font-weight:bold;
}

#vestamap #locality .tree .email a,
#vestamap #locality .tree .web a{
	color:#808285;
}

#vestamap #locality .tree>p>a{		
	width:24px;
	height:24px;		
	display:inline-block;
	position:relative;
	margin-bottom:-4px;
	margin-right:10px;		
	mask:url(/images/icons/minus.svg) center center no-repeat;
	background:#808285;
}

#vestamap #locality .tree>p>a.collapsed{
	mask:url(/images/icons/plus.svg) center center no-repeat;
}

#vestamap #locality .tree>p>a:hover{
	background:#ed1c24;
	cursor:pointer;
}		

#vestamap #locality .tree span:hover{
	color:#ed1c24;
	cursor:pointer;
}

#vestamap #locality .tree .map>a:before{
	content:"";
	width:24px;
	height:24px;		
	display:inline-block;
	position:relative;
	margin-bottom:-5px;
	margin-right:10px;
	background:url(/images/icons/map.svg) center center no-repeat;
}

#vestamap #map .circle{
	text-align:center;
	width:50px;
	height:50px;
	line-height:50px;
	background:#ed1c24;
	border-radius:50%;
	color:#ffffff;
	outline:4px solid #ffffff;
	font-weight:bold;
	font-size:11pt;
	cursor:pointer;
}

#vestamap #map .circle.size-10{
	width:30px;
	height:30px;
	line-height:30px;
	font-size:10pt;
	outline:2px solid #ffffff;
}

#vestamap #map .circle.size-50{
	width:40px;
	height:40px;
	line-height:40px;
	font-size:11pt;
	outline:3px solid #ffffff;
}

#vestamap #map .circle.size-100{
	width:45px;
	height:45px;
	line-height:45px;
	font-size:11pt;
}

#vestamap #map .circle.size-1000{
	width:50px;
	height:50px;
	line-height:50px;
	font-size:12pt;
}
	
#vestamap #map .marker{
	width:34px;
	height:40px;
	background:url(/images/icons/yandex-map-5.svg);
	margin-top:-40px;
	margin-left:-17px;
	cursor:pointer;
}

#vestamap #map .marker .inside{
	display:none;
}

#vestamap #map .ymaps3x0--marker .ymaps3--popup-marker .ymaps3--popup-marker_container{
	margin-top:-25px;
	border-radius:3px;
}
#vestamap #map .ymaps3x0--marker .ymaps3--popup-marker .ymaps3--popup-marker_tail{
	margin-top:-25px;
}

#vestamap #map .ymaps3x0--marker .ymaps3--popup-marker .ymaps3--popup-marker_tail svg path{
	color:#ffffff;
}

#vestamap #map .ymaps3x0--marker .ymaps3--small-poi{
	display:none;
}

#vestamap #map .baloon{
	cursor:default;
	padding:15px 40px 15px 15px;
	line-height: 1.5;
}
	
#vestamap #map .baloon a{	
	text-decoration:underline;
}

#vestamap #map .baloon .map{
	display:none;
}
	
#vestamap #map .baloon .name{
	font-weight:bold !important;
	font-size:16pt;		
}

#vestamap #map .baloon .tele{
	padding-bottom:10px;
}
	
#vestamap #map .baloon:before{
	content:""; 
	position:absolute;		
	top:15px;
	right:15px;
	width:20px;
	height:20px;		
	background:url(/images/close-gray.svg) no-repeat center center;		
	cursor:pointer;
}