.comment-form_style_default .comment-form__head {
    margin-bottom: 20px;
}

.comment-form_style_default .comment-form__title {
    font-size: 18px;
}

.comment-form_style_default .comment-form__socials {
    margin-top: 10px;
}

@media (min-width: 992px) {

    .comment-form_style_default .comment-form__socials {
        text-align: right;
        margin-top: 0;
    }
}

.comment-socials {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.comment-socials__socials {
    display: inline-flex;
    gap: 4px;
}

.comment-social {
    display: inline-flex;
    height: 24px;
    width: 24px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

.comment-social_vk {
    background-color: #07f;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3e%3c/svg%3e");
}

.comment-social_fb {
    background-color: #4267b2;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.217 12.522h1.754v7.22a.258.258 0 0 0 .258.258h2.974a.258.258 0 0 0 .258-.258v-7.186h2.016a.258.258 0 0 0 .256-.229l.306-2.658a.257.257 0 0 0-.256-.288h-2.322V7.715c0-.502.27-.757.804-.757h1.518a.258.258 0 0 0 .258-.258V4.26a.258.258 0 0 0-.258-.258h-2.092A2.056 2.056 0 0 0 13.595 4c-.363 0-1.625.071-2.622.988-1.105 1.017-.952 2.234-.915 2.445V9.38h-1.84a.258.258 0 0 0-.259.258v2.625a.259.259 0 0 0 .258.258Z' fill='%23fff'/%3E%3C/svg%3E");
}

.comment-social_ok {
    background-color: #f70;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.83 10.77a3.951 3.951 0 0 1-5.604 0 3.951 3.951 0 0 1 0-5.604 3.95 3.95 0 0 1 5.604 0 3.951 3.951 0 0 1 0 5.604Zm-2.802-4.615c-.494 0-.942.2-1.271.53a1.79 1.79 0 0 0 0 2.542 1.789 1.789 0 0 0 2.543 0 1.789 1.789 0 0 0 0-2.543 1.839 1.839 0 0 0-1.272-.53Zm4.168 5.792 1.166 1.59c.059.082.047.188-.036.247-.977.8-2.119 1.33-3.308 1.613l2.249 4.332c.059.13-.024.271-.165.271H13.7a.206.206 0 0 1-.176-.118l-1.496-3.579-1.507 3.567a.181.181 0 0 1-.176.118H7.943c-.141 0-.224-.153-.165-.27l2.249-4.321a8.262 8.262 0 0 1-3.308-1.613c-.071-.06-.095-.177-.036-.248l1.166-1.589c.07-.094.188-.106.27-.035 1.096.93 2.45 1.542 3.898 1.542s2.79-.6 3.897-1.542c.094-.07.223-.06.282.035Z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}