/* ************************************** */
#map-wrapper {
	z-index:99;
	
}
.moduletable {
	margin-bottom: 50px;
}
#regions-info {
	max-width: 780px;
	height:auto;
	margin:-160px 0 0 60px;
	font-size:1rem;
	list-style:none;
	z-index:1;
	width:340px;
}
#regions-info li {
	position:relative;
	padding:2px 0 6px 54px;
	
}
.informer {
	position:absolute;
	top:0;
	left:0;
	width:22px;
	height:22px;
	display:inline-block;
	border:2px solid #cecece;
	margin:2px 12px 0 12px;
	color:#222;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.05);
	/*
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	*/
}
.informer:before {
	position:absolute;
	top:5px;
	right:-6px;
	content:'';
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	
	border-left: 6px solid #cecece;

}
/* ************************************** */
.jvectormap-label {
	position: absolute;
	display: none;
	/*
	border: solid 1px #cdcdcd;
	*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: rgba(0,0,0, 0.9);
	color: white;
	font-size: 1.05rem;
	padding: 5px 12px;
	z-index:10;
}
.jvectormap-label:before {
	position:absolute;
	bottom:-6px;
	right:18px;
	content:'';
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	
	border-top: 6px solid rgba(0,0,0, 0.9);
}
.jvectormap-zoomin, .jvectormap-zoomout {
	position: absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	padding: 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
	display:none;
}
.jvectormap-zoomin {
	left: 10px;
	top: 10px;
}
.jvectormap-zoomout {
	left: 10px;
	top: 30px;
}
/* Highlighting theme definition: */



#regions-info li::before,
#regions-info li::after {
	display: none;
}


#map-wrapper {
width: 800px;
height: 460px;
margin:0 auto;
}
#ukraine {
width: 800px;
height: 460px;
}
.isagency {
background:#4D4F71;
}
.no {
background:#dcdcdc;
}
.isprogect {
background:#787B80;
}

@media (max-width: 767px) {
	#map-wrapper{
		width: 300px !important;
		height: auto !important;
	}
	#ukraine {
		width: 300px !important;
		height: 245px !important;
	}
	svg {
		max-width: 100%;
		width: 100% !important;
	}
	#regions-info {
		margin: 0 auto !important;
	}
}