@media(min-width: 670px) {
  .content__step {
    position: relative;

    padding: 20px 70px 30px;
    max-width: 870px;

    background-position: left bottom;
    background-size: 56%;
    box-sizing: border-box;
  }

  .content__logo-link {
    top: 14px;
    right: 58px;
  }

  .content__step_start .content__logo-link {
    right: 18px;

    margin-right: 0;
  }

  .content__logo-image {
    width: 218px;
  }

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

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

  .content__question-form {
    display: flex;
    margin-top: 32px;
  }

  .content__question-title {
    width: 90px;
  }

  .content__question-list {
    width: 536px;
  }

  .content__question-button {
    font-size: 20px;
    line-height: 27px;
  }

  .content__answer {
    font-size: 20px;
  }

  .content__description {
    font-size: 16px;
  }

  .content__text-authors {
    margin-bottom: 20px;
  }

  .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_active .share {
    padding-top: 0;
  }

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