@media (max-width: 991px) {
  header#header .search_wrap {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 8px 10px 10px !important;
    background: rgba(0,0,0,.94) !important;
    border-top: 1px solid rgba(255,255,255,.06) !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.22) !important;
    z-index: 99999999 !important;
    box-sizing: border-box !important;
    display: block !important;
  }

  header#header .search_wrap:not(.open-it) {
    display: none !important;
  }

  header#header .search_wrap input,
  header#header .search_wrap input#search_content {
    width: 100% !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 46px 0 14px !important;
    border: 1px solid #debb4c !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.04) !important;
    color: #fff !important;
    font-size: 13px !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.04),
      0 4px 12px rgba(0,0,0,.12) !important;
    outline: none !important;
    box-sizing: border-box !important;
  }

  header#header .search_wrap input::placeholder,
  header#header .search_wrap input#search_content::placeholder {
    color: rgba(255,255,255,.5) !important;
  }

  header#header .search_wrap .input_search,
  header#header .search_wrap button {
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    transform: translateY(-50%) !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 0 !important;
    color: transparent !important;
    cursor: pointer !important;
    z-index: 3 !important;
  }

  header#header .search_wrap .input_search::before,
  header#header .search_wrap button::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 6px;
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23debb4c' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");
  }

  .search-window-visible #header,
  .search-window-visible header#header {
    margin-bottom: 54px !important;
  }
}