/* Прелоадер начало */
.preloader {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
	  background-color: #3a332d;
	  background-image: linear-gradient(19deg,#3a332d 30%,#a0a0a0);
	  z-index: 5000;
      color: #eee;
    }

    .preloader__image {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  width: 40%;
	  height: 20%;
	  margin: auto;
      text-align: center;
	  animation: preloader-rotate 2s infinite linear;
    }
	
	@keyframes preloader-rotate {
		  100% {
			transform: rotate(360deg);
		  }
	}
	.preloader__text{
	position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  width: 40%;
	  height: 50%;
	  margin: auto;
      text-align: center;
	  font-family: 'Lato';
	}

    .loaded_hiding .preloader {
      transition: 0.5s opacity;
      opacity: 0;
    }

    .loaded .preloader {
      display: none;
    }
/* Прелоадер конец */

.logo-and-href {
    position: absolute;
    z-index: 4000;
    right: 0;
    text-align: center;
    height: 6vw;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logo-gray,.genplan-href{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;position: relative;display: flex;-ms-flex-pack: center!important;justify-content: center!important;}
.logo-gray img{max-width: 80%;max-height: 4vw;}
.logo-gray a{display:block;}
.genplan-href a{font-family:Montserrat;font-size:1.1vw;text-align:center;color:#309b05;font-weight: bold;text-shadow:1px 1px 1px rgb(96 188 21);text-decoration:underline;}
.genplan-href a:hover{color:#309b05;text-decoration:none;}


.device_mobile .logo-and-href{height:15vw;max-height:70px;}
/*.device_mobile .logo-gray img{max-height: 8vw;}*/
.device_mobile .genplan-href a{font-size:2.1vw;}

@media (min-width: 576px) and (max-width: 767.98px) {
.device_mobile .logo-gray img{max-height: 2vw;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
.genplan-href{display:none;}
.device_mobile .logo-and-href{height:6vw;max-height:70px;}
.device_mobile .logo-gray img{max-height: 4vw;}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.genplan-href{display:none;}
.device_mobile .logo-and-href{height:6vw;max-height:70px;}
.device_mobile .logo-gray img{max-height: 4vw;}
}

#wrap-svg{
	position: relative;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
#imap-area-svg{
	display: block;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
#imap-area-image{
	display: block;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.controls-map{
	padding: 10px 20px;
	background: #FFFFFF;
	font-size: 30px;
	display: flex;
	justify-content: center;
}
.controls-map i{
	cursor: pointer;
	padding: 0 10px;
}
.num-area{
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	font-family: 'Lato';
	font-stretch:normal;
	font-size:13px;
	line-height:1.25;
	font-variant-ligatures:normal;
	font-variant-caps:normal;
	font-variant-numeric:normal;
	font-feature-settings:normal;
	text-align:start;
	letter-spacing:0px;
	word-spacing:0px;
	writing-mode:lr-tb;
	text-anchor:start;
	fill:#ffffff;
	fill-opacity:1;
	stroke:none;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.item-area{
	opacity:1;
	fill-opacity:0.25;
	stroke:#ffffff;
	stroke-width:2;
	stroke-miterlimit:4;
	stroke-dasharray:none;
	stroke-opacity:1;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.dop-area{
	fill:#ffffff;
	fill-opacity:0;
	stroke:none;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.item-area.status1{
	fill:#0a980e;
}
.item-area.status2{
	fill:#ffed58;
}
.item-area.status3{
	fill:#f798ae;
}
.item-area.status4{
	fill:#3a4daa;
}
.item-area.status5{
	fill:#9cd9fb;
}


.map-info{
	padding: 10px 20px;
	opacity: 0.8;
	background: #FFFFFF;
	position: absolute;
	bottom: 65px;
	display: flex;
	/*width: 800px;
	margin-left: -400px;*/
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	justify-content: center;
}
.map-info input{
	cursor: pointer;
	font-family: 'Lato';
}
.map-info-item{
	padding: 0 10px;
}
.map-info-item-color{
	width: 25px;
	height: 25px;
	border-radius: 12.5px;
	display: inline-block;
	margin: 0 6px -6px 0;
}
.miic1{
	background: #22bc7b;
}
.miic2{
	background: #ffd874;
}
.miic3{
	background: #f87d60;
}
.miic4{
	background: #3392ff;
	float: left;
    margin-bottom: 25px;
}
.map-info-item-text{
	font-size: 16px;
	font-family: 'Lato';
}
.grow1{
	flex-grow: 1;
	padding-top: 10px;
}
.grow2{
	flex-grow: 0;
}
.arrow_box_map {
	position: absolute;
	background: #FFFFFF;
	width: 200px;
	box-shadow: 0 -2px 5px #DCDCDC;
	padding: 20px;
	display: none;
	z-index: 9999;
}
.arrow_box_map:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFFFFF;
	border-width: 14px;
	margin-left: -14px;
}
.area-status-info{
	font-size: 15px;
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline;
	font-family: 'Lato';
	font-weight: bold;
}
.area-status-info.status1{
	background:#0a980e;
}
.area-status-info.status2{
	background:#ffed58;
}
.area-status-info.status3{
	background:#f798ae;
}
.area-status-info.status4{
	background:#3a4daa;
}
.area-status-info.status5{
	background:#9cd9fb;
}

.arrow_box_map h3{
	font-size: 22px;
	margin: 10px 0;
	font-family: 'Lato';
	font-weight: bold;
}
.arrow_box_map a{
	font-size: 18px;
	color: #005b31;
	text-decoration: underline;
	margin-bottom: 10px;
	display: block;
	font-family: 'Lato';
}
.arrow_box_map h4{
	font-size: 24px;
	margin: 10px 0;
	font-family: 'Lato';
	font-weight: bold;
}
.arrow_box_map small{
	font-size: 15px;
	margin: 0;
	color: #99999c;
	display: block;
	font-family: 'Lato';
}
.arrow_box_map .link-area {
    padding: 5px 20px;
    margin: 15px auto 0;
    display: block;
	text-decoration: none;
	text-align: center;
	font-family: 'Lato';
}
.arrow_box_map2 {
	position: absolute;
	background: #FFFFFF;
	width: 300px;
	box-shadow: 0 -2px 5px #DCDCDC;
	padding: 5px;
	display: none;
	z-index: 9999;
}
.arrow_box_map2 img {
	display: block;
	max-width: 100%;
}
.arrow_box_map2:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFFFFF;
	border-width: 14px;
	margin-left: -14px;
}

@media only screen and (max-width: 700px) {
	.map-info{
		display: block;
		width: 100%;
		position: relative;
		margin-left: 0;
		padding: 10px;
		left: 0;
		bottom: 0;
	}
	.map-info-item{
		margin-bottom: 10px;
	}
	.map-info .link-area {
		display: block;
		margin: 10px auto 0;
	}
	.controls-map{
		font-size: 25px;
	}
}