@media(min-width: 1280px) {

  .header__button {
    display: none;
  }

  .share__title,
  .header__share {
    display: flex;
    align-items: center;
  }

  .share__title {
    margin-right: 15px;
  }

  .content__game .share__title {
    display: none;
  }

  .header__share .share {
    display: flex;
  }

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

  .content-head__title {
    width: auto;
  }

  .content__main-text {
    font-size: 18px;
    line-height: 1.33;
  }

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

  .content-body__button{
    height: 562px;
  }

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

  .content__game {
    height: 562px;
  }

  .question-counter {
    left: 90px;
  }

  .content__step_last .content__final-picture {
    margin-bottom: 40px;
  }

  .content__step_last .content__progress-buttons {
    margin-top: -70px;
  }

  .footer__controls {
    display: none;
  }

  .footer__video {
    padding-top: 77px;
  }

  .footer__video-button-img {
    width: 112px;
    height: 112px;
    border-radius: 56px;
  }

  .gubernator {
    width: 989px;
    height: 555px;
  }

  .gubernator__text-field {
    height: 474px;
  }

  .gubernator__text {
    height: 661px;
  }

  .gubernator__text-field h3 {
    font-size: 22px;
  }

  .gubernator__text-field p {
    font-size: 18px;
  }

  .gubernator__reveal-text {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-position: 7px 7px;
  }
}
