@media (max-width: 989px) {
  .header__inline-menu {
    display: none !important;
  }
  .header__icon--menu {
    display: flex !important;
  }
  .header-wrapper {
    border-top: 1px solid #2a2a2a !important;
    border-bottom: 1px solid #2a2a2a !important;
  }
}