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

  .header__logo {
    align-items: center;
  }

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

  .header__logo-image {
    width: 340px;
  }

  .title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 2;
  }

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

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

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

  .content__photo-wrapper:hover img {
    transform: scale(1.05);
  }

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

  .question-counter {
    position: absolute;
    top: 60px;
    left: 88px;
  }

  .question-counter__title {
    display: inline-block;
    margin-bottom: 10px;
    background: transparent;
    font-size: 36px;
    line-height: 26px;
  }

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

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

  .question-counter__winner span {
    font-family: "Bebas Neue", cursive;
    font-size: 36px;
    font-weight: bold;
  }

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

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

  .content__progress-button {
    margin: 20px auto 25px;
    padding: 0 18px;
    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: #ffffff;
  }

  .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;
  }
}

.footer__logo-text {
  width: 488px;
}
