.form-onload{
	display: none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align: center;
	z-index: 1000;
}
.fon-onload{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align: center;
	z-index: 1;
	background: #000;
	opacity: 0.7;
}

div.form-calback h2{
	color: #2e1d66;
}
p.p-first{
	font-size: 12px;
	font-weight: bold;
}
.close-form{
	width: 25px;
	line-height: 25px;
	height: 25px;
	position: absolute;
	z-index: 2;
	color:#000;
	text-align: center;
	font-size: 18px;
	top:0;
	right:0;
	cursor: pointer;
}
div.form-calback{
	display: inline-block;
	background: #fff;
	color:#000;
	text-align: center;
	font-size: 13px;
	padding: 10px 20px 10px 20px;
	width: 320px;
	margin-top: 70px;
	position: relative;
	z-index: 2;
	font-family: 'Open Sans', sans-serif;
}
.form-calback .senconsult{
	display: inline-block;
	width: 100px;
	text-align: center;
	line-height: 30px;
	height: 35px;
	background: #2e1d66;
	cursor: pointer;
	border: none;
	color:#fff;
}
.form-calback input[type="text"]{
	width: 100%;
	line-height: 30px;
	height: 30px;
	font-size: 13px;
	padding: 0;
	margin: 0 0 15px 0;
	text-align: left;
	text-indent: 8px;
}
.form-calback textarea{
	width: 100%;
	height: 80px;
	font-size: 13px;
	padding: 0;
	margin: 0 0 15px 0;
	text-align: left;
	text-indent: 8px;
	resize: none;
}
.form-calback p.politika{
	font-size: 11px !important;
	line-height: 12px;
	margin: 15px 0 15px 0;
	text-align: left;
}
.form-calback p.politika a{
	text-decoration: underline;
	color:#fff;
}
.form-calback .status{
	display: none;
	background: rgb(6, 222, 150);
	padding: 20px;
	font-weight: bold;
}