.ok_write {
	text-align: center;
	display: inherit;
	padding: 0 5vw 40px 5vw;
}
.error {
	border:1px solid #f00 !important;
}
#cboxOverlay {
	display:none;
    position: fixed;
    width: 100%;
    height: 100%;
	opacity: 0.6;
	top: 0;
	left: 0;
	z-index:1100;
	background:#000;
	transition: all 0.3s ease;
}
.class_form .popClose {
	height: 20px;
	width: 20px;
	background: url("/img/white_close.png")  no-repeat center center;
	background-size: contain;
	border: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: all 0.3s ease 0s;
}
.class_form .popClose:hover {
	cursor: pointer;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: all 0.3s ease 0s;
}
.class_form {
	display:none;
	width:32vw;
	position:fixed;
	z-index:1200;
	background:#fff;
	border:1px solid #fff;
	top:0;
	margin: 6vw 34vw 0 34vw;
}
.class_form h1{
	text-align:center;
	font-family: 'RSSRegular';
	font-size: 1.8vw;
	font-weight: 400;
	color: #fff;
	padding: 9.4vw 2vw 1.56vw;
	margin: 0;
}
.class_form .img_call {
	display:block;
	width:100%;
	background: url("/img/form_call.jpg") center top no-repeat;
	background-size: 100% auto;
}
.class_form .div_block_input{
	padding:1.56vw 2.6vw;
}
.class_form form {
	padding: 0;
}
.class_form form .field {
	padding:10px 0px;
}
.class_form form label {
	font-size: 14px;
	font-family: 'RSSLight';
	font-weight: 400;
	color: #979797;
}
.class_form form input[type="submit"] {
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 46px;
	width:100%;
	margin:20px 0;
	transition: all 0.3s ease 0s;
	background: #000;
	border:1px solid #000;
}
.class_form form input[type="submit"]:hover {
	color:#000;
	border:1px solid #bebebe;	
	background: #bebebe;
	cursor:pointer;
	transition: all 0.3s ease 0s;
}
.class_form form input[type="text"]{
    display: block;
    padding: 0 15px;
    width: 100%;
    height: 46px;
    font-weight: normal;
    font-size: 16px;
    color: #161410;
	font-family: 'RSSRegular';
	border: 1px solid #bababa;
}
.class_form form textarea {
    display: block;
	height: 110px;
	padding:15px;
	width: 100%;
    font-weight: normal;
    font-size: 16px;
    color: #161410;
	font-family: 'RSSRegular';
	border: 1px solid #bababa;
}
@media  (max-width: 1200px) {
	.class_form {
		width: 40vw;
		margin: 6vw 30vw 0 30vw;
	}
	.class_form h1{
		font-size: 2.5vw;
	}
	.class_form form input[type="text"], .class_form form input[type="submit"] {
		font-size: 14px;
	}
	.class_form form textarea {
		font-size: 14px;
	}
	.class_form form label {
		font-size: 12px;
	}
}
@media  (max-width: 768px) {
	.class_form {
		width: 80vw;
		margin: 5vw 10vw 0 10vw;
/*		position:absolute;   */
	}
	.class_form .div_block_input{
		padding:3vw;
	}
	.class_form h1{
		font-size: 4vw;
		padding: 15vw 3vw 3vw;
	}
}
@media  (max-width: 480px) {
	.class_form {
		width: 100vw;
		margin:0;
	}
	.class_form .div_block_input{
		padding:5vw;
	}
	.class_form h1{
		font-size: 6vw;
		padding: 22vw 5vw 6vw;
	}
}