#commentForm{margin:20px 0 10px;max-width:500px;border-radius:20px}
#commentForm label{color:#fff}
#commentForm input,#commentForm textarea{width:100%;padding:20px 20px;box-sizing:border-box;border:2px solid #ccc;border-radius:25px;background-color:#f8f8f8;resize:none}
#commentPush{display:block;background-color:#df091b;border:none;border-radius:25px;color:#fff;padding:10px 20px;text-decoration:none;margin:10px auto 0;cursor:pointer}
.ava-img{width:50px;margin-right:10px;display:inline-block;vertical-align:middle}
.comments__item{display:flex;align-items:center}
.comments__item-avatar{margin-right:10px}
.img__noname{width:44px;height:44px;border-radius:50%;margin-right:5px}
.comments__item-head{background-color:#ebedf0;padding:6px 12px 7px 12px;border-radius:18px}
#inputCommentName:focus{outline:0}