/*
#box {
    width: 100%;
    padding:5px; 
    top:0px;
    left:0px;
    z-index:3000;
	float: left;
    }
*/	
/*
.modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
*/



.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}





#box {
    width: 100%;
    height: 15%;
   /*border:1px #8d8e8d solid; */
    padding:5px; 
    /*z-index:3000;*/
    background-color: rgb(245, 245, 245);
	float: left;
	/*position: relative; */
    top: 10px; 		
}	


#map2 {
    width: 100%;
    height: 85%;
	float: left;
}


 #map3 {
            height: 500px;
			width: 100%; 
			padding: 0;
			margin: 0;
            font-family: Arial;
			float: left;
        }
            /* Оформление меню (начало)*/
        .menu {
            list-style: none;
            padding: 5px;

            margin: 0;
        }
        .submenu {
            list-style: none;

            margin: 0 0 0 20px;
            padding: 0;
        }
        .submenu li {
            font-size: 90%;
        }
		
#form {
	height: 550px; 
	width: 320px; 
	background-color: rgba(247, 241, 217, 0.7); 
	float: left;
		}
		
#head  img{
max-height: 90px;
float: left;
padding: 5 5 5 5;
}