.v-breadcrumbs{padding:5px 0!important;font-size:13px}.v-breadcrumbs a.v-breadcrumbs__item{color:#495057!important}.v-breadcrumbs a.v-breadcrumbs__item:hover{text-decoration:underline}.v-breadcrumbs a.v-breadcrumbs__item--disabled{color:#89949b!important}.footer{width:100%;background-color:#f4f5f7!important;font-size:13px;padding:10px 20px 10px 10px;border-top:1px solid #e7e7e7!important;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer .v-btn__content{font-weight:400;font-size:10px}.navigation-menu{margin:15px}.navigation-menu .navigation-menu__sub-items{height:0;overflow:hidden;-webkit-transition:height .25s ease;transition:height .25s ease}.navigation-menu .navigation-menu__logo{color:#fff!important;font-size:22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:15px;border-bottom:1px solid #64696c;text-decoration:none}.navigation-menu .navigation-menu__logo .navigation-menu__logo-btn{width:32px;height:32px;margin-left:15px}.navigation-menu .navigation-menu__logo .navigation-menu__logo-btn .v-icon{font-size:30px}.navigation-menu .navigation-menu__logo .navigation-menu__logo-label{margin-left:10px;cursor:pointer;font-weight:300;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navigation-menu .navigation-menu__logo .navigation-menu__text{line-height:18px}.navigation-menu .navigation-menu__menu{margin-top:10px}.navigation-menu .v-list-item__title{color:#fff;font-weight:400!important;font-size:12px!important}.navigation-menu .v-list-item__action{margin-right:15px!important}.navigation-menu .navigation-menu__item{margin-top:10px;border-radius:4px}.navigation-menu .navigation-menu__item:hover{background-color:#777}.navigation-menu .navigation-menu__item.navigation-menu__item_sub{min-height:30px;margin-left:20px;margin-right:20px}.navigation-menu .navigation-menu__item.navigation-menu__item_sub.v-list-item--active{background-color:rgba(131,146,181,.56)!important}.navigation-menu .navigation-menu__item.navigation-menu__item_sub .v-list-item__action{min-width:4px}.navigation-menu .v-list-item--active{background-color:#8392b5!important}.navigation-menu .navigation-menu__sign{line-height:10px;font-size:10px;text-align:right;position:absolute;top:-10px;right:0}.navigation-menu .navigation-menu__btn{min-height:40px;background-color:#ffe5b0;color:rgba(0,0,0,.87);padding:0 16px;border-radius:4px;cursor:pointer;font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navigation-menu .navigation-menu__btn:hover{background-color:rgba(255,229,176,.85)}.navigation-menu .navigation-menu__btn-icon{width:38px}.navigation-menu .navigation-menu__btn-label{padding:5px;-webkit-box-flex:1;-ms-flex:1;flex:1}.navigation-menu .navigation-menu__btn-counter{min-width:20px;min-height:20px;background-color:rgba(255,0,0,.6);color:#fff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.snack-bar .snack-bar__title{font-size:18px;font-weight:500;padding:0 0 15px 0}.snack-bar .snack-bar__wrap{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.snack-bar .snack-bar__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.snack-bar .snack-bar__close{margin:0!important}.chat-message{display:-webkit-box;display:-ms-flexbox;display:flex}.chat-message.chat-message_my{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.chat-message.chat-message_my .chat-message__item{background-color:#ffe5b0}.chat-message .chat-message__item{max-width:80%;background-color:#eaeaea;padding:3px 6px;border-radius:5px;word-wrap:break-word;font-size:12px}.chat-message .chat-message__time{font-size:9px;color:#626262;margin-top:2px}.chat{height:100%}.chat .chat__history{height:100%;overflow-y:scroll;padding:20px}.chat .chat__history.chat__history_scroll-block{overflow-y:hidden}.chat .chat__item{margin-top:10px}.chat .chat__item:first-child{margin-top:0}.chat .chat__type{height:56px;background:#f4f7f9;padding:10px 5px}.chat .chat__send,.chat .chat__type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chat .chat__send{width:36px;height:36px;cursor:pointer;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.chat .chat__send:hover{opacity:.7}.chat .chat__send.window-chat__send_loading{cursor:default}.chat .chat__send.window-chat__send_loading .v-icon{-webkit-animation-name:rotation;animation-name:rotation;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.chat .chat__send .v-icon{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-5px}.chat .chat__input{width:100%;max-height:94px;padding:6px 15px;font-size:13px!important;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;outline:none}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes new-message{0%{font-size:35px;color:#fff}4%{font-size:80px;color:#ffe5b0}8%{font-size:35px;color:#fff}to{font-size:35px;color:#fff}}@keyframes new-message{0%{font-size:35px;color:#fff}4%{font-size:80px;color:#ffe5b0}8%{font-size:35px;color:#fff}to{font-size:35px;color:#fff}}.window-chat{z-index:150}.window-chat.window-chat_mobile .window-chat__window{width:calc(100% - 10px);height:calc(100% - 10px);max-height:inherit;right:5px;bottom:5px}.window-chat .window-chat__btn{width:70px;height:70px;position:fixed;bottom:20px;right:20px;background-color:#8392b5;border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.window-chat .window-chat__btn:hover{opacity:.75}.window-chat .window-chat__btn.window-chat__btn_new-message .v-icon{-webkit-animation-name:new-message;animation-name:new-message;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.window-chat .window-chat__btn .v-icon{color:#fff;font-size:35px}.window-chat .window-chat__window{width:350px;height:500px;max-height:calc(100% - 40px);position:fixed;bottom:20px;right:20px;border-radius:5px;-webkit-box-shadow:0 0 20px 7px rgba(90,90,90,.61);box-shadow:0 0 20px 7px rgba(90,90,90,.61);overflow:hidden}.window-chat .window-chat__head{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#ffe5b0;color:#333}.window-chat .window-chat__label{padding:15px 20px;font-size:20px;font-weight:300}.window-chat .window-chat__close{width:30px;height:30px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:10px}.window-chat .window-chat__close:hover{opacity:.7}.window-chat .window-chat__content{height:calc(100% - 116px);background-color:#fff}.window-chat .window-chat__count{width:100%;height:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.window-chat .window-chat__count-wrap{font-size:14px;font-weight:300}.badge{background-color:rgba(255,0,0,.6);color:#fff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 3px;position:absolute}.mobile-menu .v-btn{min-width:50px!important;padding:0 6px!important;font-weight:400;letter-spacing:normal}.mobile-menu .v-btn--active{background:rgba(131,146,181,.13)!important}.mobile-menu .v-toolbar__content{padding:0}.plan-mobile-menu .v-btn{font-weight:400;letter-spacing:normal;font-size:12px!important}.plan-mobile-menu .v-btn--active{background:rgba(131,146,181,.13)!important}.plan-mobile-menu .v-toolbar__content{padding:0}.visual-menu,.visual-menu-item{display:-webkit-box;display:-ms-flexbox;display:flex}.visual-menu-item{width:46px;height:46px;line-height:17px;border-width:1px;border-style:solid;border-radius:6px;padding:3px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:5px}.visual-menu-item.visual-menu-item_active{cursor:pointer}.visual-menu-item.visual-menu-item_active:hover{opacity:.7}.informer{max-width:600px;border-radius:4px;padding:15px}.informer.informer_mobile{display:block}.informer.informer_mobile .informer__msg{font-size:18px;margin-top:5px}.informer.informer_mobile .informer__close{width:40px;height:40px;margin-top:0}.informer .informer__icon{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:3px}.informer .informer__icon .v-icon{color:#fff;font-size:40px}.informer .informer__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.informer .informer__msg{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;padding:0 15px 0 10px}.informer .informer__close{width:30px;height:30px;background-color:#fff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:4px;cursor:pointer}.informer .informer__close:hover{background-color:hsla(0,0%,100%,.72)}.informer .informer__control{margin-top:15px}.informer .v-alert--prominent .v-alert__icon{height:44px;min-width:44px}.notification{margin-left:-10px;margin-right:-10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.notification .informer{margin:10px 10px}.container.container_simple{padding:0!important;display:block!important}.container.container-custom{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding-left:20px;padding-right:20px}.container.container-mobile{padding-left:10px;padding-right:10px;padding-top:16px}.top-nav{min-width:80px}body,html{font-size:14px}.v-content__wrap{background-color:#f4f5f7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.v-navigation-drawer{background-image:url(../img/bg.32103624.jpg);background-size:cover;background-position:50%}.v-navigation-drawer__content{background-color:rgba(27,27,27,.7)}.v-navigation-drawer__content .v-list{background:none}.v-label,input,textarea{font-size:13px!important}textarea{margin-top:0}.v-data-table.v-data-table_mobile thead tr th:first-child{padding-left:0}.v-data-table.v-data-table_mobile thead tr th:last-child{padding-right:0}.v-data-table.v-data-table_mobile tbody tr td:first-child{padding-left:0}.v-data-table.v-data-table_mobile tbody tr td:last-child{padding-right:0}.v-data-table.v-data-table_mobile .v-data-footer__select{margin-right:7px}.v-data-table.v-data-table_mobile .v-data-footer__select .v-input{margin-left:10px}.v-data-table.v-data-table_mobile .v-data-footer__pagination{margin-left:5px;margin-right:15px}.v-data-table.v-data-table_mobile .v-data-footer{padding-left:0;padding-right:0}.v-data-table.v-data-table_mobile .v-data-footer__icons-before .v-btn{margin-right:0}.v-data-table.v-data-table_mobile .v-data-footer__icons-after .v-btn{margin-left:0}.v-data-table.v-data-table_mobile .v-data-table__mobile-row{min-height:inherit;padding:0}.v-data-table.v-data-table_mobile .v-data-table__mobile-row:first-child{padding-top:5px}.v-data-table.v-data-table_mobile .v-data-table__mobile-row:last-child{padding-bottom:5px}.v-data-table table td,.v-select__selections{font-size:13px}.drag{cursor:-webkit-grab;cursor:grab}.drag.drag_disabled{cursor:default;opacity:.5}.v-btn--fab.v-size--small{width:30px;height:30px}.v-btn.v-btn__light .v-btn__content{color:rgba(0,0,0,.87)}.btn-fab-small,.btn-fab-small .v-icon{width:20px!important;height:20px!important}.btn-fab-small .v-icon{font-size:14px!important}.btn-close{width:26px!important;height:26px!important}.btn-close i{font-size:18px!important}.v-data-table_small td{height:30px!important;padding:5px 10px!important}.v-data-table_small td .v-chip{height:18px;padding:0 8px}.v-data-table_small td .actions пше .cell-action__btn{width:22px;height:22px}.v-data-table_small td .actions пше .cell-action__btn .v-icon{font-size:15px}.v-data-table__sums td{font-weight:500;padding:5px 10px;font-size:12px!important}.v-menu__content .v-list{padding:1px 0}.v-menu__content .v-list-item{min-height:30px;font-size:13px}.v-menu__content .v-list-item__content{min-height:30px;padding:0}.v-menu__content .v-list-item__content .v-list-item__title{max-width:440px;font-size:13px}.v-menu__content .v-list-item__title{font-size:13px}.v-menu__content .v-chip{height:20px;padding:0 10px}.bg-green-light{background-color:rgba(76,175,80,.22)!important}.bg-red-light{background-color:rgba(255,82,82,.32)!important}.bg-grey-light{background-color:rgba(51,51,51,.16)!important}.v-textarea.v-input textarea{line-height:18px}.custom-row.row{margin-right:-6px;margin-left:-6px}.custom-row.custom-row_mobile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.custom-row.custom-row_mobile .col{padding-bottom:0}.custom-row.custom-row_mobile .col:last-child{padding-bottom:6px}.custom-row .col{padding-left:6px;padding-right:6px}.v-select__selections .v-chip.v-size--small{height:22px;margin:2px 4px!important}.v-chip_extra-small{height:20px!important;padding:0 7px}.front-form{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.front-form,.front-form .front-form__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.front-form .front-form__block{width:400px}.front-form .front-form__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.front-form .front-form__links>a{margin:5px 10px}.v-dialog--fullscreen{width:calc(100% - 10px)!important;height:calc(100% - 10px)!important;top:5px!important;left:5px!important}.v-overlay--active{z-index:160!important}.v-navigation-drawer--is-mobile{z-index:165}.my-toggle.v-btn-toggle{width:100%}.my-toggle.v-btn-toggle .v-btn__content{color:#fff;font-weight:400}.my-toggle.v-btn-toggle>button{-webkit-box-flex:1;-ms-flex:1;flex:1}.v-application--wrap{background-color:#eee}.mobile-table .mobile-table__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #eee;padding:5px 0;color:rgba(0,0,0,.87)}.mobile-table .mobile-table__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mobile-table .mobile-table__right .mobile-table__row{text-align:right}.mobile-table .mobile-table__row.mobile-table__row_small{font-size:11px;color:rgba(0,0,0,.54)}.mobile-table .mobile-table__row.mobile-table__row_big{font-size:14px}.total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.total td{vertical-align:top;text-align:right}.total td:first-child{padding-right:10px}.total td:last-child{color:rgba(0,0,0,.87)}.c-pa-10{padding:10px!important}.text-link{color:rgba(0,0,0,.87)!important;text-decoration:none}.text-link .v-icon{text-decoration:none!important}.text-link:hover{text-decoration:underline}.block-max-xs{max-width:600px}.block-max-sm{max-width:960px}.block-max-md{max-width:1264px}.block-max-lg{max-width:1904px}.c-table{width:100%;border-spacing:0}.c-table .c-table__right{text-align:right}.c-table .c-table__sum{font-weight:500}.c-table td,.c-table th{height:30px;color:rgba(0,0,0,.87);font-size:13px;padding:5px 10px}.c-table th{height:48px;color:rgba(0,0,0,.6);font-size:.75rem}.c-table tr:hover td{background-color:#eee}.c-table .v-btn--fab{width:22px;height:22px}.c-table .c-table__border-bottom{border-bottom:thin solid rgba(0,0,0,.12)}.task-name-time{color:#969696;font-size:11px}.theme--light .v-card .v-input .v-label,.theme--light .v-card>.v-card__text{color:rgba(0,0,0,.87)}.card.card_max-extra-xs{max-width:400px}.card.card_max-xs{max-width:600px}.card.card_max-sm{max-width:960px}.card.card_max-md{max-width:1264px}.card.card_max-lg{max-width:1904px}.card.card_small .card__header{min-height:50px}.card.card_small .card__accent{width:50px;height:50px}.card.card_small .card__accent .v-icon{font-size:30px}.card.card_small .card__label{width:calc(100% - 50px)}.card.card_mobile .card__accent{display:none!important}.card.card_mobile .card__actions .v-btn{height:40px}.card.card_mobile .card__actions .v-btn--fab{width:40px}.card.card_mobile .card__label{width:100%;padding:0}.card.card_mobile .card__header-wrap{padding:10px 0}.card.card_mobile .card__header{min-height:inherit;margin:0 10px 0 10px}.card.card_mobile .card__content{padding:10px}.card .card__header{min-height:80px;margin:15px 15px 0 15px;border-bottom:1px solid #eee}.card .card__header-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.card .card__accent{width:80px;height:80px;position:relative;top:-15px;border-radius:4px}.card .card__accent.card__accent-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card .card__accent .v-icon{font-size:40px}.card .card__col{padding-right:15px}.card .card__label{width:calc(100% - 80px);height:100%;right:0;padding:15px 0 15px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card .card__label-top-left{font-size:15px;font-weight:300;color:rgba(0,0,0,.87)}.card .card__label-top-left b{font-weight:400}.card .card__label-bottom-left{font-size:13px;color:rgba(0,0,0,.54);font-weight:300}.card .card__label-bottom-left b{font-weight:400}.card .card__actions{min-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card .card__action{max-width:300px;margin-right:15px}.card .card__action:last-child{margin-right:0}.card .card__multi{display:-webkit-box;display:-ms-flexbox;display:flex}.card .card__multi.card__multi_mobile .card__list{width:100%;max-width:inherit;padding-right:0}.card .card__multi.card__multi_mobile .card__detail{width:100%;padding-left:0;border-left:none}.card .card__list{max-width:50%;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:16px}.card .card__detail{width:50%;border-left:1px solid #eee;padding-left:16px}.card .card__label-mobile{padding:3px 0 6px 0;margin-top:-5px}.card .card__title{font-weight:300}.c-title,.card .card__title{font-size:15px;color:rgba(0,0,0,.87)}.c-btn.c-btn_secondary{color:#333!important;font-weight:400}.c-btn.c-btn_tertiary{color:#fff!important;font-weight:400}.c-btn:not(.v-btn--round).v-size--default{height:40px}.card-form.card-form_max-xs{max-width:600px}.card-form.card-form_max-sm{max-width:960px}.card-form.card-form_max-md{max-width:1264px}.card-form.card-form_max-lg{max-width:1904px}.card-form .card-form__header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-form .card-form__bottom,.card-form .card-form__header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card-form .card-form__bottom{width:calc(100% + 10px);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:15px;padding-bottom:5px;margin-left:-5px}.card-form .card-form__bottom button{margin:5px}.card-form .card-form__input{margin-top:10px}.card-form .card-form__input:first-child{margin-top:0}.card-form .card-form__input.v-input{margin-top:10px}.card-form .card-form__input.v-input:first-child{margin-top:0}.c-switch .v-label{-webkit-box-flex:inherit!important;-ms-flex:inherit!important;flex:inherit!important}.btns-wrap{width:calc(100% + 10px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-5px}.btns-wrap button{margin:5px}