#search_block_top {
  float: right;
  padding: 7px 32px 0 0; }
  @media (max-width: 1024px) {
    #search_block_top {
      padding: 30px 20px 0 0; } }
  #search_block_top .search__open {
    font-size: 29px;
    line-height: 1em;
    color: #333333;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1024px) {
      #search_block_top .search__open {
        color: white; } }
    #search_block_top .search__open:hover {
      color: #1fc0a0; }
      @media (max-width: 1024px) {
        #search_block_top .search__open:hover {
          color: #333333; } }
  #search_block_top #searchbox {
    width: 100%;
    position: absolute;
    top: 15%;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    left: 0;
    padding-right: 62px;
    background: #fff;
    z-index: 10; }
  #search_block_top .button-search,
  #search_block_top .search__close {
    display: block;
    position: absolute;
    top: 0;
    right: 63px;
    color: white;
    border: none;
    background: none;
    padding: 0;
    width: 50px;
    text-align: center;
    color: #333333;
    font-size: 29px;
    line-height: 50px;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #search_block_top .button-search span,
    #search_block_top .search__close span {
      display: none; }
    #search_block_top .button-search:hover,
    #search_block_top .search__close:hover {
      color: #1fc0a0; }
  #search_block_top .search__close {
    right: 0; }
  #search_block_top #search_query_top {
    border: 1px solid #e5e5e5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 51px;
    font-size: 16px;
    line-height: 21px;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
    padding-right: 62px;
    text-transform: none; }
    #search_block_top #search_query_top:focus {
      box-shadow: none; }
    #search_block_top #search_query_top:focus {
      box-shadow: none; }

body .ac_results {
  background: white;
  border: 1px solid #e5e5e5;
  width: 271px;
  margin-top: -1px;
  display: none; }
  body .ac_results li {
    padding: 8px 10px;
    font-weight: normal;
    color: #777;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer; }
    body .ac_results li.ac_odd {
      background: white;
      color: #777; }
    body .ac_results li:hover, body .ac_results li.ac_over {
      background: whitesmoke;
      color: #1fc0a0; }

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 .button.button-small {
    float: left; }
    form#searchbox .button.button-small i {
      margin-right: 0; }
