@media(min-width: 1024px) {
  .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 {
    display: flex;
    justify-content: center;
  }

  .content-body__button{
    height: 530px;
  }

  .content-body__question {
    margin-top: 12px;
  }

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

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

  .content__main-text {
    display: flex;
    margin-top: 26px;
  }

  .content__step_last .content__main-text {
    min-height: auto;
  }

  .content__main-text p {
    margin-top: auto;
  }

  .content__final {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }

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

  .content__final-picture {
    margin: 0 0 5px 20px;
  }

  .share__last .share__body {
    flex-direction: row;
  }

  .share__last .share__title {
    margin-top: 0;
  }
}
