@media screen and (max-width: 990px) {
  .bottom-header-menu, .header__icon.mobile-hide-icon, .header-contact{
    display:none;
  }
  .middle-search-bar {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }
}

