/* Окно */
#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: #fff;
}
 

 
 
 
 
#modal_close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40px;
right: 40px;
  cursor: pointer;
  display: block;
  background-image: url(/wp-content/themes/razom/design/search-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 {
  
}

		
#modal_form ul li a {
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 15px 0;
  display: block;
	font-weight: 700;
}

#modal_form ul li ul li a {
  font-size: 18px;
color: #ffffff;
margin: 0 0 10px 20px;
display: block;
font-weight: 500;
}

 
#modal_form .m-search {
  margin:20px 0 0 0;
}
 
#modal_form .m-search input {
  width: 75%;
  background: #94a1aa;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 16px;
  font-size: 16px;
	color:#fff;
}

#modal_form .m-search input:focus {
  background: #fff;
  border: 1px solid #fff;
  color:#000;
	outline:none;
}


#modal_form .m-search input[type=submit]	{
  width: 24%;
background: #728087;
border: none;
padding: 18px 16px;
}	





	


#modal_form .container {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(215,221,227,1) 100%);
}

#modal_form .left-col {
	width:50%;
	
}

#modal_form .left-col img {
	width:100%;
	height:100vh;
	object-fit:cover;
}

#modal_form .right-col {
	width:50%;
	
}







#modal_form .order-form {
  width:60%;
	margin:0 auto;
}

#modal_form .order-form .title {
  font-size: 40px;
    font-weight: 700;
	margin:0 0 10px 0;
	text-align: center;
}

#modal_form .order-form .descr {
    text-align: center;
    margin: 0 0 20px 0;
}



#modal_form .order-form input {
  width: 100%;
  padding: 15px 15px 15px 45px;
  border: 1px solid #dae3ea;
  border-radius: 6px;
  font-size: 16px;
  margin: 0 0 20px 0;
  font-family: 'FS Albert Pro';
	outline: none;
	position:relative;
}



#modal_form .order-form input.name {
  background: #ffffff url('/wp-content/themes/razom/design/icons/man.svg') 15px center no-repeat;
}

#modal_form .order-form input.phone {
  background: #ffffff url('/wp-content/themes/razom/design/icons/phone-input.svg') 15px center no-repeat;
}

#modal_form .order-form input.email {
  background: #ffffff url('/wp-content/themes/razom/design/icons/mail-input.svg') 15px center no-repeat;
	margin:0!important;
}

#modal_form .order-form .send {
border: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 40px;
	display: block;
    border-radius: 16px;
    text-align: center;
    background: #ffe90b;
    background: -moz-linear-gradient(top, #ffe90b 0%, #ff7e2f 100%);
    background: -webkit-linear-gradient(top, #ffe90b 0%,#ff7e2f 100%);
    background: linear-gradient(to bottom, #ffe90b 0%,#ff7e2f 100%);
    border-bottom: 5px solid #ec5621;
    text-shadow: 0 1px 0 #ffe10e;
    box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
    font-size: 18px;
    margin: 0px auto;
    color: #000;
    position: relative;
	margin: 20px auto 0 auto;
}





#modal_form .order-form input:focus, #modal_form .order-form textarea:focus {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(129,146,160,1);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(129,146,160,1);
box-shadow: inset 0px 0px 5px 0px rgba(129,146,160,1);
	border:1px solid #FBAE17;
}

















	
		
		
		
/* Подложка */
#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; 
}










.m-menu {
   width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    position: fixed;
    cursor: pointer;
    z-index: 20;
    left: 20px;
    top: 20px;
    background: #fff;
    text-indent: -9999px;
}

.m-menu:before {
    content: '';
    background-image: url(/wp-content/themes/razom/design/menu.svg);
    position: absolute;
    top: 50%;
	transform:translateY(-50%);
    left: 0;
	right:0;
	margin:0 auto;
    width: 23px;
    height: 15px;
    background-size: cover;
}



/* Окно */
#modal_menu {
 width: 70%;
height: 100vh;
 position: fixed; 
 top: 0; 
 left: -100%; 
 padding:30px;
	display: none; 
 opacity: 0; 
 z-index: 99999; 
 background-color: rgba(0, 95, 10, 0.7);
}
 

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



 #modal_menu ul li {
    position: relative;
    padding: 10px 0px;
    margin: 0;
    border-bottom: 1px dotted #fff;
}

#modal_menu li:before {
 content:none;
	
}

#modal_menu li a {
 color:#fff;
	font-size:18px;
	
}











 




@media screen and (max-width: 700px) {

	
	#modal_form .left-col {
    display: none;
}
	
	
	#modal_form .right-col {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
	
	#modal_form .order-form {
    width: 80%;
    margin: 0 auto;
}
	
	#modal_form .order-form .title {
    font-size: 30px;
}
	
	#modal_close {
    width: 20px;
    height: 20px;
    top: 30px;
    right: 30px;
    
}
	
	
	
	.m-menu {
    display:block!important;
}
	
	
	
}










