@media(min-width: 760px) {
  .header__wrapper {
    max-width: 870px;
    margin: 0 auto;
    height: 79px;
  }

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

  .header__logo-fss-image {
    width: 70px;
  }

  .wraper {
    padding: 0 42px;
  }

  .title {
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  }

  .content__step {
    position: relative;
    padding: 30px 70px 65px;
    max-width: 870px;
    box-sizing: border-box;
  }

  .content__main-text {
    font-size: 24px;
  }

  .content__photo,
  .content__video {
    position: relative;
    margin: 0 96px;
    font-size: 0;
  }

  .content__photo-wraper:hover img {
    transform: scale(1.1);
  }

  .content__photo-legend,
  .content__video-legend {
    text-align: left;
  }

  .question-counter {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -50px auto 10px;
    width: 113px;
    height: 95px;
    background-position: 134px 113px;
    background-size: 50%;
    background: url('./img/bg-circle.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
  }

  .question-counter__title {
    display: inline-block;
    margin-bottom: 10px;
    background: transparent;
    width: 56px;
    font-size: 16px;
    line-height: 1;
  }

  .question-counter__title span {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
  }

  .question-counter__title br {
    display: block;
  }

  .question-counter__winner {
    display: block;
    margin-bottom: 10px;
    color: #00549a;
  }

  .question-counter__winner span {
    font-family: "PT Serif", "Helvetica", "Arial", sans-serif;
    font-size: 22px;
    font-weight: bold;
  }

  .content__question-form {
    position: relative;
    z-index: 4;
  }

  .content__question-item {
    font-size: 20px;
  }

  .content__progress-button {
    padding: 0 40px;
    margin: 0 auto;
    width: auto;
  }

  .content__answer {
    font-size: 20px;
  }

  .content__description {
    font-size: 16px;
  }

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

  .header__share-wrapper .header__share-overlay {
    display: none;
  }

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

  .header__share-title {
    display: block;
    margin: 0;
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #706d6e;
  }

  .share li {
    margin: 0;
  }

  .share_clicked {
    display: block;
  }

  .header__button_share_clicked {
    background: none;
  }

  .header__button_share_clicked:focus,
  .header__button_share_clicked:hover {
    background: none;
    border-color: transparent;
    outline: initial;
  }

  .last__share {
    justify-content: center;
  }

  .text-after__item {
    width: calc(50% - 10px);
    padding-top: calc((50% - 10px) * 3 / 4);
    margin: 0 20px 20px 0;
  }

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



