#search_block_top {
  position: absolute;
  bottom: 65px;
  right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 9px 11px 5px;
  z-index: 10;
  background: #131313;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzMTMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #131313 0%, #444444 40%, #444444 60%, #131313 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #131313), color-stop(40%, #444444), color-stop(60%, #444444), color-stop(100%, #131313));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #131313 0%, #444444 40%, #444444 60%, #131313 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #131313 0%, #444444 40%, #444444 60%, #131313 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #131313 0%, #444444 40%, #444444 60%, #131313 100%);
  /* IE10+ */
  background: linear-gradient(to right, #131313 0%, #444444 40%, #444444 60%, #131313 100%);
  /* W3C */ }
  @media (max-width: 767px) {
    #search_block_top {
      position: relative;
      top: 0;
      left: 0;
      margin: 0 15px; } }
  #search_block_top:before {
    background: url(./img/search-angle-part.png) 0 0 no-repeat;
    width: 12px;
    height: 56px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -12px; }
    @media (max-width: 767px) {
      #search_block_top:before {
        display: none; } }
  #search_block_top #searchbox {
    width: 594px;
    position: relative;
    background: #fff;
    padding-right: 50px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      #search_block_top #searchbox {
        width: 100%; } }
  #search_block_top .btn.button-search {
    position: absolute;
    right: 0;
    top: 0;
    background: #fbde14;
    -moz-box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0;
    border-radius: 0 20px 20px 0;
    display: block;
    width: 50px;
    height: 28px;
    text-align: center;
    color: #131313;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
    border: none; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 19px;
      width: 100%;
      text-align: center;
      font-weight: normal; }
    #search_block_top .btn.button-search:hover {
      background: #efefef; }
  #search_block_top #search_query_top {
    margin: 0px;
    height: 34px;
    line-height: 20px;
    background: none;
    padding: 0 0 0px 12px;
    width: 100%;
    position: relative;
    vertical-align: middle;
    border: none;
    box-shadow: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-modify: read-write-plaintext-only;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.ac_results {
  background: white;
  border: 1px solid #d8d8d8;
  width: 258px;
  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: #e7e7e7; }

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