@media(min-width: 1024px) {

  .gubernator {
    width: 735px;
    height: 413px;
  }

  .gubernator__text-field {
    height: 309px;
  }

  .gubernator__text {
    height: 491px;
  }

  .gubernator__reveal-text {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-position: 1px 1px;
  }

  .header__share_active {
    display: flex;
    align-items: center;
  }

  .header__share_active .share__title,
  .header__share_active .header__button-icon {
    display: none;
  }

  .header__share_active .share,
  .header__share_active .header__button-text {
    display: flex;
  }

  .content-body__button{
    height: 495px;
  }

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

  .content__game {
    width: 605px;
    height: 495px;
  }

  .content__question-form {
    width: 410px;
    margin: auto auto 50px auto;
  }

  .content__answer-item {
    width: 410px;
    box-sizing: border-box;
    margin: auto auto 12px auto;
  }

  .content__final {
    flex-direction: row;
    align-items: flex-start;
  }

  .content__final p {
    width: 325px;
    margin: 10px auto 0 0;
  }

  .content__step_last .content__final-picture {
    width: 160px;
    margin: 0 0 5px 0;
  }

  .content__step_last .content__progress-buttons {
    margin-top: -87px;
    z-index: 5;
  }
}

@media(min-width: 800px) {

}
