* {
	box-sizing:border-box;
	outline:none !important;
}
html * {max-height:1000000px;}
html {
   -webkit-text-size-adjust: 100%;
   text-size-adjust:100%
}

#shadow{position:fixed; z-index:2000; top:0; width:100%; height:100%; background:#000; opacity:0.9; display:none}
#res_dialog, #callback_form, .wdialog{position:absolute; top:10%; width:100%; display:none; z-index:3000}
#callback_form{position:fixed; top:30%; width:100%; display:none; z-index:3000}
/*#res_text{background-color:#FFF; border:2px solid #999; padding:30px; width:560px; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px}*/

#callback_text{background-color:#FFF; border:2px solid #999; padding:30px; width:730px; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px}
.window{width:933px; background-color:#fff; box-shadow:0 0 30px #fff; margin:0 auto; font:18px ,serif; color:000000; line-height:26px}
.window2{width:397px; background-color:#fff; box-shadow:0 0 30px #fff; margin:0 auto; font:18px ,serif; color:000000; line-height:26px; padding:20px 10px 10px 10px;}

#res_dialog .div_input{
	margin:0 auto;
	position:relative;
	}
.wdialog .div_input2{
	margin:0 auto;
	position:relative;
	background-color: #fff;
	max-width: 450px;
	padding: 50px;
	border-radius: 10px;
	box-shadow: 0 0 5px #000;

	}
.wdialog .div_input2 .text-sm {
	font-size: 10px;
	line-height: 14px;
	color: rgb(177, 177, 177);
	margin-top: 10px;
	text-align: center;

}
.wdialog .title{
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}
	@media screen and (max-width:500px) {
		
		.wdialog .div_input2{
padding: 30px;

	}
		
		
		}
.wdialog .div_input2 .input{
	max-width:100%;
	margin-bottom: 15px;

	}
.wdialog .div_input2 .btn{
	max-width:100%;
	border: none;
	text-align: center;
	padding-left: 0!important;
	margin-top: 5PX;

}



.close{
	position:absolute;	
	z-index:10;
	margin:-50px -20px 0 0;
	right:0;
	}
#popup_div .application{
	background-color:#083372;
	width:299px;
	text-align:center;
	padding:30px 20px 20px 20px;
	box-sizing:border-box;
	font-size:26px;	
	box-shadow:0 0px 30px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0px 30px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0px 30px  rgba(0, 0, 0, 0.3);
	margin:0 auto;
	color:#fff;
	line-height:35px;
}
	
.anim, .anim2{visibility: hidden; max-width:800px;}	
.error{ border:solid 1px red;}

