#callback_form_wrap{
    position: absolute; 
    left:0;
    right: 0;
    margin-top: -14px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow:    0px 0px 7px 0px rgba(0, 0, 0, 0.8);
    box-shadow:         0px 0px 7px 0px rgba(0, 0, 0, 0.8); 
    z-index: 200;
    height: 0;
    overflow: hidden;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    text-align: center;
	z-index:1000;
}


#callback_form_wrap.open{
    height: 270px;    
	z-index:300;
}
#callback_form_wrap input{
    outline-color: #fbde00;
    margin:5px auto 10px auto;
    width: 70%;
}
.input_error{
    border: 1px solid #dd4b39;
}
.callback_form span.btn{
    width: auto;
}
#call-submit{
    width: 70%;
    margin-top: 7px;
}
header #call-submit{
	padding:6px 15px;	
}

#callback_form_wrap .close{
    font-size: 1.5em;
    position: absolute;
    right: 10px;
    top:10px;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
	z-index:1001;
	cursor:pointer;
	opacity:0.2;
}
#callback_form_wrap .close:hover{
	opacity:0.65;
}
#callback_form_res {
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
	z-index:1000;
}
#call_res_top{
    color: #189F12;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -1em;
}
@media (max-width: 1199px){
    #callback_form_wrap {
        position: fixed;
        margin: auto;
    }
}
@media screen and (min-width:992px){
    #callback_form_wrap{
	right: 0px;
	left: auto;
	width: 35%;
	margin-top: 0px;
	max-width: 400px;
    }
}
@media (max-width: 991px){
        #callback_form_wrap {
            width: 50%;
        }
}
@media (max-width: 767px){
        #callback_form_wrap {
                width: 60%;
        }
}
@media (max-width: 479px){
        #callback_form_wrap {
                width: 90%;
        }
}
.callback_open {
    cursor: pointer;
}

.btn.btn-red {
	color:#fff; background:#DF1641;
}
.btn.btn-red:hover{
	background:#BD0D33;
}
.form.top_form input.inputtext{
	line-height:33px;
	height:33px;
    margin-bottom: 10px;
    margin-top: 5px;}
	
.form.top_form .btn.btn-red{
	
}

#callback_form_res .h3{color:#000;}

.policy {
    color: #b3b3b3;
    font-size: 11px;
    width: 90%;
    display: block;
    margin: 10px auto 0 auto;
}
.policy a {
    text-decoration: none;
    border: none;
}
/*.policy.s_checkbox_l label{
	padding-left:18px;
}
.policy.s_checkbox_l label::before{
    width:12px;
	height:12px;
	top:3px;
}*/