@media (max-width: 1800px) {}

@media (max-width: 1000px) {
  .burger {
    display: block;
  }

  .nav__item {
    display: none;
  }

  .jackpot__box {
    padding-top: 200px;
  }

  .header__container {
    justify-content: flex-end;
  }

  .app__container {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  .hero__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero__slider {
    height: 900px;
  }
}

@media (max-width: 500px) {
  .dsd {
    display: none;
  }

  header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  main {
    padding-top: 55px;
  }

  .categories__grid,
  .app__stores {
    display: flex;
    flex-direction: column;
  }

  .app__box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .jackpot__amount {
    font-size: 40px;
  }
}