/*===Формы===*/
#modal1,#modal2,#modal3{
	display:none;
}
.modal_wrap{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height:1200px;
	background:rgba(0,0,0,0.7);
	z-index:99999999999999999999;
}
.formX1 .fa-close{
	display:block;
	width:30px;
	padding:5px 0;
	margin:-15px -15px 0 0;
	line-height:20px;
	text-align:center;
	background:#e64646;
	color:#fff;
	cursor:pointer;
	float:right;
}
.formX1 .fa-close:hover{
	background:#ffc000;
	color:#fff;
}
.formX1{
	display:block;
	width:100%;
	margin:30px auto;
	max-width:360px;
	min-width:auto;
	padding:0;
	box-sizing:border-box;
	background:#eee;
	border:5px solid #eee;
}
.formX1 h1{
	margin:0 0 10px;
	font-size:25px !important;
	text-align:center !important;
	text-transform:uppercase;
	color:#000 !important;
	text-shadow:0 0 5px #fff;
	line-height:1.3em !important;
}
.formX1 p{
	color:#000 !important;
	line-height:1.5em !important;
	padding:0 0 10px !important;
	font-size:15px !important;
	text-align:justify !important;
}
.forms_main{
	display:block;
	width:100%;
	padding:1.8em 1.5em;
	box-sizing:border-box;
}
.formX1 input,.formX1 textarea{
	width:100%;
	display:block;
	margin:0 auto;
	box-shadow:0 0 6px #aaa;
	line-height:1.5em !important;
	font-size:14px;
	font-family:Arial,Tahoma;
	color:#000;
	letter-spacing:0.6px;
	min-width:auto;
	max-width:auto;
	min-height:auto;
	max-height:auto;
	height:auto;
	padding:10px 15px !important;
	border:none !important;
	margin:0 0 15px !important;
	box-sizing:border-box;
}
.formX1 textarea{
	min-height:130px !important;
}
.formX1 input.inited{
	display:inline !important;
	width:15px !important;
	height:15px !important;
	padding:0 !important;
	border:none !important;
	box-shadow:none !important;
}
.formX1 a.accepter{
	padding:0 0 0 5px !important;
	display:inline !important;
	text-align:left !important;
	color:#333 !important;
	font-size:13px !important;
	font-family:Arial,Tahoma;
}
.formX1 .but1{
	margin:10px auto -10px !important;
	color:#fff;
}
.but1,.but2{
	display:block !important;
	margin:10px auto !important;
	text-decoration:none !important;
	padding:15px 20px !important;
	max-width:170px;
	text-align:center !important;
	border:none !important;
	font-size:15px;
	font-weight:bold;
	font-family:Arial,Tahoma;
	line-height:1.5em !important;
	cursor:pointer !important;
	background:#5cb85c;
	color:#fff !important;
}
.but1:hover{
	background:#ffc000;
	text-shadow:0 0 5px #fff;
	box-shadow:none;
	color:#333 !important;
}
.but2{
	display:block !important;
	margin:10px auto !important;
	padding:15px 20px !important;
	background:#ffc000;
	color:#fff;
}
.but2:hover{
	background:#5cb85c;
	color:#fff;
}
/* CAPTCHA */
.captch_img{
	background:url('/auto.loc/captcha/bg_capcha.png');
	width:150px;
	height:40px;
	margin:0 0 -2px;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
/* Скругление краёв */
.formX1 .fa-close{
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	border-radius:50%;
}
.formX1 input,.formX1 textarea,.but1,.but2{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
.formX1{
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}
.captch_rld{
	float:right;
	margin:-30px 10px 0;
	cursor:pointer;
	color:#5cb85c;
}
.captch_rld:hover{
	color:#ffc000;
}
/* Переходы */
.formX1 .fa-close,.but1,.but2{
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
}
/* Адаптация */
@media screen and (max-width:480px){
	.but1,.but2{
		max-width:100%;
	}
	.formX1{
		margin:0 auto;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		-khtml-border-radius:0;
		border-radius:0;
	}
	.formX1 .fa-close{
		width:30px;
		padding:5px 0;
		margin:0;
	}
}