.about-block__review-info {
    width: 100%;
    background-color: #9613EA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px 94px 7px 56px;
    margin-bottom: 45px;
}

.about-block__review-info__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about-block__review-info__left .author-photo {
    border-radius: 50%;
    border: 2px solid #ffffff;
    width: 45px;
    height: 45px;
    margin-right: 30px;
}

.about-block__review-info__left .author-name {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    margin-right: 40px;
}

.social-links a {
    margin: 0 17px;
}

.about-block__review-info__right time {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.about-block__review-info__right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.comments-wrapper {
    width: 100%;
    max-width: 852px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.comment-block {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 30px rgba(250, 41, 202, 0.2);
            box-shadow: 0px 4px 30px rgba(250, 41, 202, 0.2);
    border-radius: 4px;
    padding: 30px 30px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-block .heart-rate img {
    width: 25px;
}

.comment-block:not(:last-child) {
    margin-bottom: 20px;
}

.comment-block__avatar {
    margin-right: 30px;
}

.comment-block__avatar img {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.comment-block__center {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.comment-block__center-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}

.comment-block__center-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-block__name {
    font-size: 18px;
    letter-spacing: .04em;
    color: #535353;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-right: 14px;
}

.comment-block__center-top>div {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #535353;
}

.comment-block__center-top time {
    font-family: 'Roboto', sans-serif;
}

.comment-block__socials a {
    margin: 0 14px;
}

.comment-block__text {
    font-size: 18px;
    line-height: 170%;
    color: #535353;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-family: 'Roboto', sans-serif;
}

.comment-block__reply {
    color: #fa29ca;
    letter-spacing: .04em;
    font-size: 14px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: -15px;
}

#comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 755px;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 0 15px;
}

.form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    letter-spacing: .04em;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.form-field, .form-field textarea {
    width: 100%;
    font-size: 18px;
    color: #000;
}

.form-input {
    max-width: 48%;
}

.form-input input {
    width: 100%;
    border: 1px solid #9613EA;
    background-color: rgba(254, 242, 251, .9);
    padding: 15px;
    border-radius: 3px;
    margin-top: 9px;
    font-size: 18px;
    height: 44px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.form-field textarea {
    border: 1px solid #9613EA;
    background-color: rgba(254, 242, 251, .9);
    padding: 15px;
    margin-top: 9px;
    height: 89px;
    resize: none;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
}

#comment-form .btn {
    margin: 0 auto;
    cursor: pointer;
    outline: none;
    border: none;
    margin-top: 25px;
}

@media(max-width: 767px) {
    .about-block__review-info {
        width: calc(100% + 30px);
        margin-left: -15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 15px;
        margin-top: 80px;
    }

    .about-block__review-info__left .author-photo {
        width: 62px;
        height: 62px;
        margin-right: 0;
    }

    .about-block__review-info__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: -55px;
    }

    .about-block__review-info__left .author-name {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .about-block__review-info__right {
        width: 100%;
    }

    .comment-block {
        padding: 30px 20px 20px;
    }

    .comment-block, .comment-block__center-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .comment-block__avatar {
        margin-right: 0;
        margin-bottom: 22px;
    }

    .comment-block__center-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .comment-block__reply {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .comment-block__name {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .comment-block__center-top>div {
        width: 100%;
    }

    .form-input {
        max-width: 100%;
    }
}