@media screen and (max-width: 1050px) {
  .header__bottom-wrappper,
  .header__top-wrapper {
    width: 100vw;
    justify-content: center;
  }
  .header__bottom-nav {
    white-space: nowrap;
    overflow: scroll;
  }
  .header__top-right,
  .header__top-left {
    display: none;
  }
}

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