@media(min-width: 1280px) {

  .header__button {
    display: none;
  }

  .content-head {
    max-width: 1191px;
  }

  .content__step {
    background-position: 33px 31px;
  }

  .content-body__button{
    height: 620px;
  }

  .content-body__question {
    margin-top: auto;
    min-height: 104px;
  }

  .content-body__slider-buttons {
    display: none;
  }

  .content__game {
    height: 620px;
  }

  .question-counter {
    left: 90px;
  }

  .content__final-picture {
    height: auto;
  }

  .content__share {
    margin-top: 20px;
  }

  .footer__controls {
    display: none;
  }

  .footer__wrapper {
    max-width: 1184px;
  }

  .footer__link-more {
    justify-content: flex-end;
  }
}
