.comments-form{display:flex;position:relative;min-width:400px}@media(max-width:480px){.comments-form{min-width:280px}}.comments-form__answer-to{font-size:12px;color:rgba(30,144,255,.9)}.comments-form__answer-to-text{margin-right:5px}.comments-form__answer-to-user-name{font-weight:700;margin-bottom:2px}.comments-form__col-avatar{border-radius:50%;overflow:hidden;height:32px;width:32px;margin-right:5px;margin-top:8px;flex-shrink:0;position:relative}.comments-form__col-textarea{width:100%;position:relative}.comments-form__col-btn-send{display:flex;align-items:center}.comments-form__avatar-img{max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.comments-form__textarea{display:flex;min-height:50px;border-radius:30px;border:1px solid #90949c;padding:5px;position:relative}.comments-form__textarea-content{width:100%;max-height:200px;overflow:hidden auto;margin:0 8px}.comments-form__textarea-panel{display:flex;align-items:flex-end;margin-bottom:10px;margin-left:5px}@media(max-width:480px){.comments-form__textarea-panel{flex-direction:column;justify-content:flex-end;margin:5px}}.comments-form__textarea-panel-emoji-box{position:relative;margin-right:5px}@media(max-width:480px){.comments-form__textarea-panel-emoji-box{margin-top:10px}}.comments-form__textarea-panel-upload-file{display:flex;margin-right:5px}.comments-form__textarea-panel-upload-file-input{display:none}.comments-form__textarea-panel-icon{cursor:pointer;display:flex}.comments-form__textarea-error-text{color:#f08080}.comments-form__message{width:100%;resize:vertical;border:0;padding:5px;min-height:40px;outline:0;outline-offset:0;font-family:inherit;overflow:visible}@media(max-width:480px){.comments-form__message{min-height:70px}}.comments-form__message::-moz-placeholder{color:rgba(0,0,0,.5);position:relative;top:5px;font-family:inherit;top:-1px}.comments-form__message::placeholder{color:rgba(0,0,0,.5);position:relative;top:5px;font-family:inherit;top:-1px}.comments-form__file-list{display:flex;flex-wrap:wrap}.comments-form__file-item{display:flex;align-items:center;justify-content:center;width:140px;max-height:140px;overflow:hidden;position:relative;border-radius:10px;margin:3px}.comments-form__file-item--delete:before{position:absolute;z-index:1;height:100%;width:100%;content:"";background-color:rgba(240,128,128,.7)}.comments-form__file-preview{text-align:center;padding:10px}.comments-form__file-preview-img{width:100%}.comments-form__file-preview-icon{width:60px;height:60px}.comments-form__file-preview-name{font-size:12px}.comments-form__file-btn-restore{position:absolute;display:inline-block;padding:10px;border:1px solid #fff;color:#fff;text-transform:uppercase;z-index:2;cursor:pointer}.comments-form__file-btn-delete{position:absolute;right:3px;top:3px;display:flex;height:17px;width:17px;background-color:#fff;border-radius:50%;overflow:hidden;cursor:pointer}.comments-form__file-btn-delete:after,.comments-form__file-btn-delete:before{position:absolute;left:7px;top:2px;content:" ";height:13px;width:3px;background-color:#000}.comments-form__file-btn-delete:before{transform:rotate(45deg)}.comments-form__file-btn-delete:after{transform:rotate(-45deg)}.comments-form__btn-send{height:22px!important;width:22px!important;margin-bottom:15px;margin-left:5px;cursor:pointer}.comments-form__message-file-params{text-align:center;font-size:10px;color:#65676b;padding:5px}@keyframes animateEmojiList{0%{opacity:0}to{opacity:1}}.comments-item{min-width:280px}.comments-item__error-text{color:#f08080;margin-bottom:5px}.comments-item--delete .comments-item,.comments-item--delete .comments-item__col-avatar,.comments-item--delete .comments-item__content,.comments-item--delete .comments-item__panel-bottom,.comments-item--delete .comments-item__text-box{display:none}.comments-item__answer-to{font-size:12px;color:#1e90ff;font-weight:700;cursor:pointer;margin-left:5px}.comments-item__answer-to-icon{height:11px!important;width:11px!important;fill:#1e90ff!important;margin:0 2px 0 5px}.comments-item__answer-to-user{position:relative;top:-1px}.comments-item__row-comment{display:flex;margin-bottom:5px}.comments-item__row-answer{margin-left:42px}.comments-item__row-btn-more{margin:5px 0;text-align:center}.comments-item__col-avatar{border-radius:50%;overflow:hidden;height:32px;width:32px;margin-right:5px;margin-top:8px;flex-shrink:0;position:relative}@media(max-width:480px){.comments-item__col-content{width:100%}}.comments-item__col-content--form-show{width:100%}.comments-item__avatar-img{max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.comments-item__content{border-radius:20px;background-color:#f0f2f5;padding:10px;min-width:400px}@media(max-width:480px){.comments-item__content{min-width:100%}}.comments-item__btn-more{position:relative;color:#1e90ff;text-decoration:underline}.comments-item__btn-more--answers{margin:-2px 5px 0;white-space:nowrap}@media(max-width:360px){.comments-item__btn-more--answers{font-size:12px}}.comments-item__text{word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-box-orient:vertical;box-orient:vertical}.comments-item__text-more{margin-top:5px;display:inline-block;margin-left:2px;cursor:pointer;font-weight:700}.comments-item__user-name{font-weight:700;margin-bottom:5px;max-width:195px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.comments-item__file-gallery{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;margin-bottom:5px;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.comments-item__file-gallery.active{position:fixed;top:0;left:0;z-index:1000;height:100%;width:100%;background-color:rgba(47,79,79,.8);border-radius:0}.comments-item__file-gallery.active .comments-item__file-gallery-arrow--prev{left:10px}.comments-item__file-gallery.active .comments-item__file-gallery-arrow--next{right:10px}.comments-item__file-gallery.active .comments-item__file-gallery-box-img{margin-top:40px;height:calc(100% - 80px)}.comments-item__file-gallery.active .comments-item__file-gallery-count{position:absolute;top:40px;color:#fff}.comments-item__file-gallery.active .comments-item__file-gallery-download{color:#fff}.comments-item__file-gallery.active .comments-item__file-gallery-closed{position:absolute;top:5px;right:5px;height:30px;width:30px;fill:#fff;cursor:pointer}.comments-item__file-gallery-download{color:#1e90ff;display:inline-block;z-index:1}.comments-item__file-gallery-download:before{position:absolute;content:"";height:100%;width:100%}.comments-item__file-gallery-download svg{fill:#fff}.comments-item__file-gallery-count{text-align:center;color:#65676b;margin-bottom:5px}.comments-item__file-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;height:30px;width:30px;border-radius:50%;background-color:hsla(0,0%,100%,.5)}.comments-item__file-gallery-arrow svg{height:25px;width:25px;fill:rgba(0,0,0,.7)}.comments-item__file-gallery-arrow--prev{left:0}.comments-item__file-gallery-arrow--next{right:0}.comments-item__file-gallery-box-img{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:10px;overflow:hidden;height:200px;max-width:100%;cursor:pointer;position:relative}.comments-item__file-gallery-img{max-width:100%;max-height:100%}.comments-item__file-gallery-icon svg{width:40px!important;height:40px!important;margin-bottom:5px}.comments-item__file-gallery-text{font-size:12px}.comments-item__panel-top{display:flex;justify-content:space-between;position:relative}.comments-item__panel-bottom{margin:5px 0;padding-left:10px;display:flex;justify-content:space-between;color:#65676b;font-size:12px}.comments-item__panel-bottom-col{display:flex}@media(max-width:480px){.comments-item__panel-bottom-col--1{flex-direction:column-reverse}}.comments-item__panel-bottom-col--2{align-items:flex-start}.comments-item__btn-cancel-editing{margin-right:40px;padding:2px 10px;background-color:#1e90ff;color:#fff;cursor:pointer;border-radius:3px}.comments-item__date-update{text-align:right;font-size:10px;color:#65676b;margin-top:3px}.comments-item__date-create{white-space:nowrap}.comments-item__btn-settings{cursor:pointer}.comments-item__settings{background:#fff;width:140px;padding:5px;border-radius:5px;position:absolute;right:-10px;top:-5px;z-index:1;box-shadow:0 0 5px rgba(0,0,0,.5)}.comments-item__settings-item{margin:10px 0;cursor:pointer;display:inline-flex}.comments-item__settings-icon{height:12px!important;margin-right:10px}.comments-item__settings-closed{position:absolute;right:3px;top:3px;cursor:pointer}.comments-item__btn-ansfer{cursor:pointer;margin-right:10px;font-weight:700}.comments-item__vote{display:flex;position:relative}.comments-item__vote .comments-spiner{background:transparent!important}.comments-item__vote-item{display:flex;align-items:center;margin-right:15px}.comments-item__vote-item:last-child{margin-right:0}.comments-item__vote-btn{margin-right:5px;cursor:pointer;height:15px!important;width:15px!important}.comments-item__vote-btn.active{fill:#1e90ff}.comments{font-family:Arial,Helvetica,sans-serif;background-color:#fff;padding:10px;border-radius:10px;border:1px solid #90949c;font-size:14px;position:relative;text-align:left}.comments--lock:before{content:"";position:absolute;z-index:2;top:0;left:0;bottom:0;right:0}.comments__panel-form-add{margin-bottom:5px}.comments__list{overflow-x:auto}.comments__list--scroll{position:relative}.comments__list--scroll:before{cursor:pointer;content:"";position:absolute;z-index:1;top:0;left:0;right:0;bottom:0}.comments__emoji{width:200px;box-shadow:0 0 5px rgba(0,0,0,.5);border-radius:5px;position:fixed;background-color:#fff;padding:5px;z-index:1;font-size:18px}.comments__emoji-list{line-height:1.5;overflow-y:auto;height:110px}.comments__emoji-list-item{margin:0 2px;display:inline-flex;cursor:pointer}.comments__emoji:before{content:"";width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:16px solid #fff;position:absolute;top:-16px;right:29px;z-index:1}.comments__emoji:after{content:"";width:0;height:0;border-left:17px solid transparent;border-right:17px solid transparent;border-bottom:16px solid rgba(0,0,0,.5);position:absolute;top:-17px;right:28px}.comments *{box-sizing:border-box}.comments b{font-weight:700}.comments svg{height:19px;width:19px;fill:#65676b}.comments a{color:#1e90ff}.comments button,.comments button:active,.comments button:focus{outline:none;background:transparent;border:0;cursor:pointer}.comments .fade-enter-active,.comments .fade-leave-active{transition:opacity .2s}.comments .fade-enter,.comments .fade-leave-to{opacity:0}.comments .comments-spiner{position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(65,105,225,.3)}.comments .comments-spiner__element{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;display:inline-block;width:40px;height:40px}.comments .comments-spiner__element:after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:6px solid #fff;border-color:transparent rgba(0,0,255,.3) transparent rgba(0,0,255,.3);animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.form-add-user{text-align:center;margin-bottom:20px}.form-add-user__message{text-transform:uppercase;font-size:20px}.page[data-v-b5c0aff6]{margin:0 auto 100px;max-width:700px;font-family:Arial,Helvetica,sans-serif}.page__alert[data-v-b5c0aff6]{text-align:center;color:orange}.page__box[data-v-b5c0aff6]{text-align:center}.page__box h1[data-v-b5c0aff6]{font-weight:700}.page__box-spiner[data-v-b5c0aff6]{position:relative}.page .spiner[data-v-b5c0aff6]{position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(65,105,225,.3);z-index:2}.page .spiner__element[data-v-b5c0aff6]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;display:inline-block;width:40px;height:40px}.page .spiner__element[data-v-b5c0aff6]:after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:6px solid #fff;border-color:transparent rgba(0,0,255,.3) transparent rgba(0,0,255,.3);animation:lds-dual-ring-b5c0aff6 1.2s linear infinite}@keyframes lds-dual-ring-b5c0aff6{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.popup-not-authorized[data-v-b5c0aff6]{display:flex;align-items:center;justify-content:center;height:100vh;width:100%;position:fixed;z-index:1000;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.5)}.popup-not-authorized__box[data-v-b5c0aff6]{background:#fff;width:100%;max-width:300px;border:2px solid grey;margin:10px;padding:15px;text-align:center}.popup-not-authorized__content[data-v-b5c0aff6]{font-size:22px;margin-bottom:20px}