#search_block_top {
  float: left;
  padding: 62px 15px 0;
  margin-bottom: 20px; }
  #search_block_top #searchbox {
    background: #fff;
    border: 1px solid #e2e2e2;
    max-width: 390px;
    padding-right: 50px;
    position: relative;
    width: 390px; }
  #search_block_top .btn.button-search {
    background: #007ee1;
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    border: none;
    color: white;
    min-width: 90px;
    text-align: center;
    height: 40px;
    padding: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #search_block_top .btn.button-search span {
      font-size: 16px;
      line-height: 20px; }
    #search_block_top .btn.button-search:hover {
      background: #000; }
  #search_block_top #search_query_top {
    background: none;
    border: none;
    display: inline-block;
    height: 38px;
    padding: 10px 44px 10px 13px; }
  @media (max-width: 1199px) {
    #search_block_top {
      padding-top: 34px; } }
  @media (max-width: 991px) {
    #search_block_top {
      float: none;
      overflow: hidden;
      padding: 24px 0 0; }
      #search_block_top #searchbox {
        display: inline-block;
        width: 100%; } }

.ac_results {
  background: white;
  border: 1px solid #e2e2e2;
  width: 271px;
  margin-top: -1px; }
  .ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px; }
    .ac_results li.ac_odd {
      background: white; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333333; }
  form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  form#searchbox .btn.btn-sm {
    float: left; }
    form#searchbox .btn.btn-sm i {
      margin-right: 0; }
