#search_block_top {
  margin-top: 70px;
}



#search_block_top #search_query_top {
  height: 34px;
  font-size: 14px;
  border-top: none;
  box-shadow: none;
  border-left: none;
  border-right: none;
}

#search_block_top .btn {
  height: 34px;
  padding: 0 10px;
  background: transparent;
  color: #ddd;
  border: none;
  border-bottom: 1px solid #ddd;
}

.blocksearch.ac_results {
  border: 1px solid #eee;
  margin-top: -1px;
}

.blocksearch.ac_results li.ac_over {
  color: #fff;
  background-color: #ff6f61;
}
.header_mobile_phone,p#header_user_info{
  display: none;
}
@media (max-width: 767px) {
  #search_block_top {
    margin-top: 0px;
    padding-left: 0;
  }
  .header_mobile_phone,p#header_user_info{
    display: block;
  }
  a.header_tel-mobile i.icon.icon-phone {
    transform: rotate(245deg);
    font-size: 25px;
    margin-top: 8px;
    margin-left: -5px;
}
a.header_tel-mobile {
  color: #fff;
}
  #search_block_top #search_query_top{
    height: 40px;
    border-radius: 4px 0 0 4px;
  }
  #search_block_top .btn {
    height: 40px;
    padding: 0 10px;
    background: #fff;
    color: #ddd;
    border: none;
    border-bottom: none;
    margin-top: -1px;
    border-radius: 0 4px 4px 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  #search_block_top {
    margin-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #search_block_top {
    margin-top: 20px;
  }
}