.search-form-wrapper {
  width: 100%; }
  .search-form-wrapper .searchform {
    display: flex;
    align-items: center;
    background: #fff;
    height: 46px;
    border-radius: 23px;
    overflow: hidden;
    padding: 0 24px;
    border: 2px solid #E5E5E5; }
    .search-form-wrapper .searchform input {
      width: 100%;
      flex: 1 1 650px;
      background: #fff;
      border: none;
      color: #C5C5C5;
      font-size: 13px;
      margin-right: 24px; }
      .search-form-wrapper .searchform input:focus {
        color: #000; }
    .search-form-wrapper .searchform button {
      display: block;
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
      background: url(../../../img/search-icon-black.svg) left center no-repeat;
      background-size: 20px 20px;
      border: none;
      padding: 0;
      text-indent: -9999px; }
    @media (max-width: 1024px) {
      .search-form-wrapper .searchform {
        height: 40px;
        padding: 0 16px; } }

.search-form-wrapper2 {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #D9042B;
  padding: 30px;
  height: 124px;
  transition: all .3s ease;
  transform: translateY(0);
  z-index: 990; }
  .search-form-wrapper2.active {
    transform: translateY(100%);
    background-color: #D9042B; }
  .search-form-wrapper2 form {
    display: grid;
    grid-template-columns: 1fr 32px;
    padding: 18px;
    border: 1px solid #e1e1e1;
    background: #fff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box; }
    .search-form-wrapper2 form input {
      border: none;
      line-height: 32px;
      font-size: 19px;
      height: 32px;
      padding: 0; }
    .search-form-wrapper2 form button {
      display: block;
      width: 32px;
      height: 32px;
      background: url(../../../img/search-icon-blue.svg) center no-repeat;
      background-size: 32px 32px;
      margin: 0;
      padding: 0;
      border: none;
      text-indent: -9999px; }
  @media (max-width: 1440px) {
    .search-form-wrapper2 {
      padding: 20px;
      height: 108px; }
      .search-form-wrapper2 form {
        padding: 17px; } }
  @media (max-width: 1366px) {
    .search-form-wrapper2 {
      padding: 15px;
      height: 90px; }
      .search-form-wrapper2 form {
        padding: 13px; }
        .search-form-wrapper2 form input {
          font-size: 17px; } }
  @media (max-width: 1280px) {
    .search-form-wrapper2 {
      padding: 15px;
      height: 80px; }
      .search-form-wrapper2 form {
        padding: 12px;
        grid-template-columns: 1fr 24px; }
        .search-form-wrapper2 form input {
          font-size: 16px;
          line-height: 24px;
          height: 24px;
          padding: 0; }
        .search-form-wrapper2 form button {
          width: 24px;
          height: 24px;
          background-size: 24px 24px; } }

#search_block_top2 {
  padding-top: 50px; }
  #search_block_top2 #searchbox {
    float: left;
    width: 100%; }
  #search_block_top2 .btn.button-search {
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    width: 50px;
    text-align: center;
    padding: 10px 0 11px 0; }
    #search_block_top2 .btn.button-search span {
      display: none; }
    #search_block_top2 .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 17px;
      width: 100%;
      text-align: center; }
    #search_block_top2 .btn.button-search:hover {
      color: #6f6f6f; }
  #search_block_top2 #search_query_top {
    display: inline;
    padding: 13px 60px 13px 13px;
    height: 45px;
    background: #fbfbfb;
    margin-right: 1px; }

.ac_results {
  background: #fff;
  border: 1px solid #d6d4d4;
  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: #fff; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #111111; }
  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; }

/*# sourceMappingURL=blocksearch.css.map */
