#search_block_top {
  float: right;
  padding-left: 15px;
  width: 334px;
  }
  .spissokk {
    float: right;
    border-left: 1px solid #d20000;
    padding: 0 40px;
    height: 51px;
    display: inline-block;
    vertical-align: middle;
    margin: 55px 0 0;
}
  .spissokk a {
    text-decoration: none;
    margin: -32px 0 15px;
    display: block;
    color: #000;
  }
  .spissokk a:hover {
    text-decoration: underline;
  }
  #phone_block_top {
    float: right;
    color: #555555;
    font-size: 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 31px;
    text-align: left;
    border-left: 1px solid #d20000;
    border-right: 1px solid #d20000;
    margin: 55px 220px 0 0;
}
#phone_block_top b {
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    padding: 0 8px;
}
#phone_block_top b + b {
    border-left: 1px solid #d20000;
}
  #phone_block_top span a {
    color: #d20000!important;
  }
  #phone_block_top span {
    display: block;
    /* text-transform: uppercase; */
    color: #d20000;
    font-size: 12px;
    margin: 0;
    line-height: 20px;
}
  @media (max-width: 767px) {
    #search_block_top {
      float: none;
      padding: 30px 15px 30px 15px;
      clear: both; } }
  #search_block_top #searchbox {
    float: left;
    width: 100%;
    border: 3px solid #ececec;
    position: relative;
    background: none;
    padding-right: 53px; }
  #search_block_top .btn.button-search {
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
    border: none;
    color: white;
    width: 53px;
    background: #333333;
    text-align: center;
    padding: 6px 0 6px 0; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "\e03a";
      font-family: "general-ui";
      display: block;
      font-size: 41px;
      line-height: 41px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      background: #d20000;
      }
  #search_block_top #search_query_top {
    display: inline-block;
    padding: 12px 10px 13px 15px;
    height: 47px;
    border: none;
    background: none;
    width: 100%;
    background: none;
    font-weight: 300;
    color: #888888;
    }
    @media (max-width: 1200px) {
      #search_block_top #search_query_top {
        width: 430px; } }
    @media (max-width: 991px) {
      #search_block_top #search_query_top {
        width: 230px; } }
    @media (max-width: 767px) {
      #search_block_top #search_query_top {
        width: 100%; } }

.ac_results {
  background: white;
  border: 1px solid #ececec;
  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: white; }

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; }