.fam8stok-comments_block {
    padding: 0 15px 40px;
}
.comments_list {
    background: rgb(0 0 0 / 70%);
    border-radius: 20px;
    display: block;
    padding: 40px 30px;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    border: 1px solid #AAAAAA;
}
.comments_list_row {
    font-family: 'Arial', sans-serif;
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.comments_list_row:last-child {
    margin-bottom: 0;
}
.photo_avatar {
    padding-right: 20px;
}
.photo_avatar img {
    display: block;
    min-width: 54px;
    max-width: 54px;
    height: auto;
    border-radius: 100%;
}
.reviews {
    position: relative;
    flex-grow: 1;
}
.comment_name {
    font-weight: 700;
}
.comments__item__meta {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #AAAAAA;
    font-size: 12px;
    line-height: 22px;
}
.comments_list_btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 7px;
}
.comments_list_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 15px;
    cursor: pointer;
    color: #A7ADD0;
    font-size: 12px;
    transition: all 0.3s ease;
}
.comments_list_btn span {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #AAAAAA;
}
.comments_list_icons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 30px;
    cursor: pointer;
}
.comments_list_icons_item {
    transition: all 0.3s ease;
    margin-left: 40px;
}
.comments_list_icons_item b,
.comments_list_icons .like_wrap {
    display: flex;
    align-items: center;
    font-weight: 400;
}
.item_views {
    margin-left: auto;
}
.item_like {
    margin-right: 30px;
}
.likes_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.like_people_image {
    border-radius: 100%;
    width: 30px;
    height: 30px;
}
.like_people_image_wrap {
    position: relative;
}
.like_people_image_wrap:nth-child(1) {
    z-index: 2;
}
.like_people_image_wrap:nth-child(2) {
    margin-left: -15px;
}
.like_people_image_wrap:nth-child(3) {
    margin-left: -15px;
    z-index: -1;
}
.like_people_images {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 16px;
}
.like_people_text span {
    display: flex;
    align-items: center;
}
.icons-union-style::before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.totalLikes::before {
    background-image: url(../images/like-little-fam8stok.svg);
    width: 16px;
    height: 14px;
    margin-right: 5px;
}
.v_like::before {
    background-image: url(../404.html);
    width: 21px;
    height: 18px;
    margin-right: 12px;
}
.v_share::before {
    background-image: url(../images/watch-fam8stok.svg);
    width: 15px;
    height: 16px;
    margin-right: 5px;
}
.likeWord::before {
    background-image: url(../images/like-little-fam8stok.svg);
    width: 12px;
    height: 11px;
    margin-right: 5px;
}
.likeWord.active::before {
    background-image: url(../404.html);
}
.commentWord::before {
    background-image: url(../images/comment-fam8stok.svg);
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.item_date {
    display: flex;
    align-items: center;
}
.item_date::before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/clock-fam8stok.svg);
    width: 11px;
    height: 11px;
    margin-right: 5px;
}
@media (max-width: 1100px) {
    .comments_list {
        padding: 40px 15px 15px;
    }
}
@media (max-width: 820px) {
    .comments__item__meta {
        font-size: 10px;
        line-height: 19px;
    }
}