@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.uppy-Root{box-sizing:border-box;color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;line-height:1;position:relative;text-align:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.uppy-Root[dir=rtl],[dir=rtl] .uppy-Root{text-align:right}.uppy-Root *,.uppy-Root :after,.uppy-Root :before{box-sizing:inherit}.uppy-Root [hidden]{display:none}.uppy-u-reset{all:initial;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,Segoe UI Emoji,Apple Color Emoji,Roboto,Helvetica,Arial,sans-serif;line-height:1}[dir=rtl] .uppy-u-reset{text-align:right}.uppy-c-textInput{background-color:#fff;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;line-height:1.5;padding:6px 8px}.uppy-size--md .uppy-c-textInput{padding:8px 10px}.uppy-c-textInput:focus{border-color:#1269cf99;box-shadow:0 0 0 3px #1269cf26;outline:none}[data-uppy-theme=dark] .uppy-c-textInput{background-color:#333;border-color:#333;color:#eaeaea}[data-uppy-theme=dark] .uppy-c-textInput:focus{border-color:#525252;box-shadow:none}.uppy-c-icon{display:inline-block;max-height:100%;max-width:100%;overflow:hidden;fill:currentColor}.uppy-c-btn{align-items:center;color:inherit;display:inline-flex;font-family:inherit;font-size:inherit;font-weight:500;justify-content:center;line-height:1;transition-duration:.3s;transition-property:background-color,color;-webkit-user-select:none;user-select:none;white-space:nowrap}.uppy-c-btn,[dir=rtl] .uppy-c-btn{text-align:center}.uppy-c-btn:not(:disabled):not(.disabled){cursor:pointer}.uppy-c-btn::-moz-focus-inner{border:0}.uppy-c-btn-primary{background-color:#1269cf;border-radius:4px;color:#fff;font-size:14px;padding:10px 18px}.uppy-c-btn-primary:not(:disabled):hover{background-color:#0e51a0}.uppy-c-btn-primary:focus{box-shadow:0 0 0 3px #1269cf66;outline:none}.uppy-size--md .uppy-c-btn-primary{padding:13px 22px}[data-uppy-theme=dark] .uppy-c-btn-primary{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-primary::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-c-btn-primary.uppy-c-btn--disabled{background-color:#8eb2db}.uppy-c-btn-link{background-color:initial;border-radius:4px;color:#525252;font-size:14px;line-height:1;padding:10px 15px}.uppy-c-btn-link:hover{color:#333}.uppy-c-btn-link:focus{box-shadow:0 0 0 3px #1269cf40;outline:none}.uppy-size--md .uppy-c-btn-link{padding:13px 18px}[data-uppy-theme=dark] .uppy-c-btn-link{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-link:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-link::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-link:focus{box-shadow:0 0 0 2px #aae1ffd9}[data-uppy-theme=dark] .uppy-c-btn-link:hover{color:#939393}._avatarUploader_11r05_1{display:flex;flex-direction:column;align-items:center}._avatarUploader_11r05_1 *{outline:none}._avatarUploader_11r05_1 ._thumbnail_11r05_9{width:230px;height:230px;margin-bottom:16px;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat}._avatarUploader_11r05_1 ._thumbnailLoading_11r05_18{opacity:.7}._fileUploader_o6wnr_1{display:flex;flex-direction:column;align-items:center}._fileUploader_o6wnr_1 *{outline:none}._fileUploader_o6wnr_1 ._container_o6wnr_9{display:flex;justify-content:center;align-items:center;width:100%;min-height:100px;border-radius:8px;border:1px solid #005AE1;border-style:dashed;padding:8px;margin-bottom:12px}._fileUploader_o6wnr_1 ._container_o6wnr_9._dragging_o6wnr_21{background-color:#0066ff56}._fileUploader_o6wnr_1 ._filesList_o6wnr_24{margin-bottom:12px;width:100%}._fileUploader_o6wnr_1 ._filesList_o6wnr_24 ._fileItem_o6wnr_28{display:flex;justify-content:space-between;align-items:center;padding:4px 0}._fileUploader_o6wnr_1 ._filesList_o6wnr_24 ._fileItem_o6wnr_28 ._cancellationButton_o6wnr_34{font-family:Montserrat,sans-serif;border:1px solid #e11a00;border-radius:12px;background:#fff;color:#e11a00;font-size:14px;font-weight:600;padding:10px 20px;display:inline-block;cursor:pointer;text-decoration:none}._fileUploader_o6wnr_1 ._filesList_o6wnr_24 ._fileItem_o6wnr_28 ._fileName_o6wnr_47{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-right:8px;width:100%;max-width:240px}._fileUploader_o6wnr_1 ._filesList_o6wnr_24 ._fileItem_o6wnr_28 ._started_o6wnr_55{color:#005ae1}._fileUploader_o6wnr_1 ._filesList_o6wnr_24 ._fileItem_o6wnr_28 ._progress_o6wnr_58{color:#f1b900}._fileUploader_o6wnr_1 ._filesList_o6wnr_24 ._fileItem_o6wnr_28 ._failed_o6wnr_61{color:#dd2c00}._fileUploader_o6wnr_1 ._filesList_o6wnr_24 ._fileItem_o6wnr_28 ._success_o6wnr_64{color:#2de000}._fileUploader_o6wnr_1 ._filesList_o6wnr_24 ._fileItem_o6wnr_28 ._started_o6wnr_55,._fileUploader_o6wnr_1 ._filesList_o6wnr_24 ._fileItem_o6wnr_28 ._progress_o6wnr_58,._fileUploader_o6wnr_1 ._filesList_o6wnr_24 ._fileItem_o6wnr_28 ._failed_o6wnr_61,._fileUploader_o6wnr_1 ._filesList_o6wnr_24 ._fileItem_o6wnr_28 ._success_o6wnr_64{font-size:14px;font-weight:600;padding:10px 20px}.rdrCalendarWrapper{box-sizing:border-box;background:#fff;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{flex-basis:calc(100% / 7);box-sizing:inherit;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{box-sizing:inherit;width:calc(100% / 7);position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align: auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;box-shadow:0 1px 2px #23394236;border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0px;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#eff2f7}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto;transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent rgb(52,73,94) transparent transparent;transform:translate(-3px)}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent rgb(52,73,94);transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;left:0;right:0;top:5px;bottom:5px;display:flex;align-items:center;justify-content:center}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#ffffffd9}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge{background:currentColor;position:absolute;top:5px;left:0;right:0;bottom:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{background:#ffffff17;position:absolute;top:3px;left:0;right:0;bottom:3px;pointer-events:none;border:0px solid currentColor;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:solid 1px #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:solid 1px rgb(222,231,235);margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid currentColor;border-radius:1.333em;position:absolute;top:-2px;bottom:-2px;left:0;right:0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrStartEdge,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayEndPreview{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrStartEdge,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayEndPreview{filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}.select{position:relative;width:271px}.select__control{display:flex;justify-content:space-between;align-items:center;padding:0;height:46px;background:#fff;border:1px solid #d0d1d5;border-radius:8px;overflow:hidden}.select__value{font-family:Montserrat,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#4b4c52;flex:1}.select__indicators{display:flex;align-items:center;gap:12px;padding-right:12px;flex-shrink:0;cursor:pointer}.select__indicator-separator{width:1px;height:30px;background-color:#d0d1d5}.select__indicator-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#6b7280}.select__dropdown-indicator{display:flex;justify-content:center;align-items:center;width:24px;height:24px}.select__menu{position:absolute;width:271px;margin-top:1px;background:#fff;border:1px solid #d0d1d5;border-radius:8px;z-index:5}.select__search{padding:8px;border-bottom:1px solid #d0d1d5}.select__search-input{width:100%;padding:8px;border:1px solid #d0d1d5;border-radius:4px;font-size:14px}.select__menu-list{max-height:300px;overflow-y:auto}.select__option{padding:8px 12px;cursor:pointer}.select__option:hover{background-color:#f3f4f6}.select__placeholder{color:#6b7280;opacity:1}.select__clear-indicator{background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:12px;display:flex;align-items:center}.select__clear-indicator:hover{color:#6b7280}.select__error-message{color:#ef4444;font-size:14px;margin-top:4px}.select--disabled *{pointer-events:none}.select--disabled .copy-button{pointer-events:all}.select--disabled .select__indicators{display:none}.select--error .select__control{border-color:#ef4444}.select__input{width:100%;background:transparent;border:none;outline:none;padding:8px 12px;font-family:Montserrat,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#4b4c52;box-shadow:none}.select__input.m-unsearchable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;overflow:hidden}.select__input::placeholder{color:#6b7280;opacity:1}.select__input:disabled{cursor:not-allowed}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:100}.modal-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1001;height:85vh;overflow-y:auto;box-shadow:0 4px 20px #00000026;width:68vw;border-radius:30px;padding:60px 50px 25px;background-color:#fff}.modal-content::-webkit-scrollbar{height:0;width:0}.documents-form{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:baseline}.documents-form>*:first-child{width:68%!important}.documents-form>*:last-child,.documents-form>*:nth-child(3){flex-basis:100%}.documents-form>*:last-child .g-button{margin-top:10px;font-size:16px}.documents-form .input__wrapper{width:100%}.documents-form .documents-name{width:42vw!important}.documents-form .documents-content .textarea__control-wrapper{width:60vw!important}.documents-form .input{width:271px}.documents-form .input__control{display:flex;justify-content:space-between;align-items:center;padding:0;height:46px;background:#fff;border:1px solid #d0d1d5;border-radius:8px;cursor:text}.documents-form .input__field{border:none;outline:none;height:100%;width:100%;padding:8px 12px;font-family:Montserrat,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#4b4c52;background:transparent;box-shadow:none}.documents-form .input__field::placeholder{color:#6b7280;opacity:1}.documents-form .input__indicators{display:flex;align-items:center;gap:12px;padding-right:12px;flex-shrink:0;cursor:pointer}.documents-form .input__indicator-separator{width:1px;height:30px;background-color:#d0d1d5}.documents-form .input__indicator-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#6b7280}.documents-form .input__clear-indicator{background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:0 12px;display:flex;align-items:center}.documents-form .input__clear-indicator:hover{color:#6b7280}.documents-form .input__error-message{color:#ef4444;font-size:14px;margin-top:4px}.documents-form .input--error .input__control{border-color:#ef4444}.documents-form .textarea__control-wrapper{padding:8px;border:1px solid #d0d1d5;border-radius:8px}.documents-form .textarea__control{width:100%;border:none;outline:none;font-family:Montserrat,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:120%;color:#202022;resize:none;background:transparent}.documents-form .textarea__control::placeholder{color:#6b7280}.documents-form .textarea--error .documents-form .textarea__control-wrapper{border-color:#f04438}.documents-form .textarea__error-message{color:#f04438;font-size:12px;margin-top:4px;width:100%}.documents-form .form-field{display:flex;flex-direction:column;gap:8px}.documents-form .form-field__label{font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:20px;color:#202022}.documents-form .input__field{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.react-tabs{-webkit-tap-highlight-color:transparent}.react-tabs__tab-list{border-bottom:1px solid #aaa;margin:0 0 10px;padding:0}.react-tabs__tab{display:inline-block;border:1px solid transparent;border-bottom:none;bottom:-1px;position:relative;list-style:none;padding:6px 12px;cursor:pointer}.react-tabs__tab--selected{background:#fff;border-color:#aaa;color:#000;border-radius:5px 5px 0 0}.react-tabs__tab--disabled{color:GrayText;cursor:default}.react-tabs__tab:focus{outline:none}.react-tabs__tab:focus:after{content:"";position:absolute;height:5px;left:-4px;right:-4px;bottom:-5px;background:#fff}.react-tabs__tab-panel{display:none}.react-tabs__tab-panel--selected{display:block}.nav-calendar{display:flex;flex-direction:row;align-items:center;padding:0;max-width:1740px;height:44px}.nav-calendar__arrow{cursor:pointer;width:30px;height:30px;background:#f6f6f6;border-radius:8px;display:flex;justify-content:center;align-items:center}.nav-calendar__arrow:first-of-type{margin-right:30px}.nav-calendar__arrow:last-of-type{margin-left:30px}.nav-calendar__dates{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:0;gap:10.6px;height:44px;flex-grow:1}.nav-calendar__date{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4px 6px;width:42px;height:44px;background:#f6f6f6;border-radius:8px;cursor:pointer}.nav-calendar__date.m-chosen{border:1.5px solid #005ae1}.nav-calendar__date.m-today{background:#e7f0ff}.nav-calendar__date-day{width:30px;height:20px;font-family:Montserrat,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:24px;text-align:center;color:#1a1d2d;margin:-4px 0}.nav-calendar__date-month{width:30px;height:20px;font-family:Montserrat,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:24px;text-align:center;color:#1a1d2d}.nav-calendar__date-notification{width:6px;height:6px;background:#cf0101;border-radius:50%;position:absolute;top:5px;right:calc(50% - 3px);display:none}.nav-calendar__date-notification.m-visible{display:block}.indicators__container{flex-shrink:1;background-color:#fff;margin-top:32px;margin-bottom:28px;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #d1d1d1;border-radius:20px;width:max-content;max-width:100%;text-wrap:nowrap;overflow-x:scroll}.indicators__header{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:8px 0;gap:10px;width:100%;border-bottom:1px solid #d1d1d1}.indicators__title-wrapper{display:flex;flex-direction:row;align-items:center;padding:3px 20px;gap:4px}.indicators__title-block{display:flex;flex-direction:row;align-items:flex-start;padding:3px 0}.indicators__title{font-weight:600;font-size:16px;line-height:24px;color:#1a1d2d}.indicators__badge{width:8px;height:8px}.indicators__badge.m-hidden{display:none}.indicators__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));grid-auto-flow:column;grid-auto-rows:auto;align-items:flex-start;padding:0 20px;column-gap:135px;width:100%}.indicators__item{display:flex;flex-direction:row;align-items:center;padding:8px 0;gap:8px;width:max-content}.indicators__item:nth-child(odd){grid-row:1}.indicators__item:nth-child(2n){grid-row:2}.indicators__status-badge{width:8px;height:8px;background:#009b3b;border-radius:50%}.indicators__text{font-weight:400;font-size:16px;line-height:24px;color:#1a1d2d}.detail .editable{position:relative}.detail .editable__value{cursor:pointer;color:#4b4c52;padding-block:5px}.detail .editable__input{border:none;outline:none;color:#4b4c52;all:unset;display:inline-block;font:inherit;line-height:inherit;text-align:inherit;white-space:nowrap;width:auto;min-width:1ch;max-width:100%}.detail .editable .m-gray{color:#9e9e9e}.editable__menu{position:absolute;background:#fff;border:1px solid #d0d1d5;border-radius:8px;margin-top:4px;z-index:999;box-shadow:0 4px 8px #0000001a;min-width:150px}.editable__menu-list{max-height:400px;overflow-y:auto}.editable__option{padding:8px 12px;cursor:pointer}.editable__option:hover,.editable__option.m-active{background-color:#f3f4f6}.detail__workers-list{display:flex;position:relative;flex-direction:column;padding:24px;margin-top:32px;gap:24px;width:673px;height:max-content;border-radius:20px;background-color:#fff;border:1px solid #d0d1d5}.detail__workers-list__header{display:flex;align-items:flex-end;height:36px}.detail__workers-list__title{font-weight:500;font-size:24px;color:#005ae1}.detail__workers-list__close-button{position:absolute;cursor:pointer;top:24px;right:24px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px;gap:8px;background:#f2f4f7;border:none;border-radius:8px;flex:none}.detail__workers-list__filters{display:flex;width:624px;gap:12px}.detail__workers-list__filters .search-input{width:280px}.detail__workers-list__filters .select{width:160px}.detail__workers-list__table-wrapper{width:624px}.detail__workers-list__table-wrapper .g-table__heading,.detail__workers-list__table-wrapper .documents-table__row{cursor:auto}.detail__workers-list__table-wrapper .m-inactive{color:#939393}.search-input{width:351px;height:46px;display:flex;flex-direction:column}.search-input .input__indicator-separator{width:1px;height:30px;background-color:#d0d1d5}.search-input__control{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:8px 12px;gap:12px;width:100%;height:100%;background:#fff;border:1px solid #d0d1d5;border-radius:12px;overflow:hidden}@media (max-width: 768px){.search-input__control{height:36px;margin:auto}}.search-input__field{border:none;outline:none;width:100%;height:100%;font-family:Montserrat,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#4b4c52;background:transparent;box-shadow:none}.search-input__field::placeholder{color:#6b7280;opacity:1}.search-input__clear-indicator{background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:0;display:flex;align-items:center}.search-input__clear-indicator:hover{color:#6b7280}.search-input__search-button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.simple-table th:first-child{padding:10px 12px 10px 20px}.simple-table th.m-active{background-color:#f6f6f6;border-left:rgb(208,209,213) 1px solid;border-right:rgb(208,209,213) 1px solid}.simple-table th:has(.g-table__icon){cursor:pointer}.simple-table th:has(.g-table__icon) div{cursor:pointer}.simple-table td:first-child{padding:10px 12px 10px 20px}.simple-table .no-data{max-width:100%;min-width:100%;width:100%;margin-block:10px;text-align:center}.time-interval{display:flex;gap:1px;align-items:center;width:100%;max-width:150px;border-radius:4px;position:relative}.time-interval__part{position:relative;display:flex;align-items:center}.time-interval__measure{position:absolute;visibility:hidden;white-space:nowrap;font-size:16px;font-family:inherit;pointer-events:none}.time-interval__input{border:none;background:transparent;font-size:16px;text-align:start;padding:0;outline:none;font-family:inherit;color:#4b4c52;cursor:pointer;width:44px}.time-interval__input:focus{outline:none;color:#000}.time-interval__separator{-webkit-user-select:none;user-select:none}.simple-table th:first-child,.simple-table td:first-child{padding:10px 12px 10px 20px}.simple-table td:has(img){padding-block:6px}.simple-table tr.m-active,.simple-table tr.m-active td{background-color:#e7f0ff!important}.detail-settings{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:72px;width:1740px}.detail-settings__section{display:flex;flex-direction:column;align-items:flex-start;padding:0}.detail-settings__section-title{width:100%;height:20px;margin-bottom:20px;font-family:Montserrat;font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:#202022}.detail-settings__section-content{width:100%}.detail-settings__section-table{width:100%;max-height:440px;overflow-y:scroll}.detail-settings__section-table td:has(.m-active){background-color:#e5efff!important}.detail-settings__section-table th{max-width:210px;min-width:130px;text-align:center}.detail-settings__section-table .g-table__heading,.detail-settings__section-table .documents-table__row{cursor:auto}.detail-settings__section-table .m-inactive{color:#939393}.detail-settings__section .g-button-with-icon{width:100%;margin-top:7px}._popup__overlay_ke00d_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._popup__window_ke00d_13{background:#fff;padding:20px;border-radius:5px;width:400px;max-height:80vh;overflow-y:auto}._popup__content_ke00d_21{margin:20px 0}._popup__actions_ke00d_24 button{margin-right:10px}._popup__addButton_ke00d_27{margin-left:10px;background-color:#007bff;color:#fff;border:none;padding:5px 10px;cursor:pointer;border-radius:3px}._popup__addButton_ke00d_27:hover{background-color:#0056b3}._popup__closeButton_ke00d_39{margin-left:10px;background-color:#f33;color:#fff;border:none;padding:5px 10px;cursor:pointer;border-radius:3px}._popup__closeButton_ke00d_39:hover{background-color:#8b0000}._popup_7pvjs_1{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#00000080;z-index:1000}._popup__overlay_7pvjs_13{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 10px #0000004d;text-align:center;max-width:300px}._popup__message_7pvjs_21{margin-bottom:20px;font-size:16px}._popup__buttons_7pvjs_25{display:flex;justify-content:space-between}._popup__confirmBtn_7pvjs_29,._popup__cancelBtn_7pvjs_29{width:79px;height:25px;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background .3s ease-in-out}._popup__confirmBtn_7pvjs_29{background:#4caf50;color:#fff}._popup__confirmBtn_7pvjs_29:hover{background:#45a049}._popup__cancelBtn_7pvjs_29{background:#f44336;color:#fff}._popup__cancelBtn_7pvjs_29:hover{background:#d32f2f}.employees__editable .editable{position:relative}.employees__editable .editable__value{cursor:pointer;color:#4b4c52;padding-block:5px}.employees__editable .editable__input{border:none;outline:none;color:#4b4c52;all:unset;display:inline-block;font:inherit;line-height:inherit;text-align:inherit;white-space:nowrap;width:auto;min-width:1ch;max-width:100%}.employees__editable .editable .m-gray{color:#9e9e9e}.employees__editable .editable__menu{position:absolute;background:#fff;border:1px solid #d0d1d5;border-radius:8px;margin-top:4px;z-index:10;box-shadow:0 4px 8px #0000001a;width:calc(100% + 10px)}.employees__editable .editable__menu-list{max-height:200px;overflow-y:auto}.employees__editable .editable__option{padding:8px 12px;cursor:pointer}.employees__editable .editable__option:hover{background-color:#f3f4f6}.employees__editable .editable .m-unselected{color:#ba1a1a}.equipment-transfer{display:flex;flex-direction:column;align-items:flex-start;gap:24px;position:relative;width:700px}.equipment-transfer__header{color:#005ae1;font-size:30px;font-weight:500;padding-right:12px;margin-inline:auto}.equipment-transfer__content{display:flex;flex-direction:column;gap:12px;width:100%}.equipment-transfer__equipment-list{display:flex;flex-direction:column;gap:8px;width:100%}.equipment-transfer__equipment-item{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%}.equipment-transfer__equipment-item-text{font-family:Montserrat;font-weight:400;font-size:16px;line-height:24px;color:#4b4c52;flex-grow:1}.equipment-transfer__form-row{display:flex;flex-direction:row;align-items:flex-start;gap:40px;width:100%}.equipment-transfer__form-group{display:flex;flex-direction:column;gap:8px}.equipment-transfer__form-group-label{font-family:Montserrat;font-weight:500;font-size:16px;line-height:26px;color:#4b4c52}.equipment-transfer .g-button-group{margin-top:25px;position:unset;margin-left:auto}.equipment-complectation .select{position:relative;display:inline-block;width:250px;font-family:Arial,sans-serif}.equipment-complectation .select__control{display:flex;align-items:center;border:1px solid #d0d1d5;border-radius:8px;background:#fff;padding:8px}.equipment-complectation .select__value{display:block;padding:8px;border:1px solid transparent;cursor:pointer;color:#4b4c52}.equipment-complectation .select__input{width:100%;border:none;outline:none;font-size:16px;color:#4b4c52}.equipment-complectation .select__menu{position:absolute;background:#fff;border:1px solid #d0d1d5;border-radius:8px;margin-top:4px;z-index:10;box-shadow:0 4px 8px #0000001a}.equipment-complectation .select__menu-list{max-height:200px;overflow-y:auto}.equipment-complectation .select__option{padding:8px 12px;cursor:pointer}.equipment-complectation .select__option:hover{background-color:#f3f4f6}td.documents-table__status .shift-accepted:after{content:"";position:absolute;width:7px;height:7px;margin-bottom:4px;margin-left:2px;background-color:#009b3b;border-radius:50%}.duty-popup-commentary-wrapper{margin-bottom:20px}.equipment-duty__columns thead{background-color:#f6f6f6}.equipment-duty__columns tr.documents-table__row:nth-child(odd) td{background-color:#fafafa}.equipment-duty__columns tr.documents-table__row:nth-child(2n) td{background-color:#f6f6f6}.shift-accepted{position:relative}.simple-table__message.m-active{cursor:pointer}.equipment-duty .g-table-wrapper{border-radius:20px;border:1px solid #d1d1d1}.equipment-duty table{border:0}.equipment-duty .equipment-duty-table-1{width:600px;max-height:557px}.equipment-duty .equipment-duty-table-1 th:first-of-type{width:110px}.equipment-duty .equipment-duty-table-2 th{padding-inline:20px}.equipment-duty .equipment-duty-table-2 *{cursor:unset}.equipment-duty .equipment-duty-table-2 .simple-table__message.m-active{cursor:pointer}.equipment-duty__columns{display:flex;flex-direction:row;align-items:start;padding:0;gap:75px;width:max-content;margin-top:64px}.equipment-duty .indicators__container{margin-top:32px;margin-bottom:28px;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;width:602px;border:1px solid #d1d1d1;border-radius:20px}.equipment-duty .indicators__header{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:8px 0;gap:10px;width:100%;border-bottom:1px solid #d1d1d1}.equipment-duty .indicators__title-wrapper{display:flex;flex-direction:row;align-items:center;padding:3px 20px;gap:4px}.equipment-duty .indicators__title-block{display:flex;flex-direction:row;align-items:flex-start;padding:3px 0}.equipment-duty .indicators__title{font-family:Montserrat;font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:#1a1d2d}.equipment-duty .indicators__badge{width:8px;height:8px}.equipment-duty .indicators__badge.m-hidden{display:none}.equipment-duty .indicators__content{display:flex;flex-direction:row;align-items:flex-start;padding:0 20px;gap:16px;width:100%}.equipment-duty .indicators__item{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:12px}.equipment-duty .indicators__item-wrapper{display:flex;flex-direction:row;align-items:center;padding:8px 0;gap:8px}.equipment-duty .indicators__status-badge{width:8px;height:8px;background:#009b3b;border-radius:50%}.equipment-duty .indicators__text-wrapper{display:flex;flex-direction:row;align-items:flex-start;padding:3px 0;gap:10px}.equipment-duty .indicators__text{font-family:Montserrat;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#1a1d2d}@media (max-width: 768px){.equipment-comments-block .commentary-block{width:90vw}}.equipment-comments-block .commentary-block__container{margin-bottom:0}.equipment-comments-block .equipment-comments-block__cards{display:flex;flex-wrap:wrap;gap:24px;width:100%}.equipment-comments-block .g-button-group-flow{display:flex;flex-direction:row;align-items:center;gap:24px;width:418px;margin-top:28px;margin-bottom:64px}@media (max-width: 768px){.equipment-comments-block .g-button-group-flow{width:90vw;margin-top:14px;margin-bottom:40px}}.equipment-comments-block .g-button-group-flow .g-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 20px;height:44px;border-radius:12px;flex:1;font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:20px;text-align:center;background:transparent;border:1px solid #005ae1;color:#005ae1}.equipment-comments-block .g-button-group-flow .m-blue{background:#005ae1;border:none;color:#fff}.g-modal .commentary-block{width:417px}@media (max-width: 768px){.g-modal .commentary-block{width:78vw}}.g-modal .commentary-block__label{color:#202022;font-size:14px}.g-modal .commentary-block__container{margin-bottom:30px;position:relative;height:82px}@media (max-width: 768px){.g-modal .commentary-block__container{height:152px}}.commentary-block{display:flex;flex-direction:column;align-items:flex-start;width:417px;gap:8px}.commentary-block__label{font-family:Montserrat;font-style:normal;font-weight:600;font-size:12px;line-height:14px;color:#4b4c52}@media (max-width: 768px){.commentary-block__label{font-size:14px;color:#000}}.commentary-block__container{display:flex;background-color:#fff;width:100%;min-height:82px;padding:8px;border:1px solid #d0d1d5;border-radius:8px}.commentary-block__content{width:100%;font-family:Montserrat;font-style:normal;font-weight:400;font-size:14px;line-height:120%;color:#202022}.commentary-block__textarea{width:100%;min-height:64px;border:none;resize:none;font-family:Montserrat;font-style:normal;font-weight:400;font-size:14px;line-height:120%;color:#202022;background:transparent}.commentary-block__textarea:focus{outline:none}.commentary-block__textarea::placeholder{color:#202022;opacity:.7}.commentary-block__helper-text{width:100%;font-family:Montserrat;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#4b4c52}.commentary-block__helper-text.m-hidden{display:none}.commentary-block button{width:417px}.popup{display:flex;flex-direction:column;align-items:flex-start;width:449px;background:#fff;border-radius:20px;box-shadow:0 4px 10px #0000001a}.popup__header{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:0 16px;width:100%;height:40px;background:#fff;border-bottom:1px solid #D1D1D1}.popup__header-content{display:flex;flex-direction:row;align-items:center;padding:8px 0;gap:8px;width:100%;height:40px}.popup__title{width:100%;height:24px;font-family:Montserrat,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#1a1d2d;flex-grow:1}.popup__close{width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.popup__close-icon{position:relative;width:12px;height:12px}.popup__close-icon:before,.popup__close-icon:after{content:"";position:absolute;left:0;top:50%;width:100%;height:1.2px;background-color:#111827}.popup__close-icon:before{transform:rotate(45deg)}.popup__close-icon:after{transform:rotate(-45deg)}.popup__body{display:flex;flex-direction:row;align-items:center;padding:12px 0;width:100%}.popup__content{display:flex;flex-direction:column;padding:16px 16px 0;width:100%}.equipment-item__buttons{display:grid;grid-template-columns:1fr;row-gap:13px}@media (max-width: 768px){.equipment-item__buttons{margin-top:8px;width:90vw}}.equipment-item__buttons .g-button{width:100%!important}@media (max-width: 768px){.equipment-item__buttons .g-button{height:44px}}.equipment-item__description{display:flex;flex-direction:column;align-items:flex-start;gap:7px;width:100%;width:417px;border-radius:8px}@media (max-width: 768px){.equipment-item__description{width:90dvw}}.equipment-item__header{margin-top:5px;font-size:14px;font-weight:600}.equipment-item__title-block{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.equipment-item__title{position:relative;width:100%;font-family:Montserrat;font-style:normal;font-weight:500;font-size:24px;line-height:120%;color:#202022}@media (max-width: 768px){.equipment-item__title{margin-top:12px;margin-bottom:6.5px;font-family:Montserrat;font-weight:400;font-size:14px;line-height:120%;color:#202022}}.equipment-item__status{display:flex;flex-direction:row;align-items:center;gap:4px}.equipment-item__status-text{font-family:Montserrat;font-style:normal;font-weight:600;font-size:14px;line-height:14px;color:#4b4c52}.equipment-item__status-text.m-green{color:green}.equipment-item__status-text.m-orange{color:orange}@media (max-width: 768px){.equipment-item__status-text{font-size:12px}}.equipment-item__details{display:flex;flex-direction:column;align-items:flex-start;gap:2px;margin-bottom:12px}@media (max-width: 768px){.equipment-item__details p{font-size:14px}}.equipment-item__model,.equipment-item__inventory{width:100%;font-family:Montserrat;font-style:normal;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px;color:#202022}.equipment-item__information{display:block;background-color:#e6effc}.equipment-status-change__header{font-size:14px;font-weight:600;padding-bottom:14px;padding-top:18px}.equipment-status-change__submit-button{width:95%}.qr-scanner-wrapper{position:fixed;width:100%;height:100%}.qr-scanner-video{object-fit:cover;width:100%;height:100%}.qr-scanner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080}.qr-scanner-frame{position:absolute;top:50%;left:50%;width:200px;height:200px;border:2px solid white;border-radius:16px;transform:translate(-50%,-50%);box-shadow:0 0 0 9999px #00000080}.equipment-search__comment{padding-top:10px}.equipment-search__buttons button{width:200px}@media (max-width: 768px){.equipment-search__buttons button{width:78vw}}.equipment-search{display:grid;gap:64px}@media (max-width: 768px){.equipment-search{gap:20px}}.equipment-search__wrapper{display:flex;gap:26px}@media (max-width: 768px){.equipment-search__wrapper{flex-direction:column;gap:15px}}.equipment-search .equipment-comments-block .g-button-group-flow{margin-top:20px;margin-bottom:0}.equipment-item__buttons,.equipment-item__description,.equipment-search__input-block{width:417px}@media (max-width: 768px){.equipment-item__buttons,.equipment-item__description,.equipment-search__input-block{width:unset}}@media (max-width: 768px){.equipment-search__search-wrapper{width:100%;overflow-x:auto}}.equipment-search__search-wrapper::-webkit-scrollbar{height:0}.equipment-search__search{display:flex;gap:24px;margin-bottom:4px}@media (max-width: 768px){.equipment-search__search{gap:10px;width:max-content}}.equipment-search__item{display:flex;gap:24px;width:417px}@media (max-width: 768px){.equipment-search__item{position:relative;display:grid;gap:12px;width:100%;background:#e6effc;padding:35px 15px 10px;border-radius:8px}}@media (max-width: 768px){.equipment-search__item:before{content:"Найдено оборудование";position:absolute;top:15px;left:15px;font-size:14px;font-weight:600}}.equipment-search-comments{display:flex;gap:24px}.equipment-search-comments button{width:417px;height:44px}.equipment-search__input-block{display:flex;flex-direction:column;padding:12px;width:417px;background:#e6effc;border-radius:8px;justify-content:space-between}@media (max-width: 768px){.equipment-search__input-block{width:180px}.equipment-search__input-block.m-id{width:120px}}.equipment-search__input-block__header{display:flex;flex-direction:column;gap:4px}.equipment-search__input-block__title{font-family:Montserrat;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;color:#202022;margin:0}@media (max-width: 768px){.equipment-search__input-block__title{font-family:Montserrat;font-weight:500;font-size:14px;line-height:120%;letter-spacing:.15px;color:#202022}}.equipment-search__input-block__subtitle{font-family:Montserrat;font-weight:400;font-size:14px;line-height:20px;color:#202022;margin-top:4px;margin-bottom:8px}@media (max-width: 768px){.equipment-search__input-block__subtitle{font-size:12px;line-height:14px;letter-spacing:0%}}.equipment-search__input-block__field{width:100%}.equipment-search__input-block__input{width:100%;height:36px;padding:6px 16px;background:#fafafa;border:1px solid #d0d1d5;border-radius:8px;font-family:Montserrat;font-size:16px;color:#4b4c52;box-sizing:border-box}.equipment-search__input-block__input::placeholder{color:#a0a1a8}.equipment-search__input-block__input:focus{outline:none;border-color:#2196f3}.equipment-search-comments-new{font-family:Montserrat;font-style:normal;font-weight:600;font-size:16px;line-height:24px;height:24px;letter-spacing:.15px;color:#202022;margin-bottom:8px}.equipment-item__qr-scanner{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12px;gap:4px;width:112px;background:#e6effc;border-radius:8px}.equipment-item__qr-scanner__container{display:flex;flex-direction:column;align-items:center;padding:0;gap:5px;width:88px;height:17px}.equipment-item__qr-scanner__text{font-family:Montserrat;font-weight:500;font-size:14px;line-height:120%;letter-spacing:.15px;color:#202022;text-align:center;margin-bottom:4px}.equipment-item__qr-scanner__icon-wrapper{width:69px;height:69px;display:flex;justify-content:center;align-items:center}.qr-code{height:223px;display:flex;justify-content:center;align-items:center}.equipment-label-image{display:flex;flex-direction:row;align-items:center;padding:20px;gap:12px;width:467px;background:#fff;border-radius:12px}.equipment-label{display:flex;flex-direction:row;align-items:center;padding:20px;gap:12px;width:467px;height:200px;background:#fff;border-radius:12px;position:fixed;top:0;left:-9999px}.equipment-label__qr{width:152px;height:152px;background:url(/mnt/data/image.png) no-repeat center;background-size:contain}.equipment-label__info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;width:263px;height:160px}.equipment-label__item{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.equipment-label__title{font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:#202022}.equipment-label__value{font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#202022}.equipment-status-change{max-width:360px}.equipment-status-change__header{font-size:14px;font-weight:600;padding-bottom:25px;padding-top:18px}.equipment-status-change__options-header{font-size:14px;font-weight:600;padding-bottom:20px}.equipment-status-change__option{display:flex;gap:5px;font-size:14px;font-weight:400;padding-bottom:15px}.equipment-status-change__option label{display:flex;gap:8px;align-items:center}.equipment-status-change__radio{clip:rect(0 0 0 0);clip-path:inset(50%);width:1px;height:1px;overflow:hidden;position:absolute}.equipment-status-change__radio-custom{flex-shrink:0;width:16px;height:16px;vertical-align:middle;border:2px solid #D0D1D5}.equipment-status-change input[type=radio]+span{border-radius:50%}.equipment-status-change input[type=radio]:checked+span{border:2px solid #005AE1}.equipment-status-change input[type=radio]:checked+span:after{content:"";width:6px;height:6px;background-color:#005ae1;border-radius:50%;position:absolute;transform:translate(50%,50%)}.equipment-status-change__input{border:none;background-color:#f2f4f7;border-radius:8px;width:35px;height:25px;outline:none;padding-left:13px}.equipment-status-change__buttons{display:flex;gap:10px;padding-top:14px}.equipment-status-change__buttons button{width:134px;height:44px}.equipment-shift.equipment-search{gap:20px}.equipment-shift.equipment-search .equipment-item__title{font-size:20px}@media (max-width: 768px){.equipment-shift.equipment-search .equipment-item__title{font-size:14px}}.equipment-shift .m-unchosen{color:#005ae1;font-weight:600;font-size:12px}.equipment-shift .m-chosen{margin-bottom:-5px;font-size:12px;position:relative;color:#005ae1;opacity:.7;font-weight:600;background-color:#efefef;padding:8px 18px 8px 27px;border-radius:8px;width:fit-content}.equipment-shift .m-chosen:before{content:"";position:absolute;background:url("data:image/svg+xml,%3csvg%20width='12'%20height='8'%20viewBox='0%200%2012%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.3335%204.66602L4.00016%207.33268L10.6668%200.666016'%20stroke='%23005AE1'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;width:12px;height:9px;left:8px;top:11px}.equipment-shift__found{position:relative;background-color:#e6effc;border-radius:8px;padding:40px 15px 10px;display:grid}.equipment-shift__found:before{content:"Найдено оборудование";position:absolute;top:20px;left:15px;font-weight:600;font-size:14px;line-height:120%;letter-spacing:.15px;color:#202022}.equipment-shift__information-link{font-size:12px;font-weight:600;color:#005ae1}.equipment-shift__buttons{margin-top:6px;padding:15px 0 8px;gap:20px;display:flex}@media (max-width: 768px){.equipment-shift__buttons{gap:10px;justify-self:center}}@media (max-width: 375px){.equipment-shift__buttons{gap:10px}}.equipment-shift__buttons button{background-color:#e6effc;font-size:14px;width:142px}@media (max-width: 360px){.equipment-shift__buttons button{width:135px}}.g-buttons-group-flow{display:flex;gap:15px;width:100%;margin-bottom:25px;margin-top:20px}.g-buttons-group-flow button{width:157px;height:44px}.equipment-return{max-width:360px}.equipment-return__header{font-size:14px;font-weight:600;padding-top:10px}.equipment-return__options-header{font-size:14px;font-weight:600;padding-bottom:14px;padding-top:18px}.equipment-return__option{display:flex;gap:5px;font-size:14px;font-weight:400;padding-bottom:10px}.equipment-return__radio-label{width:100%}.equipment-return__radio-label-options{display:flex;gap:8px;align-items:center;padding-bottom:12px}.equipment-return__radio{clip:rect(0 0 0 0);clip-path:inset(50%);width:1px;height:1px;overflow:hidden;position:absolute}.equipment-return__radio-custom{flex-shrink:0;width:16px;height:16px;vertical-align:middle;border:2px solid #D0D1D5}.equipment-return input[type=radio]+span{border-radius:50%}.equipment-return input[type=radio]:checked+span{border:2px solid #005AE1}.equipment-return input[type=radio]:checked+span:after{content:"";width:6px;height:6px;background-color:#005ae1;border-radius:50%;position:absolute;transform:translate(50%,50%)}.equipment-return__commentary-block{border:1px solid #D0D1D5;border-radius:8px}.equipment-return__input{border:none;margin:5px;border-radius:8px;width:98%;height:82px;font-family:Montserrat}.equipment-return__input:focus-visible{outline:none}.equipment-return__submit-button{width:95%}html *{box-sizing:border-box}*::-webkit-scrollbar-track{border-radius:4px;background-color:#f2f4f7}*::-webkit-scrollbar{border-radius:4px;width:8px;height:8px;background-color:#f5f5f5}*::-webkit-scrollbar-thumb{border-radius:4px;background-color:#d0d1d5}body{padding:0;margin:0 auto;font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;color:#202022;overflow-x:hidden}a{text-decoration:none}a:active,a:visited{color:initial}p,h1,h2,h3,h4,h5,h6{margin:0}ul{list-style-type:none;padding:0;margin:0}.layout-wrapper{display:flex;height:100dvh}.main{flex-grow:1;max-width:100dvw;min-width:740px;height:100%;background-color:#fafafa}.content{padding:0 40px 40px 140px;overflow-x:auto;width:100%;height:calc(100% - 88px)}.content::-webkit-scrollbar{height:0;width:0}.m-hidden{display:none}@media (max-width: 768px){.main{min-width:unset}.content{width:100%;height:100%;padding:0 20px}.layout-wrapper{flex-direction:column}}.g-link{color:#005ae1}.g-button{font-family:Montserrat,sans-serif;border:1px solid #005AE1;border-radius:12px;background:#fff;color:#005ae1;font-size:14px;font-weight:600;padding:10px 20px;display:inline-block;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center}.g-button__icon{display:flex;align-items:center;margin-left:4px}.g-button.m-blue{background:#005ae1;color:#fff}.g-button.disabled,.g-button[disabled]{opacity:.7;pointer-events:none}.g-button.m-noborder{border:none;padding:0}.g-button-group{position:absolute;right:0}.g-button-group-flow{margin-top:48px;display:flex;column-gap:24px;max-width:860px}@media (max-width: 768px){.g-button-group-flow{margin-top:30px;margin-bottom:30px}}@media (max-width: 768px){.g-button-group-flow:has(.equipment-passport__add){flex-direction:column;gap:18px;margin-top:20px}}.g-button-group-flow .g-button{display:block;width:270px;height:44px}@media (max-width: 768px){.g-button-group-flow .m-edit{width:100%}}.g-button-group-flow:has(.equipment-passport__add) .g-button{width:100%}.g-button-group .g-button{margin-right:20px}.g-button-group .g-button:last-child{margin-right:0}.g-arrow,.g-arrow-hide{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='9'%20viewBox='0%200%2016%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15%201L8%208L1%201'%20stroke='%23202022'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");width:16px;height:9px}.g-arrow.m-blue{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='9'%20viewBox='0%200%2016%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15%201L8%208L1%201'%20stroke='%23005AE1'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.g-arrow-hide.m-up{transform:rotate(180deg)}.g-arrow.m-left{transform:rotate(90deg)}.g-arrow.m-right{transform:rotate(270deg)}.g-form__row{display:flex;margin-bottom:18px}@media (max-width: 768px){.g-form__row{flex-direction:column;gap:15px}}.g-form__label{font-size:14px;font-weight:600;margin-bottom:8px;display:block;width:fit-content}@media (max-width: 768px){.g-form__label{font-size:12px}}.g-form__label.m-required:after{content:"*";color:#cf0101}.g-form__input{border:1px solid #D0D1D5;border-radius:8px;outline:0;padding:6px 16px;font-size:16px;font-weight:400;width:100%}.g-form__validation-error{color:#cf0101;font-size:12px;font-weight:500;padding-left:8px}.g-modal-outside{border-radius:50px;border:none;outline:none;padding:0;position:relative;box-shadow:2px 2px 4px #1a1d2d26,-2px -1px 4px #1a1d2d26}@media (max-width: 768px){.g-modal-outside{border-radius:12px}}.g-modal-outside:has(.equipment-status-change){border-radius:12px}.g-modal:has(.qr-scanner-wrapper){padding:0}.g-modal-outside:has(.qr-scanner-wrapper){height:100%;position:fixed;top:90px;right:0;left:0;background:transparent;border-radius:0;margin-left:0;margin-right:0;overflow:hidden}.g-modal{padding:60px 50px 25px;min-width:650px;position:relative}@media (max-width: 768px){.g-modal{min-width:unset;width:90vw;padding:30px 25px;border-radius:20px}}.g-modal .select__menu{position:fixed}.g-modal:has(.equipment-status-change){min-width:unset;padding:20px 25px 25px}@media (max-width: 768px){.g-modal:has(.equipment-status-change){width:88vw}}.g-modal::-webkit-scrollbar{width:0}.g-modal__header{text-align:center;color:#005ae1;font-size:30px;font-weight:500;margin-bottom:40px}@media (max-width: 768px){.g-modal__header{font-size:24px;margin-bottom:20px;margin-top:20px}}.g-modal__text{margin-bottom:10px}@media (max-width: 768px){.g-modal__text{font-size:14px}}.g-modal__buttons{display:flex;justify-content:end;column-gap:20px;margin-left:auto;margin-top:35px}.g-modal__close{position:absolute;width:10px;height:10px;background:url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%209L9%201M1%201L9%209'%20stroke='%23202022'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");top:40px;right:40px;cursor:pointer}@media (max-width: 768px){.g-modal__close{top:40px;right:30px}}.g-modal__close:before{content:"";position:absolute;top:-7px;left:-7px;width:24px;height:24px;border-radius:8px;background-color:#f2f4f7;z-index:-1}.g-table-wrapper{max-width:1738px;overflow-x:auto;scroll-padding-left:10px;scroll-snap-type:x mandatory}.g-table{border-radius:20px;border:1px solid #D0D1D5;border-spacing:0;width:100%;background-color:#fff}.g-table th{text-align:left;font-size:16px;font-weight:600;border-bottom:1px solid #D0D1D5}.g-table th,.g-table td{padding:10px 12px;scroll-snap-align:start}.g-table__heading{display:flex;align-items:center;column-gap:8px;white-space:wrap;cursor:pointer;-webkit-user-select:none;user-select:none}.g-table__icon{min-width:24px}.g-table tr:nth-child(odd) td{background-color:#f6f6f6}.g-table td{font-size:16px;font-weight:400}.g-table tr:last-child td:first-child{border-radius:0 0 0 20px}.g-table tr:last-child td:last-child{border-radius:0 0 20px}.g-table tr:last-child td{border-bottom:none}.g-icon-star{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%207.74L12.81%207.12L10%200.5L7.19%207.13L0%207.74L5.46%2012.47L3.82%2019.5L10%2015.77L16.18%2019.5L14.55%2012.47L20%207.74ZM10%2013.9L6.24%2016.17L7.24%2011.89L3.92%209.01L8.3%208.63L10%204.6L11.71%208.64L16.09%209.02L12.77%2011.9L13.77%2016.18L10%2013.9Z'%20fill='%234B4C52'/%3e%3c/svg%3e")}.g-icon-star.m-active{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2015.77L16.18%2019.5L14.54%2012.47L20%207.74L12.81%207.13L10%200.5L7.19%207.13L0%207.74L5.46%2012.47L3.82%2019.5L10%2015.77Z'%20fill='%23005AE1'/%3e%3c/svg%3e")}.g-icon-warning{background:url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.2835%201.875C10.3797%201.70833%2010.6203%201.70833%2010.7165%201.875L18.0777%2014.625C18.1739%2014.7917%2018.0537%2015%2017.8612%2015H3.13878C2.94633%2015%202.82605%2014.7917%202.92228%2014.625L10.2835%201.875Z'%20stroke='%23CF0101'%20stroke-width='1.5'/%3e%3crect%20x='10'%20y='5'%20width='1'%20height='6'%20rx='0.5'%20fill='%23CF0101'/%3e%3crect%20x='10'%20y='12'%20width='1'%20height='1'%20rx='0.5'%20fill='%23CF0101'/%3e%3c/svg%3e");width:21px;height:21px}.g-search{position:relative}.g-search:before{content:"";position:absolute;top:7px;left:15px;width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2019L13%2013M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208Z'%20stroke='%234B4C52'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.g-search input{padding-left:40px}.g-dropdown{width:fit-content;box-shadow:0 0 4px #1a1d2d33;border-radius:12px;font-size:16px;background-color:#fff}@media (max-width: 768px){.g-dropdown{position:fixed;top:200px;max-height:400px;max-width:300px;left:5%;overflow:auto;box-shadow:10px 10px 20px #4d494980}}.g-dropdown__header{font-weight:500;font-size:14px;padding:15px 25px 0;margin-bottom:20px}.g-dropdown__content{padding:0 15px 15px 25px}.g-dropdown-button{display:flex;align-items:center;position:relative;padding:9px 20px;border:1px solid #D0D1D5;border-radius:30px;background-color:#fff;font-size:14px;font-weight:600;cursor:pointer}.g-dropdown-button span{margin-right:12px}.g-dropdown-button.m-active{background-color:#e6effc;border:1px solid #4B4C52}.g-dropdown-button.m-filled{background-color:#d5e5fc;border:1px solid #4B4C52}.g-table-filter-dropdown__header{color:#4b4c52}.g-table-filter-dropdown__item{position:relative;display:flex;align-items:center;border-bottom:1px solid #D0D1D5;padding:4px 0;font-size:14px;font-weight:400;cursor:pointer}.g-table-filter-dropdown__item .active{color:#005ae1}.g-table-filter-dropdown__icon{margin-right:15px;background-repeat:no-repeat}.g-table-filter-dropdown__icon.m-sort-desc{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='18'%20viewBox='0%200%2020%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201H14M1%205H10M1%209H10M15%205V17M15%2017L11%2013M15%2017L19%2013'%20stroke='%23202022'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");width:20px;height:18px}.g-table-filter-dropdown__icon.m-sort-asc{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='18'%20viewBox='0%200%2020%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201H14M1%205H10M1%209H7M11%209L15%205M15%205L19%209M15%205V17'%20stroke='%23202022'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");width:20px;height:18px}.g-table-filter-dropdown__icon.m-drag{background:url("data:image/svg+xml,%3csvg%20width='8'%20height='12'%20viewBox='0%200%208%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='2'%20cy='1'%20r='1'%20fill='%234B4C52'/%3e%3ccircle%20cx='6'%20cy='1'%20r='1'%20fill='%234B4C52'/%3e%3ccircle%20cx='2'%20cy='6'%20r='1'%20fill='%234B4C52'/%3e%3ccircle%20cx='6'%20cy='6'%20r='1'%20fill='%234B4C52'/%3e%3ccircle%20cx='2'%20cy='11'%20r='1'%20fill='%234B4C52'/%3e%3ccircle%20cx='6'%20cy='11'%20r='1'%20fill='%234B4C52'/%3e%3c/svg%3e");width:8px;height:12px}.g-table-filter-dropdown__icon.m-eye{background:url("data:image/svg+xml,%3csvg%20width='22'%20height='16'%20viewBox='0%200%2022%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%208C14%209.65685%2012.6569%2011%2011%2011C9.34315%2011%208%209.65685%208%208C8%206.34315%209.34315%205%2011%205C12.6569%205%2014%206.34315%2014%208Z'%20stroke='%234B4C52'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M1.45825%207.99997C2.73253%203.94288%206.52281%201%2011.0004%201C15.4781%201%2019.2684%203.94291%2020.5426%208.00004C19.2684%2012.0571%2015.4781%2015%2011.0005%2015C6.52281%2015%202.73251%2012.0571%201.45825%207.99997Z'%20stroke='%234B4C52'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");width:22px;height:16px}.g-table-filter-dropdown__icon.m-eye.m-off{background:url("data:image/svg+xml,%3csvg%20width='22'%20height='20'%20viewBox='0%200%2022%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%201L5.58916%204.58916M20%2019L16.4112%2015.4112M12.8749%2016.8246C12.2677%2016.9398%2011.6411%2017%2011.0005%2017C6.52281%2017%202.73251%2014.0571%201.45825%209.99997C1.80515%208.8955%202.33851%207.87361%203.02143%206.97118M8.87868%207.87868C9.42157%207.33579%2010.1716%207%2011%207C12.6569%207%2014%208.34315%2014%2010C14%2010.8284%2013.6642%2011.5784%2013.1213%2012.1213M8.87868%207.87868L13.1213%2012.1213M8.87868%207.87868L5.58916%204.58916M13.1213%2012.1213L5.58916%204.58916M13.1213%2012.1213L16.4112%2015.4112M5.58916%204.58916C7.14898%203.58354%209.00656%203%2011.0004%203C15.4781%203%2019.2684%205.94291%2020.5426%2010C19.8357%2012.2507%2018.3545%2014.1585%2016.4112%2015.4112'%20stroke='%234B4C52'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.g-table-filter-dropdown__icon.m-pin{background:url("data:image/svg+xml,%3csvg%20width='12'%20height='18'%20viewBox='0%200%2012%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.7%200L9.3%203.00407e-05V8.1852L11.5%2010.0011V10.9128H6.5499V16.9089L6%2018L5.4499%2016.9089L5.45%2010.9081L0.5%2010.9128V10.0061L2.7%208.1852V0ZM8.2%201.08866H3.8V8.4336L2.15%209.8171H9.85L8.2%208.4336V1.08866Z'%20fill='%231A1D2D'/%3e%3c/svg%3e");width:12px;height:18px}.g-table-filter-dropdown__icon.m-pin.m-disabled{background:url("data:image/svg+xml,%3csvg%20width='12'%20height='18'%20viewBox='0%200%2012%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2.7%200L9.3%203.00407e-05V8.1852L11.5%2010.0011V10.9128H6.5499V16.9089L6%2018L5.4499%2016.9089L5.45%2010.9081L0.5%2010.9128V10.0061L2.7%208.1852V0Z'%20fill='%234B4C52'/%3e%3c/svg%3e")}.g-table-filter-dropdown__icons{display:flex;align-items:center;right:0}.g-table-filter-dropdown__icons .g-table-filter-dropdown__icon{margin-right:10px}.g-table-filter-dropdown__icons .g-table-filter-dropdown__icon:last-child{margin-right:5px}.g-table-filter-dropdown__text.m-fixed-width{width:290px}.g-table-filter-dropdown__footer{padding:5px 15px 20px 0}.g-table-filter-dropdown__footer-buttons{display:flex;justify-content:flex-end}.g-table-filter-dropdown__footer-buttons .g-button{margin-right:40px}.g-table-filter-dropdown__footer-buttons .g-button:last-child{margin-right:0}.MuiButton-root{white-space:wrap;height:30px;padding:0!important;background-color:transparent!important;font-family:Montserrat,sans-serif!important;font-weight:400!important;font-size:13px!important;line-height:150%!important;text-align:center!important;color:#1a1d2d!important}.MuiButton-root svg{display:none}.MuiPaper-root{min-width:211px!important;box-shadow:-2px -1px 4px #1a1d2d33,2px 2px 4px #1a1d2d33!important;background:#fff!important;padding:20px!important;border-radius:12px!important}.MuiPaper-root .MuiMenu-list{padding:0!important}.css-kk1bwy-MuiButtonBase-root-MuiMenuItem-root+.MuiDivider-root{display:none}.MuiPaper-root .m-menu-head{font-family:Montserrat,sans-serif;font-weight:500;font-size:14px;line-height:114%;letter-spacing:.04em;color:#4b4c52;margin-bottom:12px}.MuiMenuItem-root{display:flex;align-items:center;gap:4px;border-radius:4px!important;padding:2px 6px!important;margin-bottom:4px!important;font-family:Inter,sans-serif!important;font-weight:400!important;font-size:14px!important;line-height:120%!important;text-align:center!important;color:#000c!important;border:1px solid red}.m-td-active>div{position:relative;z-index:2}.MuiButton-endIcon{margin:0!important}.-MuiTouchRipple-root{display:none}.MuiMenuItem-root.m-active{background:#e7f0ff}.MuiMenuItem-root.m-active .m-icon{background-color:#fff;border:1px solid #d1d1d1}.MuiMenuItem-root:nth-child(2) .m-icon{background-color:#fff;border:1px solid #d1d1d1}.MuiMenuItem-root:nth-child(9){margin-bottom:0}.MuiMenuItem-root .m-icon{border-radius:4px;padding:2px;width:26px;height:22px;background:#89b8ff;display:flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;font-weight:400;font-size:12px;line-height:150%;text-align:center;color:#1a1d2d}.g-dropdown{max-height:100%!important}.g-filter-dropdown__header{font-size:14px;font-weight:500;color:#202022}.g-filter-dropdown__items{max-height:40dvh;overflow-y:auto}@media (max-height: 900px){.g-filter-dropdown__items{max-height:30dvh}}.g-filter-dropdown__footer{display:flex;justify-content:flex-end;padding:6px 24px}.g-filter-dropdown__item{border:none;margin-bottom:8px}.g-page-header{display:flex;position:relative;margin-bottom:40px}@media (max-width: 768px){.g-page-header:has(.g-nav-tabs){margin-bottom:40px}}@media (max-width: 768px){.g-page-header{flex-wrap:wrap;gap:23px;margin-bottom:25px}}.g-page-name{color:#005ae1;font-size:30px;font-weight:500;padding-right:12px}@media (max-width: 768px){.g-page-name{font-size:24px}}.g-page-name.m-small{font-size:20px;width:1200px}.g-breadcrumbs{display:flex;margin-bottom:30px;margin-top:10px}@media (max-width: 768px){.g-breadcrumbs{margin-top:30px;margin-bottom:20px}}.g-breadcrumbs__item{display:flex;align-items:center;font-size:14px}.g-breadcrumbs__item a{font-size:inherit;color:inherit}@media (max-width: 768px){.g-breadcrumbs__item{font-size:12px}}.g-breadcrumbs__item:after{content:"";display:block;width:7px;height:12px;background-image:url("data:image/svg+xml,%3csvg%20width='7'%20height='12'%20viewBox='0%200%207%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.33268L5.66667%205.99935L1%2010.666'%20stroke='%23202022'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");margin-left:8px;margin-right:8px}.g-breadcrumbs__item:last-child:after{display:none}.g-nav-tabs{display:flex;align-items:center;border-left:1px solid #202022;padding-left:12px}@media (max-width: 768px){.g-nav-tabs{border-left:none;padding-left:0}}.g-nav-tabs__item{margin-right:10px;text-wrap:nowrap}@media (max-width: 768px){.g-nav-tabs__item{margin-right:9px}}.g-nav-tabs__button{border-radius:8px;padding:8px 18px;font-weight:400;background-color:#f2f4f7;font-size:14px;cursor:pointer}@media (max-width: 768px){.g-nav-tabs__button{font-size:12px;padding:6px 14px}}.g-nav-tabs__button.m-active{border:1px solid #005AE1;background-color:#fff;padding:6px 18px;font-weight:600}@media (max-width: 768px){.g-nav-tabs__button.m-active{padding:5px 14px}}.g-nav-date-tabs{width:850px;display:inline-flex;gap:41px;border-bottom:1px solid #d1d1d1;margin-bottom:20px;position:relative}@media (max-width: 768px){.g-nav-date-tabs{width:95vw;overflow-y:auto;gap:15px}}.g-nav-date-tabs__button{display:block;padding:8px 18px;cursor:pointer;font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:143%;color:#4b4c52;white-space:nowrap;overflow:hidden}@media (max-width: 768px){.g-nav-date-tabs__button{white-space:nowrap}}.g-nav-date-tabs::-webkit-scrollbar{height:0}.g-nav-date-tabs__button.m-active{border-bottom:2px solid #005AE1;font-weight:600}.g-nav-date-tabs__item:last-child{position:absolute;top:50%;right:-35px;transform:translateY(-50%)}.g-nav-date-tabs__add{border-radius:8px;padding:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#f2f4f7;cursor:pointer}.g-tabs__list{display:flex;border-bottom:1px solid #F2F4F7;margin-bottom:20px}@media (max-width: 768px){.g-tabs__list{width:95vw;overflow-y:auto;padding-bottom:1px}}.g-tabs__list::-webkit-scrollbar{height:0}.g-tabs__item{position:relative;top:1px;cursor:pointer;border-bottom:2px solid transparent;padding:8px 18px;font-size:14px;font-weight:400;outline:0}@media (max-width: 768px){.g-tabs__item{font-size:12px;white-space:nowrap}}.g-tabs__item:hover{border-bottom:2px solid #005AE1}.g-tabs__item.react-tabs__tab--selected{border-bottom:2px solid #005AE1;font-weight:700}.g-tabs__content-item{font-size:14px}.g-checkbox{font-size:16px;font-weight:400}@media (max-width: 768px){.g-checkbox{font-size:14px}}.g-checkbox>input[type=checkbox]{margin:0 5px 0 0;top:1px;position:relative}.g-add-to-favorites{display:inline-block;position:relative;color:#005ae1;font-size:14px;font-weight:600;cursor:pointer}.g-add-to-favorites:before{content:"";position:absolute;left:-25px;top:-2px;width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%207.74L12.81%207.12L10%200.5L7.19%207.13L0%207.74L5.46%2012.47L3.82%2019.5L10%2015.77L16.18%2019.5L14.55%2012.47L20%207.74ZM10%2013.9L6.24%2016.17L7.24%2011.89L3.92%209.01L8.3%208.63L10%204.6L11.71%208.64L16.09%209.02L12.77%2011.9L13.77%2016.18L10%2013.9Z'%20fill='%23005AE1'/%3e%3c/svg%3e")}.g-pagination__list{display:flex;align-items:center}.g-pagination .m-gray{cursor:default}.g-pagination .m-gray .g-arrow{opacity:.3}.g-pagination__item{margin-right:8px;cursor:pointer}.g-pagination__number{border-radius:100%;width:28px;text-align:center;padding:4px 0}.g-pagination__number:hover{background:#8080804d}.g-pagination__current,.g-pagination__current:hover{background:#005ae1;color:#fff}.g-page-table-head{display:flex;align-items:center;justify-content:space-between}.g-page-table-head-button-wrapper{display:flex;align-items:center;gap:16px;border-radius:8px;padding:2px 8px;background:#f6f6f6}.g-page-table__button{border-radius:8px;padding:8px;background-color:#f2f4f7;display:flex;align-items:center;justify-content:center;border:0;position:relative;cursor:pointer}.g-page-table__button:after{content:"";height:30px;width:0px;border-right:1px solid #d1d1d1;position:absolute;top:50%;right:-7px;transform:translateY(-50%)}.g-page-table__button:last-child:after{display:none}.Toastify__toast-icon svg{fill:#2196f3}.Toastify__toast{background:#fff;color:#333;box-shadow:0 4px 12px #00000026;border-radius:8px;padding:16px;font-family:inherit}.Toastify__toast--success{border-left:4px solid #2196f3}.Toastify__toast--success .Toastify__toast-icon svg{fill:#2196f3}.Toastify__toast--error{border-left:4px solid #f44336}.Toastify__toast--error .Toastify__toast-icon svg{fill:#f44336}.Toastify__progress-bar{background:#2196f3}.react-datepicker-custom{margin-top:8px;background-color:#fff;box-shadow:1px 1px 4px #cacaca;border-radius:2px;padding-bottom:10px}@media (max-width: 768px){.react-datepicker-custom{position:fixed;top:33.3333333333vh;max-height:400px;max-width:95%;left:3%;overflow:auto;box-shadow:10px 10px 20px #16151580}}.react-datepicker-custom .rdrSelected{background-color:#005ae1;color:#fff}.react-datepicker-custom .rdrDayStartPreview,.react-datepicker-custom .rdrDayEndPreview{border-color:#005ae1}.react-datepicker-custom .rdrDayNumber span:after{background-color:#005ae1}.react-datepicker-custom .rdrButton:hover{background-color:#005ae1}.react-datepicker-custom .react-datepicker__footer{text-align:end;padding:10px 12px}.react-datepicker-custom .react-datepicker__footer .g-button.m-cancel{margin-right:30px}.header{display:flex;position:sticky;top:0;background-color:#fafafa;z-index:9;padding-bottom:10px;justify-content:center;align-items:flex-end;height:88px}@media (max-width: 768px){.header{height:70px}}.header__back-button{background-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='18'%20viewBox='0%200%2022%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.33333%2017.332L1%208.99869M1%208.99869L9.33334%200.665363M1%208.99869L21%208.9987'%20stroke='%23005AE1'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat;width:25px;height:19px;position:fixed;left:40px;top:30px}.header__logo{width:192px;height:50px;background:url(/assets/consilium-logo-CK95-jky.svg)}@media (max-width: 768px){.header__logo{position:sticky;background-color:#fafafa;z-index:9;top:30px;width:115px;height:30px;background:url(/assets/consilium-logo-mobile-DUHLv4Xz.svg);margin-bottom:5px}}.header__logo.m-menu{margin:25px auto auto}.header__user{position:absolute;right:20px;bottom:0}.user-account{display:flex;align-items:center}.user-account.m-mobile{display:flex;position:absolute;left:20px;width:85%;top:85px;bottom:auto}.user-account__messages{width:24px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='20'%20viewBox='0%200%2024%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.75%205L10.6132%2011.5755C11.453%2012.1353%2012.547%2012.1353%2013.3868%2011.5755L23.25%205M3.25%2018.75H20.75C22.1307%2018.75%2023.25%2017.6307%2023.25%2016.25V3.75C23.25%202.36929%2022.1307%201.25%2020.75%201.25H3.25C1.86929%201.25%200.75%202.36929%200.75%203.75V16.25C0.75%2017.6307%201.86929%2018.75%203.25%2018.75Z'%20stroke='%23202022'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");margin-right:30px}.user-account__messages.m-mobile{position:absolute;width:20px;height:16px;background-size:cover;order:1;right:0;bottom:10px;margin-right:auto}.user-account__avatar img{width:46px;height:46px;border-radius:50%;margin-right:10px}.user-account__avatar.m-mobile img{width:68px;height:71px;margin-right:20px}.user-account__name{font-size:16px;margin-right:10px}.user-account__name.m-mobile{font-size:14px}.user-account__password-change-button{display:none}.user-account__password-change-button.m-mobile{display:block;font-size:12px;margin-top:10px}.user-account .g-arrow.m-mobile{display:none}@media (max-width: 768px){.user-account{display:none}}@media (max-width: 768px){.main:is(#root:has(.sidebar-menu.m-opened) *){display:none}}.sidebar-menu{width:285px;overflow:hidden;transition:width .2s;box-shadow:0 0 3px #20202280;position:fixed;left:0;top:0;bottom:0;background:#fff;z-index:100}.sidebar-menu .sidebar-menu__item{display:block}.sidebar-menu.m-closed{width:102px;box-shadow:0 0 3px #2020221a}.sidebar-menu.m-closed .sidebar-menu__item.m-opened .sidebar-menu__sublist{display:none}.sidebar-menu.m-closed .sidebar-menu__item-name{margin-left:36px}.sidebar-menu__item .sidebar-menu__sublist{display:none}.sidebar-menu__item.m-opened .sidebar-menu__sublist{display:block}.sidebar-menu__sublist{padding-left:60px}.sidebar-menu__sublist-item{font-size:14px;margin-bottom:10px}.sidebar-menu__sublist-item.m-active{color:#005ae1;border-right:2px solid #005AE1}.sidebar-menu__icon{width:30px;height:22px;margin-top:30px;margin-left:30px;background:url("data:image/svg+xml,%3csvg%20width='30'%20height='22'%20viewBox='0%200%2030%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.66675%201H28.3334M1.66675%2011H28.3334M1.66675%2021H28.3334'%20stroke='%23202022'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.sidebar-menu__icon.m-closed{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='22'%20viewBox='0%200%2028%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M27.3423%2021L0.675619%2021M27.3423%2011L14.009%2011M27.3423%201L0.675621%200.999998'%20stroke='%23005AE1'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.sidebar-menu__list{margin-left:30px;margin-top:60px;width:248px;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.sidebar-menu__item-wrapper{display:flex;align-items:center;position:relative;margin-bottom:10px}.sidebar-menu__item{margin-bottom:30px}.sidebar-menu__item-icon{width:40px;height:40px;background-size:cover;align-self:flex-start}.sidebar-menu__item-icon.m-main{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8245%201.92291L16.552%202.10716L3.39004%2011.5513C1.97605%2012.5659%201.10656%2014.1442%201.00916%2015.8466L1%2016.1672V33.277C1%2036.342%203.46118%2038.8442%206.55437%2038.993L6.84615%2039L12.6923%2038.9992V31.8463C12.6923%2027.8954%2015.9641%2024.6925%2020%2024.6925C24.0359%2024.6925%2027.3077%2027.8954%2027.3077%2031.8463V38.9992L33.1538%2039C36.2847%2039%2038.8408%2036.5907%2038.9928%2033.5626L39%2033.277V16.1647C39%2014.4493%2038.2145%2012.8305%2036.8706%2011.7471L36.6121%2011.5504L23.4664%202.10873C21.4984%200.695252%2018.8521%200.633216%2016.8245%201.92291Z'%20stroke='%231A1D2D'%20stroke-width='1.2'/%3e%3c/svg%3e")}.sidebar-menu__item-icon.m-main.m-blue{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.8245%201.92291L16.552%202.10716L3.39004%2011.5513C1.97605%2012.5659%201.10656%2014.1442%201.00916%2015.8466L1%2016.1672V33.277C1%2036.342%203.46118%2038.8442%206.55437%2038.993L6.84615%2039L12.6923%2038.9992V31.8463C12.6923%2027.8954%2015.9641%2024.6925%2020%2024.6925C24.0359%2024.6925%2027.3077%2027.8954%2027.3077%2031.8463V38.9992L33.1538%2039C36.2847%2039%2038.8408%2036.5907%2038.9928%2033.5626L39%2033.277V16.1647C39%2014.4493%2038.2145%2012.8305%2036.8706%2011.7471L36.6121%2011.5504L23.4664%202.10873C21.4984%200.695252%2018.8521%200.633216%2016.8245%201.92291Z'%20stroke='%23005AE1'%20stroke-width='1.2'/%3e%3c/svg%3e")}.sidebar-menu__item-icon.m-planning{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%2015.7778H39M9.44444%201V5.22222M30.5556%201V5.22222M7.75556%2039H32.2444C34.6091%2039%2035.7915%2039%2036.6947%2038.5398C37.4891%2038.1351%2038.1351%2037.4891%2038.5398%2036.6947C39%2035.7915%2039%2034.6091%2039%2032.2444V11.9778C39%209.6131%2039%208.43077%2038.5398%207.5276C38.1351%206.73312%2037.4891%206.08721%2036.6947%205.68242C35.7915%205.22222%2034.6091%205.22222%2032.2444%205.22222H7.75556C5.3909%205.22222%204.20855%205.22222%203.30538%205.68242C2.5109%206.08721%201.86499%206.73312%201.4602%207.5276C1%208.43077%201%209.6131%201%2011.9778V32.2444C1%2034.6091%201%2035.7915%201.4602%2036.6947C1.86499%2037.4891%202.5109%2038.1351%203.30538%2038.5398C4.20855%2039%205.39088%2039%207.75556%2039Z'%20stroke='%23202022'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.sidebar-menu__item-icon.m-staff{background-image:url(/assets/people-K-bicwTa.svg)}.sidebar-menu__item-icon.m-docs{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='40'%20viewBox='0%200%2036%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M27.7143%207.33333H34C34.5523%207.33333%2035%207.78105%2035%208.33333V38C35%2038.5523%2034.5523%2039%2034%2039H9.28571C8.73343%2039%208.28571%2038.5523%208.28571%2038V32.6667M11.9286%201V10.5H1M11.9286%201H26.7143C27.2666%201%2027.7143%201.44772%2027.7143%202V31.6667C27.7143%2032.219%2027.2666%2032.6667%2026.7143%2032.6667H2C1.44772%2032.6667%201%2032.219%201%2031.6667V10.5M11.9286%201L1%2010.5'%20stroke='%23202022'%20stroke-width='1.2'/%3e%3c/svg%3e");width:36px;height:40px}.sidebar-menu__item-icon.m-docs.m-blue{background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='40'%20viewBox='0%200%2036%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M27.7143%207.33333H34C34.5523%207.33333%2035%207.78105%2035%208.33333V38C35%2038.5523%2034.5523%2039%2034%2039H9.28571C8.73343%2039%208.28571%2038.5523%208.28571%2038V32.6667M11.9286%201V10.5H1M11.9286%201H26.7143C27.2666%201%2027.7143%201.44772%2027.7143%202V31.6667C27.7143%2032.219%2027.2666%2032.6667%2026.7143%2032.6667H2C1.44772%2032.6667%201%2032.219%201%2031.6667V10.5M11.9286%201L1%2010.5'%20stroke='%23005AE1'%20stroke-width='1.2'/%3e%3c/svg%3e");width:36px;height:40px}.sidebar-menu__item-icon.m-equipment{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='36'%20viewBox='0%200%2040%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%207.8H2.00005C1.44777%207.8%201.00005%208.24771%201.00005%208.8L1%2034C1%2034.5523%201.44772%2035%202%2035H38C38.5523%2035%2039%2034.5523%2039%2034V8.8C39%208.24772%2038.5523%207.8%2038%207.8H26M14%207.8V2C14%201.44772%2014.4477%201%2015%201H25C25.5523%201%2026%201.44772%2026%202V7.8M14%207.8H26M20%2014.6V28.2M28%2021.4H12'%20stroke='%23202022'%20stroke-width='1.2'/%3e%3c/svg%3e");width:40px;height:36px}.sidebar-menu__item-icon.m-handbook{background-image:url("data:image/svg+xml,%3csvg%20width='38'%20height='40'%20viewBox='0%200%2038%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0123%2028.958C20.3486%2028.958%2026.1437%2028.958%2036.48%2028.958M10.0123%2028.958C10.0123%2018.0714%2010.0123%2011.9677%2010.0123%201.08113M10.0123%2028.958C1.56466%2028.958%200.957262%2031.5067%201.00208%2033.1658M36.48%2028.958C36.48%2018.0714%2036.48%201.08113%2036.48%201.08113C36.48%201.08113%2020.3486%201.08113%2010.0123%201.08113M36.48%2028.958C30.2423%2029.4028%2029.116%2038.3444%2037%2038.8704C33.5781%2038.8704%2020.1471%2039.0964%2010.0123%2038.9515C4.33595%2038.8704%200.957104%2038.3444%201.00208%2033.1658M10.0123%201.08113C3.25473%200.55518%201.5648%202.65904%201.00208%205.28895C1.00241%2016.3345%201.00208%2022.2792%201.00208%2033.1658'%20stroke='%23202022'%20stroke-width='1.2'/%3e%3c/svg%3e");width:38px;height:40px}.sidebar-menu__item-name{font-size:16px;font-weight:600;margin-left:14px;color:#202022;cursor:pointer}.sidebar-menu__arrow{position:absolute;right:9px}.sidebar-menu__logout{width:32px;height:30px;background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='30'%20viewBox='0%200%2032%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.3333%2021.666L31%2014.9993M31%2014.9993L24.3333%208.33268M31%2014.9993L7.66667%2014.9993M17.6667%2021.666V23.3327C17.6667%2026.0941%2015.4281%2028.3327%2012.6667%2028.3327H6C3.23858%2028.3327%201%2026.0941%201%2023.3327V6.66601C1%203.90459%203.23858%201.66602%206%201.66602H12.6667C15.4281%201.66602%2017.6667%203.90459%2017.6667%206.66601V8.33268'%20stroke='%23202022'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");margin-left:40px;position:absolute;bottom:60px;cursor:pointer}@media (max-width: 768px){.sidebar-menu{position:sticky}.sidebar-menu::-webkit-scrollbar{height:0;width:0}.sidebar-menu.m-closed{width:0;height:0;transition:height .4s ease-out}.sidebar-menu.m-opened{height:100vh;overflow-y:auto;width:100%;transition:height .6s ease-out}.sidebar-menu__header{display:flex;justify-content:center;height:70px;position:sticky;top:0;background-color:#fff;z-index:9}.sidebar-menu__logo{position:absolute;top:25px;width:115px;height:30px;background:url(/assets/consilium-logo-mobile-DUHLv4Xz.svg);margin-bottom:5px}.sidebar-menu__item-name{font-size:14px;color:#fff;font-size:24px;font-weight:500;margin-top:20px;align-self:self-end}.sidebar-menu__item-name a{color:#fff}.sidebar-menu__item{margin-bottom:12px;background-color:#005ae1;border-radius:10px;height:120px;padding:18px}.sidebar-menu__item:has(.sidebar-menu__item-name.m-active){background-color:#d5e5fc;border:1px solid #005AE1}.sidebar-menu__item-name.m-active,.sidebar-menu__item-name.m-active a{font-size:14px;color:#005ae1;font-size:24px;font-weight:500}.sidebar-menu__item-name:not(.m-active),.sidebar-menu__item-name:not(.m-active) a{color:#fff}.sidebar-menu__icon{position:fixed;right:40px;top:30px;margin-top:0;margin-left:0;background-repeat:no-repeat;z-index:9999;background:url("data:image/svg+xml,%3csvg%20width='30'%20height='22'%20viewBox='0%200%2030%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.66675%201H28.3334M1.66675%2011H28.3334M1.66675%2021H28.3334'%20stroke='%23005AE1'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.sidebar-menu__arrow,.sidebar-menu__list,.sidebar-menu__logout{display:none}.sidebar-menu__list.m-opened{display:block;width:86%;margin:130px 20px 70px;border-bottom:1px solid #D0D1D5;border-top:1px solid #D0D1D5;padding:30px 0 18px}.sidebar-menu__item-wrapper{justify-content:space-between;height:100%}.sidebar-menu__item-icon{background-size:cover;order:1;filter:invert(100%)}.sidebar-menu__item-icon.m-main.m-blue,.sidebar-menu__item-icon.m-planning.m-blue,.sidebar-menu__item-icon.m-docs.m-blue,.sidebar-menu__item-icon.m-equipment.m-blue{filter:invert(21%) sepia(98%) saturate(2333%) hue-rotate(215deg) brightness(92%) contrast(104%)}.sidebar-menu__item-icon.m-main,.sidebar-menu__item-icon.m-planning{width:50px;height:50px}.sidebar-menu__item-icon.m-docs,.sidebar-menu__item-icon.m-docs.m-blue{width:45px;height:50px}.sidebar-menu__item-icon.m-equipment{width:55px;height:50px}.sidebar-menu__logout.m-opened{display:block;position:relative;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='18'%20viewBox='0%200%2020%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2013L5%209M5%209L9%205M5%209L19%209M14%2013V14C14%2015.6569%2012.6569%2017%2011%2017H4C2.34315%2017%201%2015.6569%201%2014V4C1%202.34315%202.34315%201%204%201H11C12.6569%201%2014%202.34315%2014%204V5'%20stroke='%23005AE1'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");margin-left:32px;margin-top:40px;bottom:30px;width:176px;background-repeat:no-repeat}.sidebar-menu__logout.m-opened:after{content:"Выйти из системы";position:absolute;left:26px;color:#005ae1;font-size:14px;font-weight:600}}@media (max-width: 768px){.profile .g-button-group{display:none}}.profile-info{display:flex}.profile-info__table{display:flex;flex-direction:column;width:856px;gap:43px;margin-left:65px}.profile-info__avatar{text-align:center}.profile-info__avatar-image{border-radius:50%;width:230px;height:230px;margin-bottom:8px;background-size:110%;background-position:70% 10%;background-repeat:no-repeat;position:relative}.profile-info__avatar-edit-icon-mobile{display:none}.profile-info__avatar-edit{display:flex;align-items:center;cursor:pointer}.profile-info__avatar span{font-size:14px;font-weight:600;color:#005ae1}.profile-info__avatar-edit-icon{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2322%203.23223L16.7678%206.76777M14.7322%201.73223C15.7085%200.755922%2017.2915%200.755922%2018.2678%201.73223C19.2441%202.70854%2019.2441%204.29146%2018.2678%205.26777L4.50006%2019.0355H1.00006V15.4644L14.7322%201.73223Z'%20stroke='%23005AE1'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");margin-right:5px}.profile-info__row{display:flex;gap:27px}.profile-info__row.m-submit{justify-content:right;margin-top:40px}.profile-info__row-name{width:270px;font-size:16px;font-weight:600}.profile-info__row-data{width:565px;display:flex;flex-wrap:wrap;gap:20px;color:#4b4c52}.profile-info__cell{width:270px}.profile-info__cell-header{margin:0 0 8px;font-size:14px;font-weight:600}.profile-info__cell-text{margin:0;font-size:16px;font-weight:400}.profile-info__textarea{width:564px;height:82px;resize:none;border:1px solid #D0D1D5;border-radius:8px;padding:6px 16px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:400}.profile-info__form{width:100%}@media (max-width: 768px){.profile-info{position:relative;flex-wrap:wrap}.profile-info__avatar{text-align:center;position:absolute}.profile-info__avatar-image{width:158px;height:158px;margin-bottom:0}.profile-info__avatar-edit-icon-mobile{display:block;width:36px;height:36px;position:absolute;bottom:5px;right:5px;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%205H6C4.89543%205%204%205.89543%204%207V18C4%2019.1046%204.89543%2020%206%2020H17C18.1046%2020%2019%2019.1046%2019%2018V13M17.5858%203.58579C18.3668%202.80474%2019.6332%202.80474%2020.4142%203.58579C21.1953%204.36683%2021.1953%205.63316%2020.4142%206.41421L11.8284%2015H9L9%2012.1716L17.5858%203.58579Z'%20stroke='%231A1D2D'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-color:#f2f4f7;background-position:center;background-repeat:no-repeat;border-radius:8px}.profile-info__avatar-edit{display:none}.profile-info__table{margin-left:0;padding-top:10px;width:auto}.profile-info__first-row{margin-left:177px}.profile-info__row{flex-direction:column;gap:0}.profile-info__row-name{width:auto;font-size:14px;margin-bottom:16px;gap:0}.profile-info__row-data{width:auto;row-gap:25px;column-gap:18px}.profile-info__cell{width:158px;word-wrap:break-word}.profile-info__cell-header{font-size:12px;margin-bottom:6px}.profile-info__cell-text{font-size:14px}.profile-info__textarea{width:360px}.profile-info__row.m-submit{margin-top:15px;margin-left:185px;margin-bottom:25px}}.profile-docs__list{width:1400px;display:flex;flex-wrap:wrap}.profile-docs__item{font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;display:flex;align-items:center;width:700px;margin-bottom:20px}.profile-docs__item a{font:inherit;color:inherit}.profile-docs__item a:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.profile-docs__card{position:relative;display:inline-block}.profile-docs__card:hover{text-decoration:underline;color:#005ae1;cursor:pointer}.profile-docs__card:hover .profile-docs__icon{fill:#005ae1}.profile-docs__container{display:flex;align-items:center}.profile-docs__icon{width:50px;height:50px;fill:#1a1d2d}.profile-comments__list{width:860px}.profile-comments__item{border-bottom:1px solid rgba(75,76,82,.2);margin-bottom:20px}.profile-comments__item:last-child{border-bottom:none}.profile-comments__header{font-size:16px;font-weight:600;position:relative;width:fit-content;margin-bottom:12px}.profile-comments__header.m-important:after{content:"";display:block;position:absolute;top:0;right:-10px;width:8px;height:8px;border-radius:100%;background-color:#cf0101}.profile-comments__date{color:#4b4c52;font-size:14px;font-weight:400}.profile-comments__comment{font-size:16px;font-weight:400;padding:12px 0}.password-change__instructions{list-style-type:disc;padding-left:25px;margin-bottom:40px}@media (max-width: 768px){.password-change__instructions{font-size:14px;margin-bottom:20px}}.password-change__column{width:380px;margin-right:40px}@media (max-width: 768px){.password-change__column{width:100%}}.password-change__column.m-right{margin-right:0}.password-change__recovery{margin:18px 0}@media (max-width: 768px){.password-change__recovery{margin:0;font-size:12px;position:absolute;top:-10px}}.password-change__recovery a{color:#005ae1}.password-change__buttons{padding-top:40px}@media (max-width: 768px){.password-change__buttons{position:relative;padding:20px 0 15px}}.documents__controls{display:flex;position:relative;justify-content:space-between}.documents__table-settings{display:flex;padding:10px;background-color:#f2f4f7;border-radius:8px}@media (max-width: 768px){.documents__table-settings{margin-left:8px}}.documents__controls{margin-bottom:20px}.documents__search{width:710px}.documents__table-filters{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%202C1%201.44772%201.44772%201%202%201H18C18.5523%201%2019%201.44772%2019%202V4.58579C19%204.851%2018.8946%205.10536%2018.7071%205.29289L12.2929%2011.7071C12.1054%2011.8946%2012%2012.149%2012%2012.4142V15L8%2019V12.4142C8%2012.149%207.89464%2011.8946%207.70711%2011.7071L1.29289%205.29289C1.10536%205.10536%201%204.851%201%204.58579V2Z'%20stroke='%23202022'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;border-right:1px solid #ccc;padding-right:30px;cursor:pointer}.documents__table-filters:hover{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%202C1%201.44772%201.44772%201%202%201H18C18.5523%201%2019%201.44772%2019%202V4.58579C19%204.851%2018.8946%205.10536%2018.7071%205.29289L12.2929%2011.7071C12.1054%2011.8946%2012%2012.149%2012%2012.4142V15L8%2019V12.4142C8%2012.149%207.89464%2011.8946%207.70711%2011.7071L1.29289%205.29289C1.10536%205.10536%201%204.851%201%204.58579V2Z'%20stroke='%23005AE1'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat}.documents__table-properties{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.32463%202.31731C8.75103%200.560897%2011.249%200.560897%2011.6754%202.31731C11.9508%203.45193%2013.2507%203.99038%2014.2478%203.38285C15.7913%202.44239%2017.5576%204.2087%2016.6172%205.75218C16.0096%206.74925%2016.5481%208.04918%2017.6827%208.32463C19.4391%208.75103%2019.4391%2011.249%2017.6827%2011.6754C16.5481%2011.9508%2016.0096%2013.2507%2016.6172%2014.2478C17.5576%2015.7913%2015.7913%2017.5576%2014.2478%2016.6172C13.2507%2016.0096%2011.9508%2016.5481%2011.6754%2017.6827C11.249%2019.4391%208.75103%2019.4391%208.32463%2017.6827C8.04918%2016.5481%206.74926%2016.0096%205.75219%2016.6172C4.2087%2017.5576%202.44239%2015.7913%203.38285%2014.2478C3.99038%2013.2507%203.45193%2011.9508%202.31731%2011.6754C0.560897%2011.249%200.560897%208.75103%202.31731%208.32463C3.45193%208.04918%203.99037%206.74926%203.38285%205.75218C2.44239%204.2087%204.2087%202.44239%205.75219%203.38285C6.74926%203.99037%208.04918%203.45193%208.32463%202.31731Z'%20stroke='%23202022'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13%2010C13%2011.6569%2011.6569%2013%2010%2013C8.34315%2013%207%2011.6569%207%2010C7%208.34315%208.34315%207%2010%207C11.6569%207%2013%208.34315%2013%2010Z'%20stroke='%23202022'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;margin-left:10px;cursor:pointer}.documents__table-properties:hover{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.32463%202.31731C8.75103%200.560897%2011.249%200.560897%2011.6754%202.31731C11.9508%203.45193%2013.2507%203.99038%2014.2478%203.38285C15.7913%202.44239%2017.5576%204.2087%2016.6172%205.75218C16.0096%206.74925%2016.5481%208.04918%2017.6827%208.32463C19.4391%208.75103%2019.4391%2011.249%2017.6827%2011.6754C16.5481%2011.9508%2016.0096%2013.2507%2016.6172%2014.2478C17.5576%2015.7913%2015.7913%2017.5576%2014.2478%2016.6172C13.2507%2016.0096%2011.9508%2016.5481%2011.6754%2017.6827C11.249%2019.4391%208.75103%2019.4391%208.32463%2017.6827C8.04918%2016.5481%206.74926%2016.0096%205.75219%2016.6172C4.2087%2017.5576%202.44239%2015.7913%203.38285%2014.2478C3.99038%2013.2507%203.45193%2011.9508%202.31731%2011.6754C0.560897%2011.249%200.560897%208.75103%202.31731%208.32463C3.45193%208.04918%203.99037%206.74926%203.38285%205.75218C2.44239%204.2087%204.2087%202.44239%205.75219%203.38285C6.74926%203.99037%208.04918%203.45193%208.32463%202.31731Z'%20stroke='%23005AE1'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13%2010C13%2011.6569%2011.6569%2013%2010%2013C8.34315%2013%207%2011.6569%207%2010C7%208.34315%208.34315%207%2010%207C11.6569%207%2013%208.34315%2013%2010Z'%20stroke='%23005AE1'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat}.documents__pagination{padding-top:20px}@media (max-width: 768px){.documents .g-page-header{margin-bottom:15px}.documents .g-button-group{position:fixed;width:100vw;height:100px;background-color:#fff;right:0;bottom:0;box-shadow:2px 2px 20px #4d494980;z-index:1}.documents .g-button{position:absolute;bottom:40px;right:40px}}.card-group{display:flex;flex-wrap:wrap;gap:24px;max-width:2150px}.card{display:flex;flex-direction:column;padding:20px;width:417px;border:1px solid #bababa;border-radius:16px}.card__content{display:flex;flex-direction:column;gap:12px}.card__image{width:100%;height:186px;border-radius:12px}.card__text{display:flex;flex-direction:column;gap:8px}.card__title{font-weight:500;font-size:24px;line-height:140%;color:#005ae1}.card__description{font-weight:400;font-size:16px;line-height:140%;color:#111827}.card__button{display:flex;justify-content:center;align-items:center;padding-block:12.5px;background:#005ae1;border-radius:12px;text-decoration:none}.card__button-text{font-weight:600;font-size:16px;line-height:20px;color:#fff;text-align:center}.documents-filters{position:relative;border:1px solid #D0D1D5;border-radius:20px;padding:12px 20px 0;margin-bottom:20px}.documents-filters__head{display:flex;justify-content:space-between;border-bottom:1px solid #D0D1D5;padding:8px 0}.documents-filters__header{display:flex;align-items:center;cursor:pointer}.documents-filters__header-text{font-size:16px;font-weight:600;margin-right:12px}.documents-filters__close-icon{line-height:0}.documents-filters__close{width:14px;height:14px;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%2013L13%201M1%201L13%2013'%20stroke='%23202022'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");cursor:pointer}.documents-filters__buttons{display:flex;flex-wrap:wrap;padding-top:20px}.documents-filters__button{margin-right:20px;margin-bottom:15px}.documents-filters__clear-button{position:absolute;right:30px;bottom:18px}.documents-table__row{cursor:pointer;table-layout:fixed}.documents-table__name{width:555px}.documents-table__category{width:187px}.documents-table__start-date{width:209px}.documents-table__introduced{width:180px}.documents-table__end-date{width:210px}.documents-table__audience{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-table__important{width:56px}@media (max-width: 768px){.content{padding-left:15px;padding-right:15px}.g-arrow-hide{position:absolute;top:20px;left:13px;background-repeat:no-repeat;background-size:cover;width:21px;height:12px}.documents-card:first-child .g-arrow-hide{top:65px}.documents-table__category,.documents-table__start-date,.documents-table__end-date,.documents-table__introduced,.documents-table__audience,.documents-table__other{width:40%;padding-left:10px}.documents-table__important{text-align:right}.documents-card{position:relative;display:flex;flex-wrap:wrap;row-gap:15px;column-gap:30px;background:#fff}.documents-card:nth-child(2n){background-color:#f2f4f7}.documents-card:first-child{border-radius:20px 20px 0 0}.documents-card:last-child{border-radius:0 0 20px 20px}.documents-card__value{text-align:left;overflow:hidden}.g-table__heading{position:relative;column-gap:4px}.g-table__heading span{font-weight:700;font-size:14px;padding-bottom:10px}.documents-table__audience{max-height:88px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;order:-1}.documents-table__name{padding-bottom:15px;order:-3}.documents-table__name div{padding-left:5px;border-bottom:1px solid #ddd}.documents-table__name span{display:block;font-size:16px;padding-left:45px;padding-top:15px}.documents-table__name .documents-card__value{padding-right:40px}.documents-table__name.m-hidden{display:block;border-radius:20px}.documents-table__category{order:-2}.documents-table__name .g-table__icon{padding-bottom:0;padding-top:5px}.g-table__icon{padding-bottom:5px}.documents-card .documents-table__name div{display:none}.documents-card:first-of-type .documents-table__name div{display:flex}}.document-view__wrapper{display:flex}.document-view__add-to-favorites{margin-right:20px}.document-view__left-section,.document-view__right-section{flex:0 0 420px}.document-view__info{display:flex;flex-wrap:wrap;margin-bottom:30px;border:1px solid #D0D1D5;border-radius:12px;padding:20px 20px 0}.document-view__info-item{width:50%;margin-bottom:20px}.document-view__info-item.m-fullwidth{width:100%}.document-view__info-item-header{font-size:14px;font-weight:600;margin-bottom:6px}.document-view__info-item-header.m-important{color:#e47d03}.document-view__info-item-text{font-size:16px;font-weight:400}.document-view__read-done{display:flex;background-color:#e6effc;border-radius:12px;border:1px solid #D0D1D5;padding:40px 55px}.document-view__read-done-count{font-size:16px;font-weight:600;width:225px}.document-view__read-done-count span{font-size:32px;font-weight:500}.document-view__read-todo{position:relative;top:-15px;border:1px solid #D0D1D5;border-top:none;border-radius:0 0 12px 12px;padding-top:36px}.document-view__read-todo-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;padding:0 20px;cursor:pointer}.document-view__read-todo-header{font-size:16px;font-weight:600}.document-view__read-todo-list{padding:0 20px}.document-view__read-todo-item{display:flex;padding:5px 0}.document-view__read-todo-avatar{background-color:#f2f4f7;border-radius:100%}.document-view__read-todo-name{font-size:16px;font-weight:400}.document-view__read-todo-remind{text-align:right;padding:12px;box-shadow:0 -1px 3px #2020221a}.document-view__confirmation{padding:20px;border:1px solid #D0D1D5;border-radius:12px;margin-bottom:30px}.document-view__confirmation-text{font-size:16px;font-weight:600;margin-bottom:20px}.document-view__confirmation-button{display:flex;justify-content:flex-end;padding-top:20px}.document-view__comments{height:435px;padding:20px;border:1px solid #D0D1D5;border-radius:12px}.document-view__comments-title{width:370px;text-wrap:nowrap;text-overflow:ellipsis;overflow-x:hidden;margin-bottom:20px}.document-view__document-text{display:block;width:100%;margin-left:26px;margin-right:36px}.document-view__document-text-header{margin-bottom:20px}.document-view__document-text-content{height:580px;overflow-x:hidden;overflow-y:scroll;line-height:24px}@media (max-width: 768px){.document-view .content{padding-left:15px;padding-right:15px;padding-bottom:150px}.document-view .g-page-header{margin-bottom:20px}.document-view .g-page-name{width:90vw;font-size:16px;padding-right:40px}.document-view__confirmation{width:100vw;border:none;padding:10px 40px 0 10px}.document-view__confirmation-text{font-size:14px}.document-view .download-icon{display:block;position:fixed;right:15px;width:30px;height:30px;background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%2016L1%2017.25C1%2019.3211%202.67893%2021%204.75%2021L17.25%2021C19.3211%2021%2021%2019.3211%2021%2017.25L21%2016M16%2011L11%2016M11%2016L6%2011M11%2016L11%201'%20stroke='%23202022'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat}.document-view__document-text-content{height:580px;width:95vw;overflow-x:hidden;overflow-y:scroll;line-height:24px}.document-view__document-text-header{margin-bottom:0}.document-view__info{display:flex;flex-wrap:wrap;margin-bottom:30px;border:none;padding:0}.document-view__info-item-header,.document-view__info-item-text{color:#4b4c52}}.detail{width:max-content;position:relative}.detail__flex-container{display:flex;column-gap:40px;margin-right:50px}.detail__indicators-flex{display:flex;justify-content:space-between}.detail__table-container{display:flex;gap:20px}.detail__table-wrapper{overflow:scroll;max-height:700px;max-width:1730px;border-radius:20px;padding-bottom:10px}.detail__table-wrapper.m-list-opened{max-width:55dvw}.detail__saving{padding-right:10px;margin-right:10px}.detail__settings{align-self:end;margin-bottom:28px;margin-left:28px;display:flex;align-items:center;padding:10px;background-color:#f2f4f7;border-radius:8px}.detail__button-print{width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%2016.9996H19C20.1046%2016.9996%2021%2016.1042%2021%2014.9996V10.9996C21%209.89506%2020.1046%208.99963%2019%208.99963H5C3.89543%208.99963%203%209.89506%203%2010.9996V14.9996C3%2016.1042%203.89543%2016.9996%205%2016.9996H7M9%2020.9996H15C16.1046%2020.9996%2017%2020.1042%2017%2018.9996V14.9996C17%2013.8951%2016.1046%2012.9996%2015%2012.9996H9C7.89543%2012.9996%207%2013.8951%207%2014.9996V18.9996C7%2020.1042%207.89543%2020.9996%209%2020.9996ZM17%208.99963V4.99963C17%203.89506%2016.1046%202.99963%2015%202.99963H9C7.89543%202.99963%207%203.89506%207%204.99963V8.99963H17Z'%20stroke='%23202022'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;border:0;border-right:1px solid #ccc;padding:0 30px 0 0;cursor:pointer}.detail__button-print:hover{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%2016.9996H19C20.1046%2016.9996%2021%2016.1042%2021%2014.9996V10.9996C21%209.89506%2020.1046%208.99963%2019%208.99963H5C3.89543%208.99963%203%209.89506%203%2010.9996V14.9996C3%2016.1042%203.89543%2016.9996%205%2016.9996H7M9%2020.9996H15C16.1046%2020.9996%2017%2020.1042%2017%2018.9996V14.9996C17%2013.8951%2016.1046%2012.9996%2015%2012.9996H9C7.89543%2012.9996%207%2013.8951%207%2014.9996V18.9996C7%2020.1042%207.89543%2020.9996%209%2020.9996ZM17%208.99963V4.99963C17%203.89506%2016.1046%202.99963%2015%202.99963H9C7.89543%202.99963%207%203.89506%207%204.99963V8.99963H17Z'%20stroke='%23005AE1'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat}.detail__button-settings{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.32463%202.31731C8.75103%200.560897%2011.249%200.560897%2011.6754%202.31731C11.9508%203.45193%2013.2507%203.99038%2014.2478%203.38285C15.7913%202.44239%2017.5576%204.2087%2016.6172%205.75218C16.0096%206.74925%2016.5481%208.04918%2017.6827%208.32463C19.4391%208.75103%2019.4391%2011.249%2017.6827%2011.6754C16.5481%2011.9508%2016.0096%2013.2507%2016.6172%2014.2478C17.5576%2015.7913%2015.7913%2017.5576%2014.2478%2016.6172C13.2507%2016.0096%2011.9508%2016.5481%2011.6754%2017.6827C11.249%2019.4391%208.75103%2019.4391%208.32463%2017.6827C8.04918%2016.5481%206.74926%2016.0096%205.75219%2016.6172C4.2087%2017.5576%202.44239%2015.7913%203.38285%2014.2478C3.99038%2013.2507%203.45193%2011.9508%202.31731%2011.6754C0.560897%2011.249%200.560897%208.75103%202.31731%208.32463C3.45193%208.04918%203.99037%206.74926%203.38285%205.75218C2.44239%204.2087%204.2087%202.44239%205.75219%203.38285C6.74926%203.99037%208.04918%203.45193%208.32463%202.31731Z'%20stroke='%23202022'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13%2010C13%2011.6569%2011.6569%2013%2010%2013C8.34315%2013%207%2011.6569%207%2010C7%208.34315%208.34315%207%2010%207C11.6569%207%2013%208.34315%2013%2010Z'%20stroke='%23202022'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;margin-left:10px;cursor:pointer}.detail__button-settings:hover{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.32463%202.31731C8.75103%200.560897%2011.249%200.560897%2011.6754%202.31731C11.9508%203.45193%2013.2507%203.99038%2014.2478%203.38285C15.7913%202.44239%2017.5576%204.2087%2016.6172%205.75218C16.0096%206.74925%2016.5481%208.04918%2017.6827%208.32463C19.4391%208.75103%2019.4391%2011.249%2017.6827%2011.6754C16.5481%2011.9508%2016.0096%2013.2507%2016.6172%2014.2478C17.5576%2015.7913%2015.7913%2017.5576%2014.2478%2016.6172C13.2507%2016.0096%2011.9508%2016.5481%2011.6754%2017.6827C11.249%2019.4391%208.75103%2019.4391%208.32463%2017.6827C8.04918%2016.5481%206.74926%2016.0096%205.75219%2016.6172C4.2087%2017.5576%202.44239%2015.7913%203.38285%2014.2478C3.99038%2013.2507%203.45193%2011.9508%202.31731%2011.6754C0.560897%2011.249%200.560897%208.75103%202.31731%208.32463C3.45193%208.04918%203.99037%206.74926%203.38285%205.75218C2.44239%204.2087%204.2087%202.44239%205.75219%203.38285C6.74926%203.99037%208.04918%203.45193%208.32463%202.31731Z'%20stroke='%23005AE1'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13%2010C13%2011.6569%2011.6569%2013%2010%2013C8.34315%2013%207%2011.6569%207%2010C7%208.34315%208.34315%207%2010%207C11.6569%207%2013%208.34315%2013%2010Z'%20stroke='%23005AE1'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat}.detail .g-button-group#duty-buttons{top:0;margin-right:50px}.detail .detail-table{border-spacing:0;table-layout:fixed}.detail .detail-table thead th{position:sticky;top:0;background:#fff;z-index:10}.detail .detail-table th{text-align:left;font-size:16px;font-weight:600}.detail .detail-table th:not(.m-with-icon){text-wrap:nowrap}.detail .detail-table th.m-center{text-align:center}.detail .detail-table th.m-with-icon .col-with-icon{display:inline-flex;width:100%;vertical-align:middle;position:relative;padding-right:28px;justify-content:space-between}.detail .detail-table th.m-with-icon .svg-wrapper{position:absolute;transform:translateY(-50%);cursor:pointer;right:0;top:50%;background-color:#f2f4f7;border-radius:8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.detail .detail-table th.m-right-border{border-right:1px solid #d0d1d5}.detail .detail-table th.m-left-border{border-left:1px solid #d0d1d5}.detail .detail-table td{font-size:16px;font-weight:400;background-color:#f6f6f6}.detail .detail-table td.m-right-border{border-right:1px solid #d0d1d5}.detail .detail-table td.m-left-border{border-left:1px solid #d0d1d5}.detail .detail-table td.m-last{border-bottom:1px solid #d0d1d5}.detail .detail-table td.td-message{min-width:40px;max-width:40px;padding:0}.detail .detail-table td.td-message div{display:flex;align-items:center;justify-content:center}.detail .detail-table td.td-warning{min-width:40px;max-width:40px;padding:5px 0 0}.detail .detail-table td.td-warning div{display:flex;align-items:center;justify-content:center}.detail .detail-table td.td-worker-time{min-width:123px;max-width:123px}.detail .detail-table td.td-worker-name{min-width:170px;max-width:170px}.detail .detail-table td.td-worker-number{min-width:75px;max-width:75px}.detail .detail-table td.td-worker-per{min-width:65px;max-width:65px}.detail .detail-table td.td-brigade-number-and-type{min-width:105px;max-width:105px}.detail .detail-table td.td-brigade-number{min-width:135px;max-width:135px}.detail .detail-table td.td-brigade-type{min-width:75px;max-width:75px}.detail .detail-table td.td-brigade-auto{min-width:115px;max-width:115px}.detail .detail-table th,.detail .detail-table td{padding:10px 12px;border-top:1px solid #d0d1d5}.detail .detail-table thead tr:first-child th{border-bottom:1px solid #d0d1d5}.detail .detail-table thead tr:nth-child(2) th{border-top:none;border-bottom:1px solid #d0d1d5}.detail .detail-table thead tr:last-child th{top:41px}.detail .detail-table tbody tr:first-child td{border-top:none}.detail .detail-table tr.m-active td{background-color:#ebf2ff!important}.detail .detail-table tr.tr-even-brigade td{background-color:#fff}.detail .detail-table tr:last-child td{border-bottom:1px solid #d0d1d5}.detail .detail-table tr:first-child th:first-child{border-radius:20px 0 0}.detail .detail-table tr:first-child th:last-child{border-radius:0 20px 0 0}.detail .detail-table tr:last-child td:last-child{border-radius:0 0 20px}.detail .detail-table tr:has(.td-brigade-number):not(:has(~tr .td-brigade-number)) .td-brigade-number{border-radius:0 0 0 20px;border-bottom:1px solid #d0d1d5}.detail .detail-table tr:has(.td-brigade-number-and-type):not(:has(~tr .td-brigade-number-and-type)) .td-brigade-number-and-type{border-radius:0 0 0 20px;border-bottom:1px solid #d0d1d5}.detail .detail-table td:last-child{border-right:1px solid #d0d1d5}.detail .detail-table .select__menu{width:160px}.detail .detail-table__staff{text-align:center}.detail .detail-table__checkbox,.detail .detail-table__brigade,.detail .detail-table__profile,.detail .detail-table__plate{z-index:5}.detail .detail-table__checkbox{left:0}.detail .detail-table__brigade{min-width:110px;left:45px}.detail .detail-table__profile{min-width:110px;left:155px}.detail .detail-table__plate{min-width:135px;left:265px}.detail .detail-table__time{min-width:130px}.detail .detail-table__name{min-width:160px}.detail .detail-table__number{max-width:80px;overflow:hidden;text-overflow:ellipsis}.detail .detail-table__checkbox-cell,.detail .detail-table__brigade-cell,.detail .detail-table__profile-cell,.detail .detail-table__plate-cell{position:sticky;z-index:2}.detail .detail-table__checkbox-cell{left:0}.detail .detail-table__brigade-cell{left:45px}.detail .detail-table__profile-cell{left:155px}.detail .detail-table__plate-cell{left:265px}.detail .detail-table.m-drivers thead tr{height:50px}.detail .detail-table.m-drivers thead tr:last-child th{top:0}.detail .detail-table.m-drivers .td-driver-time{min-width:125px;max-width:125px}.detail .detail-table.m-drivers .td-driver-name{min-width:260px}.detail .detail-table.m-drivers .td-driver-number{min-width:75px;max-width:75px}.detail .detail-table.m-drivers .td-table__comment{width:565px}.detail__please-wait{font-size:larger;margin-top:20px}.detail .m-left-border.m-center.m-with-icon{min-width:105px;max-width:125px}.detail table.detail-table tbody tr td.m-active{background-color:#e0ecff!important}.detail .m-unselected{color:#ba1a1a}.detail .m-unfinished:not(:has(.time-interval__part--active)) .time-interval input{color:#ba1a1a}.detail .td-worker-name .editable__menu{width:200px}.detail .td-brigade-number .editable__menu{width:130px}.detail .td-driver-name .editable__menu{width:230px}.detail:has(.detail__workers-list) .indicators__content{max-width:1084px}.detail:has(.detail-table.m-drivers){width:1769px!important}.detail:has(.detail-table.m-drivers):has(.detail__workers-list) .indicators__content{max-width:1003px}.schedule__table-wrapper{overflow:auto;max-width:1760px;width:100%;height:550px;padding-right:4px}.schedule-table{min-width:100%;border-spacing:0;table-layout:fixed;background-color:#fff}.schedule-table-archive{min-height:100%}.schedule-table thead{position:sticky;top:0;z-index:10}.schedule-table thead:after{content:"";width:100%;height:100%;background-color:#fff;position:absolute;top:0;left:0}.schedule-table thead td,.schedule-table thead th{background-color:#fff}.schedule-table th{text-align:left;font-size:16px;font-weight:600}.schedule-table th.m-center,.schedule-table td.m-center{text-align:center;background-color:#fff}.schedule-table th,.schedule-table td{max-width:260px;min-width:32px;position:relative;z-index:2;padding:7px 5px;border-top:1px solid #d1d1d1;text-overflow:ellipsis}.schedule-table td:nth-child(2),.schedule-table td:nth-child(3){overflow:hidden}.schedule-table thead tr:first-child th{border-bottom:1px solid #d1d1d1}.schedule-table thead tr:nth-child(2) th{border-top:none;border-bottom:1px solid #d1d1d1}.schedule-table td.m-selected{background:#f2f2f2!important}.schedule-table tbody tr.m-active td,.schedule-table tbody tr.m-active th{background:#e7f0ff!important;position:relative}.schedule-table tbody tr.m-active td.m-td-active:after{content:"";width:calc(100% - 6px);height:calc(100% - 6px);background-color:#fff;border:1px solid #d1d1d1;border-radius:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.schedule-table tbody tr.m-active .schedule-table__brigade-cell:after{content:"";width:calc(100% - 16px);height:calc(100% - 10px);border:1px solid #d1d1d1;border-radius:4px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.schedule-table tbody tr:first-child td{border-top:none}.schedule-table tr:nth-child(4n) td,.schedule-table tr:nth-child(4n-1) td{background-color:#fff}.schedule-table thead th{white-space:nowrap}.schedule-table thead td{font-weight:500;font-size:16px;line-height:150%;color:#1a1d2d}.schedule-table th{font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;line-height:150%;letter-spacing:.01em;color:#1a1d2d}.schedule-table td{font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:150%;color:#1a1d2d;white-space:nowrap}.schedule-table tr:last-child td:first-child{border-radius:0 0 0 20px;border-left:1px solid #d1d1d1}.schedule-table tr:first-child th:first-child{border-radius:20px 0 0}.schedule-table tr:first-child th:last-child{border-radius:0 20px 0 0}.schedule-table thead th:last-child{gap:12px;border-right:1px solid #d1d1d1}.schedule-table tbody td:last-child{border-right:1px solid #d1d1d1}.schedule-table tbody td:first-child{border-left:1px solid #d1d1d1}.schedule-table tbody tr:last-child td:last-child{border-radius:0 0 20px}.schedule-table thead tr:last-child td:last-child{border-radius:0 20px 0 0}.schedule-table tr:last-child td{border-bottom:1px solid #d1d1d1}.schedule-table th.m-right-border,.schedule-table td.m-right-border{border-right:1px solid #d1d1d1}.schedule-table td.m-left-border,.schedule-table th.m-left-border{border-left:1px solid #d1d1d1}.schedule-table td.red-error{color:#cf0101}.schedule-table__staff{text-align:center}.schedule-table .m-deviations{position:sticky!important;right:-6px}.schedule-table tbody tr:nth-child(1) .schedule-table-accordion-btn{font-weight:500}.schedule-table .schedule-table-accordion-btn{display:flex;align-items:center;gap:23px;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:3}.schedule-table .schedule-table-accordion-btn span,.schedule-table .m-position-relative{position:relative}.schedule-table td .m-employees{width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#009b3b;border-radius:20px}.schedule-table tbody .schedule-table-accordion-btn span.m-selected:after{content:"";width:6px;height:6px;background-color:#cf0101;border-radius:50%;position:absolute;top:0;right:-6px}.schedule-table .m-deviations .m-deviations__in{border:1px solid #CF0101;border-radius:30px;padding:2px 10px;font-family:Montserrat,sans-serif;font-weight:500;font-size:14px;line-height:171%;color:#cf0101}.schedule-table__checkbox{min-width:40px!important;left:0}.schedule-table__brigade,.schedule-table__profile{min-width:110px}.schedule-table__plate{min-width:135px}.schedule-table__time{min-width:130px}.schedule-table__name{min-width:160px}.schedule-table__number{max-width:80px;overflow:hidden;text-overflow:ellipsis}.schedule-table td.m-last{border-bottom:1px solid #d1d1d1}.schedule-table td.m-active{position:relative;z-index:2}.schedule-table td.m-active:after{content:"";width:calc(100% + 4px);height:32px;background:#89b8ff;position:absolute;top:50%;left:-2px;transform:translateY(-50%);z-index:-1}.schedule-table td.m-first-active:after{border-radius:8px 0 0 8px;left:3px}.schedule-table td.m-last-active:after{border-radius:0 8px 8px 0;right:3px;left:auto}.schedule-table__checkbox-cell{padding:0!important;min-width:40px!important;left:0}.schedule-table__checkbox-cell input{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:auto}.schedule-table__btn-move{border-radius:8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background-color:#f2f4f7}.schedule-table__btn-move:hover{opacity:.8;cursor:pointer}.schedule-table__img-move{padding:4px;width:18px;height:18px;border:none}.schedule-table__img-move:hover{opacity:.8;cursor:pointer}.popup-employee-item{display:flex;flex-direction:row;column-gap:20px}.schedule-table__editable-input{display:inline;width:100px;border:none;font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:150%;color:#1a1d2d;white-space:nowrap;text-overflow:ellipsis}.schedule-table__btn-add{border-radius:8px;padding:4px;width:24px;height:24px;border:none;display:flex;align-items:center;justify-content:center;background-color:#f2f4f7}.schedule-table__btn-add:hover{opacity:.8;cursor:pointer}.schedule-table.m-drivers thead tr:last-child th{top:0}.schedule-table.m-drivers .schedule-table__time{min-width:180px}.schedule-table.m-drivers .schedule-table__name{min-width:260px}.schedule-table.m-drivers .schedule-table__number{max-width:145px}.schedule-table.m-drivers .schedule-table__comment{width:565px}.schedule-table-administration tbody td{max-width:145px}.schedule-table-administration tbody td:nth-child(2){overflow:visible}.schedule-table-administration tbody td.schedule-table__profile-cell{max-width:100px;margin-right:-20px}.schedule-table-drivers tbody td{max-width:200px}.schedule-table-archive tbody td{border-bottom:1px solid #d1d1d1}.schedule-table-archive tbody tr td:first-child{border-radius:0 0 0 20px}.schedule-table-archive tbody tr td:last-child{border-radius:0 0 20px}.schedule-table-archive tbody{height:100%;width:100%;border:1px solid #d1d1d1;border-radius:0 0 20px 20px}.schedule-table-archive .currently-empty{position:absolute;top:50%;left:50%;transform:translate(-50%,50%);font-family:Montserrat,sans-serif;font-weight:500;font-size:20px;line-height:180%;color:#4b4c52}.employees__controls{display:flex;justify-content:space-between}.employees__table-settings{display:flex;padding:10px;background-color:#f2f4f7;border-radius:8px;margin-left:5px}.employees__controls{margin-bottom:20px}.employees__search{width:710px}.employees__table-filters{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%202C1%201.44772%201.44772%201%202%201H18C18.5523%201%2019%201.44772%2019%202V4.58579C19%204.851%2018.8946%205.10536%2018.7071%205.29289L12.2929%2011.7071C12.1054%2011.8946%2012%2012.149%2012%2012.4142V15L8%2019V12.4142C8%2012.149%207.89464%2011.8946%207.70711%2011.7071L1.29289%205.29289C1.10536%205.10536%201%204.851%201%204.58579V2Z'%20stroke='%23202022'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;border-right:1px solid #ccc;padding-right:30px;cursor:pointer}.employees__table-filters:hover{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%202C1%201.44772%201.44772%201%202%201H18C18.5523%201%2019%201.44772%2019%202V4.58579C19%204.851%2018.8946%205.10536%2018.7071%205.29289L12.2929%2011.7071C12.1054%2011.8946%2012%2012.149%2012%2012.4142V15L8%2019V12.4142C8%2012.149%207.89464%2011.8946%207.70711%2011.7071L1.29289%205.29289C1.10536%205.10536%201%204.851%201%204.58579V2Z'%20stroke='%23005AE1'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat}.employees__table-properties{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.32463%202.31731C8.75103%200.560897%2011.249%200.560897%2011.6754%202.31731C11.9508%203.45193%2013.2507%203.99038%2014.2478%203.38285C15.7913%202.44239%2017.5576%204.2087%2016.6172%205.75218C16.0096%206.74925%2016.5481%208.04918%2017.6827%208.32463C19.4391%208.75103%2019.4391%2011.249%2017.6827%2011.6754C16.5481%2011.9508%2016.0096%2013.2507%2016.6172%2014.2478C17.5576%2015.7913%2015.7913%2017.5576%2014.2478%2016.6172C13.2507%2016.0096%2011.9508%2016.5481%2011.6754%2017.6827C11.249%2019.4391%208.75103%2019.4391%208.32463%2017.6827C8.04918%2016.5481%206.74926%2016.0096%205.75219%2016.6172C4.2087%2017.5576%202.44239%2015.7913%203.38285%2014.2478C3.99038%2013.2507%203.45193%2011.9508%202.31731%2011.6754C0.560897%2011.249%200.560897%208.75103%202.31731%208.32463C3.45193%208.04918%203.99037%206.74926%203.38285%205.75218C2.44239%204.2087%204.2087%202.44239%205.75219%203.38285C6.74926%203.99037%208.04918%203.45193%208.32463%202.31731Z'%20stroke='%23202022'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13%2010C13%2011.6569%2011.6569%2013%2010%2013C8.34315%2013%207%2011.6569%207%2010C7%208.34315%208.34315%207%2010%207C11.6569%207%2013%208.34315%2013%2010Z'%20stroke='%23202022'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;margin-left:10px;cursor:pointer}.employees__table-properties:hover{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.32463%202.31731C8.75103%200.560897%2011.249%200.560897%2011.6754%202.31731C11.9508%203.45193%2013.2507%203.99038%2014.2478%203.38285C15.7913%202.44239%2017.5576%204.2087%2016.6172%205.75218C16.0096%206.74925%2016.5481%208.04918%2017.6827%208.32463C19.4391%208.75103%2019.4391%2011.249%2017.6827%2011.6754C16.5481%2011.9508%2016.0096%2013.2507%2016.6172%2014.2478C17.5576%2015.7913%2015.7913%2017.5576%2014.2478%2016.6172C13.2507%2016.0096%2011.9508%2016.5481%2011.6754%2017.6827C11.249%2019.4391%208.75103%2019.4391%208.32463%2017.6827C8.04918%2016.5481%206.74926%2016.0096%205.75219%2016.6172C4.2087%2017.5576%202.44239%2015.7913%203.38285%2014.2478C3.99038%2013.2507%203.45193%2011.9508%202.31731%2011.6754C0.560897%2011.249%200.560897%208.75103%202.31731%208.32463C3.45193%208.04918%203.99037%206.74926%203.38285%205.75218C2.44239%204.2087%204.2087%202.44239%205.75219%203.38285C6.74926%203.99037%208.04918%203.45193%208.32463%202.31731Z'%20stroke='%23005AE1'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13%2010C13%2011.6569%2011.6569%2013%2010%2013C8.34315%2013%207%2011.6569%207%2010C7%208.34315%208.34315%207%2010%207C11.6569%207%2013%208.34315%2013%2010Z'%20stroke='%23005AE1'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat}.employees__pagination{padding-top:20px}.employees .employees__editable{width:unset;position:relative}.employees .employees__editable .select__menu{width:160px}.employee-view-info{display:flex}.employee-view-info__table{margin-left:65px}.employee-view-info__avatar{text-align:center}.employee-view-info__field{border-radius:8px;border:1px solid #d0d1d5;width:80%;padding:8px 12px;font-family:Montserrat,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#4b4c52}.employee-view-info__avatar-image{border-radius:50%;width:230px;height:230px;margin-bottom:8px;background-size:cover;background-position:center;background-repeat:no-repeat;cursor:pointer}.employee-view-info__avatar-edit{display:flex;align-items:center;cursor:pointer}.employee-view-info__avatar span{font-size:14px;font-weight:600;color:#005ae1}.employee-view-info__avatar-edit-icon{width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2322%203.23223L16.7678%206.76777M14.7322%201.73223C15.7085%200.755922%2017.2915%200.755922%2018.2678%201.73223C19.2441%202.70854%2019.2441%204.29146%2018.2678%205.26777L4.50006%2019.0355H1.00006V15.4644L14.7322%201.73223Z'%20stroke='%23005AE1'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");margin-right:5px}.employee-view-info__row{display:flex;margin-bottom:40px}.employee-view-info__row.m-submit{justify-content:right}.employee-view-info__row.m-nogap{margin-bottom:16px}.employee-view-info__row-name{font-size:16px;font-weight:500}.employee-view-info__row--actions{display:flex;gap:20px}.employee-view-info__cell{width:270px}.employee-view-info__cell-header{margin:0 0 8px;font-size:14px;font-weight:600}.employee-view-info__cell-text{margin:0;font-size:16px;font-weight:400}.employee-view-info__textarea{width:564px;height:82px;resize:none;border:1px solid #D0D1D5;border-radius:8px;padding:6px 16px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:400}.employee-view-info .input__control{display:flex;width:80%;height:41px;background:#fff;border:1px solid #d0d1d5;border-radius:8px}.employee-view-info .input__field{border:none;height:100%;width:100%;padding:8px 12px;font-family:Montserrat,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#4b4c52;background:transparent}.employee-view-info .input__field::placeholder{color:#6b7280;opacity:1}.employee-view-info .input__indicators{display:flex;align-items:center;gap:12px;padding-right:12px;flex-shrink:0;cursor:pointer}.employee-view-info .input__indicator-separator{width:1px;height:30px;background-color:#d0d1d5}.employee-view-info .input__indicator-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#6b7280}.employee-view-info .input__clear-indicator{background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:0 12px;display:flex;align-items:center}.employee-view-info .input__clear-indicator:hover{color:#6b7280}.employee-view-comments__list{width:860px}.employee-view-comments__item{border-bottom:1px solid rgba(75,76,82,.2);margin-bottom:20px}.employee-view-comments__item:last-child{border-bottom:none}.employee-view-comments__header{font-size:16px;font-weight:600;position:relative;width:fit-content;margin-bottom:12px}.employee-view-comments__header.m-important:after{content:"";display:block;position:absolute;top:0;right:-10px;width:8px;height:8px;border-radius:100%;background-color:#cf0101}.employee-view-comments__date{color:#4b4c52;font-size:14px;font-weight:400}.employee-view-comments__comment{font-size:16px;font-weight:400;padding:12px 0}.employee-view-docs__list{width:1400px;display:flex;flex-wrap:wrap}.employee-view-docs__item{font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;display:flex;align-items:center;width:700px;margin-bottom:20px}.employee-view-docs__item a{font:inherit;color:inherit}.employee-view-docs__item a:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.employee-view-docs__card{position:relative;display:inline-block}.employee-view-docs__card:hover{text-decoration:underline;color:#005ae1;cursor:pointer}.employee-view-docs__card:hover .employee-view-docs__icon{fill:#005ae1}.employee-view-docs__container{display:flex;align-items:center}.employee-view-docs__icon{width:50px;height:50px;fill:#1a1d2d}.employees-filters{position:relative;border:1px solid #D0D1D5;border-radius:20px;padding:12px 20px 0;margin-bottom:20px}.employees-filters__head{display:flex;justify-content:space-between;border-bottom:1px solid #D0D1D5;padding:8px 0}.employees-filters__header{display:flex;align-items:center;cursor:pointer}.employees-filters__header-text{font-size:16px;font-weight:600;margin-right:12px}.employees-filters__close-icon{line-height:0}.employees-filters__close{width:14px;height:14px;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%2013L13%201M1%201L13%2013'%20stroke='%23202022'%20stroke-width='1.44'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");cursor:pointer}.employees-filters__buttons{display:flex;flex-wrap:wrap;padding-top:20px}.employees-filters__button{margin-right:20px;margin-bottom:15px}.employees-filters__clear-button{position:absolute;right:30px;bottom:18px}.employees-table__row{cursor:pointer}.employees-table__name{width:555px}.employees-table__category{width:187px}.employees-table__start-date{width:209px}.employees-table__introduced{width:180px}.employees-table__end-date{width:210px}.employees-table__audience{width:200px}.employees-table__important{width:56px}.flex{display:flex}.g-dropdown.table-column-filters .g-checkbox{font-style:normal;font-weight:400;font-size:16px;line-height:24px}.g-dropdown.table-column-filters .g-filter-dropdown__footer{padding:16px 16px 20px}.g-dropdown.table-column-filters .g-filter-dropdown__footer .g-button{font-style:normal;font-weight:600;font-size:16px;line-height:20px;padding-inline:5px}.g-dropdown.table-column-filters .g-dropdown__content{padding:0;margin-left:20px}.g-dropdown.table-column-filters .search-input{max-width:220px;margin:0 20px 2px}.g-dropdown.table-column-filters .search-input__control{margin-bottom:8px}.g-dropdown.table-column-filters .search-input .input__indicator-separator,.g-dropdown.table-column-filters .search-input .search-input__search-button{display:none}.g-dropdown.table-column-filters .flex{justify-content:space-between;padding-top:20px;padding-bottom:10px}.g-dropdown.table-column-filters .g-dropdown__header{font-size:16px;font-weight:600;margin:0;padding:0 0 0 20px}.g-dropdown.table-column-filters .g-filter-dropdown__sorting{align-content:center;margin-right:20px}.equipment-all .g-table-with-footer{overflow:scroll;max-width:1738px}@media (max-width: 768px){.equipment-all .g-table-with-footer{max-width:100%}}.equipment-all .documents__table-properties{margin-left:0}.equipment-all th.m-active{background-color:#f6f6f6;border-left:rgb(208,209,213) 1px solid;border-right:rgb(208,209,213) 1px solid}.equipment-all th{cursor:pointer;text-wrap:nowrap;white-space:nowrap;overflow:hidden}.equipment-all .g-table__column-name,.equipment-all .g-table td{text-wrap:nowrap}.equipment-all .documents__table-settings{height:max-content;margin-block:auto}.equipment-all .documents__table-remove-filters{align-content:center;text-decoration:underline;cursor:pointer;margin-right:20px}@media (max-width: 768px){.equipment-all .documents__table-remove-filters{display:none}}.equipment-all .documents-table__count{font-weight:600;float:right;margin-top:8px}@media (max-width: 768px){.equipment-all .documents-table__count{font-size:14px}}.equipment-all [type=checkbox]{height:18px;width:18px;background:#fff;border:1px solid #d0d1d5;border-radius:4px}.equipment-all .g-table__checkbox{cursor:default;padding-block:0}.equipment-all .input__indicator-separator{width:1px;height:30px;background-color:#d0d1d5}@media (max-width: 768px){.content{padding-bottom:40px}.documents__pagination{padding-top:35px}}.g-modal:has(.m-print){padding:60px 50px;width:800px}.g-modal:has(.m-print) .g-modal__header{margin-bottom:2px}.g-modal .m-success{font-size:26px}.equipment-passport__add{position:relative}.equipment-passport__add span{display:inline;position:absolute;bottom:5px}.equipment-passport__cross{position:absolute;right:-14px;top:-32px;cursor:pointer}@media (max-width: 768px){.equipment-passport__cross{right:-18px;top:-16px}}.equipment-passport .m-disabled input,.equipment-passport .m-disabled .select__input{color:#4b4c52}.equipment-passport .m-disabled input::placeholder{color:#4b4c52}.equipment-passport .g-nav-date-tabs{width:886px}.equipment-passport #equipment-passport-form{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;gap:24px;width:100%;max-width:900px}.equipment-passport .form-fields-container{display:flex;flex-wrap:wrap;gap:24px;width:100%}@media (max-width: 768px){.equipment-passport .select{width:90vw}}.equipment-passport .input-url{width:100%;height:100%;position:absolute}.equipment-passport .input{position:relative;width:271px}@media (max-width: 768px){.equipment-passport .input{width:90vw}}.equipment-passport .input__control{display:flex;justify-content:space-between;align-items:center;padding:0;height:46px;background:#fff;border:1px solid #d0d1d5;border-radius:8px;cursor:text;overflow:hidden}.equipment-passport .input__field{border:none;outline:none;height:100%;width:100%;padding:8px 12px;font-family:Montserrat,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#4b4c52;background:transparent;box-shadow:none}.equipment-passport .input__field::placeholder{color:#6b7280;opacity:1}.equipment-passport .input__indicators{display:flex;align-items:center;gap:12px;padding-right:12px;flex-shrink:0;cursor:pointer}.equipment-passport .input__indicator-separator{width:1px;height:30px;background-color:#d0d1d5}.equipment-passport .input__indicator-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#6b7280}.equipment-passport .input__clear-indicator{background:none;border:none;font-size:18px;color:#9ca3af;cursor:pointer;padding:0 12px;display:flex;align-items:center}.equipment-passport .input__clear-indicator:hover{color:#6b7280}.equipment-passport .input__error-message{color:#ef4444;font-size:14px;margin-top:4px}.equipment-passport .input--disabled{pointer-events:none}.equipment-passport .input--disabled input{color:#4b4c52}.equipment-passport .input--error .input__control{border-color:#ef4444}.equipment-passport .input__wrapper{width:100%}@media (max-width: 768px){.equipment-passport .commentary-block.m-write-off{width:90vw}}.equipment-passport .textarea{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;width:417px}.equipment-passport .textarea__top-text{width:177px;height:14px;font-family:Montserrat,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#4b4c52;flex:none;order:0;flex-grow:0}.equipment-passport .textarea__control-wrapper{display:flex;flex-direction:row;align-items:flex-start;padding:8px;gap:109px;width:417px;min-height:82px;background:#fff;border:1px solid #d0d1d5;border-radius:8px;flex:none;order:1;align-self:stretch;flex-grow:0}.equipment-passport .textarea__control{width:100%;border:none;outline:none;font-family:Montserrat,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:120%;color:#202022;resize:none;background:transparent}.equipment-passport .textarea__control::placeholder{color:#9ea0a5}.equipment-passport .textarea__control:disabled{background-color:#f9fafb;cursor:not-allowed}.equipment-passport .textarea--error .equipment-passport .textarea__control-wrapper{border-color:#f04438}.equipment-passport .textarea__bottom-text{width:100%;height:14px;font-family:Montserrat,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px;text-align:right;color:#4b4c52;flex:none;order:2;align-self:stretch;flex-grow:0}.equipment-passport .textarea__error-message{color:#f04438;font-size:12px;margin-top:4px;width:100%}.equipment-passport .g-modal__content{display:grid;justify-content:center}.equipment-passport .g-modal__content .qr-code{display:flex;justify-content:center}.equipment-passport .g-modal .g-form__row{position:relative}.equipment-passport .fileUploader{display:flex;flex-direction:column;align-items:center}.equipment-passport .fileUploader *{outline:none}.equipment-passport .fileUploader .container{display:flex;justify-content:center;align-items:center;width:600px;height:130px;min-height:100px;border-radius:8px;border:1px solid #005ae1;border-style:dashed;padding:8px;margin-bottom:12px}.equipment-passport .fileUploader .container.dragging{background-color:#0066ff56}@media (max-width: 768px){.equipment-passport .fileUploader .container{width:100%}}.equipment-passport .fileUploader .filesList{margin-bottom:12px;width:100%}.equipment-passport .fileUploader .filesList .fileItem{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.equipment-passport .fileUploader .filesList .fileItem .cancellationButton{font-family:Montserrat,sans-serif;border:1px solid #e11a00;border-radius:12px;background:#fff;color:#e11a00;font-size:14px;font-weight:600;padding:10px 20px;display:inline-block;cursor:pointer;text-decoration:none}.equipment-passport .fileUploader .filesList .fileItem .fileName{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-right:8px;width:100%;max-width:240px}.equipment-passport .form-field{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;width:271px;min-width:271px;min-height:74px}@media (max-width: 768px){.equipment-passport .form-field{width:90vw}}.equipment-passport .form-field__label{height:20px;display:flex;align-items:center;display:inline-block;max-width:95%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:#202022}.equipment-passport .form-field__label span{flex-grow:1}@media (min-width: 768px){.equipment-passport .form-field.m-upload .m-with-date{font-size:12px}}.equipment-passport .form-field.m-upload .input__field{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:0}.equipment-passport .form-field .input--disabled.input-file.input-file .input__field{text-decoration:underline;color:#117;padding-right:12px}.equipment-passport .form-field .input--disabled.input-file.input-file .input__clear-indicator{display:none}.equipment-passport .form-field__required{color:#ef4444;flex-shrink:0}.equipment-passport .form-field__control{width:100%;display:flex;align-items:center;width:271px;position:relative}@media (max-width: 768px){.equipment-passport .form-field__control{width:90vw}}.equipment-passport .form-field__error{width:100%;color:#ef4444;font-family:Montserrat,sans-serif;font-size:14px;line-height:20px}.equipment-passport .form-field--error .select__control,.equipment-passport .form-field--error input:not([type=file]){border-color:#ef4444}.equipment-passport .form-field--error .select__control:focus,.equipment-passport .form-field--error input:not([type=file]):focus{border-color:#ef4444}.equipment-passport .g-table{max-width:1175px}.equipment-passport .g-table th{background:#f6f6f6;text-align:left;font-size:16px;font-weight:600;line-height:24px;letter-spacing:.15px;color:#1a1d2d;padding:10px 12px 10px 20px;border-bottom:1px solid #d1d1d1}.equipment-passport .g-table th:first-child{border-radius:20px 0 0}.equipment-passport .g-table th:last-child{border-radius:0 20px 0 0}.equipment-passport .g-table td{padding:8px 12px 8px 20px;font-family:Montserrat;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#1a1d2d}.equipment-passport .g-table tr:nth-child(odd) td{background:transparent}.equipment-passport .g-table tr:nth-child(2n) td{background:#f6f6f6}.equipment-passport .g-table__heading{display:flex;flex-direction:row;align-items:center;padding:3px;gap:10px}.equipment-passport .g-table__icon{width:24px;height:24px;flex:none;order:1;flex-grow:0}.equipment-passport .documents-table__row{height:46px;cursor:unset}@media screen and (max-width: 768px){.equipment-passport .g-table td,.equipment-passport .g-table th{padding:8px 10px}.equipment-passport .g-table__column-name,.equipment-passport .g-table td{font-size:14px}}.g-page-header:has(+.equipment-complectation){margin-bottom:32px}.equipment-complectation{display:grid;grid-auto-flow:column;justify-content:start;gap:171px}.equipment-complectation .g-modal{display:grid;justify-content:center;align-items:center}.equipment-complectation .g-modal__text{font-size:20px;margin-top:15px;padding-inline:20px}.equipment-complectation .g-modal__buttons{display:grid;grid-auto-flow:column;grid-template-columns:1fr 1fr}.equipment-complectation .g-modal__input{margin-top:10px;border:1px solid #d0d1d5;border-radius:8px;width:100%;height:100%;padding:8px 12px;font-family:Montserrat,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#4b4c52;background:transparent;box-shadow:none}.equipment-complectation table .documents-table__row{cursor:unset}.equipment-complectation table .documents-table__model{min-width:250px}.equipment-complectation table .documents-table__remove{cursor:pointer;text-align:center}.equipment-complectation table th{padding-block:13px;min-width:250px}.equipment-complectation table th.m-remove{padding-block:13px;min-width:120px}.equipment-complectation table th,.equipment-complectation table td{padding-left:23px}.equipment-complectation .g-button-group{margin-top:60px;padding-bottom:40px}.equipment-complectation .brigade-list{display:flex;flex-direction:column;gap:20px;width:270px;padding:0}.equipment-complectation .g-button{width:100%}.equipment-complectation .equipment-table{position:relative}.equipment-complectation .equipment-table .g-button{margin-top:8px}.equipment-complectation .equipment-table__button-standart.g-button{width:321px;height:44px;padding:0}.equipment-complectation .equipment-table .m-spook input{border:none;background:transparent;outline:none;font-size:16px;font-family:Montserrat,sans-serif;padding:0;max-width:200px}.equipment-complectation .equipment-table .m-spook span{cursor:pointer;color:#6f6f6f;text-decoration:underline}.equipment-complectation .equipment-table .m-spook span.m-red{color:#ff4a4a}.equipment-complectation .equipment-table .m-spook span.m-inv:after{content:"*";color:red}.equipment-complectation .equipment-table .m-spook .select__option.m-red{color:#ff4a4a}.equipment-complectation .chip{display:flex;align-items:center;justify-content:space-between;padding:8px 32px;width:270px;height:40px;background:#fff;border-radius:30px;gap:4px;border:1px solid #d0d1d5;cursor:pointer}.equipment-complectation .chip.m-active,.equipment-complectation .chip:hover{background:#b0ccf6}.equipment-complectation .chip__text{font-family:Montserrat;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;color:#202022}.equipment-complectation .chip__button{display:flex;justify-content:center;align-items:center;width:24px;height:24px;padding:0;background:none;border:none;cursor:pointer}.equipment-complectation .chip__button-icon{width:24px;height:24px;position:relative}.equipment-complectation .chip__button:hover{opacity:.8}.equipment-standard #equipment-passport-form{max-width:880px}.equipment-standard__add{width:270px}.equipment-standard__select-wrapper{position:relative;display:flex}.equipment-standard__cross{position:absolute;right:-18px;top:-16px;cursor:pointer}
