@media (max-width: 1024px) {
  .store .store__grid {
    display: grid;
    grid-template-columns: 300px 300px;
    justify-items: center;
    justify-self: center;
  }
  .store .store__card {
    max-width: 300px;
  }
  .game {
    padding: 75px 0;
  }
  .game .game__image {
    margin-left: auto;
    right: -15px;
    position: relative;
    transform: unset;
  }
  .game .game__block {
    margin-bottom: 20px;
    max-width: unset;
  }
  .char {
    padding: 75px 0;
  }
  .update {
    background-size: 300px 300px;
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .store .store__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    justify-self: unset;
  }
  .char .cahr__flex {
    flex-direction: column;
  }
  .char .char__block {
    max-width: unset;
  }
  .update {
    background-position: bottom right;
  }
  .update .update__block {
    gap: 30px;
    max-width: 80%;
    margin-left: unset;
  }
  .footer .footer__flex {
    flex-direction: column;
    align-items: baseline;
  }
}
@media (max-width: 576px) {
  .header__block {
    gap: 15px;
  }
  .hero {
    padding-top: 20px;
    background-image: url(../img/hero-bg-576.webp);
  }
  .hero .hero__logo {
    display: block;
    margin: 0 auto;
    width: 276px;
    height: 143px;
  }
  .store {
    padding-bottom: 60px;
    position: relative;
    top: -2px;
  }
  .store .store__grid {
    grid-template-columns: 1fr;
  }
  .store h1 {
    padding-top: 20px;
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 30px;
  }
  .game {
    padding: 25px 0;
  }
  .game .game__image {
    min-height: 195px;
    max-width: 345px;
  }
  .game .game__block p {
    max-width: unset;
  }
  .game .game__block .game__btns img {
    max-height: 40px;
    max-width: 120px;
  }
  .char {
    padding: 25px 0;
  }
  .char .char__block p {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
  }
  .char .cahr__flex img {
    height: 365px;
  }
  .news {
    padding: 25px 0;
  }
  .update {
    padding: 25px 0;
    background-size: 150px 150px;
  }
  .update .update__block h2 {
    font-size: 28px;
  }
  .update .update__block p {
    font-size: 16px;
  }
  .update .update__links svg {
    width: 30px;
    height: 30px;
  }
  .footer {
    padding-bottom: 100px;
  }
  .footer .footer__btns img {
    max-width: 120px;
    max-height: 40px;
  }
  .footer .footer__links svg {
    width: 30px;
    height: 30px;
  }
}/*# sourceMappingURL=media.css.map */