@media(min-width: 730px) {
  .main {
    overflow-x: hidden;
    max-width: 100%;
  }

  .header__wrapper {
    max-width: 1480px;
    margin: 0 auto;
    height: 100px;
  }

  .header__logo-container {
    align-items: center;
  }

  .header__logo-mk-image {
    width: 100px;
    height: 30px;
  }

  .header__logo-image {
    width: 340px;
  }

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

  .share__wrapper_active .share__body {
    position: static;
    justify-content: flex-end;
    margin-right: 10px;
    width: auto;
    box-shadow: none;
  }

  .share__title {
    display: block;
    margin: 0;
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
  }

  .share__button {
    width: 44px;
    height: 44px;
  }

  .share__wrapper_active .share__button:before,
  .share__wrapper_active .share__button:after {
    top: 21px;
    left: 13px;
  }

  .header__button {
    width: auto;
  }

  .header__button-text {
    display: block;
  }

  .header__share_active .header__button-text {
    display: none;
  }

  .header__logo-mk-picture {
    width: 100px;
    height: 30px;
  }

  .content-head {
    flex-direction: row;
    max-width: 1071px;
  }

  .content-head__timer {
    margin: 0 0 0 auto;
  }

  .timer {
    flex-direction: row;
  }

  .content__game {
    position: static;
    width: 485px;
    height: 723px;
    background-image: none;
  }

  .content-body {
    overflow: hidden;
  }

  .content-body__button {
    width: 190px;
    height: 723px;
    background-position: center center;
    background-size: 223px 236px;
  }

  .content-body__button:hover,
  .content-body__button:focus,
  .content-body__button:active {
    background-size: 145px 145px;
    background-position: center center;
  }

  .content-body__button-text {
    margin: 0 auto;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

  .content-body__subheader {
    margin: 53px auto auto auto;
  }

  .content-body__icon-round {
    position: static;
    top: auto;
    left: auto;
    width: 130px;
  }

  .content-body__question {
    margin-top: 108px;
    margin-bottom: 74px;
    font-size: 20px;
    line-height: 1.3;
  }

  .content-body__item {
    display: flex;
  }

  .content__step {
    position: relative;
    padding: 30px 40px;
    height: 100%;
    background-color: transparent;
  }

  .content__game-title {
    display: none;
  }

  .content__main-text {
    position: relative;
    z-index: 2;
    margin: 14px 0 10px;
    padding: 0;
  }

  .question-counter__question-number {
    padding-top: 6px;
  }

  .question-counter__number-of-question {
    padding-bottom: 6px;
  }

  .question-counter__question-number,
  .question-counter__slash,
  .question-counter__number-of-question {
    min-width: 26px;
    font-size: 18px;
    line-height: 20px;
    margin: 0 10px;
  }

  .content__question-item,
  .content__answer {
    font-size: 16px;
    padding: 16px 20px 24px 70px;
  }

  .content__step_last .content__main-text {
    font-size: 14px;
    line-height: 1.43;
  }

  .share_active {
    display: block;
  }

  .content__list-element {
    padding: 0 8% 0 16%;
    margin: 0 10%;
    font-size: 16px;
    line-height: 20px;
  }

  .content__share {
    flex-direction: row;
    align-items: center;
  }

  .last__share {
    margin: 0 20.5%;
    justify-content: center;
  }

  .content__final-picture {
    margin-bottom: 40px;
    width: auto;
    height: 150px;
  }

  .content__list-element p {
    margin-left: -34px;
  }

  .content__progress-buttons {
    margin: 0 0 15px auto;
  }

  .content__popup p {
    font-size: 12px;
  }

  .footer {
    margin-top: 0;
  }

  .footer__controls {
    margin: 19px auto 17px 0;
  }

  .footer__logo-text {
    width: 488px;
  }

  .constitution {
    top: 15vh;
    height: 80vh;
    width: 795px;
  }

  .constitution__body {
    padding: 0;
  }

  .constitution__header {
    height: 54px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }

  .constitution__header-button-text {
    padding: 10px 111px 12px 84px;
  }

  .constitution__body tr {
    display: block;
  }

  .constitution__left-column {
    padding: 0 10px 0 84px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .constitution__right-column {
    margin: 0;
    padding: 0 16px 0 12px;
    width: 300px;
  }

  .constitution__left-column h3 {
    margin: 41px 0 41px 0;
    font-size: 26px;
    line-height: 1.23;
  }

  .constitution__left-column h4 {
    margin: 41px 0 20px 0;
    font-size: 20px;
    line-height: 1;
  }

  .constitution__index {
    left: -40px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 18px;
    line-height: 3.11;
  }

  .constitution__top-link {
    font-size: 14px;
    line-height: 2.17;
    color: inherit;
    text-decoration: none;
    width: auto;
    padding: 10px 270px 12px 84px;
  }
}
