

/* Start:/local/templates/biz_s_adaptive2/components/bitrix/form.result.new/callback-V1/style.css?17658132872108*/
table.callback-table {
  font-size:100%;
  font-weight:normal;
  line-height:150%;
  width:100%;
}
table.callback-table  input,
table.callback-table  textarea
{
  width:480px;
  padding:0 10px;
}
.callback-table input
{
  border:1px solid rgb(217,217,217);
  border-radius:2px;
  font-size:15px;
  line-height:38px;
  background-color:white;
  text-align:left;
  font-weight:300;	
}

table.callback-table  textarea
{
  height:200px;
  resize: none; 
  line-height:20px;
  font-size: 1em;
  border-radius:2px;
}

.callback-table select
{
  font-size:1em;
  width:100%;
  min-width:auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  outline: none;
  padding: 6px 19% 6px 5px;
  line-height:20px;

  border:1px solid transparent;
  background-color:white;	
  color:black;
}
.callback-table .input_box.dropdown 
{
  position: relative;
  display:block;
  overflow:hidden;
  width:500px;
  max-width:500px;
  border:1px solid rgb(217,217,217);
}
.callback-table .input_box.dropdown.form_required 
{
  border:1px solid red;
}

.callback-table .input_box select::-ms-expand 
{
  display: none;
}
.callback-table .input_box.dropdown:after 
{
  font-family: 'Material Icons';
  content: "\E5C5";
  font-size: 1.7em;
  padding:0;
  position: absolute;
  right: .5em;
  top: .2em;
  z-index: 1;
  pointer-events:none;
}
.callback-table .input_box select:focus 
{
  outline: none;
}

table.callback-table td 
{
  padding: 0;
  vertical-align:middle;
  text-align: left;
  margin-bottom:5px;
}

.form-required 
{
  color: red;
}

@media screen and (max-width: 768px)
{
  .add-new-feedback
  {
    margin:0 12px;
  }
  .add-new-feedback td {
    padding: 10px 0;
    display: block;
  }
  .add_news_block input
  {
    width:auto;
  }
  ._add_news
  {
    margin-left: auto;
    margin-right: auto;		
  }	
}
@media screen and (max-width: 540px)
{
  .callback-table .input_box.dropdown,
  .add-new-feedback table.callback-table  input,
  .add-new-feedback table.callback-table  textarea
  {
    min-width:280px;
    width:100%;
    padding:0;
  }	
}
/* End */
/* /local/templates/biz_s_adaptive2/components/bitrix/form.result.new/callback-V1/style.css?17658132872108 */
