@media (max-width: 1800px) {}

@media (max-width: 1000px) {
  .burger {
    display: block;
  }

  .nav__item {
    display: none;
  }
}

@media (max-width: 800px) {
  .games__grid {
    width: 100%;
  }
}

@media (max-width: 500px) {

  .bonus__hero__grid,
  .games__hero__grid {
    display: flex;
    flex-direction: column;
  }

  .article__offer__mini,
  .register__hero__steps,
  .register__hero__grid,
  .fastpayouts__hero__grid {
    display: flex;
    flex-direction: column;
  }
}