#search_block_top {
  /*bottom: 16px;*/
  bottom: 120px;
  position: absolute;
  right: 0px;
  z-index: 90; }
  #search_block_top #searchbox {
    background: #fff;
    border: 1px solid #e8e8e8;
    float: right;
    padding-right: 80px;
    position: relative;
    width: 312px; }
  #search_block_top .btn.button-search {
    background: none;
    border: none;
    border-left: 1px solid #e8e8e8;
    color: #454c55;
    display: block;
    font-size: 11px;
    padding: 11px 3px 12px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px; }
    #search_block_top .btn.button-search:hover {
      color: #ed5258; }
  #search_block_top #search_query_top {
    background: none;
    border: none;
    display: inline-block;
    height: 38px;
    padding: 7px 10px 6px 13px; }
  @media (max-width: 1199px) {
    #search_block_top {
      bottom: auto;
      float: right;
      padding-right: 20px;
      padding-top: 60px;
      position: relative;
      right: auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #search_block_top #searchbox {
      width: 100%; }
    #search_block_top .btn.button-search {
      width: 65px; } }
  @media (max-width: 767px) {
    #search_block_top {
      float: none;
      padding-right: 0;
      padding-top: 30px;
      text-align: center; }
      #search_block_top #searchbox {
        display: inline-block;
        float: none;
        text-align: left; } }
  @media (max-width: 479px) {
    #search_block_top {
      padding-right: 15px;
      padding-left: 15px; }
      #search_block_top #searchbox {
        width: 100%; } }

.ac_results {
  background: white;
  border: 1px solid #e8e8e8;
  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: #9c9c9c; }
  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; }