#map { width: 1000px; min-height: 100%; background: white; position: relative; margin: auto; }

.leaflet-right {       
	right: 0;
	/* display: none;    убираем меню справа 190224 */
	}

.leaflet-control-layers {       
	display: none;    /* убираем меню слоев справа 190224 */
	}

#infowindow { 
	display: none;
	position: fixed;
	overflow: hidden;
	margin: auto;   /*    */
	width: 30%;   /* 40% */
	height: 20%;   /* 20% */
	left: 35%;   /* 30% */
	top: 5%;   /* 1% */
	padding: 15px 15px;   /* 5px 5px; */ 
	text-align: center;
	vertical-align: middle;
	border: 1px solid black;
	border-radius: 5px; 
	font: 17px Tahoma, Arial, Helvetica, sans-serif; 
	background: rgba(128,128,128,0.2); 
	box-shadow: 0 0 15px rgba(0,0,0,0.2); 
 }

.infop { 
	vertical-align: middle;
	line-height: 24px; 
 }

.info { 
	padding: 0px 0px; 
	margin: 0;
	font: 14px/16px Arial, Helvetica, sans-serif; 
	background: rgba(255,255,255,0.5); 
	box-shadow: 0 0 15px rgba(0,0,0,0.2); 
	border-radius: 5px; 
} 

body, html { 
    height: 100%; margin: 0; padding: 0;
}

.legend { 
	text-align: left;
	color: #555; 
	width: auto; 
	padding: 0; 
	margin: 0; 
}

.legend i { 
	width: 18px; 
	height: 18px; 
	float: left; 
	margin: 3px; 
	opacity: 0.45; 
	display: block; 
	background-color: #666;
	box-shadow: 0 1px 0 rgba(255,255,255, .9) inset, 0 1px 3px rgba(0,0,0, .1);
}

.legend ul { 
	padding: 0px; 
	margin: 5px; 
	position: relative;
}

.legend li 	{
	height: auto;
	width: 200px;
	text-align: left;
	list-style: none;
	font:12px "Arial";
	padding: 0px;
	margin: 0;
	background-color: #eee;
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 rgba(255,255,255, .9) inset, 0 1px 3px rgba(0,0,0, .1);
	border-radius: 3px;
}

.legend li a{							
	padding:5px;
	text-decoration: none; 
	color:#333;
	text-shadow: 0 1px #fff;
	display: block;
	white-space: nowrap;
}

.legenda li:hover ul{
	display: block;
}

.legenda li:hover, a:hover {
	background: #bbb;
}