body {
    --icon-user: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cpath fill='%23C4C4C4' d='M48 13.944v20.112c0 6.744-3.096 11.376-8.544 13.128-1.584.552-3.408.816-5.4.816H13.944c-1.992 0-3.816-.264-5.4-.816C3.096 45.432 0 40.8 0 34.056V13.944C0 5.208 5.208 0 13.944 0h20.112C42.792 0 48 5.208 48 13.944Z' opacity='.4'/%3E%3Cpath fill='%23C4C4C4' d='M39.456 47.184c-1.584.552-3.408.816-5.4.816H13.944c-1.992 0-3.816-.264-5.4-.816.84-6.336 7.464-11.256 15.456-11.256 7.992 0 14.616 4.92 15.456 11.256ZM32.592 22.992c0 4.752-3.84 8.616-8.592 8.616-4.752 0-8.592-3.864-8.592-8.616A8.583 8.583 0 0 1 24 14.4a8.583 8.583 0 0 1 8.592 8.592Z'/%3E%3C/svg%3E");
    --icon-like: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 17\'%3E%3Cpath d='M13 16.991H1a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1H4.55C5.981 5.386 6 3.805 6 1.991a1 1 0 0 1 1-1c4.213 0 4.876 2.137 4.98 4H13a3.003 3.003 0 0 1 3 3v6a3.003 3.003 0 0 1-3 3Zm-11-2h2v-6H2v6Zm12-7a1.001 1.001 0 0 0-1-1h-2a1 1 0 0 1-1-1c0-1.748 0-2.734-2.01-2.953A7.645 7.645 0 0 1 6 8.391v6.6h7a1.002 1.002 0 0 0 1-1v-6Z' fill='%232F8F41'/%3E%3C/svg%3E");
    --icon-dislike: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 17\'%3E%3Cpath d='M3 .991h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-3.552c-1.43 1.606-1.448 3.187-1.448 5a1 1 0 0 1-1 1c-4.213 0-4.876-2.136-4.98-4H3a3.004 3.004 0 0 1-3-3v-6a3.003 3.003 0 0 1 3-3Zm11 2h-2v6h2v-6Zm-12 7a1.001 1.001 0 0 0 1 1h2a1 1 0 0 1 1 1c0 1.748 0 2.735 2.01 2.954A7.645 7.645 0 0 1 10 9.59v-6.6H3a1.001 1.001 0 0 0-1 1v6Z' fill='%23FD0202'/%3E%3C/svg%3E");
}

.comment:not(:last-child) {
    margin-bottom: 25px;
}

.comment .comment {
    margin: 25px 0 0 10px;
}

.comment__inside {
    padding: 16px 10px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.comment .comment .comment__inside {
    background-color: #F5F5F5;
}

.comment__header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
}

.comment-avatar {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    margin-right: 15px;
    background: var(--icon-user) center no-repeat;
    border-radius: 10px;
}

div.comment__avatar {
    background: var(--icon-user) center no-repeat;
}

.comment-author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}

.comment-author__name {
    display: inline;
    margin: 0 10px 5px 0;
    vertical-align: middle;
    word-break: break-word;
}

.user-rang {
    display: inline-flex;
    align-items: center;
    padding: 3px 4px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background-color: #55D26D;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
}

.user-rang--igrok {
    background-color: #4A75CB;
}

.user-rang--professional {
    background-color: #F99746;
}

.user-rang--ekspert,
.user-rang--ofitsialnyj-predstavitel {
    background-color: #A355D2;
}

.user-rang--vip {
    background-color: #F00;
}

.comment-published {
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: #999999;
}

.comment__logo {
    display: block;
    flex-shrink: 0;
    width: 70px;
    height: 48px;
    margin-left: auto;
    border-radius: 3px;
    overflow: hidden;
}

.comment__rate {
    display: flex;
    align-items: center;
}

.comment__rate .all-rate {
    margin-right: 10px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}

.comment__rate .star-rating {
    height: 18px;
}

.comment__rate .rating {
    margin-left: 7px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.comment-content {
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
}

.comment-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.comment-btn {
    display: flex;
    align-items: center;
    gap: 30px;
}

.comment-btn > a {
    font-size: 16px;
    line-height: 1;
    color: #1E88E5;
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
    text-underline-position: under;
}

.comment-vote {
    order: -1;
}

.auth-comment div {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #242526;
    margin: 35px 0 19px;
}

.auth-comment ul {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 25px;
    display: flex;
    justify-content: center;
    list-style: none;
}

#reply-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 35px;
    color: #242526;
    margin-bottom: 20px;
}

#reply-title small {
    padding-left: 10px;
}

#commentform {
    padding: 20px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#commentform label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #242526;
    display: block;
}


form textarea {
    height: 120px;
    width: 100%;
    resize: vertical;
    padding: 6px 12px;
    border-radius: 3px;
    background-color: #fff;
    transition: all .3s;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .05) inset;
    border: 1px solid #e6e6e6;
    outline: 0;
    max-width: 100%;
}

.rating-wrap {
    display: flex;
    flex-direction: row;
}

.rating-wrap .star-rating {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0 0 0 10px;
}

.rating-wrap .star {
    cursor: pointer;
}

.rating-wrap .star-empty {
    fill: hsl(41 100% 49% / .3);
    min-width: 19px;
}

.rating-wrap .rating-hover {
    fill: hsl(41 100% 49% / 1);
}

.no-comments {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    padding: 20px 20px 30px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.no-comments img {
    margin-top: 25px;
}

.comments_casino_buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 30px auto 0;
}

.comments_casino_buttons .btn {
    width: 100%;
}

/*** Responsive ***/

@media (min-width: 576px) {

    .comment .comment {
        margin: 25px 0 0 32px;
    }

    .comment-author {
        display: block;
        flex-direction: initial;
        align-items: initial;
    }

    .comment-author__name {
        margin: 0 10px 0 0;
    }

    .comment-footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .comment-vote {
        order: initial;
    }

    .comments_casino_buttons {
        flex-direction: row;
        align-content: center;
    }

    .comments_casino_buttons .btn {
        min-width: 200px;
    }
}

@media (min-width: 768px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {

}