#modal_form {
 width: 100%;
height: 100vh;
 position: fixed; 
 top: 0; 
 left: -100%; 
 margin:0 0 0 0; 
	display: none; 
 opacity: 0; 
 z-index: 99999; 
 background: #060c27;
	padding: 40px;
}
 

 
 
 
 
#modal_close {
      width: 28px;
    height: 28px;
  position: absolute;
  top: 30px;
right: 30px;
  cursor: pointer;
  display: block;
  background: url(/wp-content/themes/vmbud/design/close.svg);
  background-size: cover;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
		
	
#modal_close:hover {
-webkit-transform: rotate(180deg);
          transform: rotate(180deg);
	
}	
		





#modal_form ul {
	margin:20px 0 0 0;
}

#modal_form ul li a {
    color: #fff;
    display: block;
    padding: 30px 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid #fff;
}

#modal_form ul li:last-child a {
    border-bottom: 0px solid #fff;
}



#modal_form .logo {
    width:200px;
}



	
		
		
		
/* Подложка */
#m-overlay {
 z-index: 99998;
 position: fixed;
 background-color: #fff; 
opacity: 0.1; 
 width: 100%; 
 height: 100%; 
 top: 0; 
 left: 0; 
 cursor: pointer;
 display: none; 
}




















