@media screen and (min-width: 990px) and (max-width: 1700px) {
  .header--middle-left .custom-header-search {
    display: none !important;
  }
}

@media screen and (min-width: 990px) and (max-width: 1099px) {
  .header--middle-left .header__inline-menu {
    display: none !important;
  }

  .header--middle-left header-drawer {
    display: flex !important;
    justify-content: flex-end;
  }
}
