@media (max-width: 1020px) {
  .header__nav {
    display: none;
  }
  .header__actions {
    flex: 1;
  }
  .header__button-burger-menu {
    display: block;
  }
  .bonus-card__offer {
    font-size: 16px;
  }
  .bonus-card__code {
    font-size: 14px;
  }
}
@media (max-width: 950px) {
  .comparison__grid {
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .comparison__card {
    margin-bottom: 1rem;
  }
  .bonus__content {
    position: relative;
  }
  .bonus__content-left {
    position: relative;
    z-index: 100;
    margin: 0 auto;
  }
  .bonus__content-text {
    text-align: center;
  }

  .bonus__content-right {
    position: absolute;
    top: -30%;
    left: 50%;
    filter: brightness(0.3);
    z-index: 1;
  }
  .bonus__content-button {
    margin: 0 auto;
  }
  .bonus__content-block {
    flex-direction: column;
    align-items: center;
  }
  .game__columns {
    flex-direction: column;
  }

  .game__column--right {
    flex: none;
  }

  .game__action .btn {
    width: 200px;
    margin: 0 auto;
  }
  .info-game__section {
    height: 60vh;
  }
}
@media (max-width: 800px) {
  .text-image-content {
    flex-direction: column;
    position: relative;
  }

  .text-image-img {
    position: absolute;
    flex: 1 1 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
  }

  .text-image-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%) contrast(120%);
  }

  .text__block {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .brand-info {
    flex-direction: column;
  }
  .brand-button {
    min-width: unset;
  }
  .reviews__container {
    padding: 0 15px;
  }

  .review {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .review__socials {
    justify-content: center;
  }
  .review__text {
    text-align: left;
  }

  .reviews__form-wrapper {
    padding: 15px;
  }
  .bonus__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .close-button {
    padding: 10px;
  }
}
@media (max-width: 650px) {
  .bonus__content-title {
    text-align: center;
  }
  .bonus__content-block {
    flex-direction: column;
    text-align: center;
  }
  .bonus__content-right img {
    max-width: unset;
  }
  .bonus__content-left {
    padding: 0px;
  }

  .game__stock {
    flex-direction: column;
    align-items: center;
  }
  .banner__section {
    height: 80vh;
  }
}
@media (max-width: 600px) {
  .header__button {
    display: none;
  }
  .header__button--burger {
    display: flex;
  }
  .burger-menu__actions {
    display: flex;
    gap: 20px;
  }

  .brand-description-get {
    display: none;
  }
  .faq__item-trigger {
    padding: 20px 50px 20px 20px;
  }

  .faq__item-trigger::after {
    right: 20px;
  }

  .faq__item-text {
    padding: 0 20px;
  }
  .block-card__info {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .image-left {
    display: flex;
    order: 3;
    float: none;
    max-width: 250px;
    margin: 0 auto;
  }

  .block-card__info p {
    margin-bottom: 15px;
  }

  .image-right {
    display: flex;
    order: 3;
    float: none;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .info-game__section {
    height: 70vh;
  }
  .brand-card {
    flex-direction: column;
    gap: 8px;
  }
  .brand-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .brand-button {
    width: 100%;
    padding-top: 8px;
  }
  .card__icon-wrapper {
    width: 30px;
    height: 30px;
  }
  .card__icon-wrapper {
    display: none;
  }
  .card__header {
    justify-content: center;
  }
  .bonus__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 420px) {
  .header__logo-image {
    max-width: 120px;
  }
  .info-game__section {
    height: 80vh;
  }
  .info-game__block h1 {
    margin-top: 30px;
  }
  .card__title {
    font-size: 18px;
  }
  .card__check,
  .card__cross {
    font-size: 14px;
  }
  .reviews__container {
    padding: 0 10px;
  }
  .policy-consent {
    padding: 10px 0px;
  }
  .game__details {
    font-size: 14px;
  }

  .game__button {
    width: 100%;
  }
  .image-left {
    max-width: 150px;
  }

  .image-right {
    max-width: 150px;
  }
}
@media (max-width: 360px) {
  .info-game__section {
    height: 90vh;
  }
}
