.comments {
    float: left;
    width: 100%;
    margin: 0 auto;
    font-size: 0.8125rem;
    line-height: 1.1875rem;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}

.comments .conteiner {
    max-width: 1200px;
}

.comments__item {
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 1.875rem;
}

.comments__item:first-child {
    border-top: 1px solid #b4b4b4;
    padding-top: 1.875rem;
}

.comments__prop {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1.375rem;
    font-weight: 400;
}

.comments__heading {
    font-size: 1.5rem;
    line-height: 1.375rem;
    font-weight: 400;
    padding: 0;
}

.comments__rating {
    display: flex;
    margin-right: 0.75rem;
    padding-left: 0;
    list-style-type: none;
}

.comments__rating-wrapper {
    display: flex;
}

.comments__rating li {
    flex-basis: 1rem;
    width: 1rem;
    height: 1rem;
}

.comments__username {
    display: flex;
    align-items: center;
}

.comments__username::after {
    content: "•";
    padding: 0 0.3125rem;
}

.comments__title {
    padding: 0.25rem 0;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 700;
}

.comments__text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    padding-right: 0.3125rem;
    overflow-wrap: break-word;
}

.comments__asset {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0.625rem 0.625rem 0.625rem 0;
}

.comments__buttons {
    display: flex;
    gap: 0.5rem;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    padding: 0.1875rem 0 0.1875rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    color: #8d949e;
    margin-bottom: 0.625rem;
}

.comments__button-item:not(:first-child) {
    cursor: pointer;
}

.comments__button-date {
    white-space: nowrap;
}

.comments__support {
    background: #f5f5f5;
    padding: 0.875rem;
    border-radius: 0.625rem;
}

.comments__support .comments__text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.comments__support .comments__username {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    font-weight: 500;
}

.comments__list {
    list-style-type: none;
    padding-left: 0;
}

    /*background: url(./images/star-full_43c4_32.svg) no-repeat center/contain;*/
    /*-webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(1987%) hue-rotate(207deg) brightness(85%) contrast(97%);*/
    /*filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(1987%) hue-rotate(207deg) brightness(85%) contrast(97%);*/


/*цвет звезд*/
.star-fill {
    background: url(./images/star-full_43c4_32.svg) no-repeat center/contain;
    -webkit-filter: brightness(1) saturate(100%) hue-rotate(-50deg);
    filter: brightness(1) saturate(100%) hue-rotate(-50deg);
}



.publication {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.publication__submit {
    padding: 10px 15px;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
}