/* Десктоп и по умолчанию */
.qform_vin { 
/*position:relative; */ 
/*width:31%;*/
padding: 2% 4%;
display:block;  
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px;
margin:0 0 4% 4%;
float:right;
background:#FFFFFF;  
/*background:#CCFFCC;  */
box-shadow: -0.4em 0.4em 5px #D9D9D9;
border-top: 1px solid #EAEAEA;
border-right: 1px solid #EAEAEA;
}

@media screen and (min-width: 992px) {  /* Альбомная 1024 х 768  */
.qform_vin {
width:31%;
/*padding: 4%;*/
/*background:#CCFFFF;*/
}
}

@media screen and (min-width: 781px) and (max-width: 991px) {  /* 980  */
.qform_vin {
width:40%;
/*padding: 4%;*/
/*background:#CCCCFF;*/
}
}

/* Портретная 768 х 1024  */
@media screen and (max-width: 780px) and (orientation: portrait)    {  
.qform_vin {
width:100%;
box-shadow: 0em 0.4em 5px #D9D9D9;
border-top: 1px solid #EAEAEA;
border-right: 1px solid #EAEAEA;
border-left: 1px solid #EAEAEA;
/*box-shadow:none;*/
/*padding: 4%;*/
margin:0 0 30px 0;
/*background:#FFFFCC;*/
}
}	

@media screen and (max-width: 320px) { /* мобильная */
    .qform_vin {
        width:100%;
        /*background:#FFCCFF;*/
        /*margin-bottom: 4%;*/
    }
}

.qform_vin form { 
display:block; 
padding:0; 
margin:0; 
margin-top:-10px; 
/*border: 1px solid #FFCCCC;*/
text-align: center;
/*border-bottom:1px solid #EAEAEA;*/
}

.qform_vin .frm_header {
margin-bottom:15px;
}
.qform_vin .frm_header, 
.qform_vin .a_phone,
.qform_vin .a_phone_dop {
font-weight: bold;
}

.qform_vin .frm_header, 
.qform_vin .a_phone {
color:#336699;
}

.qform_vin textarea { min-height:50px; }

.qform_vin hr {
margin:13px 0; 
}

.qform_vin input[type="text"], .qform_vin textarea {
width: 100%;
padding: 8px;
border: 1px solid #EAEAEA;/* #aeaeae; */
background:#F4F4F4; 
/*
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 60%;
font-style: normal; 
font-weight: 400; 
color:#A6A6A6; 
*/
}

.qform_captcha { display:inline; float:left; margin-left:20px;  }
.qform_captcha_img { cursor:pointer; padding:0 !important; border:0 !important; }

.qform_vin .error{ color:#ff0000; font-size:12px;  }

.qform_vin .agree_div{color:#999999; font-size:80%;}

.qform_vin .btn {width:100%;}

.qform_vin textarea { margin-top:0px; }

/*
.qform { position:relative; display:block; padding:15px 10px; font-family: Arial, Helvetica, sans-serif; font-size: 16px; background:#e0e0e0;  }
.qform form { display:block; padding:0; margin:0; margin-top:-10px; }
.qform textarea { min-height:50px; }
.qform .btn-primary { background:#F95446!important; color:#fff; float:right; }
.qform .error{ margin:10px 0 0px 0px; color:#ff0000; font-size:12px; float:right; }
.qform .label { margin-top:15px; color:#666; display:block; text-align:left; }
.qform .label:first-child { margin-top:0px;}
.qform hr { margin:13px 0; border-bottom:1px solid #ccc; }
.qform_text { float:left; display:inline;  }
.qform_captcha { display:inline; float:left; margin-left:20px;  }
.qform_captcha_img { cursor:pointer; padding:0 !important; border:0 !important; }
*/