#search_block_top {
  position: relative;
  border-bottom: 1px solid #fff; }
  @media (max-width: 987px) {
    #search_block_top {
      border: none;
      margin-bottom: 1px;
      background: #e9e9e9; } }
  #search_block_top .btn.button-search {
    background: none;
    display: block;
    height: 100px;
    width: 100%;
    border: none;
    text-align: center;
    line-height: 100px;
    color: #bdbdbd;
    padding: 0; }
    @media (max-width: 987px) {
      #search_block_top .btn.button-search {
        height: 65px;
        line-height: 65px; } }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "\e13d";
      font-family: "material-design";
      font-size: 31px;
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      -webkit-transition: all 0.1s ease;
      transition: all 0.1s ease; }
    #search_block_top .btn.button-search:hover {
      color: #333; }
  #search_block_top #search_query_top {
    display: none;
    padding: 40px 29px 40px 29px;
    height: 100px;
    border: none;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    right: 100%;
    text-transform: uppercase;
    width: 264px; }
    @media (max-width: 987px) {
      #search_block_top #search_query_top {
        width: 255px;
        height: 65px;
        padding: 23px 12px 20px 12px; } }
  #search_block_top .currentBox {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    cursor: pointer; }
    #search_block_top .currentBox.active {
      display: none; }
      #search_block_top .currentBox.active + input {
        animation: 0.4s ease-in-out 0s normal none 1 moveFromLeft;
        -webkit-animation: 0.4s ease-in-out 0s normal none 1 moveFromLeft; }
        #search_block_top .currentBox.active + input + .btn.button-search:before {
          font-size: 41px;
          color: #333; }

.ac_results {
  background: white;
  border: 1px solid #e5e5e5;
  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: #f1f1f1; }

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; }

@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -webkit-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -moz-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

  to {
    -ms-transform: translateX(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }
