.input__wrap{width:100%}.input__wrap input{display:block;margin-bottom:22px;line-height:40px;font-size:14px;-webkit-appearance:none;background-color:#FFF;background-image:none;border-radius:4px;border:1px solid #DCDFE6;color:#606266;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);transition:border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);width:100%}.input__wrap input:focus{border-color:#409EFF;outline:0}

.login{display:flex;align-items:center;justify-content:center;height:100vh;width:100%}.login__row{display:flex;align-items:center}.login__error{flex-grow:1;margin-left:10px;font-size:12px;color:#880000}.login__wrap{width:25%;border-radius:4px;border:1px solid #EBEEF5;background-color:#fff;color:#303133;overflow:hidden;transition:0.3s}@media (max-width: 768px){.login__wrap{width:300px}}.login__wrap:hover{box-shadow:0 2px 12px 0 rgba(0,0,0,0.1)}.login__head{padding:18px 20px;border-bottom:1px solid #EBEEF5;color:#909399}.login__body{padding:20px}.login__form{display:flex;flex-direction:column;align-items:flex-start}.login__form button{flex-shrink:0;line-height:1;white-space:nowrap;cursor:pointer;border:1px solid #409EFF;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;padding:12px 20px;font-size:14px;border-radius:4px;color:#FFF;background-color:#409EFF}.login__form button:hover{background:#66b1ff;border-color:#66b1ff;color:#FFF}.login__form button:disabled{background-color:#999999;cursor:default}.login__form button:disabled:hover{background-color:#999999;border-color:#999999}

.user-placeholder{display:block;width:100%}.user-placeholder circle{fill:#e5e5e5}.user-placeholder path{fill:#fff}

.feed-filter{flex-shrink:0;width:340px;padding:20px;background:white;margin:20px;margin-left:0;border-radius:10px;box-shadow:0 8px 15px rgba(0,0,0,0.1);margin-top:38px;margin-right:35px}@media (max-width: 768px){.feed-filter{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;width:100%;padding-top:60px;background-color:#fff}}.feed-filter__close{display:none}@media (max-width: 768px){.feed-filter__close{display:inline-block;position:absolute;top:15px;right:16px;font-size:20px}}.feed-filter__subtitle{font-size:12px;color:#919399;margin-top:7px;margin-bottom:0}.feed-filter__selector{width:100%}.feed-filter__source{margin-top:10px;display:flex;flex-wrap:wrap;justify-content:flex-start}.feed-filter.hide{display:none}@media (max-width: 768px){.feed-filter.hide{display:none}}.feed-filter .ant-checkbox-wrapper{width:33%}.feed-filter .ant-checkbox-wrapper.wide{margin-top:10px;width:100%}.feed-filter .ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:0px}.feed-filter .custom-select{max-width:400px;min-width:150px;width:100%;margin-right:5px}header{background:white;padding:10px;margin:20px;margin-left:0;border-radius:10px;box-shadow:0 8px 15px rgba(0,0,0,0.1)}.source-list{display:flex;flex-wrap:wrap}.source_avatar a{text-align:-webkit-center;width:75px;overflow:hidden;display:block;margin:0px 20px}.source_img{box-sizing:border-box;display:block;width:40px;height:40px;border-radius:50%;overflow:hidden}.source_img img{position:relative;top:-40px}.source_network{position:relative;top:41px;left:26px;z-index:6}.source_remove{height:23px;width:23px;border-radius:50%;background:white;cursor:pointer;box-shadow:0 8px 15px rgba(0,0,0,0.1);left:69px;position:relative;top:19px;z-index:6;display:flex;justify-content:center}.time-range{width:100%;margin:10px 0}

.custom-select{min-width:150px;width:70%;margin-right:5px}@media (max-width: 768px){.custom-select-file{width:unset !important}}.custom-select__wrap{position:relative}.custom-select__wrap-file{margin-right:15px}@media (max-width: 768px){.custom-select__wrap-file{margin-top:10px}}.custom-select__head{width:100%;height:32px;background-color:#fff;border-radius:10px;border:1px solid #d9d9d9}.custom-select__head:hover{border-color:#4ec0e4}.custom-select__head-file{border-color:#4ec0e4}.custom-select__search{position:relative}.custom-select__search input{display:block;width:100%;height:32px;padding:0 25px 0 11px;background-color:transparent;border-radius:10px 10px 0 0;border:none;font-size:14px;font-family:inherit;box-sizing:border-box;outline:none;transition:border 0.1s linear}.custom-select__search input::placeholder{opacity:0.5}.custom-select__search input:focus{border-color:#4ec0e4}.custom-select__search span{position:absolute;top:6px;right:2px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:18px;line-height:18px;cursor:pointer}.custom-select__current{position:relative;height:34px;padding:0 11px;border-radius:10px;box-sizing:border-box;cursor:pointer;white-space:nowrap;transition:border 0.1s linear}.custom-select__current span{position:relative;display:block;padding-right:18px;color:rgba(0,0,0,0.85);font-size:14px;line-height:30px;overflow:hidden}.custom-select__current span:after{position:absolute;top:0;bottom:0;right:0;content:'';display:block;width:40px;background:linear-gradient(to right, rgba(255,255,255,0), #fff 85%);pointer-events:none}.custom-select__current svg{display:block;position:absolute;z-index:2;top:10px;right:11px;fill:#bfbfbf;transition:0.2s ease-in}.custom-select__current-file{display:flex;align-items:center}.custom-select__current-file span{line-height:25px;font-size:12px}.custom-select__current-file .anticon{display:inline-block;padding:0}.custom-select__current-file .anticon svg{top:0;right:0;position:relative;fill:#4ec0e4;height:16px;width:16px;margin-right:5px}.custom-select.interval{width:140px}.custom-select.wide{width:100%}.custom-select.active .custom-select__wrap{z-index:50}.custom-select.active .custom-select-drop{display:block}.custom-select.active .custom-select__head{transition:border 0.1s linear;border-radius:10px 10px 0 0;box-shadow:0 3px 6px -4px rgba(0,0,0,0.12),0 6px 16px 0 rgba(0,0,0,0.08),0 9px 28px 8px rgba(0,0,0,0.05)}.custom-select.active .custom-select__search input{border-radius:10px 10px 0 0;transition:border 0.1s linear}.custom-select.active .custom-select__current svg{transform:rotateZ(180deg);transition:0.2s ease-in}.custom-select.active .custom-select__current .anticon svg{transform:rotateZ(0deg);transition:0.2s ease-in}.custom-select.disabled .custom-select__current span:after{content:"Ничего не найдено";position:relative;top:-30px;width:129px;background:white}.custom-select.disabled .custom-select__head{background-color:#F5F5FA}.custom-select.disabled .custom-select__current{cursor:not-allowed}.custom-select.disabled .custom-select__head:hover{border-color:#d9d9d9}.custom-select-drop{display:none;position:absolute;width:100%;padding:0;top:32px;left:0;right:0;border:1px solid #d9d9d9;border-top:none;background-color:#fff;border-radius:0 0 10px 10px;box-shadow:0 3px 6px -4px rgba(0,0,0,0.12),0 6px 16px 0 rgba(0,0,0,0.08),0 9px 28px 8px rgba(0,0,0,0.05)}.custom-select-list{max-height:256px;width:100%;overflow:auto}.custom-select-list::-webkit-scrollbar{width:5px;height:5px;background:#fff;z-index:100}.custom-select-list::-webkit-scrollbar-thumb{background:#223c5034;z-index:100}.custom-select-list:after{position:absolute;top:0;bottom:0;right:4px;z-index:2;content:'';display:block;width:50px;background:linear-gradient(to right, rgba(255,255,255,0), #fff 85%);pointer-events:none}.custom-select-list__empty{width:100%;padding:5px 11px;text-align:center}.custom-select-list__sub-item{width:100%;padding:2px 5px;cursor:pointer;white-space:nowrap;overflow:hidden;color:#4ec0e4;font-size:12px;margin:0}.custom-select-list .ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:0px}.custom-select-list__item{width:100%;padding:5px 11px;cursor:pointer;white-space:nowrap;overflow:hidden}.custom-select-list__item:hover{background:rgba(78,192,228,0.1)}.custom-select-list__item.current{color:#4ec0e4;background:rgba(78,192,228,0.1)}

.spinner{display:inline-block;position:relative;width:72px;height:72px}.spinner div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:4px;border:4px solid #1890ff;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;border-color:#1890ff transparent transparent transparent}.spinner div:nth-child(1){animation-delay:-0.45s}.spinner div:nth-child(2){animation-delay:-0.3s}.spinner div:nth-child(3){animation-delay:-0.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

.feed-posts{flex-grow:1}.feed-posts__empty{height:80px;display:flex;align-items:center;justify-content:center}.feed-posts-loader{height:80px;display:flex;align-items:center;justify-content:center}.feed-posts-loader .spinner{transform:scale(0.7)}.feed{display:flex;align-items:flex-start}@media (max-width: 768px){.feed{display:block}}.feed header{margin:0;padding:3px 10px;position:absolute;right:35px}.feed header .ant-checkbox{display:none}.feed header.header-delete{right:94px;padding-right:18px;padding-left:18px;cursor:pointer}.feed header.source-delete{right:154px;padding-right:18px;padding-left:18px;cursor:pointer}.feed-post-list{width:100%;height:100%;background-color:#efefef;list-style:none;margin:0;padding:20px}@media (max-width: 768px){.feed-post-list{padding:10px}}.feed-post-list>li:not(:last-child){margin-bottom:20px}@media (max-width: 768px){.feed-post-list>li:not(:last-child){margin-bottom:10px}}.chart-icon{position:fixed;bottom:7px;right:7px;z-index:102;background:#ccced7;border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,0.1);width:65px;height:65px}.chart-icon .btn-img{width:65px;height:65px}deep-chat{position:fixed !important;bottom:75px;right:40px;z-index:102;box-shadow:0px 0px 40px rgba(0,0,0,0.2);width:400px !important}.btn-img{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;width:50px;height:50px;border-radius:50%;margin-right:5px;font-weight:600;font-size:32px;line-height:16px}.feed-posts-pagination{padding:20px;display:flex;justify-content:center;color:#333333;font-size:12px;align-items:end}@media (max-width: 768px){.feed-posts-pagination{justify-content:center}}.feed-posts-pagination__total{margin-left:auto}@media (max-width: 768px){.feed-posts-pagination__total{display:none}}.feed-posts-pagination svg{fill:#4ec0e4}.ant-pagination-item a{color:#4ec0e4}.ant-pagination-item{background:none;border:none}.ant-pagination-next .ant-pagination-item-link,.ant-pagination-prev .ant-pagination-item-link{background:none;border:none}.ant-pagination-item-active{font-weight:500;border-color:white;box-shadow:0 8px 15px rgba(0,0,0,0.1);border-radius:7px;background:white}.create-event-modal-form__label{color:#919399}.create-event-modal-form__words{margin-top:10px}.create-event-modal-form__words-list{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.create-event-modal-form__words-list li{margin-right:5px;margin-bottom:3px;padding:2px 4px;border:1px solid #eeeeee;border-radius:4px}.create-event-modal-form__words-list li span{opacity:0.5;transition:opacity 0.2s linear}.create-event-modal-form__words-list li span:hover{opacity:0.8}.create-event-modal-form__add-word{margin-top:10px}.create-event-modal-form__row{display:flex;align-items:center}.create-event-modal-form__row>span{color:#919399;margin-right:10px}.create-event-modal-form__source{margin-top:10px}.create-event-modal-form__retro{margin-top:10px}

.feed-statistics{display:flex;justify-content:space-between;padding:10px 20px;border-bottom:1px solid #eee}@media (max-width: 768px){.feed-statistics{flex-wrap:wrap}}.feed-statistics-item{display:flex;flex-direction:column;align-items:center}@media (max-width: 768px){.feed-statistics-item{margin-bottom:10px}}.feed-statistics-item:not(:last-child){margin-right:10px}.feed-statistics-item__value{font-size:25px;font-weight:500;line-height:25px;color:#4ec0e4}.feed-statistics-item__desc{font-size:14px;font-weight:300;line-height:10px;margin-top:2px;color:#000}.feed-statistics__loader{height:58px;width:100%;display:flex;align-items:center;justify-content:center}.feed-statistics__loader>div{transform:scale(0.5)}

.header-reports{flex-shrink:0;display:flex;margin-left:auto}@media (max-width: 768px){.header-reports{flex-wrap:wrap;margin-top:10px}}.header-reports__item{display:flex;align-items:center;font-size:16px;color:#333;cursor:pointer;padding:0px 5px;border-radius:10px}@media (max-width: 768px){.header-reports__item{margin-top:10px}}.header-reports__item:not(:last-child){margin-right:20px}.header-reports__item.work{color:rgba(0,0,0,0.25);cursor:not-allowed}.header-reports__item.work:hover{color:rgba(0,0,0,0.25)}.header-reports__label{margin-left:3px;font-size:12px;font-weight:400;color:#333}.ant-btn-primary:focus .header-reports__label,.ant-btn-primary:hover .header-reports__label{color:#fff}.feed-report-modal__item:not(:last-child){margin-bottom:15px}.feed-report-modal__label{margin-bottom:3px;font-size:14px;color:#919399}

.general-posts{flex-grow:1}.general-posts__empty{height:150px;width:100%;display:flex;align-items:center;justify-content:center;background-color:#efefef}.general-post-list{width:100%;height:100%;background-color:#efefef;list-style:none;margin:0;padding:20px}@media (max-width: 768px){.general-post-list{padding:10px}}.general-post-list>li:not(:last-child){margin-bottom:20px}@media (max-width: 768px){.general-post-list>li:not(:last-child){margin-bottom:10px}}

.general-post{display:flex;background-color:#fff;border:1px solid #ebeef5;color:#333;border-radius:4px;line-height:1.2}@media (max-width: 768px){.general-post{flex-direction:column}}.general-post__main{flex-grow:1;padding:20px}@media (max-width: 768px){.general-post__main{padding:10px}}.general-post__header{display:flex;justify-content:space-between;margin-bottom:20px}.general-post-source{text-decoration:none;color:inherit;display:flex}.general-post-source__image{width:40px;height:40px;overflow:hidden;border-radius:50%;margin-right:15px;flex-shrink:0}.general-post-source__image img{display:block;width:100%;height:auto}.general-post-source__info{display:flex;flex-direction:column;align-items:flex-start}.general-post-source__title{font-weight:300;font-size:14px;margin-bottom:5px;text-decoration:none;color:inherit;flex-shrink:0}.general-post-source__date{font-weight:300;font-size:10px;text-decoration:none;color:inherit;flex-shrink:0}.general-post-body{display:flex;min-height:90px}.general-post-body__additional{display:flex;flex-direction:column;margin-left:12px;margin-right:27px;padding-top:5px}.general-post-body__text{font-weight:300;line-height:1.4;word-break:break-all}.general-post-body__text *{width:100%}.general-post-body__text span{background-color:#ffcc00}.general-post-trust{position:relative}.general-post-trust:hover .general-post-trust__list{display:block}.general-post-trust__list{display:none;position:absolute;top:-21px;left:-9px;padding:10px 0;background-color:#fff;border:1px solid #ebeef5;border-radius:2px}.general-post-trust__item{font-weight:500;font-size:14px;line-height:16px;padding:0 10px;cursor:pointer}.general-post-trust__item:nth-child(1){margin-bottom:8px}.general-post-trust__item:nth-child(2){margin-bottom:8px}.general-post-footer{display:flex;font-weight:500;font-size:12px;color:#1f2f3d;margin-left:45px;padding:15px 0 0 10px}.general-post-footer__item{margin-right:15px;cursor:pointer}.general-post-additional{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:200px;padding:20px;border-left:1px solid #ebeef5;color:#333}@media (max-width: 768px){.general-post-additional{flex-direction:row;width:100%;padding:5px 15px 15px}}.general-post-additional__item{text-align:center}.general-post-additional__item:not(:last-child){margin-bottom:16px}@media (max-width: 768px){.general-post-additional__item:not(:last-child){margin-bottom:0;margin-right:30px}}.general-post-additional__label{margin-bottom:2px;font-size:10px;font-weight:300;color:#919399}.general-post-additional__value{color:#313236;font-size:14px;font-weight:500;line-height:16px}

.main-layout{margin-left:200px;width:calc(100% - 200px)}@media (max-width: 768px){.main-layout{margin-left:0;width:100%}}.main-layout__content{width:100%;padding-bottom:40px}.main-layout__content h1{position:relative;display:inline-block;margin:10px 20px 20px;font-size:24px;font-weight:500;line-height:29px}.main-layout__content h1::before{position:absolute;content:"";bottom:-6px;left:0;width:100%;height:1px;background:#4ec0e4}@media (max-width: 768px){.main-layout__content h1{padding:10px 10px 0;font-size:20px;line-height:20px}}.main-layout.scroll-lock{height:100vh;overflow:hidden}.main-layout__mobile{display:none}@media (max-width: 768px){.main-layout__mobile{display:flex;justify-content:space-between;padding:10px}}

.change-post-tonal-modal{height:200px}.change-post-tonal-modal__parent .ant-modal-content{background-color:#e8eff5;overflow:hidden}.change-post-tonal-modal__parent .ant-modal-body{padding:0}.change-post-tonal-modal__parent .ant-modal-footer,.change-post-tonal-modal__parent .ant-modal-header{background-color:#e8eff5;border-color:#e4edf3}.change-post-tonal-modal__loading{display:flex;justify-content:center;align-items:center;width:300px;height:100%}.change-post-tonal-modal__loading .spinner{transform:scale(0.5)}.change-post-tonal-modal__wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.change-post-tonal-modal__list{width:200px;display:flex;flex-direction:column;justify-content:center}.change-post-tonal-modal__item{width:100%;text-align:center;padding:6px 0;cursor:pointer;border-radius:4px;box-shadow:1px 1px 4px #bbcfda, -1px -1px 4px white}.change-post-tonal-modal__item:not(:last-child){margin-bottom:10px}.change-post-tonal-modal__item.active{color:#fff;background:linear-gradient(145deg, #d6dfe6, #c3d0da);box-shadow:3px 3px 6px #bbcfda, -3px -3px 6px white}.change-post-tonal-modal__item.active.positive{background:linear-gradient(145deg, #a2e780, #8fe266)}.change-post-tonal-modal__item.active.negative{background:linear-gradient(145deg, #fdab96, #fc9378)}.change-post-tonal-modal__all{display:flex;align-items:center;justify-content:center;margin-top:20px;cursor:pointer}.change-post-tonal-modal__all .checkbox{width:24px;height:24px;border-radius:4px;background-color:#e8eff5;box-shadow:1px 1px 4px #bbcfda, -1px -1px 4px white}.change-post-tonal-modal__all .checkbox.active{box-shadow:3px 3px 6px #bbcfda, -3px -3px 6px white;background:linear-gradient(145deg, #1890ff, #0081f8)}.change-post-tonal-modal__all span{display:block;margin-left:10px}

.change-tonal-request-modal{height:200px}.change-tonal-request-modal__parent .ant-modal-content{background-color:#e8eff5;overflow:hidden}.change-tonal-request-modal__parent .ant-modal-body{padding:0}.change-tonal-request-modal__parent .ant-modal-footer,.change-tonal-request-modal__parent .ant-modal-header{background-color:#e8eff5;border-color:#e4edf3}.change-tonal-request-modal__loading{display:flex;justify-content:center;align-items:center;width:300px;height:100%}.change-tonal-request-modal__loading .spinner{transform:scale(0.5)}.change-tonal-request-modal__wrap{width:200px;height:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:center}.change-tonal-request-modal__item{width:100%;text-align:center;padding:6px 0;cursor:pointer;border-radius:4px;box-shadow:1px 1px 4px #bbcfda, -1px -1px 4px white}.change-tonal-request-modal__item:not(:last-child){margin-bottom:10px}.change-tonal-request-modal__item.active{color:#fff;background:linear-gradient(145deg, #d6dfe6, #c3d0da);box-shadow:3px 3px 6px #bbcfda, -3px -3px 6px white}.change-tonal-request-modal__item.active.positive{background:linear-gradient(145deg, #a2e780, #8fe266)}.change-tonal-request-modal__item.active.negative{background:linear-gradient(145deg, #fdab96, #fc9378)}.change-tonal-request-modal textarea{margin-top:10px;border-radius:4px;box-shadow:1px 1px 4px #bbcfda, -1px -1px 4px white;resize:none}

.feed-by-posts__header{display:flex;align-items:flex-end;justify-content:space-between;padding:10px 20px 10px}.feed-by-posts__header .custom-select{min-width:150px}@media (max-width: 768px){.feed-by-posts__header{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:10px}}

.feed-by-spheres__header{display:flex;align-items:flex-end;justify-content:space-between;padding:10px 20px 10px}@media (max-width: 768px){.feed-by-spheres__header{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:10px}}

.feed-event__header{display:flex;align-items:flex-end;justify-content:space-between;padding:10px 20px 10px}.feed-event__header .custom-select{min-width:150px}@media (max-width: 768px){.feed-event__header{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:10px}}

.feed-general{padding:0 20px;margin-top:15px}

.summary-topics-week{padding:0 20px;margin-top:40px}.summary-topics-week__subtitle{padding:0;margin:0}.summary-topics-week__header{display:flex;align-items:center;padding:0;margin:0}.summary-topics-week__list .topics-list-row__theme .topics-list-row__text{cursor:pointer;transition:color 200ms;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.summary-topics-week__list .topics-list-row__theme .topics-list-row__text:hover{color:#4ec0e4}.summary-topics-week__list .topics-list-row__subject{width:200px}

.lk-top-news{margin:30px 0 0}@media (max-width: 768px){.lk-top-news{padding:0}}.lk-top-news__header{display:flex;align-items:flex-end;margin-bottom:10px;padding:0 20px}@media (max-width: 768px){.lk-top-news__header{flex-direction:column;align-items:flex-start;padding:0 10px}}.lk-top-news h2{margin-bottom:0}@media (max-width: 768px){.lk-top-news h2{font-size:20px;line-height:20px}}.lk-top-news__loader{height:80px;display:flex;align-items:center;justify-content:center}.lk-top-news__loader .spinner{transform:scale(0.7)}.lk-top-news__list{padding:0 20px;margin-top:10px}.lk-top-news__empty{height:80px;display:flex;align-items:center;justify-content:center}.lk-top-news-table__position{flex-shrink:0;width:55px}.lk-top-news-table__theme{flex-grow:1;text-align:left}.lk-top-news-table__sources{flex-shrink:0;width:170px;text-align:center}@media (max-width: 768px){.lk-top-news-table__sources{width:auto}}.lk-top-news-table__attendance{flex-shrink:0;width:170px;text-align:center}@media (max-width: 768px){.lk-top-news-table__attendance{width:auto}}.lk-top-news-table__tone{flex-shrink:0;width:170px;text-align:center}@media (max-width: 768px){.lk-top-news-table__tone{width:auto}}.lk-top-news-post__main{padding:20px;flex-grow:1}@media (max-width: 768px){.lk-top-news-post__main{padding:10px}}.lk-top-news-post__header{display:flex;justify-content:space-between;margin-bottom:20px}.lk-top-news-post-source{text-decoration:none;color:inherit;display:flex}.lk-top-news-post-source__image{width:40px;height:40px;overflow:hidden;border-radius:50%;margin-right:15px}.lk-top-news-post-source__image img{display:block;width:100%;height:auto}.lk-top-news-post-source__info{display:flex;flex-direction:column;align-items:flex-start}.lk-top-news-post-source__title{font-weight:300;font-size:14px;margin-bottom:5px;text-decoration:none;color:inherit;flex-shrink:0}.lk-top-news-post-source__date{font-weight:300;font-size:10px;text-decoration:none;color:inherit;flex-shrink:0}.lk-top-news-post-info{display:flex;padding:0}@media (max-width: 768px){.lk-top-news-post-info{width:100%;justify-content:space-between}}.lk-top-news-post-info__desc{display:none}@media (max-width: 768px){.lk-top-news-post-info__desc{display:block;margin-bottom:2px;font-size:10px;font-weight:300;color:#919399}}@media (max-width: 768px){.lk-top-news-post-info__value{color:#313236;font-size:14px;font-weight:500;line-height:16px}}.lk-top-news-post-body{display:flex;min-height:90px}.lk-top-news-post-body__additional{display:flex;flex-direction:column;align-items:center;padding-top:5px;margin-right:15px;text-align:center}.lk-top-news-post-body__position{width:40px;margin-top:5px;font-size:28px;font-weight:500}.lk-top-news-post-body__text{color:#333;font-weight:300;line-height:1.4;word-break:break-all}.lk-top-news-post-body__text span{background-color:#ffcc00}.lk-top-news-post-trust{position:relative}.lk-top-news-post-trust:hover .lk-top-news-post-trust__list{display:block}.lk-top-news-post-trust__list{display:none;position:absolute;top:-37px;left:8px;padding:10px 0;background-color:#fff;border:1px solid #ebeef5;border-radius:2px}.lk-top-news-post-trust__item{font-weight:400;font-size:16px;line-height:20px;padding:0 10px;cursor:pointer}.lk-top-news-post-trust__item:not(:last-child){margin-bottom:8px}.lk-top-news-post-footer{display:flex;font-weight:500;font-size:12px;color:#1f2f3d;padding:15px 0 0 0}.lk-top-news-post-footer__item{margin-right:15px;cursor:pointer}

.header-interval{margin-left:auto;display:flex}@media (max-width: 1140px){.header-interval{display:block}}.header-interval .ant-picker{margin-right:10px;background:rgba(238,242,244,0.5)}.header-interval .ant-picker.hide{display:none}.header-interval__wrap{display:flex;justify-content:flex-start;position:relative;background-color:#e8eff5;box-shadow:3px 3px 6px #bbcfda,-3px -3px 6px white,inset 4px 4px 8px rgba(209,217,238,0.2),inset -8px -8px 8px rgba(255,255,255,0.2);border-radius:10px}.header-interval__select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;background-color:#4ec0e4;border:none;border-radius:10px;padding:5px;color:white;min-height:29px}.header-interval__select option{background:#fff;color:black;padding:10px}@media (max-width: 768px){.header-interval__select{width:100%}}.header-interval__item{padding:8px 12px;font-size:12px;line-height:12px;font-weight:300;cursor:pointer;outline:none;border:none;background-color:transparent}.header-interval__item:active>span{display:block}.header-interval__item--active{background:linear-gradient(145deg, #4ec0e4, #1a9aff);color:#fff}.header-interval__item span{transition:transform 300ms}.header-interval__item:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.header-interval__item:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}

.lk-social{padding-bottom:30px}.lk-social__header{display:flex;align-items:flex-end;justify-content:space-between;padding:10px 20px 10px}@media (max-width: 768px){.lk-social__header{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:10px}}.lk-social__loader{height:80px;display:flex;align-items:center;justify-content:center}.lk-social__loader .spinner{transform:scale(0.7)}.lk-social__list{padding:0 20px;margin-top:0}.lk-social__empty{height:80px;display:flex;align-items:center;justify-content:center}.feed-list-loader{height:80px;display:flex;align-items:center;justify-content:center}.feed-list-loader .spinner{transform:scale(0.7)}.feed-list__empty{height:80px;display:flex;align-items:center;justify-content:center}

.lk-subject{padding-bottom:30px}.lk-subject__header{display:flex;align-items:flex-end;justify-content:space-between;padding:10px 20px 10px}@media (max-width: 768px){.lk-subject__header{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:10px}}.lk-subject__loader{height:80px;display:flex;align-items:center;justify-content:center}.lk-subject__loader .spinner{transform:scale(0.7)}.lk-subject__list{padding:0 20px;margin-top:0;padding-right:35px}.lk-subject__empty{height:80px;display:flex;align-items:center;justify-content:center}.feed-list-loader{height:80px;display:flex;align-items:center;justify-content:center}.feed-list-loader .spinner{transform:scale(0.7)}.feed-list__empty{height:80px;display:flex;align-items:center;justify-content:center}

.order-form{width:600px;padding:20px 20px 0}.order-form__name{margin-bottom:15px}.order-form__desc{margin-bottom:10px}.order-form__footer{display:flex;align-items:flex-start;justify-content:space-between}.order-form__label{font-size:14px;line-height:14px;margin-bottom:5px}.order-archive{margin-top:30px;border-top:1px solid #919399;padding:20px}.order-archive__list{margin:5px 0 0;padding:0;list-style:none}.order-archive-item{display:flex;align-items:center}.order-archive-item:not(:last-child){margin-bottom:10px}.order-archive-item__desc{margin-left:6px}.order-archive-item__download{margin-left:10px;font-size:18px}.order-archive-item__view{margin-left:16px}

.reports-main{display:flex;margin-top:30px;padding:0 20px}.reports-main__item{display:flex;flex-direction:column;align-items:center;width:200px}.reports-main__item .ant-btn{color:black}.reports-main__item .anticon svg{display:inline-block;height:40px;width:40px;fill:#4ec0e4}.reports-main__item:not(:last-child){margin-right:20px}.reports-main__item:hover .ant-btn{color:white}.reports-main__item:hover .ant-btn-primary{color:#fff;background:#40a9ff;border-color:#40a9ff;border-radius:10px}.reports-main__desc{margin:14px 0 16px;display:flex;flex-direction:column;align-items:center}.reports-main__name{font-size:14px;line-height:14px;font-weight:300}.reports-main__date{font-size:14px;line-height:14px;font-weight:500}.reports-archive{margin-top:30px;border-top:1px solid #919399;padding:20px}.reports-archive__list{margin:5px 0 0;padding:0;list-style:none}.reports-archive-item{display:flex;align-items:center}.reports-archive-item:not(:last-child){margin-bottom:10px}.reports-archive-item__name{margin:0 10px 0 6px}.reports-selector{margin-top:10px;padding:0 20px}.reports-modal-selector-submit{margin-left:10px;flex-shrink:0}.reports-modal-selector__label{font-size:12px}.reports-modal-selector__row{margin-top:3px;display:flex;align-items:end;flex-wrap:wrap}.reports-modal-selector__selector{flex-grow:1;max-width:362px}.reports-modal-selector .ant-select-selector{width:100%}.reports-modal .custom-select{width:100%}.reports-filter{padding:0}.reports-filter-list{margin-top:10px}.reports-filter-list__title{font-size:14px;font-weight:500}.reports-filter-list__wrap{display:flex;align-items:center;flex-wrap:wrap}.reports-filter-list__item{display:flex;padding:4px 8px;font-size:13px;background-color:#fff;border-radius:4px;margin:5px 10px 5px 0}.reports-filter-list__remove{margin-left:10px;cursor:pointer}.reports-filter-list__remove svg{display:block}.reports-filter-clear{margin-top:10px}.reports-modal-parent{width:620px;padding-bottom:0;border-radius:4px}.reports-modal-parent .ant-modal-content{background-color:#e8eff5}.reports-modal-parent .ant-modal-header{background-color:#e8eff5}

.summary-topics{padding:0 20px;margin-top:15px}.summary-topics__header{display:flex;align-items:center}.summary-topics__list .topics-list-row__text{cursor:pointer;transition:color 200ms;overflow:hidden;height:22px;width:calc(100% + 5px)}.summary-topics__list .topics-list-row__text:hover{color:#4ec0e4}.summary-topics__list .topics-list-row__text span{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:1.3em;height:3.9em;word-break:break-word}.topics-modal-parent .ant-modal-body{background-color:#e8eff5}.topics-modal{height:70vh;box-sizing:border-box}.topics-modal__wrap{height:100%;display:flex;flex-direction:column}.topics-modal__loading{height:300px;width:100%;display:flex;align-items:center;justify-content:center}.topics-modal__loading>{transform:scale(0.5)}.topics-modal__empty{height:300px;width:100%;display:flex;align-items:center;justify-content:center}.topics-modal__header{flex-shrink:0;padding-bottom:10px}.topics-modal__list{flex-grow:1;padding-right:25px;overflow:auto}.topics-modal__mentioning{display:flex;align-items:center;margin-top:10px;cursor:pointer}.topics-modal__mentioning .checkbox{width:24px;height:24px;border-radius:4px;background-color:#e8eff5;box-shadow:1px 1px 4px #bbcfda, -1px -1px 4px white}.topics-modal__mentioning .checkbox.active{box-shadow:3px 3px 6px #bbcfda, -3px -3px 6px white;background:linear-gradient(145deg, #1890ff, #0081f8);position:relative}.topics-modal__mentioning .checkbox.active::before{content:"";position:absolute;top:3px;width:25px;height:10px;border-right:4px solid #fff;border-bottom:4px solid #fff;transform:rotate(45deg);transform:scale(-1, 1) rotate(45deg)}.topics-modal__mentioning span{display:block;margin-left:10px}

.reference-source-rating{margin-top:40px}.reference-source-rating__subtitle{margin:0}.reference-source-rating__header{padding:0 20px;display:flex;align-items:center}.reference-source-rating__wrap{padding:0 20px}.reference-source-rating-table{margin-top:10px}.reference-source-rating-table__rating{width:100px;text-align:center}.reference-source-rating-table__dynamic{width:100px;text-align:center}.reference-source-rating-table__subjects{width:400px}.reference-source-rating-table__count{width:150px;text-align:center}.reference-source-rating-table__modify{width:150px;text-align:center}.reference-source-rating-table-sources{padding-left:0;padding-right:0;text-align:center}.reference-source-rating-table-sources__list{display:flex}.reference-source-rating-table-sources__item{width:80px;padding:0 10px}

.summary-topics-week{padding:0 20px;margin-top:40px}.summary-topics-week__subtitle{padding:0;margin:0}.summary-topics-week__header{display:flex;align-items:center;padding:0;margin:0}.summary-topics-week__list .topics-list-row__theme .topics-list-row__text{cursor:pointer;transition:color 200ms;overflow:hidden;width:calc(100% + 5px);padding-right:10px}.summary-topics-week__list .topics-list-row__theme .topics-list-row__text:hover{color:#4ec0e4}.summary-topics-week__list .topics-list-row__theme .topics-list-row__text span{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.3em;word-break:break-word}.summary-topics-week__list .topics-list-row__subject{width:200px}

.summary-digest{padding:0 20px;margin-top:40px}.summary-digest__subtitle{padding:0;margin:0}.summary-digest__header{display:flex;align-items:center;padding:0;margin:0}.summary-digest__list .topics-list-row__theme .topics-list-row__text{cursor:pointer;transition:color 200ms;overflow:hidden;width:calc(100% + 5px)}.summary-digest__list .topics-list-row__theme .topics-list-row__text:hover{color:#4ec0e4}.summary-digest__list .topics-list-row__theme .topics-list-row__text span{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.3em;word-break:break-word}


.summary-topics{padding:0 20px}@media (max-width: 768px){.summary-topics{padding:0 10px;margin:40px 0 0}}.summary-topics__header{display:flex;align-items:flex-end;margin-bottom:10px;padding:0;margin-top:10px}@media (max-width: 768px){.summary-topics__header{flex-direction:column;align-items:flex-start;padding:0;margin-bottom:0;margin-top:0}}.summary-topics__list .topics-list-row__text{cursor:pointer;transition:color 200ms;overflow:hidden;height:22px;width:calc(100% + 5px)}.summary-topics__list .topics-list-row__text:hover{color:#4ec0e4}.summary-topics__list .topics-list-row__text span{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:1.3em;height:3.9em;word-break:break-word}@media (max-width: 768px){.topics-modal-parent{top:40px;bottom:5px;height:calc(100vh - 50px);box-sizing:border-box}}.topics-modal-parent .ant-modal-body{background-color:#e8eff5}@media (max-width: 768px){.topics-modal-parent .ant-modal-body{height:100%;padding:10px 5px 10px 10px}}@media (max-width: 768px){.topics-modal-parent .ant-modal-content{height:100%}}@media (max-width: 768px){.topics-modal-parent .ant-modal-content .ant-modal-close{top:-50px;right:-10px;color:#fff}}.topics-modal{height:70vh;box-sizing:border-box}@media (max-width: 768px){.topics-modal{height:100%}}.topics-modal__wrap{height:100%;display:flex;flex-direction:column}.topics-modal__loading{height:300px;width:100%;display:flex;align-items:center;justify-content:center}.topics-modal__loading>{transform:scale(0.5)}.topics-modal__empty{height:300px;width:100%;display:flex;align-items:center;justify-content:center}.topics-modal__header{flex-shrink:0;padding-bottom:10px}.topics-modal__list{flex-grow:1;padding-right:25px;overflow:auto}@media (max-width: 768px){.topics-modal .topics-list-row__label{font-size:14px}}

.report-sender{padding:0 20px}.report-sender__content h2{margin:30px 0 0}.report-sender-objects{display:flex;flex-wrap:wrap}.report-sender-objects__item{display:flex;align-items:center;justify-content:center;border:1px solid #4ec0e4;background-color:#fff;margin:0 10px 10px 0;cursor:pointer}.report-sender-objects__item.active{color:#fff;background-color:#4ec0e4}.report-sender-header{display:flex;justify-content:space-between;align-items:center}.report-sender-header__confirm{color:#fff;background-color:#4ec0e4;border:1px solid #4ec0e4;cursor:pointer}.report-sender-header__period{width:200px}.report-sender-tops-item{margin-bottom:30px}

.report-sender-tops-table{width:100%;margin-top:4px}.report-sender-tops-table__head{display:flex;align-items:center;background-color:#fff;font-weight:bold}.report-sender-tops-table__loader{height:300px;display:flex;align-items:center;justify-content:center}.report-sender-tops-table__subtitle{padding:3px 10px}.report-sender-tops-table__subtitle.top{background-color:#81e5f8}.report-sender-tops-table__subtitle.positive{background-color:#72f983}.report-sender-tops-table__subtitle.negative{background-color:#d24141}.report-sender-tops-table__items .report-sender-tops-table-row:not(:last-child){border-bottom:1px solid rgba(0,0,0,0.6)}.report-sender-tops-table-row{display:flex;align-items:flex-start;background-color:#fff;padding:5px 0}.report-sender-tops-table-row__number{flex-shrink:0;width:40px;padding:0 10px}.report-sender-tops-table-row__link{flex-shrink:0;width:260px;padding:0 10px;line-break:anywhere}.report-sender-tops-table-row__reactions{flex-shrink:0;width:200px;padding:0 10px}.report-sender-tops-table-row__content{flex-grow:1;padding:0 10px}

.sending-main{margin-bottom:30px;padding:0 20px}.sending-main .custom-select{min-width:150px;width:100%}.sending-main__info{display:flex;margin:10px}@media (max-width: 768px){.sending-main__info{display:block}}.sending-main__obj{color:grey;font-size:12px;margin-top:15px;margin-bottom:-5px}.sending-main__check{display:grid;margin:10px}.sending-main__check .ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:0px}.sending-main__subtitle{padding:0;margin:0}.sending-main__header{display:flex;align-items:center;padding:0;margin:0}.sending-main .topics-list-row__text{margin-left:10px}.sending-main .topics-list-row__label{width:150px}.sending-main .topics-list-row__text{max-width:750px}@media (max-width: 768px){.sending-main{flex-direction:column;align-items:center;padding:0 10px}}

.events-main{padding:0 20px;justify-content:space-between;width:65%}.events-main__info{display:flex;margin:10px}.events-main__obj{color:grey;font-size:12px;margin-top:15px;margin-bottom:-5px}.events-main__check{display:grid;margin:10px}.events-main__check .ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:0px}.events-main__subtitle{padding:0;margin:0}.events-main__header{display:flex;align-items:center;padding:0;margin:0}.events-main .topics-list-row__text{margin-left:10px}.events-main .create-event-modal-btn,.events-main .reports-modal-selector-submit{margin:10px 0}@media (max-width: 768px){.events-main{flex-direction:column;align-items:center;padding:0 10px}}.sending-main .reports-modal-selector-submit{margin:0}

.feed-by-posts__header{display:flex;align-items:flex-end;justify-content:space-between;padding:10px 20px 10px}.feed-by-posts__header .custom-select{min-width:150px}@media (max-width: 768px){.feed-by-posts__header{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:10px}}

.main-nav{position:fixed;top:0;left:0;bottom:0;z-index:100;width:210px;height:100vh}@media (max-width: 768px){.main-nav{width:100vw}}.main-nav__wrap{width:210px;height:100%;display:flex;flex-direction:column;overflow-y:auto;font-size:14px;scrollbar-width:thin;scrollbar-color:#223c5034 white}.main-nav__wrap::-webkit-scrollbar{width:5px;height:5px;background-color:white}.main-nav__wrap::-webkit-scrollbar-thumb{background-color:#223c5034}.main-nav__wrap .ant-menu svg{width:28px;height:28px;fill:#4ec0e4}.main-nav__wrap .main-nav__title svg{margin-right:5px;margin-left:-20px}.main-nav__btn{display:none}@media (max-width: 768px){.main-nav__btn{position:absolute;top:10px;left:210px;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}}.main-nav__btn span{display:flex;align-items:center;justify-content:center}.main-nav.hide{transform:translateX(-210px);width:210px}.main-nav.hide .main-nav__btn{display:none}.main-nav__title{display:flex;justify-content:center;align-items:center;height:46px;flex-shrink:0;font-size:16px;font-weight:700;border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0;background-color:#fff}.ant-menu-light .ant-menu-item:hover,.ant-menu-submenu-title:hover{color:#4ec0e4;border-left:3px solid #4ec0e4;box-shadow:0px 4px 4px rgba(0,0,0,0.05);padding-left:5px !important}ul.ant-menu-light:not(.ant-menu-horizontal) li.ant-menu-item-selected{color:#4ec0e4;border-left:5px solid #4ec0e4;box-shadow:0px 4px 4px rgba(0,0,0,0.05);background:none;background:rgba(78,192,228,0.1);padding-left:5px !important}.ant-menu{width:203px !important}.ant-menu-inline .ant-menu-item-selected:after,.ant-menu-inline .ant-menu-selected:after{transform:scaleY(1);opacity:0;transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1)}.ant-menu-inline.ant-menu-root .ant-menu-item>.ant-menu-title-content,.ant-menu-inline.ant-menu-root .ant-menu-submenu-title>.ant-menu-title-content{margin-left:10px;white-space:break-spaces;line-height:normal}.post-menu__item span[role="img"]{position:relative;width:32px;height:32px;background:#f6f7fa;border-radius:50%;border:0;display:flex;cursor:pointer;align-items:center;justify-content:center;margin-bottom:5px;color:#a6a6a6;z-index:10;box-shadow:0 8px 15px rgba(0,0,0,0.1)}

.app-loader{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}

@font-face {
  font-family: "Gilroy";
  src: url(/distdf3707b4bb5e07bf4c91.eot);
  src: url(/dist19e9cefe84186eec0852.woff2) format("woff2"),
    url(/dist846e5ddd91803f7ba4b8.woff) format("woff"),
    url(/distb900325e44ec0c673e88.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url(/dista04c87ab254cbfc99d89.eot);
  src: url(/dist8ffe2782737198155fdf.woff2) format("woff2"),
    url(/distd72722b2aed6a3074f42.woff) format("woff"),
    url(/distf9f832b0ed3f1ab138c9.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url(/dist1d051d9d4215c09cbcaa.eot);
  src: url(/dist5c1f5b36d201ab222067.woff2) format("woff2"),
    url(/dist420856a8504eddaa5b9a.woff) format("woff"),
    url(/distb91b0127c56a8e5f9e83.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.header-selectors{width:60%}@media (max-width: 768px){.header-selectors{width:100%;margin-top:10px}}.header-selectors__row{display:flex;align-items:center}.header-selectors__row-width{width:69%}@media (max-width: 768px){.header-selectors__row{flex-direction:column;align-items:flex-start}}.header-selectors__row:not(:last-child){margin-bottom:10px}.header-selectors__label{margin-right:10px}@media (max-width: 768px){.header-selectors__label{font-size:12px}}.header-selectors__selector{width:400px}@media (max-width: 768px){.header-selectors__selector{width:100%}}.header-selectors__selector.selector-blue{width:unset;color:white}.header-selectors__selector.selector-blue .ant-select-selector{background:#4ec0e4}.header-selectors__selector.selector-blue.ant-select-single.ant-select-open .ant-select-selection-item{color:white}.interval-choice{flex-shrink:0;display:flex;align-items:center;margin-bottom:3px;margin-left:auto}@media (max-width: 768px){.interval-choice{margin-left:0;margin-top:15px}}.interval-choice button{margin-left:10px}@media (max-width: 768px){.interval-choice button{margin-left:0;margin-right:10px}}.interval-choice-nm{flex-shrink:0;display:flex;align-items:center;margin-bottom:3px;margin-left:auto}@media (max-width: 768px){.interval-choice-nm{margin-left:0;margin-top:15px}}.interval-choice-nm button{margin-left:10px}@media (max-width: 768px){.interval-choice-nm button{margin-left:0;margin-right:10px}}.lk-stats{margin:30px 0 0;padding-bottom:30px}.lk-stats__header{display:flex;align-items:flex-end;margin-bottom:10px;padding:0 20px}@media (max-width: 768px){.lk-stats__header{flex-direction:column;align-items:flex-start;padding:0 10px}}.lk-stats h2{margin-bottom:0}@media (max-width: 768px){.lk-stats h2{font-size:20px;line-height:20px}}.lk-stats-flex{display:flex}@media (max-width: 768px){.lk-stats-flex{display:block}}.full-graph{display:block}.full-graph .lk-stats-graph{width:100%}.full-graph .lk-stats-flex-table{display:flex}.lk-stats-graph_after{display:flex;justify-content:center}.lk-stats_flex{display:flex;align-items:baseline}#neutral{width:10px;height:10px;background:#d6dfe6;margin-right:10px;margin-left:15px}#positive{width:10px;height:10px;background:#a2e780;margin-right:10px;margin-left:15px}#negative{width:10px;height:10px;background:#fdab96;margin-right:10px;margin-left:15px}#likes{width:10px;height:10px;background:#c5e8e4;margin-right:10px;margin-left:15px}#reposts{width:10px;height:10px;background:#91e0f9;margin-right:10px;margin-left:15px}.lk-stats-graph{width:65%}@media (max-width: 768px){.lk-stats-graph{width:100%}}.lk-stats-table{box-sizing:content-box}@media (max-width: 768px){.lk-stats-table{box-sizing:border-box}}@media (max-width: 768px){.lk-stats-table.table{box-sizing:border-box;margin-top:0;padding-top:0}}.lk-stats-table--smi{width:370px}@media (max-width: 768px){.lk-stats-table--smi{width:100%}}@media (max-width: 768px){.lk-stats-table--smi .table__row{flex-direction:row;align-items:center}}@media (max-width: 768px){.lk-stats-table--smi .table__col{width:auto;padding:0}}@media (max-width: 768px){.lk-stats-table--smi .lk-stats-table__name{margin-right:10px}}.lk-stats-table--social{width:710px}@media (max-width: 768px){.lk-stats-table--social{width:100%}}@media (max-width: 768px){.lk-stats-table--social .table__col{display:flex;align-items:center;padding:3px 0}}.lk-stats-table__body{width:100%}.lk-stats-table__head{width:100%}.lk-stats-table__name{flex-shrink:0;width:200px}@media (max-width: 768px){.lk-stats-table__name{width:160px}}.lk-stats-table__values{display:flex;padding:0}@media (max-width: 768px){.lk-stats-table__values{flex-direction:column;padding:0}}.lk-stats-table__content{flex-shrink:0;width:170px;text-align:right}@media (max-width: 768px){.lk-stats-table__content{width:auto}}.lk-stats-table__desc{display:none}@media (max-width: 768px){.lk-stats-table__desc{display:block;width:60px;margin-right:4px;font-size:10px;font-weight:300;color:#919399;text-align:left}}@media (max-width: 768px){.lk-stats-table__value{color:#313236;font-size:14px;font-weight:500;line-height:16px;text-align:left}}.table{padding:0 20px}@media (max-width: 768px){.table{margin-top:20px;padding:10px;background-color:#efefef}}.table__head{display:flex;align-items:center;border-bottom:1px solid #f0f0f0;padding:16px 0}@media (max-width: 768px){.table__head{display:none}}.table__head .table__col{color:rgba(0,0,0,0.85);font-size:14px;font-weight:500;padding:0 16px}.table__body{background-color:#fff;padding-top:0px;border-radius:7px;border-top:7px solid #76dbfb;border-bottom:7px solid #76dbfb;box-shadow:0px 8px 15px rgba(29,29,29,0.1)}.table__body:nth-child(odd){background:#e8eff5}.table__row{display:flex;align-items:center;margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#333;background:#e8eff5;border-bottom:1px solid #4ec0e4}.table__row:nth-of-type(odd){background:white}@media (max-width: 768px){.table__row{flex-direction:column;align-items:flex-start;border-radius:4px;border:none;margin:0}}@media (max-width: 768px){.table__row:not(:last-child){margin-bottom:10px}}.table__col{font-size:16px;line-height:1.2;padding:6px 16px}@media (max-width: 768px){.table__col{padding:5px 10px}}.table__loader{height:150px;width:100%;display:flex;align-items:center;justify-content:center;background-color:#efefef}.table__loader>div{transform:scale(0.7)}.table__empty{width:100%;display:flex;justify-content:center;align-items:center;color:#919399;font-weight:300;height:70px}.topics-list,.statistic-list{margin-top:10px}.topics-list__loader,.topics-list__empty,.statistic-list__loader,.statistic-list__empty{height:80px;width:100%;display:flex;justify-content:center;align-items:center}.topics-list-row,.statistic-list-row{background:#fff;background-position:0;background-repeat:no-repeat;margin:10px;border-radius:10px;box-shadow:0 8px 15px rgba(0,0,0,0.1)}.topics-list-row:first-child,.statistic-list-row:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.topics-list-row__wrap,.statistic-list-row__wrap{position:relative;display:flex;overflow:hidden;padding:15px 20px 15px 0}@media (max-width: 768px){.topics-list-row__wrap,.statistic-list-row__wrap{display:block;padding-left:20px}}.topics-list-row__rating,.statistic-list-row__rating{flex-shrink:0;display:flex;justify-content:center;align-items:center;padding:5px 0 5px 2px;width:74px;font-size:50px;line-height:1;font-weight:300;color:#4ec0e4}.topics-list-row__subject,.statistic-list-row__subject{position:relative;z-index:2;flex-shrink:0;display:flex;flex-direction:column;margin-right:15px}.topics-list-row__theme,.statistic-list-row__theme{position:relative;z-index:2;flex-grow:1;display:flex;flex-direction:column;align-items:flex-start;padding-right:20px}.topics-list-row__label,.statistic-list-row__label{margin-bottom:3px;font-size:16px;line-height:1;color:#4ec0e4}.topics-list-row__text,.statistic-list-row__text{font-size:16px;line-height:1.2;font-weight:500;color:#333}.topics-list-row__chart,.statistic-list-row__chart{flex-shrink:0;width:270px;margin-right:20px}.topics-list-row canvas,.statistic-list-row canvas{box-shadow:0px 8px 15px rgba(0,0,0,0.1);border-radius:10px;padding:10px}.topics-list-row-info{display:flex;align-items:flex-end;flex-wrap:wrap;margin-top:8px}.topics-list-row-info sup{color:gray;top:-6px;font-size:16px}.topics-list-row-info sup.up{color:green}.topics-list-row-info sup.down{color:red}.topics-list-row-info__value{font-size:20px;font-weight:500;color:#4ec0e4;margin-right:10px}.topics-list-row-info .topics-list-row__label,.topics-list-row-info .statistic-list-row__label{opacity:1;font-size:16px;font-weight:400;line-height:20px;text-align:left;color:black;margin-top:0px}.topics-list-row-info .topics-list-row__label:not(:last-child),.topics-list-row-info .statistic-list-row__label:not(:last-child){margin-right:30px}.statistic-list-row-info{display:flex;align-items:baseline;flex-wrap:wrap;margin-top:8px}.statistic-list-row-info sup{color:gray;top:-6px;font-size:16px}.statistic-list-row-info sup.up{color:green}.statistic-list-row-info sup.down{color:red}.statistic-list-row-info__value{font-size:20px;font-weight:500;color:#4ec0e4;margin-right:3px}.statistic-list-row-info .topics-list-row__label,.statistic-list-row-info .statistic-list-row__label{opacity:1;font-size:16px;font-weight:400;line-height:20px;text-align:left;color:black;margin-top:0px}.statistic-list-row-info .topics-list-row__label:not(:last-child),.statistic-list-row-info .statistic-list-row__label:not(:last-child){margin-right:10px}.topics-modal__info .topics-list-row__label{margin-bottom:3px;font-size:16px;line-height:1;color:black}.topics-modal__info .topics-list-row__label .topics-list-row-info__value{font-size:20px;font-weight:500;color:#4ec0e4;margin-right:5px;margin-left:7px}.summary-digest .topics-list-row__subject{width:200px}.post{width:100%;background-color:#fdfdfd;box-shadow:3px 3px 6px #bbcfda, -3px -3px 6px white;border-radius:4px;background:white;box-shadow:0px 8px 15px rgba(29,29,29,0.1);border-radius:10px;background-size:64px 128px;background-repeat:no-repeat;background-position:left center}.post-flex{display:flex}.post:not(:last-child){margin-bottom:16px}.post__wrap{position:relative;min-height:100px;width:100%;border-radius:10px;overflow:hidden;padding:26px 31px 21px 22px;background:linear-gradient(0deg, rgba(255,255,255,0.2), rgba(255,255,255,0.2)),linear-gradient(90.03deg, rgba(95,92,92,0.12) .53%, rgba(95,92,92,0.05) 30.37%)}.post__wrap:before{content:'';display:block;width:5px;position:absolute;top:0;left:0;bottom:0;z-index:2}.post--negative .post__wrap{background:linear-gradient(0deg, rgba(255,255,255,0.2), rgba(255,255,255,0.2)),linear-gradient(90.03deg, rgba(255,95,95,0.12) .53%, rgba(255,95,95,0.05) 30.37%);background:linear-gradient(-90deg, rgba(255,255,255,0.1), rgba(255,51,0,0.12)),linear-gradient(90.03deg, rgba(0,224,22,0.07) .3%, rgba(0,224,22,0) 42.37%)}.post--negative .post-content.long-text.hide:before{background:linear-gradient(174deg, rgba(253,240,241,0.07) 0%, rgba(253,240,241,0.3) 33%, #fff9f9 80%);background:linear-gradient(147deg, rgba(235,253,240,0.075) 0%, rgba(235,253,240,0.3) 38%, #fff 80%)}.post--positive .post__wrap{background-color:#ebfdf0;background:linear-gradient(-90deg, rgba(255,255,255,0.1), rgba(153,255,102,0.4)),linear-gradient(90.03deg, rgba(0,224,22,0.07) .3%, rgba(0,224,22,0) 42.37%)}.post--positive .post-content.long-text.hide:before{background:linear-gradient(rgba(235,253,240,0) 0%, rgba(235,253,240,0.8) 50%, #ebfdf0 90%);background:linear-gradient(174deg, rgba(235,253,240,0.075) 0%, rgba(235,253,240,0.3) 33%, #fff 80%)}.post__federal{position:absolute;z-index:5;top:105px;left:-40px;pointer-events:none}.post__federal svg{display:block;opacity:0.08;pointer-events:none}.post__removed{position:absolute;z-index:10;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(255,255,255,0.8);color:#333}.post__returnd{position:absolute;z-index:10;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(255,255,255,0.8);color:#333;padding:103px;font-weight:600}.post__removed-btn{margin-top:10px;padding:4px 12px;color:#1890ff;cursor:pointer;border-radius:4px;background-color:#fff;border:1px solid #1890ff}.post__removed-loading{margin-top:10px}.post__header{position:relative;z-index:4;display:flex;align-items:flex-start;padding:10px 10px 10px 16px}@media (max-width: 768px){.post__header{display:block}}.post__main{position:relative;padding:0 10px 10px 5px}.post__footer{display:flex;align-items:center;justify-content:flex-end;margin-top:15px}.post-title{display:flex;align-items:center}.post-title__avatar{display:flex;justify-content:center}.post-title__avatar a{box-sizing:border-box;display:block;width:40px;height:40px;border-radius:50%;overflow:hidden}.post-title__avatar img{display:block;height:100%;width:100%;object-fit:cover}.post-title__info{display:flex;flex-direction:column;align-items:flex-start;margin-left:10px}.post-title__source{font-size:16px;line-height:16px;font-weight:500;color:#333}.post-title__date{margin-top:4px;font-size:10px;line-height:10px;font-weight:300;color:#333}.post-statistics{display:flex;align-items:baseline;margin-left:auto;padding:7px 7px 0 0}.post-statistics__item{text-align:center;text-align:-webkit-center;text-align:-moz-center}.post-statistics__item:not(:last-child){margin-right:16px}.post-statistics__item svg{display:block;fill:#a6a6a6}.post-statistics__item span{color:#a6a6a6;display:block;margin-left:3px;font-size:12px;line-height:12px;font-weight:400;margin-top:10px}.post-source{position:absolute;top:31px;left:26px;z-index:6}.post-source__item{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:23px;width:23px;border-radius:50%;padding-bottom:5px;background-color:#fff;box-shadow:1px 1px 3px #bbcfda, -1px -1px 3px white}.post-source__item--vk{background-color:#4D76A1;padding-bottom:4px}.post-source__item--fb{background-color:#31b3e6}.post-source__item--tg{background-color:#0a85d9;padding-bottom:6px}.post-source__item--yt{background-color:#FF0000}.post-source__item--ok{background-color:#ffa600;padding-bottom:0px}.post-source__item--tw{background-color:#03A9F4}.post-source__item--gs{background-color:#9648e3;padding-bottom:6px}.post-source__item--ig{background:linear-gradient(#fd5, #ff543e, #c837ab)}.post-source__item svg{display:block;fill:#fff}.post-content.long-text{position:relative;display:flex;align-items:end}.post-content.long-text.hide{height:92px}.post-content.long-text.hide:before{position:absolute;left:0;right:0;bottom:0;z-index:2;content:'';display:block;height:50px;width:100%;pointer-events:none;background:linear-gradient(174deg, rgba(231,240,247,0.075) 0%, rgba(229,237,247,0.3) 33%, #f9f9f9 80%)}.post-content.long-text.hide .post-content__text{height:100%;overflow:hidden}.post-content.long-text.hide .post-content__more svg{transition:transform 0.2s linear;transform:rotate(0)}.post-content__wrap{min-height:92px}.post-content__title{margin-bottom:13px;font-size:18px;font-weight:400;line-height:22px;text-align:left;color:#4ec0e4}.post-content__text{position:relative;z-index:1;width:100%;word-break:break-word}.post-content__text .wordfound{background-color:#ffcc00}.post-content__more{z-index:6;font-size:13px;position:relative;text-align:center;cursor:pointer;margin:10px;color:#4ec0e4;position:absolute;right:18px;width:100px;bottom:-25px;left:unset;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s linear}@media (max-width: 768px){.post-content__more{right:-51px;bottom:-16px}}.post-content__more svg{display:block;transition:transform 0.2s linear;transform:rotate(-180deg);fill:grey}.video{position:relative;margin:auto 5px;display:inline-block}.video-icon{color:white;font-size:35px;position:absolute;top:1px;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.5);cursor:pointer}.video .ant-image{margin:auto 0px}.ant-image{vertical-align:text-top;margin:auto 5px;width:100px;height:70px;overflow:hidden;position:relative}.ant-image-img{position:absolute;top:74%;left:50%;transform:translate(-50%, -50%);width:100px;height:100px;object-fit:cover}.media{display:flex;align-items:center;flex-wrap:wrap;margin-top:15px}.post-content__more-img{font-size:13px;position:relative;text-align:center;cursor:pointer;margin:10px;color:#1890ff}.post-menu__wrap.out-line,.post__returnd{display:none}.post_deleted .post-menu__wrap.in-line,.post_deleted .ant-modal-footer{display:none}.post_deleted .post-menu__wrap.out-line{display:flex}.post_deleted .post__returnd{display:block}.post-menu{position:relative;z-index:10;margin-left:3px}.post-menu:hover .post-menu__wrap{position:inherit;border-radius:4px;padding:5px 0;opacity:1;transition:all 0.1s linear;background:#fff;background-position:0;background-repeat:no-repeat;background-size:64px 128px;border-radius:10px;box-shadow:0 8px 15px rgba(0,0,0,0.1)}.post-menu__btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:4px;cursor:pointer}.post-menu__btn svg{transform:rotate(90deg);display:block;fill:grey}.post-menu__wrap{position:inherit;border-radius:4px;padding:5px 0;opacity:1;transition:all 0.1s linear;background:#fff;background-position:0;background-repeat:no-repeat;background-size:64px 128px;border-radius:10px;box-shadow:0 8px 15px rgba(0,0,0,0.1);margin-left:10px;margin-bottom:16px;padding:10px;display:flex;flex-wrap:wrap;width:50px;align-items:center}.post-menu__item{position:relative;width:32px;height:32px;border-radius:50%;border:0;display:flex;cursor:pointer;align-items:center;justify-content:center;margin-bottom:5px;color:#a6a6a6}.post-menu__item:hover{color:#1890ff}.post-menu__item-tonal{display:none}.post-menu__item-tonal span{margin-right:5px}.post-menu__trust:hover .post-menu__item-tonal{display:flex;width:inherit;position:relative;margin-top:-38px;margin-left:-38px}.source_border{border:1px solid #4ec0e4;border-radius:10px}.source_border .post-title:after{content:" Дружественный источник ";visibility:visible;color:#4ec0e4;position:absolute;top:-20px;left:10px}.author__info{display:flex;align-items:center}.author__info .author-delete{color:#4ec0e4;margin-left:15px;font-size:13px;cursor:pointer}.post-list{padding:20px;padding-right:34px;margin-top:18px}@media (max-width: 768px){.post-list{padding:2px}}html{-webkit-font-smoothing:antialiased}body{font-family:"Gilroy", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";background-color:#e8eff5}button,input,.ant-select-selector,.ant-picker{border-radius:10px !important}.ant-picker{background:rgba(238,242,244,0.5)}.anticon-calendar svg{fill:#1782a4}.ant-btn-primary{color:#4ec0e4;background:#fff;border-color:#4ec0e4;border-radius:10px}#root.hide-menu .main-nav{display:none}#root.hide-menu .main-layout{margin-left:0;width:100%}

