@media(min-width: 950px) {
  .page__body {
    padding-bottom: 0;
  }

  .bg-main {
    background: url('img/bg-flower-left.svg') no-repeat left top,
      url('img/bg-top-right.svg') no-repeat calc((100% + 870px)/2 + 8%) top,
      url("img/bg-desktop-bottom.svg") no-repeat center bottom;
    background-size: 25%, 2%, 100%;
  }

  .header {
    margin: 0 auto;
    max-width: 870px;
    height: 50px;
  }

  .header__share_active .share {
    margin: 0 auto;
    height: 50px;
    max-width: 870px;

    background: none;
    box-shadow: none;
  }

  .content {
    margin: 0 auto;
    max-width: 870px;
    min-height: calc(100vh - 50px);

    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .content__step {
    padding: 20px 70px 122px;

    background: url("./img/bg-counter-circle.svg") no-repeat 12px 35px,
      url("./img/bg-counter-line.svg") no-repeat 58px 154px,
      url("./img/bg-line-desktop.svg") no-repeat left bottom;
    background-size: 114px, 22px 212px, 70%;
  }

  .content__step_start,
  .content__step_finish {
    padding: 20px 33px 122px;

    background: url("./img/bg-line-desktop.svg") no-repeat left bottom;
    background-size: 70%;
  }

  .content__logo-link {
    position: absolute;
    top: 36px;
    right: 16px;
  }

  .content__game-title {
    margin: 0 0 20px 110px;

    font-size: 55px;
    line-height: 77px;
  }

  .content__step_start .content__game-title {
    margin: 56px 0 16px 0;

    font-size: 70px;
    line-height: 106px;
  }

  .content__step_finish .content__game-title {
    margin: 0 0 20px 0;
  }

  .content__photo {
    margin: 0 90px;
    padding: 0;
  }

  .content__question-counter {
    position: absolute;
    top: 14px;
    left: 30px;
  }

  .question-counter {
    display: flex;
    flex-direction: column;
  }

  .question-counter__title {
    margin-bottom: 26px;
    padding: 0;

    font-size: 16px;
    line-height: 21px;
    color: #570000;
  }

  .question-counter__number {
    margin-right: 22px;
  }

  .question-counter__number,
  .question-counter__number-of-question {
    font-size: 20px;
    line-height: 27px;
    color: #747474;
  }

  .question-counter__number-of-question {
    margin-top: 4px;
    margin-left: 30px;
  }

  .question-counter-counter__slash {
    display: none;
  }

  .content__selected-answer {
    position: relative;
  }

  .content__step_right .content__selected-answer::before,
  .content__step_wrong .content__selected-answer::before {
    position: absolute;
    top: -18px;

    padding: 34px 0 0 0;

    text-align: center;

    background-position: center top;
  }

  .content__step_right .content__selected-answer::before {
    left: -40px;

    width: 110px;
  }

  .content__step_wrong .content__selected-answer::before {
    left: -50px;

    width: 130px;
  }

  .content__selected-answer-text {
    margin-left: 96px;

    font-size: 20px;
    line-height: 27px;
  }

  .content__step_finish .content__selected-answer-text {
    margin-left: 0;

    font-size: 25px;
    font-weight: bold;
    line-height: 33px;
  }

  .content__main-text {
    margin: 28px auto 22px;
    padding: 36px 17px;

    font-weight: normal;
    color: #707070;
  }

  .content__step_start .content__main-text {
    padding: 28px 10px;
  }

  .content__step_question .content__main-text {
    padding: 36px 100px;

    font-weight: 600;
    text-align: center;
    color: #570a06;
  }

  .content__step_finish .content__main-text {
    margin: 28px 0 22px;
    padding: 0;
  }

  .content__main-text .content__text-descr {
    margin-bottom: 24px;
  }

  .content__main-text .content__text-question {
    margin-bottom: 40px;
  }

  .content__main-text b {
    font-size: 25px;
    line-height: 33px;
  }

  .content__main-text span {
    margin-right: 8px;
  }

  .content__main-text h3 {
    font-size: 25px;
    line-height: 33px;
  }

  .content__main-text ul {
    font-size: 20px;
    line-height: 27px;
  }

  .content__question-list {
    margin-bottom: 0;
  }

  .content__share-list {
    margin: 0 auto 20px;
    padding: 24px 0;
    max-width: 508px;
  }

  .content__question-button {
    padding: 22px;
  }

  .content__progress-button {
    margin: 48px auto 10px;
    height: 82px;
    max-width: 508px;

    font-size: 30px;
    line-height: 40px;
  }

  .content__text-authors {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 70px -20px 0;
    max-width: none;

    font-size: 20px;
    line-height: 27px;
  }

  .content__text-authors li {
    margin-right: 8px;
  }

  .content__text-authors li:nth-child(5),
  .content__text-authors li:last-child {
    width: 100%;
  }

  .text-after__item {
    width: 158px;
    padding-top: 120px;
    margin: 0 20px 30px 0;
    transition: transform 0.6s, opacity 0.1s;
  }

  .text-after__item:hover {
    transform: scale(1.05);
  }

  .text-after__item:nth-child(2n) {
    margin-right: 20px;
  }

  .text-after__item:nth-child(4n) {
    margin-right: 0;
  }

  .text-after__item-text {
    margin: 4px auto 0;
  }

  body::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;

    display: block;
    width: calc((100% - 870px)/2 + 36px);
    height: 590px;

    background: url('img/bg-flower-right.svg') no-repeat left bottom;
    z-index: 1;
  }

  .bg-footer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('img/bg-flower-right.svg') no-repeat right bottom;
    background-size: 28%;
  }
}

@media(min-width: 1200px) {
  .bg-main {
    background: url('img/bg-flower-left.svg') no-repeat left top,
    url('img/bg-top-right.svg') no-repeat calc((100% + 870px)/2 + 8%) top,
    url("img/bg-klara.png") no-repeat left bottom,
    url("img/bg-desktop-bottom.svg") no-repeat center bottom;
    background-size: 25%, 2%, calc((100% - 870px)/2), auto;
  }
}
