.header-bottom {
  display: flex;
}

@media (max-width: 1200px) {
  .header__bottom {
    display: none;
  }
}