/*#search_block_top {*/
/*  margin-top: 30px;*/
/*}*/

/*@media (max-width: 767px) {*/
/*  #search_block_top {*/
/*    margin-top: 15px;*/
/*  }*/
/*}*/

/*@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;*/
/*  }*/
/*}*/

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

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

.blocksearch.ac_results {
  border: 1px solid #eee;
  margin-top: -1px;
  font-size: 18px;
  opacity: 0.8;
}

.blocksearch.ac_results li.ac_over {
  color: #fff;
  background-color: rgb(14, 20, 79);
}

.blocksearch.ac_results li.ac_even {
  font-size: 18px;
}
.blocksearch.ac_results li.ac_odd {
  font-size: 18px;
}
