/*#ukrmap {
	display: block;
	width: 100%;
}
.zones {
	 display: inline-block;
	 width: 40%;
	 text-align: center;
}
.zone {
	width: 200px;
	display: inline-block;
	text-align: left;
}
.ukr_map {
	display: inline-block;
	vertical-align: top;
	width: 59%;
}
svg {
	width: 100%;
	height: 100%;
}
path {
	fill: #DDE;
	fill-opacity: 1;
	stroke:white;
	stroke-opacity: 1;
	stroke-width:0.5;
}
.land:hover {
	fill: #99D;
	fill-opacity: 1;
	stroke:white;
	stroke-opacity: 1;
	stroke-width:0.5;
	cursor: pointer;
}
.active {
	fill: #99D;
	fill-opacity: 1;
	stroke:white;
	stroke-opacity: 1;
	stroke-width:0.5;
	cursor: pointer;
}
.qurent {
	fill: #FBD;
}
.qurent:hover {
	fill: #EAC;
	cursor: pointer;
}
.address {
	//border: 1px #000 solid;
	padding: 10px;
}
*/
#ukrmap {
	display: block;
	width: 100%;
	margin-top: 0px;
	padding-top: 15px;
}
.display_zones{
	display: none;	}
.zones {
	/* display: inline-block;
	 width: 40%;
	 text-align: center;*/
	 min-height: 500px;
}
.zone  .ukr_zone{

	width: 100%;
/*	width: 20%;*/
	/*width: 15%;*/
    display: inline-block;
	text-align: center;
    font-size: 16px;
    padding: 10px;
	border: solid 1px #ffc8ca;
color: #f9342e;
background-color: #fff;
  /*  color: #345a6e;*/
	border-radius: 2px;
	/*background-color: #f9342e3d;*/
/*	margin-left: 10px;*/
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
.zone .ukr_zone{
	word-break: break-word;
}
}

/*@media screen and (max-width: 1450px) {
	.zone {
		width: 20%;
	}
}
@media screen and (max-width: 1024px) {
	.zone {
		width: 25%;
	}
}
@media screen and (max-width: 768px) {
	.zone {
		width: 45%;
	}
}
@media screen and (max-width: 590px) {
	.zone {
		width: 100%;
	}
}*/
.mod_zone{
	height: 80vh;
    margin-bottom: 20px;
    padding: 20px;
    overflow-y: auto;
}

.mod_zon{
	padding:20px;
	text-align:center;
	font-size:23px;
	font-weight:600;
	border-bottom:2px solid #F9342E;}
/*Andrey Bondarenko 17/02/2020 -> */
.zone a {
	display: block;
	color: #f9342e;
}
/*.zone:hover, .zone:focus{
	background-color: #f9342e3d;
}
/*.zone a:hover, .zone a:focus{
	background-color: #f9342e3d;
}*/
.country_name {
	text-align: center;
	border-bottom: solid 2px #6f6f6f;
    color: #6f6f6f;
	padding:10px;
	margin: 10px 10% 20px 10%;

}
#popup-cities .mfp-close {
	float: right;
}
/*Andrey Bondarenko end 17/02/2020 */

/*.zone:hover {
	background-color: #d1dce0;
}*/

.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;
}