#ukrmap {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.zones {
	/* display: inline-block;
	 width: 40%;
	 text-align: center;*/
	 min-height: 500px;
}
.zone {
/*	width: 200px;*/
/*	width: 20%;*/
	display: flex;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    color: #345a6e;
    border-radius: 3px;
    background-color: #e7ebed;
    margin-left: 10px;
    margin-top: 5px;
    word-break: break-all;
    justify-content: center;
    align-items: center;
    height: 65px;
}
.mfp-content .zone {
/*	width: 200px;*/
height:auto;
	width: 20%;
	display: inline-block;
	text-align: center;
    font-size: 16px;
    padding: 10px;
    color: #345a6e;
	border-radius: 3px;
	background-color: #e7ebed;
/*	margin-left: 10px;*/
margin-left: 4%;
	margin-top: 5px;
}
.mod_zone{
	min-height: 400px;
margin-bottom:20px;
padding:20px;}

.mod_zon{
	padding:20px;
	text-align:center;
	font-size:23px;
	font-weight:600;
	border-bottom:2px solid #6798a6;}
	
@media (min-width:1200px) {
	#zones  .col-xs-6 {
		width:140px;
	}
	.location {
	/*position:relative;
	margin-top:0%;
	margin-left:65%;
	margin-bottom:5%;*/
	position: relative;
    margin-top: -25%;
    /* margin-left: 65%; */
    margin-bottom: 0;
}
.location1 {
	/*position:relative;
	margin-top:-40%;
	margin-left:64%;
	margin-bottom:650px;*/
	position: relative;
    margin-top: -40%;
    margin-left: 64%;
    margin-bottom: 450px;
}
}
.zone:hover {
	background-color: #d1dce0;
}
@media(max-width: 1024px) {
	.mob1 {
	display:none;
	}
}
@media (max-width: 767px){ 
	.zones {
	 width: 100%;
	}
	.zone {
		/*margin-top: 5%;*/
	}
	#ukrmap .col-xs-6 {
		width:45%;
		margin-bottom:5%;
	}
}
.ukr_map {
	display: inline-block;
	vertical-align: top;
	width: 59%;
}
svg {
	width: 100%;
	height: 100%;
}
path {
	fill: #cddde1;
	fill-opacity: 1;
	stroke:white;
	stroke-opacity: 1;
	stroke-width:0.5;
}
.land:hover {
	fill: #055a70;
	fill-opacity: 1;
	stroke:white;
	stroke-opacity: 1;
	stroke-width:0.5;
	cursor: pointer;
}
.active {
	fill: #055a70;
	fill-opacity: 1;
	stroke:white;
	stroke-opacity: 1;
	stroke-width:0.5;
	cursor: pointer;
}
.qurent {
	fill: #055a70;
}
.qurent:hover {
	fill: #6798a6;
	cursor: pointer;
}
.address {
	//border: 1px #000 solid;
	padding: 10px;
}
