.comments__list {
    font-weight: 400;
    font-size: 22px;
    line-height: 141%;
    letter-spacing: 0.01em;
    color: #282826;
    padding: 65px 0 40px;
}
.comments__item {
    margin-bottom: 48px;
}
.comments__wrapper {
}
.comments__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 18px;
}
.comments__avatar {
    max-width: 56px;
    margin-right: 19px;
}
.comments__avatar img {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50px;
}

.comments__username {
    font-weight: 400;
    font-size: 22px;
    line-height: 141%;
    letter-spacing: 0.01em;
}
.comments__stars {

}
.comments__stars .stars {
    width: 158px;
    height: 29px;
}
.comments__prop {
    margin: 17px 0 10px;
}
.comments__date-wrapper {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.01em;
    color: #a1a1a1
}
.comments__date {
}
.comments__delivery {
    color: #7023e1;
}
.comments__text {
}
.comments__review-image-wrp {
    margin-top: 10px;
}
.comments__review-image {
    display: block;
    max-width: 100%;
}


@media(max-width: 1040px) {
    .comments__list {
        font-size: 14px;
        padding: 40px 0 22px;
    }
    .comments__item {
        margin-bottom: 30px;
    }
    .comments__header {
        margin-bottom: 12px;
    }
    .comments__avatar {
        max-width: 36px;
        margin-right: 12px;
    }
    .comments__avatar img {
        width: 36px;
        height: 36px;
    }
    
    .comments__username {
        font-weight: 400;
        font-size: 14px;
    }
    .comments__stars {
    
    }
    .comments__stars .stars {
        width: 120px;
        height: 22px;
    }
    .comments__prop {
        margin: 12px 0 6px;
    }
    .comments__date-wrapper {
        font-size: 14px;
    }
    .comments__review-image-wrp {
        margin-top: 8px;
    }
}