.header-top {
  height: auto !important;
  width: 100% !important;
}

.header-top__container {
  width: 100% !important;
  flex-wrap: wrap;
}

.header-top__left {
  flex-wrap: nowrap;
}

@media (max-width: 450px) {
  .header-top__right {
    flex: 1;
  }

  .header__auth-buttons {
    width: 100%;
  }
}
