@import '/assets/Quill/quill.snow.css';.article-comments{}.article-comments .comments-total{height:1px;background:var(--color-c);position:relative;margin:30px 0;width:100%}.article-comments .comments-total span{position:absolute;background:var(--white-color);padding:10px 15px;left:50%;top:50%;transform:translate(-50%,-50%);text-transform:uppercase;color:var(--color-63);white-space:nowrap}.article-comments .comments-total span b{display:inline-block;padding-right:5px;color:var(--main-red)}.article-comments .comment-list{display:flex;flex-direction:column;gap:35px}.article-comments .comment-list.main-list{margin-bottom:25px}.article-comments .comment-card .comment-list{padding:25px 0 25px 40px;position:relative}.article-comments .comment-card .comment-list:before{width:20px;position:absolute;left:10px;height:50px;border:solid 1px var(--c-grey);border-right:0;border-top:0;content:''}.article-comments .comment-card .comment-list.collapsed,.article-comments .comment-card .comment-list.collapsed:before{display:none}.article-comments .comment-card figure{width:80px;height:80px;margin:0;padding:0;overflow:hidden;border-radius:40px;flex:0 0 auto}.article-comments .comment-card figure img{width:100%;height:100%;object-fit:cover}.article-comments .comment-card-header{padding:10px;border-radius:20px 20px 0 0;display:flex;gap:15px;transition:0.3s;align-items:center}.article-comments .comment-author{font-size:18px;font-weight:bold;font-family:var(--condenset-font);display:flex;align-items:center;flex-wrap:wrap}.article-comments .comment-author .expert,.article-comments .comment-author .support,.article-comments .comment-author .is-mine{padding:2px 5px;border-radius:3px;background:var(--main-red);margin-left:10px;color:var(--white-color);font-size:10px}.article-comments .comment-author .support{background:var(--main-blue)}.article-comments .comment-author .is-mine{background:var(--success-color)}.article-comments .comment-date{font-size:12px;color:var(--color-63)}.article-comments .comment-content{padding:10px;border-radius:0 0 20px 20px;transition:0.3s}.article-comments .comment-card:hover>.comment-card-header,.article-comments .comment-card:hover>.comment-content{}.article-comments .comment-control{display:flex}.article-comments .comment-control .cancel{color:var(--main-red)}.article-comments .comment-control .cancel .icon{font-size:11px}.article-comments .comment-expand .icon{display:block;transform:rotate(-90deg);font-size:11px;transition:0.3s}.article-comments .comment-expand.collapsed .icon{transform:rotate(90deg)}.article-comments .comment-form .ql-toolbar{border-radius:10px 10px 0 0}.article-comments .comment-form .ql-container{border-radius:0 0 10px 10px;font-size:16px}.article-comments .comment-answer{padding-left:20px}.article-comments .comment-answer h4{display:none}.article-comments .comment-form-wrapper #add-comment{display:none}.article-comments .comment-form-wrapper.empty #add-comment{display:block}.article-comments .comment-form{position:relative}.article-comments .comment-form .loading{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--white-color);z-index:10;display:none}.article-comments .comment-form.lock .loading{display:block}.article-comments .form-result{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--white-color);z-index:10;display:none}.article-comments .form-result.active{display:flex;align-items:center;gap:40px}.article-comments .final .expand-col{display:none}.article-comments .comment-card.unpublished>.comment-card-header,.article-comments .comment-card.unpublished>.comment-content{opacity:0.5}.article-comments .comment-card.unpublished:hover>.comment-card-header,.article-comments .comment-card.unpublished:hover>.comment-content{opacity:0.8}.article-comments .comment-card.unpublished .comment-answer-button{display:none}.article-comments .comment-card .unpublished-badge{display:none}.article-comments .comment-card.unpublished .unpublished-badge{display:inline-block}.article-comments .comment-card .comment-published-button{color:var(--danger-color);gap:5px}.article-comments .comment-card.unpublished .comment-list .comment-published-button{display:none}.article-comments .comment-card .comment-published-button i{font-size:13px}.article-comments .comment-card.unpublished .comment-published-button{color:var(--success-color)}.article-comments .comment-card .comment-published-button:hover{background:var(--danger-color);color:var(--white-color)}.article-comments .comment-card.unpublished .comment-published-button:hover{background:var(--success-color);color:var(--white-color)}.article-list{display:flex;flex-direction:column;gap:15px;margin:35px 0 15px 0}.article-list .article-card{padding:18px 25px;display:flex;flex-wrap:wrap;gap:32px;border:solid 1px var(--c-grey);border-radius:15px;transition:0.3s;align-items:center;cursor:pointer;position:relative}.article-list .article-card .card-title{width:100%;flex:1 0 0}.article-list .article-card .card-author{flex:0 0 auto;line-height:0.8;max-width:220px;min-width:180px}.article-list .article-card .author{line-height:1.2}.article-list .article-card .author-name{font-family:var(--condenset-font);color:var(--color-63);font-weight:bold;font-size:16px}.article-list .article-card .pub-date{font-size:14px;font-weight:900;color:var(--main-blue)}.article-list .article-card .activity{font-size:14px;font-weight:900;color:var(--main-red)}.article-list .article-card .members-experts{font-size:14px;display:flex;gap:5px;margin-top:10px;font-weight:900;color:var(--color-63)}.article-list .article-card .card-author img{overflow:hidden;border-radius:25px;width:50px;height:50px;margin-right:8px}.article-list .article-card p{margin:0;font-size:12px;color:var(--color-63)}.article-list .article-card h4{font-size:18px;color:var(--main-blue);font-weight:bold}.article-list .article-card:hover h4{color:var(--main-red)}