#wrap .fusion_comments_wrap
{
    padding: 0 5.1875em;
    box-sizing: border-box;
}
#wrap #comment_form
{
    display: flex;
    gap: 1.1875em;
    flex-direction: column;
    margin-bottom: 2.875em;
}
#wrap #comment_form .row
{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}
#wrap #comment_form .row:first-child .col
{
}
#wrap #comment_form .row:first-child .col:first-child
{
    padding-right: 0.625em;
    flex-basis: 40%;
}
#wrap #comment_form .row:first-child .col:last-child
{
    flex: 1;
}
#wrap #comment_form .row .col
{
    text-align: left;
}
#wrap #comment_form label
{
    display: block;
}
#wrap #comment_form label span 
{
    color: #FF0000;
}
#wrap #comment_form textarea
{
    min-height: 8.875em;
}
#wrap #comment_form .button
{
    margin-left: auto;
    min-width: 13em;
}

/*Комментарии*/
#wrap #fusion_comments
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 1.1875em;
    margin-bottom: 2.625em;
}
#wrap #fusion_comments .comment
{
    width: 100%;
    padding: 1.0625em 1.9375em;
    background-color: #E7F1E9;
    overflow: hidden;
    border-radius: 1.125em;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}
#wrap #fusion_comments .comment > .col:first-child
{
    flex: 1;
    text-align: left;
    line-height: 1.21875em;
    padding-right: 1.9375em;
    box-sizing: border-box;
}
#wrap #fusion_comments .comment > .col:last-child
{
    text-align: right;
}
#wrap #fusion_comments .fusion_comment_author
{
}
#wrap #fusion_comments .fusion_comment_date
{
    font-size: 0.75em;
    line-height: 1.2191em;
    margin-bottom: 1.66666em;
}
#wrap #fusion_comments .fusion_comment_text p
{
    margin: auto;
}

@media (max-width: 1000px)
{
    #wrap .fusion_comments_wrap
    {
        padding: 0 0.5em;
        box-sizing: border-box;
    }
    #wrap #comment_form .button
    {
        margin-left: 0;
    }
    #wrap #comment_form .row
    {
        gap: 1.1875em;
    }
    #wrap #comment_form .row:first-child .col:first-child
    {
        flex-basis: 100%;
    }
    #wrap #comment_form .row:first-child .col:first-child > div:first-child
    {
        margin-bottom: 1.1875em;
    }

    #wrap #fusion_comments .comment > .col:first-child
    {
        padding-right: 0;
    }
}