@charset "UTF-8";@import-normalize;*{margin:0;padding:0;box-sizing:border-box;color:inherit;font-family:Roboto,Open Sans,Avenir,Helvetica,Arial,sans-serif}html,body,#root{width:100%;height:100%}body{background-color:#f1f1f1;font-family:Roboto,Open Sans,Avenir,Helvetica,Arial,sans-serif;color:#202020;scroll-behavior:smooth}li{list-style-type:none}ul,ol{list-style:none}a{text-decoration:none}input:focus,button:focus{outline:none}.loader-container{display:flex;align-items:center;justify-content:center}.loader{box-sizing:border-box;animation:spin linear infinite;border:solid transparent;border-top-color:inherit;border-right-color:transparent;border-bottom-color:transparent;border-left-color:inherit;border-radius:100%}.loader-size-mini{width:1rem;height:1rem;border-width:2px}.loader-size-small{width:1.5rem;height:1.5rem;border-width:2px}.loader-size-medium{width:2.5rem;height:2.5rem;border-width:3px}.loader-size-large{width:4rem;height:4rem;border-width:4px}.loader-color-white{border-top-color:#fff;border-left-color:#fff}.loader-color-black{border-top-color:#000;border-left-color:#000}.loader-color-green{border-top-color:#48b2c1;border-left-color:#48b2c1}.loader-speed-slow{animation-duration:1.5s}.loader-speed-normal{animation-duration:1s}.loader-speed-fast{animation-duration:.6s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.__block_1mv8n_1{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;justify-content:flex-start;width:100%}.__block_1mv8n_1 .__block__title_1mv8n_9{font-size:17px;font-weight:700;opacity:.5;margin-bottom:8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;z-index:1}.__block_1mv8n_1 .__block__content_1mv8n_20{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;z-index:0}.__block_bottom_1mv8n_27{margin-bottom:8px}.__block_5ud11_1{background-color:#e1e1e1;padding:10px 12px;border-radius:7px;margin:0 8px 8px 0;min-width:144px;transition:background-color ease .25s,box-shadow ease .25s,border-color ease .15s}.__block_white_5ud11_9{background-color:#fff}.__block_hover_5ud11_12{cursor:pointer}.__block_hover_5ud11_12:hover{background-color:#fff!important;box-shadow:0 16px 20px #00000012;z-index:1}.__block_focus_5ud11_20{background-color:#fff;box-shadow:0 16px 20px #00000012}.__block_black_5ud11_24{background-color:#fff}.__block_black_5ud11_24:hover{color:#fff;background-color:#202020!important;box-shadow:0 16px 20px #00000012;z-index:1}.__block_black_5ud11_24.__focus_5ud11_33{background-color:#202020;color:#fff;box-shadow:0 16px 20px #00000012}.__block__number_5ud11_38{font-size:37px;font-weight:700;margin-bottom:6px}.__block__title_5ud11_43{font-size:17px;font-weight:500}#editor{height:calc(100% - 42px);width:100%;padding:12px;position:relative;background-color:#fff;overflow-y:scroll;border:1px solid #dddddd;transition:border ease .15s,box-shadow ease .15s}#editor:focus{outline:none!important;border:1px solid #0061ff;box-shadow:2px 2px 3px #0000001a inset}#editor[placeholder]:empty:before{content:attr(placeholder);color:#555}#editor[placeholder]:empty:focus:before{content:""}.toolbar a{display:inline-block;border:1px solid #888;padding:5px 8px;margin:0 5px 10px 0;color:#000;border-radius:3px;font-size:12px;box-shadow:1px 1px 2px #ddd;background:#fff;vertical-align:top;text-decoration:none}.toolbar select,.toolbar input{display:inline-block;height:28px;line-height:28px;background:#fff;padding:0;margin:0 5px 10px 0;color:#000;box-shadow:1px 1px 2px #ddd;border-radius:3px;vertical-align:top;font-size:12px}.toolbar span{display:inline-block;height:30px;line-height:30px;padding:0;margin:0 0 10px;color:#000;vertical-align:top;font-size:12px}.embed-tool--loading .embed-tool__caption{display:none}.embed-tool--loading .embed-tool__preloader{display:block}.embed-tool--loading .embed-tool__content{display:none}.embed-tool__preloader{display:none;position:relative;height:200px;box-sizing:border-box;border-radius:5px;border:1px solid #e6e9eb}.embed-tool__preloader:before{content:"";position:absolute;z-index:3;left:50%;top:50%;width:30px;height:30px;margin-top:-25px;margin-left:-15px;border-radius:50%;border:2px solid #cdd1e0;border-top-color:#388ae5;box-sizing:border-box;animation:embed-preloader-spin 2s infinite linear}.embed-tool__url{position:absolute;bottom:20px;left:50%;transform:translate(-50%);max-width:250px;color:#7b7e89;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.embed-tool__content{width:100%}.embed-tool__caption{margin-top:7px}.embed-tool__caption[contentEditable=true][data-placeholder]:before{position:absolute;content:attr(data-placeholder);color:#707684;font-weight:400;opacity:0}.embed-tool__caption[contentEditable=true][data-placeholder]:empty:before{opacity:1}.embed-tool__caption[contentEditable=true][data-placeholder]:empty:focus:before{opacity:0}.embed-tool__input{margin-bottom:5px}.embed-tool__input--error{background-color:#fff3f6;border-color:#f3e0e0;color:#a95a5a;box-shadow:inset 0 1px 3px #923e3e0d}.embed-tool__service-info{font-size:.8em}@keyframes embed-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Form .Form__title{margin-bottom:16px;font-size:19px;font-weight:700;word-wrap:break-word}.Form .Form__title .Text__signature{margin-top:4px;font-size:13px;padding-left:1px;opacity:.75}.Form .Form__hr{width:100%;border:1px solid #e3e3e3;margin-bottom:12px}.Form .Form__field{margin-bottom:10px}.Form .Form__field_last{margin-bottom:0}.Form .Form__field .Field__label{font-size:13px;opacity:.75;margin-bottom:2px;padding:0 4px}.Form .Form__field .Field__text{font-size:17px;padding:0 4px;word-wrap:break-word}.Form .Form__error{margin-top:12px;font-size:14px;font-weight:400;width:100%;text-align:center;color:#ff5722}.Form .Form__actions{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-top:20px}.Form .Form__actions:last-child{padding:0 2px;margin-top:16px}.Form .Form__actions_center{justify-content:center}.List{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;justify-content:flex-start;width:100%;margin-bottom:12px}.List .List__item{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;transition:background-color ease .25s,box-shadow ease .25s;background-color:#e1e1e1;border-radius:7px;cursor:pointer;margin-bottom:8px;padding:8px 12px;z-index:1}.List .List__item:hover{background-color:#fff;z-index:2}.List .List__item.active{background-color:#fff;box-shadow:0 16px 20px #00000012;z-index:2}.List .List__item.active:hover{background-color:#fff;z-index:3}.List .List__item.pointer{background-color:#fff;z-index:2}.List .List__item.pointer:hover{box-shadow:0 16px 20px #00000029;background-color:#fff;z-index:3}.List .List__item.pointer_border{border:1px solid #dbdbdb}.List .List__item.pointer_border:hover{box-shadow:none;background-color:#dbdbdb;z-index:3}.List .List__item .Item__wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between}.List .List__item .Item__title{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}.List .List__item .Item__settings{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center}.List .List__item .Item__settings .Settings__size{font-size:24px;font-weight:900}.List .List__content{padding:0 8px 16px;z-index:0}.List .List__content:hover{z-index:4}.List .List__content .Content__header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;height:36px}.List .List__content .Content__header .Header__title,.List .List__content .Content__header .Header__settings{display:flex;align-items:center}.List .List__content .Content__footer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding-top:12px}.List .List__content .Content__footer .Footer__title,.List .List__content .Content__footer .Footer__settings{display:flex;align-items:center}.List .Element__title{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;font-size:17px;font-weight:700}.List .Element__size{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center}.List .Element__size .Size__title{font-size:16px;font-weight:400}.List .Element__size .Size__count{font-size:24px;font-weight:900}.List .Element__size .Size__count_left{margin-left:12px}.List .Element__datetime{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center}.Collected__count{display:flex;margin-left:12px;flex-direction:column;font-size:15px;border-radius:24px;height:28px;padding:1px 8px 2px;color:#fff;font-weight:900;align-items:center;justify-content:center}.Collected__count_blue{color:#fff;background-color:#1565c0;border:2px solid #1565c0}.Collected__count_green{color:#fff;background-color:#2e7d32;border:2px solid #2e7d32}.Collected__count_yellow{color:#fff;background-color:#cf9400;border:2px solid #cf9400}.Collected__count_red{color:#fff;background-color:#cf2f00;border:2px solid #cf2f00}.Button__collected{display:flex;margin-left:12px;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center;font-size:15px;font-weight:700;border-radius:4px}.Button__collected_blue{color:#fff;background-color:#0064ff;border:2px solid #0043ab}.Button__collected_gray{color:#202020;background-color:#bbb;border:2px solid rgba(187,187,187,.5)}.Button__collected_black{color:#fff;background-color:#333;border:2px solid #333}.Button__collected_green{color:#fff;background-color:#388e3c;border:2px solid #265f28}.Button__collected_red{color:#fff;background-color:#f53800;border:2px solid rgba(245,56,0,.3137254902)}.Button__circle{display:inline-block;height:32px;width:32px;padding:4px;background-color:#bbb;border-radius:50%;margin:0 12px;cursor:pointer}.Button__swith{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;padding:0 6px}.Button__swith .Swith__text{margin-right:8px;cursor:pointer;transition:opacity ease .25s;color:#202020;font-size:14px;font-weight:700;width:calc(100% - 36px)}.Action__button{box-sizing:border-box;border-radius:4px;border:none;cursor:pointer;transition:opacity ease .1s,border ease .25s;font-family:inherit;padding:12px 16px;font-size:18px;font-weight:700;background-color:inherit}.Action__button_all{width:100%;margin-right:0}.Action__button_gray{color:#202020;border:2px solid rgba(51,51,51,.5)}.Action__button_gray:hover{border:2px solid rgb(51,51,51)}.Action__button_blue{color:#0064ff;border:2px solid rgba(0,100,255,.5)}.Action__button_blue:hover{border:2px solid rgb(0,100,255)}.Action__button_red{color:red;border:2px solid rgba(255,0,0,.5)}.Action__button_red:hover{border:2px solid rgb(255,0,0)}.Action__button_right{margin-right:12px}.Action__button_mini{padding:0 4px 1px!important;font-size:14px!important;font-weight:700!important;border-radius:4px!important;transition:opacity ease .1s,border ease .25s!important}.Action__button_maxi{padding:3px 6px!important;font-size:19px!important;font-weight:700!important;border-radius:5px!important;transition:opacity ease .1s,border ease .25s!important}.Action__link{color:#565656;cursor:pointer;font-size:16px;display:inline-block;text-decoration:none;transition:opacity ease .1s}.Action__link_blue{color:#0064ff}.Action__link_red{color:red}.Action__link:hover{opacity:.75}.Action__link_right{margin-right:12px}.Action__link_left{margin-left:12px}.Button__text{cursor:pointer;transition:opacity ease .25s;color:#202020;font-size:17px;font-weight:600}.Button__text:hover{opacity:.75}.Button__text_left{margin-left:24px}.Button__text_right{margin-right:24px}.Swith{display:flex;width:32px;height:20px;border:3px solid #333;border-radius:99em;position:relative;transition:transform ease .25s,opacity ease .25s;cursor:pointer}.Swith:hover{opacity:.75}.Swith:before{transition:transform ease .25s;content:"";display:block;position:absolute;width:8px;height:8px;background-color:#333;border-radius:50%;top:3px;left:3px}.Swith_gray{border:3px solid rgba(51,51,51,.4588235294)}.Swith_active{background-color:#4caf50;border:3px solid #4caf50}.Swith_active:before{transform:translate(12px);background-color:#fff}.Swith_active_red{background-color:inherit;border:3px solid #ffab91}.Swith_active_red:before{background-color:#bf360c}.Swith_active_gray{background-color:inherit;border:3px solid rgba(51,51,51,.4588235294)}.Swith_active_gray:before{background-color:#333}.Box{padding:24px 24px 16px;display:inline-block;background-color:#e7e7e7;border-radius:9px;margin-right:24px;margin-top:24px;width:212px}.Box .Box__title{margin-bottom:12px;opacity:.5;font-size:16px;font-weight:700}.Box .Box__number{font-size:42px;font-weight:900;text-align:right}ul.pagination{margin-top:0;margin-bottom:0}li.page-item{display:inline-block}li.page-item.active a.page-link{color:#333;opacity:1}a.page-link{text-align:center;margin:0 6px;color:#000;font-weight:900;font-size:18px;opacity:.5;transition:opacity ease .25s}a.page-link:hover{opacity:1}.Page{width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;padding:0;box-sizing:border-box}.Page .Page__title{height:42px;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;margin-bottom:12px}.Page .Page__title .Title__text{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;font-size:19px;font-weight:700}.Page .Page__title .Title__settings{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center}.Page .Page__hr{width:100%;border:1px solid #e3e3e3;margin-bottom:12px}.Page .Page__loader{margin-top:15%;width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center}.Page .Page__content{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;margin-bottom:12px}
