.asvtcb_hidden{
  display:none;
}

.asvtcb_form_area, .asvtcb_form_area_mobile{
  position:fixed;  
  top:15%; 
  left:calc(50% - 200px);
  width:400px;
  height:576px;
  border-radius:10px;
  background-color:#fff;
  z-index:200000;
}

.asvtcb_form_area_mobile{
  height:1292px !important;
}



.asvtcb_form_area_mobile{
  left:50px;
  width:calc(100% - 100px);
  height:915px;
  font-size:40px;
  border-radius:20px;
  color:#000;
}

.asvtcb_header, .asvtcb_header_mobile{
  color:#fff;
  padding:20px;
  line-height:25px;
  border-radius:10px 10px 0 0;
  background-color:#3668f2;
}

.asvtcb_header_mobile{
  border-radius:20px 20px 0 0;
  padding:20px 20px 50px 20px;
}


.asvtcb_body, .asvtcb_body_mobile{
  padding:30px 30px 10px 30px;
  border-radius:0 0 10px 10px;
  border:1px solid #ccc;
}

.asvtcb_body_mobile{
  border-radius:0 0 20px 20px;
}

.asvt_cb_close_btn, .asvt_cb_close_btn_mobile{
  position:absolute;
  top:10px;
  right:10px;
  width:32px;
  height:32px;
  background:url(../img/basil_cross_24.png) no-repeat center;
  cursor:pointer;
}

.asvt_cb_close_btn_mobile{
  width:42px;
  height:42px;
  background:url(../img/basil_cross_42.png) no-repeat center;
}

.asvtcb_flabel{
  color:#212937;
}

.asvtcb_header_about, .asvtcb_header_about_mobile{
  color:#dae1e9; 
  text-align:left;
}

.asvtcb_header_about_mobile{
  line-height:40px;
  white-space:normal;
}

.asvtcb_header h1{
  margin:0 0 10px 0;
}

.asvtcb_header_mobile h1{
  margin:30px 0 60px 0;
}

.asvtcb_form_table, .asvtcb_form_table_mobile{
  width:100%;
  border:none;
}

.asvtcb_form_table td, .asvtcb_form_table_mobile td{
  color:#9ca1b1;
  border:none;
}

td.asvtcb_form_submit_col{
  text-align:center;
}

td.asvtcb_form_submit_col_mobile{
  text-align:center;
}



td.asvtcb_form_title_col{
  font-size:18px;
}

.asvtcb_form_table td input[type="text"], .asvtcb_form_table_mobile td input[type="text"]{ 
  width: 100% !important;
  box-sizing: border-box !important;
}

.asvtcb_form_table td textarea, .asvtcb_form_table_mobild td textarea{
  width:100%;
  height:90px;
  border-radius:5px !important;
  background-color:#f9fafb;
  border:1px solid #e5e7eb; 
}

.asvtcb_form_table_mobile td textarea{
  width:100% !important;
  height:280px !important; 
  border-radius:10px;
  border:1px solid #e5e7eb;
  background-color:#f9fafb;
}

.asvtcb_form_table_mobile td input[type="text"]{
  font-size:40px;
  padding:15px;
  border-radius:10px;
  border:1px solid #e5e7eb;
  background-color:#f9fafb;
}

input[type="text"].asvtcb_submit_button{
  margin-top:5px;
  margin-bottom:5px;
}

.asvtcb_form_area_mobile input[type="button"].asvtcb_submit_button{
  font-size:40px;
  border-radius:20px;
  margin:30px 0 30px 0;
  padding:20px;
}


.callback_label{
  display:inline-block;
  width:22px;
  height:22px;
  border-radius:5px;
  vertical-align:middle;
  border:1px solid #e1e1e1;
  background-color:#fff;
  cursor:pointer;
}

.asvtcb_form_area_mobile .callback_label{
  width:42px;
  height:42px;
}

.callback_checked{
  background:url(../img/check_24.png) no-repeat center #fff;
}

/*MOBILE*/
.asvtcb_form_area_mobile .callback_checked{
  background:url(../img/check_42.png) no-repeat center #fff;
}

