@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)}}.confirm-toast::-webkit-scrollbar{width:8px;height:10px}.confirm-toast::-webkit-scrollbar-track{background:transparent}.confirm-toast::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}#confirm-container .Toastify__toast-container{position:fixed;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#32344152;z-index:2000}#confirm-container .Toastify__toast-container .confirm-toast{width:100%;max-width:940px;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;padding:48px;color:#0a0a0a;word-wrap:break-word;overflow-wrap:break-word}#confirm-container .Toastify__toast-container .Toastify__toast{flex-grow:0;display:block;font-family:Hauora}#confirm-container .Toastify__toast-container .toast-window{display:flex;flex-direction:column}#confirm-container .Toastify__toast-container .toast-message{margin:0 0 32px;font-size:24px;font-weight:500;white-space:normal;word-break:break-word}#confirm-container .Toastify__toast-container .toast-text{font-size:16px;font-weight:500;color:#0a0a0a;white-space:pre-line;word-break:break-word}#confirm-container .Toastify__toast-container .toast-content{max-height:53vh;overflow-y:auto}#confirm-container .Toastify__toast-container .toast-content::-webkit-scrollbar{width:8px;height:10px}#confirm-container .Toastify__toast-container .toast-content::-webkit-scrollbar-track{background:transparent}#confirm-container .Toastify__toast-container .toast-content::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}#confirm-container .Toastify__toast-container .main-btn{width:310px;color:#323441;font-weight:500}#confirm-container .Toastify__toast-container .toast-actions{margin-top:24px;display:flex;justify-content:flex-end;gap:16px}#confirm-container .Toastify__toast-container .main-btn_blue{justify-content:center}#confirm-container .Toastify__toast-container--top-center{top:50%;transform:translate(-50%,-50%)}.Toastify__close-button svg{width:0}.Toastify__close-button{top:10px;right:10px;width:24px;height:24px;opacity:1}.Toastify__close-button:before{content:"";position:absolute;top:0;left:0;clip-path:path("M5 5L7 5L7 7L5 7L5 5ZM19 5L19 7L17 7L17 5L19 5ZM7 7L9 7L9 9L7 9L7 7ZM17 7L17 9L15 9L15 7L17 7ZM9 9L11 9L11 11L9 11L9 9ZM15 9L15 11L13 11L13 9L15 9ZM11 11L13 11L13 13L11 13L11 11ZM11 13L11 15L9 15L9 13L11 13ZM13 13L15 13L15 15L13 15L13 13ZM9 15L9 17L7 17L7 15L9 15ZM15 15L17 15L17 17L15 17L15 15ZM5 17L7 17L7 19L5 19L5 17ZM17 17L19 17L19 19L17 19L17 17Z");background-color:#91a3b0;width:24px;height:24px;transition:all ease .3s}@media(hover:hover){.Toastify__close-button:hover:before{background-color:#ff5f00;transition:all ease .3s}}.Toastify__toast{font-family:Hauora;font-size:16px;font-weight:500;line-height:1.4;color:#0a0a0a;border-radius:8px 8px 0 0;padding:14px 40px 14px 14px}.Toastify__progress-bar--wrp{border-radius:0}.Toastify__toast--success .Toastify__progress-bar,.Toastify__toast--success .Toastify__progress-bar--bg{background-color:#118676!important}.Toastify__toast--info .Toastify__progress-bar,.Toastify__toast--info .Toastify__progress-bar--bg{background-color:#1877f2!important}.Toastify__toast--warning .Toastify__progress-bar,.Toastify__toast--warning .Toastify__progress-bar--bg{background-color:#ffb900!important}.Toastify__toast--error .Toastify__progress-bar,.Toastify__toast--error .Toastify__progress-bar--bg{background-color:#ff5f00!important}.custom-toast{display:flex}.custom-toast .toast-icon{width:16px;height:16px;margin-right:12px}.custom-toast .toast-content{display:flex;flex-direction:column}.custom-toast .toast-content .toast-title{font-family:Hauora;font-weight:500;line-height:24px;font-size:16px;margin-bottom:8px;padding-top:2px}.custom-toast .toast-content .toast-title_success{color:#118676}.custom-toast .toast-content .toast-title_error{color:#ff5f00}.custom-toast .toast-content .toast-title_info{color:#1877f2}.custom-toast .toast-content .toast-title_warning{color:#ffb900}.custom-toast .toast-content .toast-message{font-family:Hauora;font-size:14px;font-weight:500;line-height:21px}.dialog-mask{position:fixed;left:0;top:0;width:100%;height:100%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#32344152;z-index:1002}.dialog-container{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0;display:flex;justify-content:center;align-items:center;z-index:1003}.dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:940px;max-width:90%;max-height:85vh;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;padding:48px;display:flex;flex-direction:column;color:#0a0a0a;overflow-y:auto}.dialog-title{margin:0 0 32px;font-size:24px}.dialog-title i{width:16px;height:16px;cursor:pointer;display:inline-block;background:url(../../assets/images/close.svg)}.dialog-option__item{margin-bottom:32px;display:flex;align-items:center;justify-content:space-between}.dialog-option__item span{margin-right:12px;font-size:14px;color:#3d4757;position:relative}.dialog-option__item input,.dialog-option__item textarea,.dialog-option__item select{width:100%;border:1px solid rgba(236,243,249,.6);border-radius:8px;background-color:#f4f8fb;resize:vertical;min-height:100px;font-size:16px;color:#000330;padding:23px 16px;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;user-select:none;font-family:inherit;resize:none;margin:0;outline:none;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;overflow:hidden;transition:all ease .3s}.dialog-option__item input:focus,.dialog-option__item textarea:focus{border-color:#b6a4ff;background-color:transparent;transition:all ease .3s}.dialog-option__item input::placeholder,.dialog-option__item textarea::placeholder{color:#91a3b0;font-size:16px}.dialog-option__item--require:before{content:"*";color:#f56c6c;margin-right:4px;position:absolute;left:-8px}.dialog-menu{display:flex;align-items:center;justify-content:flex-end}.dialog-menu button{position:relative;display:inline-block;display:flex;cursor:pointer;align-items:center;justify-content:center;text-decoration:none;width:310px;height:64px;border-radius:100px;border:1px solid #ff5f00;color:#323441;background-color:transparent;font-weight:500;transition:all .2s ease-in-out}.dialog-menu button:hover{background-color:#ff5f001a;transition:all .2s ease-in-out}.dialog-menu__cancel{margin-right:16px}.dialog-menu button[type=submit]{border:1px solid #1877f2;transition:all .2s ease-in-out}.dialog-menu button[type=submit]:hover{background-color:#1877f21a;transition:all .2s ease-in-out}.wave-dots__wrapper-loader .container{--uib-size: 110px;--uib-speed: 2.6s;--uib-dot-size: calc(var(--uib-size) * .23);display:flex;align-items:center;justify-content:space-between;width:var(--uib-size);height:var(--uib-dot-size);filter:url(#uib-jelly-ooze)}.avatar-box{display:flex;flex-wrap:wrap;align-items:center;gap:0;width:var(--size);height:var(--size);border-radius:100%;overflow:hidden}.avatar-box .avatar-item{width:var(--itemSize);height:var(--itemSize);background-color:#fff;position:relative;font-size:8px}.avatar-box .avatar-item:before{content:"";position:absolute;top:.3px;left:.3px;width:calc(var(--itemSize) - 1px);height:calc(var(--itemSize) - 1px);background-color:#d3dbe780}.avatar-box .colored:before{background-color:var(--avatarColor)}.avatar-box .opasity-0{opacity:.1}.avatar-box .opasity-1{opacity:.2}.avatar-box .opasity-2{opacity:.3}.avatar-box .opasity-3{opacity:.4}.avatar-box .opasity-4{opacity:.5}.avatar-box .opasity-5{opacity:.6}.avatar-box .opasity-6{opacity:.7}.avatar-box .opasity-7{opacity:.8}.avatar-box .opasity-8{opacity:.9}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{text-align:center;white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day-name--disabled,.react-datepicker__day--disabled,.react-datepicker__time-name--disabled{cursor:default;color:#ccc}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90;color:#fff}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media(max-width:400px),(max-height:550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.ce-toolbar__content{max-width:calc(100% - 100px)!important;padding-left:50px}.ce-block__content{max-width:inherit!important;padding-left:50px}.rejected-files{display:grid;gap:12px;margin-bottom:20px}.rejected-files__card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:16px;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.rejected-files__card:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.rejected-files__content{display:flex;align-items:center;gap:12px;flex:1}.rejected-files__icon{background:#e3f2fd;border-radius:6px;padding:8px;display:flex;align-items:center;justify-content:center}.rejected-files__icon svg{width:24px;height:24px}.rejected-files__icon svg path{fill:#1976d2}.rejected-files__info-title{font-weight:500;color:#212529;margin-bottom:4px}.rejected-files__info-size{font-size:12px;color:#6c757d}.rejected-files__download-btn{background:#007bff;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background-color .2s ease}.rejected-files__download-btn:hover{background:#0056b3}.rejected-files__download-btn svg{width:16px;height:16px}.pixel-canvas{width:100%;height:100%;display:block;position:absolute}.pixel-card{height:64px;position:relative;overflow:hidden;display:grid;place-items:center;aspect-ratio:4 / 5;border-radius:100px;isolation:isolate;transition:border-color .3s cubic-bezier(.5,1,.89,1);-webkit-user-select:none;user-select:none;cursor:pointer}.main-section-AI__wrapper{display:flex;flex-direction:column;width:452px;position:relative;margin-left:8px;margin-top:64px}.section-AI__title{width:100%;height:64px;border-radius:100px;background:linear-gradient(33.92deg,#000330 13.321%,#312ab2 57.24%,#7b62ff 92.882%,#7a61fe 92.882%);display:flex;justify-content:center;align-items:center;color:#fff;gap:8px;font-size:16px;font-weight:500;transition:all ease .3s}.section-AI__title--loading{width:100%;height:64px;border-radius:100px;display:flex;justify-content:center;align-items:center;color:#fff;background:transparent;gap:8px;font-size:16px;font-weight:600;transition:all ease .3s;position:relative;z-index:11}.section-AI__title-img{width:40px;height:40px;background-image:url(/assets/IconAIDefault-DLk_P51p.png);background-size:contain;background-repeat:no-repeat;filter:drop-shadow(0px 2px 4px rgba(0,3,48,.32));transition:all ease .3s}.section-AI__content{font-family:TimesNewRoman;margin-top:8px;width:100%;padding:16px;border:1px solid rgba(145,163,176,.5);border-radius:8px;opacity:0;visibility:hidden;transition:all ease .3s;transform:translateY(-20px);position:absolute;top:64px;right:0;display:flex;flex-direction:column;align-items:start;gap:24px;background-color:#fff;line-height:28px;z-index:1000;max-height:880px;overflow-y:auto}.section-AI__content span h2{margin-bottom:24px;font-size:16px}.section-AI__content span h2 strong{font-size:28px;font-weight:600}.section-AI__content span ul{padding:0}.section-AI__content span ul li{font-size:20px}.section-AI__content span ul li ul{padding-left:20px;margin-top:8px}.section-AI__content span ul li ul li{position:relative;margin-bottom:8px;font-size:20px}.section-AI__content span ul li ul li:before{content:"";position:absolute;top:10px;left:-16px;width:4px;height:4px;background-color:#000;border-radius:50%}.section-AI__content span ul li ul li ul li{position:relative;margin-bottom:8px;font-size:16px}.section-AI__content span ul li ul li ul li:before{background-color:transparent}.section-AI__content span p{margin-bottom:8px}.section-AI__content span p ul{padding-left:20px;margin-top:8px}.section-AI__content span p ul li{position:relative;margin-bottom:8px}.section-AI__content span p ul li:before{content:"";position:absolute;top:10px;left:-16px;width:4px;height:4px;background-color:#000;border-radius:50%}.section-AI__content.active{transform:translate(0);opacity:1;visibility:visible;transition:all ease .3s}.section-AI__content.open{width:256%;transition:all ease .3s;border:1px solid rgba(211,219,231,1);box-shadow:-2px -2px 8px #3234410d,2px 2px 8px #3234410d}.pixel-card:hover .section-AI__title-img{background-image:url(/assets/IconAIHover-CNrj2GZx.png);transition:all ease .3s}.section-AI__title.active{background:linear-gradient(33.92deg,#1877f2,#312ab2 35%,#b6a4ff);transition:all ease .3s}.section-AI__title-img.active{background-image:url(/assets/IconAIActive-BzyOhFoZ.png);transition:all ease .3s}.reject-ai-btn{transition:all ease .3s}.reject-ai-btn:hover svg path{fill:#b6a4ff;transition:all ease .3s}.iridescence-container{width:100%;height:200px;position:absolute;top:-25%;left:50%;transform:translate(-50%)}.section-main__password-email{height:calc(100% - 137px);background-color:#fff;border-bottom-left-radius:32px;padding:79px 64px 120px 48px}@media screen and (max-width:1659px){.section-main__password-email{padding:48px 48px 32px}}@media screen and (max-width:1279px){.section-main__password-email{border-bottom-right-radius:32px;padding:16px 64px 32px 48px}}@media screen and (max-width:767px){.section-main__password-email{padding:0 32px 32px}}.section-main__password-email .password-email__header{margin:0 0 64px;width:800px}@media screen and (max-width:1439px){.section-main__password-email .password-email__header{width:100%}}@media screen and (max-width:767px){.section-main__password-email .password-email__header{margin:0 0 32px}}.section-main__password-email .password-email__img{width:100%;height:270px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABdCAYAAABXYhMMAAAABHNCSVQICAgIfAhkiAAAAppJREFUeJztnb1yqzAQRnczbpPb6m2iPBXuHDryVMFvQxvce1NcFwE2sQZk6wN/p9R48M6ckVZ/CyoOoerNayd/0328aK5nPeV6EMkLxYBCMaBQDCi7UPWfgxa1Y9fkS2KPxHjStGQysBOROGgxOkGAQxkoFAMKxYCyKx3AluDK/wGgGFAoBhSKAeVhkv9lhyOWjiMV9hhQKAYUigFlkzkm7E9x0mjuaXl741BSieOGRWJStrmX3B+Yv5I+RzE9XP2Zat01z+28/8iHNzHhUAYKxYBCMaBsMvn/Qls6AJH0ickiMSnJOedW+CKcRB+q3kLVD35283jNDpKwA8GhDBSKAYViQNlo8n9qRc+Dlq55acvEMkLtKCLHQZvpq4zyTlYx3ir/HrsBkx2I5lklYRaWGtvcCYH7LOcy5eTSpXAog4ViQKEYULLmmNSxGGbR6ZAzJyY/S/VNROqfTRudla0L7+iBQxkoFAMKxYCy0aPlvJSIgz0GFIoBhWJAoRhQVnW0HPanKGbj8vcatfw97L/eJ/fbVN9S7rKxx4BCMaBQDCgUA8r6d5dND6Hqr18gL8GC1/Gxx4BCMaBQDChrzDFt6QDuwarEXFbMbeEw7gKHMlAoBhSKAcXNMW7VE5nF3KpoT0wUs7goGvIftVpmTlY4lIFCMaBQDCgUAwrFgEIxoFAMKBQDCsWAQjGgUAwoFAMKxYCyu5Qy/yDxRZ9kTCuqg5LwJe+vmZbmeTfqyXXU6q75957rcRzKQKEYUCgGlCKVWN6bufNWns2v5EKBPQYUigGFYkChGFBunvzdb4MVSMQocaTCHgMKxYBCMaAUKlw6x7A/3fcv/W+UwVJGjOlBxHi08AccykChGFAoBpTb5xi1oxjk68Sg+QYpT8FYzyEZ9AAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-color:#ecf3f999;background-position:center center;border-radius:8px;margin:0 0 16px}.section-main__password-email .password-email__text{font-size:20px;font-weight:400;margin:0 0 64px}@media screen and (max-width:1279px){.section-main__password-email .password-email__text{margin:0 0 32px}}@media screen and (max-width:767px){.section-main__password-email .password-email__text{font-size:14px}}.section-main__form-password{background-color:#fff;border-bottom-left-radius:32px;padding:162px 64px 120px 48px;height:calc(100% - 137px)}@media screen and (max-width:1659px){.section-main__form-password{padding:48px 48px 32px}}@media screen and (max-width:1279px){.section-main__form-password{border-bottom-right-radius:32px;padding:16px 64px 32px 48px}}@media screen and (max-width:767px){.section-main__form-password{padding:0 32px 32px}}.section-main__form-password .form-password__header{margin:0 0 64px;width:800px}@media screen and (max-width:1439px){.section-main__form-password .form-password__header{width:100%}}@media screen and (max-width:767px){.section-main__form-password .form-password__header{margin:0 0 32px}}.section-main__form-password .form-password__content .row{margin-bottom:16px}@media screen and (max-width:767px){.section-main__form-password .form-password__content .row{margin-bottom:0}}@media screen and (max-width:767px){.section-main__form-password .form-password__content .form-password__input{margin:0 0 16px}}.section-main__form-password .form-password__content .form-password__btn-forward{margin:48px 0 0}.section-main__form-password .form-password__content .form-password__btn-forward span{transform:translate(-24px)}@media screen and (max-width:767px){.section-main__form-password .form-password__content .form-password__btn-forward{margin:16px 0 0}}.section-main__form-password .form-password__content .form-password__btn-back{margin:48px 0 0}@media screen and (max-width:767px){.section-main__form-password .form-password__content .form-password__btn-back{margin:32px 0 0}}.main-btn .btn__slice{position:absolute;right:34px;top:-1px;height:64px;width:52px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20width='51.976562'%20height='64.000000'%20viewBox='0%200%2051.9766%2064'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e%20Created%20with%20Pixso.%20%3c/desc%3e%3cdefs/%3e%3cpath%20id='Union'%20d='M4.97852%200.499969C2.29883%200.0195007%200.234375%200.000549316%200%200L51.9551%200C51.7207%200.000549316%2049.6562%200.0195007%2046.9785%200.499969C45.2344%200.812683%2043.5117%201.38672%2041.9785%202C39.4785%203%2037.4785%203.99997%2035.9785%204.99997C35.2539%205.48285%2033.8652%206.35809%2032.4785%207.49997C31.1172%208.6203%2029.3008%2010.5881%2028.4785%2011C27.4785%2011.5%2025.9785%2011.5%2025.9785%2011.5C25.9785%2011.5%2024.4785%2011.5%2023.4785%2011C22.6543%2010.5881%2020.8398%208.6203%2019.4785%207.49997C18.0898%206.35809%2016.7012%205.48285%2015.9785%204.99997C14.4785%203.99997%2012.4785%203%209.97852%202C8.44531%201.38672%206.7207%200.812683%204.97852%200.499969ZM0.0214844%2064C0.255859%2063.9995%202.32031%2063.9805%205%2063.5C6.74219%2063.1873%208.4668%2062.6133%2010%2062C12.5%2061%2014.5%2060%2016%2059C16.7227%2058.5172%2018.1113%2057.6419%2019.5%2056.5C20.8613%2055.3797%2022.6758%2053.4119%2023.5%2053C24.5%2052.5%2026%2052.5%2026%2052.5C26%2052.5%2027.5%2052.5%2028.5%2053C29.3223%2053.4119%2031.1387%2055.3797%2032.5%2056.5C33.8867%2057.6419%2035.2754%2058.5172%2036%2059C37.5%2060%2039.5%2061%2042%2062C43.5332%2062.6133%2045.2559%2063.1873%2047%2063.5C49.6777%2063.9805%2051.7422%2063.9995%2051.9766%2064L0.0214844%2064Z'%20clip-rule='evenodd'%20fill='%23FFFFFF'%20fill-opacity='1.000000'%20fill-rule='evenodd'/%3e%3c/svg%3e")}.main-input__wrapper_disable:before{content:"";background:url("data:image/svg+xml,%3csvg%20width='24.000000'%20height='24.000000'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e%20Created%20with%20Pixso.%20%3c/desc%3e%3cdefs%3e%3cclipPath%20id='clip384_793'%3e%3crect%20id='icon'%20width='24.000000'%20height='24.000000'%20fill='white'%20fill-opacity='0'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23clip384_793)'%3e%3cpath%20id='Union'%20d='M9%202L15%202L15%204L9%204L9%202ZM7%204L9%204L9%208L15%208L15%204L17%204L17%208L20%208L20%2022L4%2022L4%208L7%208L7%204ZM9%2010L6%2010L6%2020L18%2020L18%2010L9%2010ZM11%2013L13%2013L13%2017L11%2017L11%2013Z'%20clip-rule='evenodd'%20fill='%231877F2'%20fill-opacity='1.000000'%20fill-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e");position:absolute;width:24px;height:24px;right:16px;top:50%;transform:translateY(-50%)}.main-input__wrapper_success:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24.000000'%20height='24.000000'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e%20Created%20with%20Pixso.%20%3c/desc%3e%3cdefs%3e%3cclipPath%20id='clip426_11666'%3e%3crect%20id='icon'%20width='24.000000'%20height='24.000000'%20fill='white'%20fill-opacity='0'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23clip426_11666)'%3e%3cpath%20id='Union'%20d='M20%206L18%206L18%208L20%208L20%206ZM18%208L16%208L16%2010L18%2010L18%208ZM16%2010L14%2010L14%2012L16%2012L16%2010ZM4%2012L4%2014L6%2014L6%2012L4%2012ZM14%2012L12%2012L12%2014L14%2014L14%2012ZM6%2014L6%2016L8%2016L8%2014L6%2014ZM12%2014L10%2014L10%2016L12%2016L12%2014ZM8%2016L8%2018L10%2018L10%2016L8%2016Z'%20clip-rule='evenodd'%20fill='%23118676'%20fill-opacity='1.000000'%20fill-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e");position:absolute;width:24px;height:24px;right:16px;top:50%;transform:translateY(-50%)}.main-input__wrapper_validation:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24.000000'%20height='24.000000'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e%20Created%20with%20Pixso.%20%3c/desc%3e%3cdefs%3e%3cclipPath%20id='clip426_11636'%3e%3crect%20id='icon'%20width='24.000000'%20height='24.000000'%20fill='white'%20fill-opacity='0'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23clip426_11636)'%3e%3cpath%20id='Union'%20d='M11%201L13%201L13%203L11%203L11%201ZM11%203L11%205L9%205L9%203L11%203ZM13%203L15%203L15%205L13%205L13%203ZM9%205L9%207L7%207L7%205L9%205ZM15%205L17%205L17%207L15%207L15%205ZM7%207L7%209L5%209L5%207L7%207ZM11%207L13%207L13%2013L11%2013L11%207ZM17%207L19%207L19%209L17%209L17%207ZM3%209L5%209L5%2011L3%2011L3%209ZM19%209L21%209L21%2011L19%2011L19%209ZM3%2011L3%2013L1%2013L1%2011L3%2011ZM21%2011L23%2011L23%2013L21%2013L21%2011ZM3%2013L5%2013L5%2015L3%2015L3%2013ZM19%2013L21%2013L21%2015L19%2015L19%2013ZM7%2015L7%2017L5%2017L5%2015L7%2015ZM11%2015L13%2015L13%2017L11%2017L11%2015ZM17%2015L19%2015L19%2017L17%2017L17%2015ZM9%2017L9%2019L7%2019L7%2017L9%2017ZM15%2017L17%2017L17%2019L15%2019L15%2017ZM11%2019L11%2021L9%2021L9%2019L11%2019ZM13%2019L15%2019L15%2021L13%2021L13%2019ZM11%2021L13%2021L13%2023L11%2023L11%2021Z'%20clip-rule='evenodd'%20fill='%23FFE601'%20fill-opacity='1.000000'%20fill-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e");position:absolute;width:24px;height:24px;right:16px;top:50%;transform:translateY(-50%)}.main-input__wrapper_error:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24.000000'%20height='24.000000'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e%20Created%20with%20Pixso.%20%3c/desc%3e%3cdefs%3e%3cclipPath%20id='clip426_11582'%3e%3crect%20id='icon'%20width='24.000000'%20height='24.000000'%20fill='white'%20fill-opacity='0'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23clip426_11582)'%3e%3cpath%20id='Union'%20d='M2.79883%204.20825L4.21289%202.79403L11.9902%2010.5715L16.9336%205.62937L15.5215%204.21861L16.9375%202.8044L18.3477%204.21516L19.7637%202.79887L21.1777%204.21309L13.4043%2011.9857L18.3613%2016.9417L19.7715%2015.5309L21.1855%2016.9452L19.7754%2018.3559L21.1836%2019.7646L19.7695%2021.1788L11.9902%2013.3999L4.20703%2021.1836L2.79297%2019.7694L4.20312%2018.3601L2.79102%2016.9493L4.20508%2015.5351L5.61719%2016.9458L10.5762%2011.9857L2.79883%204.20825ZM5.63281%204.21101L7.04688%202.7968L8.46094%204.21101L7.04688%205.62522L5.63281%204.21101ZM2.79883%207.04496L4.21289%205.63075L5.62695%207.04496L4.21484%208.45572L5.62695%209.86786L4.21289%2011.2821L2.79883%209.86786L4.21094%208.4571L2.79883%207.04496ZM8.45508%204.21861L9.86914%202.8044L11.2832%204.21861L9.86914%205.63282L8.45508%204.21861ZM2.79102%2014.1153L4.20508%2012.7011L5.62109%2014.1153L4.20508%2015.5296L2.79102%2014.1153ZM12.6953%204.21516L14.1094%202.80094L15.5234%204.21516L14.1094%205.62937L12.6953%204.21516ZM18.3633%207.04221L19.7773%205.62799L21.1914%207.04221L19.7773%208.45642L18.3633%207.04221ZM5.63672%2019.7701L7.05078%2018.3559L8.46094%2019.7667L9.87109%2018.3573L11.2852%2019.7715L9.87109%2021.1857L8.45898%2019.775L7.05078%2021.1843L5.63672%2019.7701ZM18.3535%209.86787L19.7676%208.45366L21.1836%209.86787L19.7676%2011.2821L18.3535%209.86787ZM12.6914%2019.7674L14.1055%2018.3531L15.5195%2019.7674L14.1055%2021.1816L12.6914%2019.7674ZM18.3613%2014.114L19.7754%2012.6997L21.1895%2014.114L19.7754%2015.5282L18.3613%2014.114ZM15.5273%2019.7667L16.9414%2018.3525L18.3555%2019.7667L16.9414%2021.1809L15.5273%2019.7667Z'%20clip-rule='evenodd'%20fill='%23FF5F00'%20fill-opacity='1.000000'%20fill-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e");position:absolute;width:24px;height:24px;right:16px;top:50%;transform:translateY(-50%)}.footer-theme-blue .section-footer__support .support__text:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAPRJREFUWIXtlTEOgkAQRf/82JhoQafegpojeCA4AhzFA3AEa26BJYmS0JAZC0JjsqBGWCW+djf5M292sgIAh6QKVRlDcARkg0mxGoac1KxMg0IOSRWqrc6AracNfkQaShtRlfH84QBga1XG7LR7QnDk9DMfrGBDf+Ed/wJWz168pNu3AvbJbfDcuwHZxVcbuvBu54+4THg34HwDrs77Tj5l5nsNuPhU5z2/Z8DF2L67WI6Bsa1xsRwDPa++heUY+NktGP0Np8a7gX8BBKz2F281Ycj95SMnqRkgzfzp0pCasUyDgtJGMDvNMw6rYXaitFGZBsUdALNQxfBnu4oAAAAASUVORK5CYII=)}.footer-theme-blue .section-footer__support .mail__text:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAQRJREFUWIXtlTGOgzAQRf98uYmUFHSb3CI1R8iB4AjmKDkAR9iaW5AyUoJEY3m2iNxYy0K0AScSrxws/c/zCAQADuX16L0pIP4EyBazoh2UNemq1maNHMrr0av5BnQzb3CM9BSX03tTLB8OALrx3hR8aE+E+BPnv/M/G2yZLvzBWsAMPbjY3UuD9uX91/n7GggMNZ/KmMnkBiYXuNjdpL2Yeu7pAnMxugOBsAvh7eLdGJqP8TkGArGJeP4sn2cg8N/vQyC5gbXA6A68+q8Yk9yAfBU3TVkguYG1AAHt0sVrRyjrdPmsSboKkH75dOlJV7G1WUNxOVTOy1yHdlA5U1ze2qz5AQ3aVrxpoU/VAAAAAElFTkSuQmCC)}.footer-theme-orange .section-footer__support .support__text:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAMhJREFUWIXtl7ENg0AMRZ+tDMAy9NRZIjTswR40TJGanmXY4FIADZKPBHE4IF57J337YQudAISSJ4EKKICMtAxAh9BIy1um8BrIEwcv6RFqnTo/OhwgJ1Apo3YvCiX9N4+RqWM4AHcBj69vtmFbQinRY3cDEl7EW9va+RLDhLsBewaszudOdjLzxwYs9pqJiRMasFjZd4sLGVjbGoMLGZj5cRYuZOCsW7D+N0yMu4G7AGV8q3kxKNA5FtApQgP0DuE9QiPg+zz/AOcNLg5dXsG2AAAAAElFTkSuQmCC)}.footer-theme-orange .section-footer__support .mail__text:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAOtJREFUWIXtlcENgkAQRd9MvJjYjGdKsAe0C2qgC8PNAijBM8W4CTfGC3tByWJ0HU14x4Hk/307AQGwkj1KxcABYUdOjIDSMlBLQydWske4AtuswY/0GIWiVA7hAFuUSqzkll37HEZQt3AAYadu4SNrgc3sk7N9NukkT8c/bCAy03wxCZPuBpYXONuyvVj63ssFMpHegUjchXi66W7MzRP8kYHI1MR0/iJ/aCDy7vdhxN3AWiC9A5/+K05wNyB2JO8RE7gbWAsoRnBLN4KitG4FlFYZqIHeIb5noFZp6DAKhMtXrsMIY1YhDd0d0is9wvGKkHkAAAAASUVORK5CYII=)}.footer-theme-violet .section-footer__support .support__text:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAMdJREFUWIXtl7ENg0AMRZ+tDMAy9LSwAjV7sAc1K4SWnmXYwGlyDdJBIEEmJ14Lp+//DhcIwNBbZdBgFEDGucwIo0BX1vKUobfKjBbITw5eMonQqkHjEA6QGzT61u6DUSjn3/kamTqGA3AP8Pj0xbI+FjD068+vb+Bo8+X5mInrGog1D02+NRO4roEYv2oe+D8DMbb2PUY6Bra2JkY6BgJ7v4V0DKS3BUcb7cXdwD2AArNj/qwIo1u8MKpAB0wO8ZNAJ+D7e/4CNGk0UYSmu9QAAAAASUVORK5CYII=)}.footer-theme-violet .section-footer__support .mail__text:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAOpJREFUWIXtl7ENgzAURJ9NGiSWSc0EwAgUjMEMjJEiBQOQTJCaZZCorKQAN1aIjQIYJF75sXTn88kWAuBxe18JKIEMiFiXDmhQVGkhWjGKv4BwZWGTHkUsx51vLQ4QElBKhth9kUnWP/NfRNKjOACngcvUhyRfVuh5/z7fbwKaKeeu2JL0noCzgSR364XrutkG1sLaAY3ugt6d2Y2puY3jJKAxkzDnczleApp/7weN9wROA9YOLP0qmuw3gaVabsN7AqcByfCv5otOAo1HA41EUQG9B/EeRSXTQrQoYqBmm+PogBpFnBai/QBLdDMUONwVngAAAABJRU5ErkJggg==)}.section-footer .section-footer__wrapper .section-footer__support .link-support:before{background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='32.000000'%20height='32.000000'%20fill='none'%20clip-path='url(%23clipPath_9)'%20customFrame='url(%23clipPath_9)'%3e%3cdefs%3e%3cclipPath%20id='clipPath_9'%3e%3crect%20width='32.000000'%20height='32.000000'%20x='0.000000'%20y='0.000000'%20rx='4.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_10'%3e%3crect%20width='24.000000'%20height='24.000000'%20x='4.000000'%20y='4.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='--%20icon'%20width='32.000000'%20height='32.000000'%20x='0.000000'%20y='0.000000'%20rx='4.000000'%20fill='rgb(22,25,85)'%20/%3e%3cg%20id='downasaur'%20clip-path='url(%23clipPath_10)'%20customFrame='url(%23clipPath_10)'%3e%3crect%20id='downasaur'%20width='24.000000'%20height='24.000000'%20x='4.000000'%20y='4.000000'%20/%3e%3cpath%20id='Union'%20d='M24%2010.001L24%208.00488L10%208.00488L10%2010.001L8%2010.001L8%2012.001L6%2012.001L6%2014.001L12%2014.001L12%2012.001L14%2012.001L14%2014.001L26%2014.001L26%2010.001L24%2010.001ZM26%2014.0049L26%2016.0049L18%2016.0049L18%2018.001L24%2018.001L24%2020.001L6%2020.001L6%2014.0049L26%2014.0049ZM20%2022.0049L20%2020.0049L6%2020.0049L6%2024.001L18%2024.001L18%2022.0049L20%2022.0049Z'%20fill='rgb(254.745,254.779,255)'%20fill-rule='evenodd'%20/%3e%3c/g%3e%3c/svg%3e");background-size:cover}.section-footer .section-footer__wrapper .section-footer__support .mail-support:before{background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='32.000000'%20height='32.000000'%20fill='none'%20clip-path='url(%23clipPath_11)'%20customFrame='url(%23clipPath_11)'%3e%3cdefs%3e%3cclipPath%20id='clipPath_11'%3e%3crect%20width='32.000000'%20height='32.000000'%20x='0.000000'%20y='0.000000'%20rx='4.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_12'%3e%3crect%20width='24.000000'%20height='24.000000'%20x='4.000000'%20y='4.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_13'%3e%3crect%20width='24.000000'%20height='24.000000'%20x='4.000000'%20y='4.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='--%20icon'%20width='32.000000'%20height='32.000000'%20x='0.000000'%20y='0.000000'%20rx='4.000000'%20fill='rgb(22,25,85)'%20/%3e%3cg%20id='downasaur'%20clip-path='url(%23clipPath_12)'%20customFrame='url(%23clipPath_12)'%3e%3crect%20id='downasaur'%20width='24.000000'%20height='24.000000'%20x='4.000000'%20y='4.000000'%20/%3e%3cpath%20id='Union'%20d='M24%2010.001L24%208.00488L10%208.00488L10%2010.001L8%2010.001L8%2012.001L6%2012.001L6%2014.001L12%2014.001L12%2012.001L14%2012.001L14%2014.001L26%2014.001L26%2010.001L24%2010.001ZM26%2014.0049L26%2016.0049L18%2016.0049L18%2018.001L24%2018.001L24%2020.001L6%2020.001L6%2014.0049L26%2014.0049ZM20%2022.0049L20%2020.0049L6%2020.0049L6%2024.001L18%2024.001L18%2022.0049L20%2022.0049Z'%20fill='rgb(254.745,254.779,255)'%20fill-rule='evenodd'%20/%3e%3c/g%3e%3cg%20id='mail'%20clip-path='url(%23clipPath_13)'%20customFrame='url(%23clipPath_13)'%3e%3crect%20id='mail'%20width='24.000000'%20height='24.000000'%20x='4.000000'%20y='4.000000'%20/%3e%3cpath%20id='Vector%203'%20d='M25%209L7%209L7%2023L25%2023L25%209Z'%20fill='rgb(22,25,85)'%20fill-rule='evenodd'%20/%3e%3cpath%20id='Vector%2021%20(Stroke)'%20d='M6%208L26%208L26%2024L6%2024L6%208ZM8%2010L8%2022L24%2022L24%2010L8%2010Z'%20fill='rgb(254.745,254.779,255)'%20fill-rule='evenodd'%20/%3e%3crect%20id='Rectangle%2042'%20width='2.000000'%20height='2.000000'%20x='10.000000'%20y='12.000000'%20fill='rgb(254.745,254.779,255)'%20/%3e%3crect%20id='Rectangle%2043'%20width='2.000000'%20height='2.000000'%20x='12.000000'%20y='14.000000'%20fill='rgb(254.745,254.779,255)'%20/%3e%3crect%20id='Rectangle%2046'%20width='2.000000'%20height='2.000000'%20x='0.000000'%20y='0.000000'%20fill='rgb(254.745,254.779,255)'%20transform='matrix(-1,0,0,1,22,12)'%20/%3e%3crect%20id='Rectangle%2047'%20width='2.000000'%20height='2.000000'%20x='0.000000'%20y='0.000000'%20fill='rgb(254.745,254.779,255)'%20transform='matrix(-1,0,0,1,20,14)'%20/%3e%3crect%20id='Rectangle%2044'%20width='4.000000'%20height='2.000000'%20x='14.000000'%20y='16.000000'%20fill='rgb(254.745,254.779,255)'%20/%3e%3c/g%3e%3c/svg%3e");background-size:cover}.footer-editor .wrapper__footer-editor{width:100%;display:flex;justify-content:space-between;border-radius:8px 8px 0 0;background-color:#fff;background-image:url(/assets/bg-CAN1b69i.png);background-repeat:no-repeat;background-position:center}.main-bg{background-image:url(/assets/bg-BJHp9nZ3.jpeg);background-size:cover;width:100%;height:100%;position:relative;min-height:101vh}.main-bg__blur{width:100%;height:100%;position:absolute;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(137.93% 96.17% at 32% 32%,#ffffff05,#ffffff3d)}.container-external{width:calc(100% - 128px);max-width:1792px;padding:0;margin:0 auto}@media screen and (max-width:1659px){.container-external{width:calc(100% - 64px)}}@media screen and (max-width:1023px){.container-external{width:calc(100% - 64px)}}@media screen and (max-width:767px){.container-external{width:calc(100% - 32px)}}.page-wrapper{padding:64px 0 68px}@media screen and (max-width:1659px){.page-wrapper{padding:32px 0 36px}}@media screen and (max-width:767px){.page-wrapper{padding:16px 0 68px}}.section-main{position:relative}.section-main .section-main__header-cabinet .section-main__header-pr{margin-left:-1px;border-top-right-radius:32px}@media screen and (max-width:767px){.section-main .section-main__header-cabinet .section-main__header-pr{border-radius:32px 32px 0 0;margin:0}}.section-main .section-main__header{margin-bottom:-1px;display:flex}.section-main .section-main__header .section-main__header-clip{background-color:#fff;flex:0 0 224px;height:138px;clip-path:path("M226 0C214.29 0 203.58 6.58 198.28 17.02L161.56 89.46C156.11 100.22 145.07 107 133.02 107L31 107C13.87 107 0 120.87 0 138L226 138L226 0Z")}@media screen and (max-width:767px){.section-main .section-main__header .section-main__header-clip{clip-path:inset(0 0 0 0);display:none}}.section-main .section-main__header .section-main__header-pr{background-color:#fff;width:100%;height:138px;padding-right:32px}@media screen and (max-width:1279px){.section-main .section-main__header .section-main__header-pr{border-top-right-radius:32px}}@media screen and (max-width:767px){.section-main .section-main__header .section-main__header-pr{padding:0 32px;border-radius:32px 32px 0 0}}.section-main .section-main__header .section-main__header-pr .section-main__header-logo{display:flex;align-items:center}@media screen and (max-width:767px){.section-main .section-main__header .section-main__header-pr .section-main__header-logo{width:80px}}.section-main .section-main__header .section-main__header-pr .section-main__header-logo .section-main__header-img{margin-right:12px}.section-main .section-main__header .section-main__header-pr .section-main__header-logo .section-main__text{font-size:20px;font-weight:500;color:#000330;line-height:21px;white-space:wrap;text-wrap:wrap;width:111px}@media screen and (max-width:767px){.section-main .section-main__header .section-main__header-pr .section-main__header-logo .section-main__text{display:none}}.section-main .section-main__header .section-main__header-org{margin-left:290px;gap:8px}.section-main .section-main__header .section-main__header-org .name-org{word-break:break-word}@media screen and (max-width:1659px){.section-main .section-main__header .section-main__header-org{margin-left:200px}}@media screen and (max-width:1439px){.section-main .section-main__header .section-main__header-org{margin-left:150px}}@media screen and (max-width:1023px){.section-main .section-main__header .section-main__header-org{margin:0}}@media screen and (max-width:1023px){.section-main .section-main__header .section-main__header-org .grey-bg{display:none}}.section-main .section-main__video-block{background-color:#fff;border-bottom-right-radius:32px;border-top-right-radius:32px;height:100%;padding:8px 8px 8px 2px}@media screen and (max-width:1279px){.section-main .section-main__video-block{display:none}}.section-main .section-main__video-block .main__photo{width:100%;height:100%;border-radius:32px}.order-support{order:1}.order-logos{order:2}@media screen and (max-width:767px){.order-support{order:2}.order-logos{order:1}}.section-main__form-auto{background-color:#fff;border-bottom-left-radius:32px;padding:64px 64px 32px 48px;height:calc(100% - 137px)}@media screen and (max-width:1659px){.section-main__form-auto{padding:48px}}@media screen and (max-width:1439px){.section-main__form-auto{padding:32px 48px}}@media screen and (max-width:1279px){.section-main__form-auto{border-bottom-right-radius:32px}}@media screen and (max-width:767px){.section-main__form-auto{padding:0 32px 32px}}.section-main__form-auto .form-auto__header{margin:0 0 64px}@media screen and (max-width:767px){.section-main__form-auto .form-auto__header{margin:0 0 32px}}.section-main__form-auto .form-auto__content .row{margin-bottom:16px}@media screen and (max-width:767px){.section-main__form-auto .form-auto__content .row{margin-bottom:0}}.section-main__form-auto .form-auto__content .form-auto__input{width:100%;height:70px}@media screen and (max-width:767px){.section-main__form-auto .form-auto__content .form-auto__input{margin:0 0 16px}}.section-main__form-auto .form-auto__content .form-auto__btn-forward{margin:48px 0 0}.section-main__form-auto .form-auto__content .form-auto__btn-forward span{transform:translate(-24px)}@media screen and (max-width:767px){.section-main__form-auto .form-auto__content .form-auto__btn-forward{margin:16px 0 0}}.section-main__form-auto .form-auto__content .form-auto__btn-back{margin:48px 0 0}@media screen and (max-width:767px){.section-main__form-auto .form-auto__content .form-auto__btn-back{margin:32px 0 0}}.blue-gradient-text{background:linear-gradient(90deg,#1877f2,#000330);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}@media screen and (max-width:1279px){.section-main .section-main__header .section-main__header-pr{border-top-right-radius:0}}@media screen and (max-width:1023px){.section-main .section-main__header .section-main__header-pr{border-top-right-radius:32px}}.section-main .section-main__hello{height:calc(100% - 137px);background-color:#fff;border-bottom-left-radius:32px;padding:18px 48px 208px}@media screen and (max-width:1659px){.section-main .section-main__hello{padding:18px 48px 48px}}@media screen and (max-width:1439px){.section-main .section-main__hello{padding:18px 48px 24px 32px}}@media screen and (max-width:1279px){.section-main .section-main__hello{border-bottom-right-radius:32px}}@media screen and (max-width:767px){.section-main .section-main__hello{padding:0 32px 32px}}.section-main .section-main__hello .hello__header{position:absolute;z-index:2;width:985px;top:256px}@media screen and (max-width:1659px){.section-main .section-main__hello .hello__header{position:relative;top:0;width:100%;margin-top:0}}@media screen and (max-width:767px){.section-main .section-main__hello .hello__header{margin:0}}.section-main .section-main__hello .hello__btn{margin:64px 0 0}.section-main .section-main__hello .hello__btn span{transform:translate(-24px)}@media screen and (max-width:767px){.section-main .section-main__hello .hello__btn{margin:48px 0 0}}.section-main .section-main__hello .hello__text{margin-top:298px;font-size:20px;font-weight:400;color:#91a3b0;line-height:30px}@media screen and (max-width:1659px){.section-main .section-main__hello .hello__text{margin-top:64px}}@media screen and (max-width:767px){.section-main .section-main__hello .hello__text{margin-top:48px;font-size:16px;line-height:24px}}.section-main .section-main__hello .btn__desktop{display:block}@media screen and (max-width:767px){.section-main .section-main__hello .btn__desktop{display:none}}.section-main .section-main__hello .btn__mobile{display:none}@media screen and (max-width:767px){.section-main .section-main__hello .btn__mobile{display:block}}@media screen and (max-width:1279px){.section-main .section-main__video-block{display:block}}@media screen and (max-width:1023px){.section-main .section-main__video-block{display:none}}.section-main .section-main__video-block .main__photo-svg{clip-path:path("M815.271 0L40 0C17.9082 0 0 17.9086 0 40L0 184.25C0 206.341 17.9082 224.25 40 224.25L112.05 224.25C153.471 224.25 187.05 257.829 187.05 299.25C187.05 340.671 153.471 374.25 112.05 374.25L40 374.25C17.9082 374.25 0 392.159 0 414.25L0 814.833C0 836.925 17.9082 854.833 40 854.833L184.024 854.833C197.82 854.833 210.254 863.159 215.507 875.917C220.76 888.674 233.192 897 246.989 897L754.112 897C776.204 897 794.112 879.091 794.112 857L794.112 821.583C794.112 817.717 797.246 814.583 801.112 814.583L841 814.583C863.092 814.583 881 796.675 881 774.583L881 60.1687C881 57.4602 878.648 55.3676 875.939 55.3676L869.939 55.3676C843.982 55.3676 822.939 34.325 822.939 8.36755C822.939 3.98438 819.653 0 815.271 0Z");position:relative;background-image:url(/assets/main_hello-Cf7OYKnc.jpeg);background-repeat:no-repeat;background-position:center center;background-size:cover;transition:all ease-in-out .2s}@media screen and (max-width:1659px){.section-main .section-main__video-block .main__photo-svg{clip-path:inset(0 0 0 0)}}.section-main .section-main__content{background-color:#fff;border-bottom-left-radius:32px;border-bottom-right-radius:32px;padding:0 32px 32px;position:relative}.section-main .section-main__content .active-section{transition:all ease .3s}@media(hover:hover){.section-main .section-main__content .active-section:hover{border-radius:48px;opacity:.9;transition:all ease .3s}}.section-main .section-main__content .disable-blur{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00033099;z-index:10}.section-main .section-main__content .disable-blur_white{background:#d3dbe780}.section-main .section-main__content .section-main__account{position:relative;border-radius:16px;background-color:#ecf3f999;height:138px;margin-bottom:16px;padding:32px}@media screen and (max-width:1659px){.section-main .section-main__content .section-main__account{padding:20px;height:131px}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__account{padding:20px 80px 20px 20px}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__account{padding:20px 62px 20px 20px}}.section-main .section-main__content .section-main__account .account__text{font-size:24px;color:#0a0a0a;font-weight:500}@media screen and (max-width:1439px){.section-main .section-main__content .section-main__account .account__text{font-size:20px}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__account .account__text{font-size:24px}}@media screen and (max-width:767px){.section-main .section-main__content .section-main__account .account__text{font-size:20px}}.section-main .section-main__content .section-main__account .name-org{display:none}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__account .name-org{display:block;font-size:16px;color:#323441;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:767px){.section-main .section-main__content .section-main__account .name-org{font-size:14px}}.section-main .section-main__content .section-main__box-1{border-radius:16px;height:627px;background:linear-gradient(135deg,#ecf3f999 81.1%,#3175f6 90.076%);padding:26px;position:relative}.section-main .section-main__content .section-main__box-1 .box-1__stroke{border-radius:16px;position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);background:url(/assets/img_box-1-Bd0vPj-Q.png) no-repeat 10% 310%,url(/assets/img_texturte_box-1-BHbiwSvN.png),linear-gradient(203.75deg,#dbe5f5 8.789%,#c1d5f5 67.685%,#dbe5f51a 99.714%)}@media screen and (max-width:1659px){.section-main .section-main__content .section-main__box-1{height:427px}.section-main .section-main__content .section-main__box-1 .box-1__stroke{background:url(/assets/img_box-1-Bd0vPj-Q.png) no-repeat 10% 0,url(/assets/img_texturte_box-1-BHbiwSvN.png),linear-gradient(203.75deg,#dbe5f5 8.789%,#c1d5f5 67.685%,#dbe5f51a 99.714%)}}@media screen and (max-width:1439px){.section-main .section-main__content .section-main__box-1{padding:20px}.section-main .section-main__content .section-main__box-1 .box-1__stroke{background:url(/assets/img_box-1-Bd0vPj-Q.png) no-repeat 20% 40px/200%,url(/assets/img_texturte_box-1-BHbiwSvN.png),linear-gradient(203.75deg,#dbe5f5 8.789%,#c1d5f5 67.685%,#dbe5f51a 99.714%)}}@media screen and (max-width:1279px){.section-main .section-main__content .section-main__box-1 .box-1__stroke{background:url(/assets/img_box-1-Bd0vPj-Q.png) no-repeat 50% 70px/230%,url(/assets/img_texturte_box-1-BHbiwSvN.png),linear-gradient(203.75deg,#dbe5f5 8.789%,#c1d5f5 67.685%,#dbe5f51a 99.714%)}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__box-1{margin-bottom:16px;height:131px}.section-main .section-main__content .section-main__box-1 .box-1__stroke{background:url(/assets/img_box-1-Bd0vPj-Q.png) no-repeat 130% 30%/50%,url(/assets/img_texturte_box-1-BHbiwSvN.png),linear-gradient(203.75deg,#dbe5f5 8.789%,#c1d5f5 67.685%,#dbe5f51a 99.714%)}}@media screen and (max-width:767px){.section-main .section-main__content .section-main__box-1{display:none}}.section-main .section-main__content .section-main__box-1 .box-1__header{position:relative;z-index:100;font-size:32px;font-weight:500;background:linear-gradient(270deg,#9fb3d3,#000330);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;line-height:38px}@media screen and (max-width:1659px){.section-main .section-main__content .section-main__box-1 .box-1__header{font-size:24px;font-weight:500;color:#fff;line-height:28px}}@media screen and (max-width:1439px){.section-main .section-main__content .section-main__box-1 .box-1__header{font-size:20px;line-height:24px}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__box-1 .box-1__header{width:250px;font-size:24px}}.section-main .section-main__content .section-main__box-2{border-radius:16px;background-color:#ecf3f999;margin-bottom:16px;height:138px}@media screen and (max-width:1659px){.section-main .section-main__content .section-main__box-2{height:131px}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__box-2{display:none}}.section-main .section-main__content .section-main__invite{border-radius:16px;background-image:url(/assets/img-invite-section-main-CIfcDipo.png);background-size:cover;margin-bottom:16px;height:138px;padding:32px;position:relative}@media screen and (max-width:1659px){.section-main .section-main__content .section-main__invite{padding:20px;height:131px}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__invite{height:131px;padding:20px}}.section-main .section-main__content .section-main__invite .invite__header{font-size:24px;color:#fff;text-align:end;width:100%;font-weight:500}@media screen and (max-width:1439px){.section-main .section-main__content .section-main__invite .invite__header{font-size:20px}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__invite .invite__header{text-align:start;font-size:24px}}@media screen and (max-width:767px){.section-main .section-main__content .section-main__invite .invite__header{font-size:20px}}.section-main .section-main__content .section-main__programm{position:relative;border-radius:16px;height:378px;background:url(/assets/img_pr-GVdxmeJv.png) no-repeat -10% -45%/200%,url(/assets/img_pr_dots-BcQGi7-E.png) no-repeat 70% 100%/150%,linear-gradient(180deg,#000330,#2330c4);margin-bottom:16px;padding:32px}@media screen and (max-width:1659px){.section-main .section-main__content .section-main__programm{height:275px;padding:20px;background:url(/assets/img_pr-GVdxmeJv.png) no-repeat -10% -45%/220%,url(/assets/img_pr_dots-BcQGi7-E.png) no-repeat 70% 100%/150%,linear-gradient(180deg,#000330,#2330c4)}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__programm{height:131px;background:url(/assets/img_pr-GVdxmeJv.png) no-repeat 400% 0/90%,url(/assets/img_pr_dots-BcQGi7-E.png) no-repeat 70% -30px/120%,linear-gradient(180deg,#000330,#2330c4)}}@media screen and (max-width:767px){.section-main .section-main__content .section-main__programm{background:url(/assets/img_pr-GVdxmeJv.png) no-repeat 80px 50px/130%,url(/assets/img_pr_dots-BcQGi7-E.png) no-repeat 70% 0%/120%,linear-gradient(180deg,#000330,#2330c4)}}.section-main .section-main__content .section-main__programm .programm__header{font-size:40px;font-weight:500;color:#fff}@media screen and (max-width:1659px){.section-main .section-main__content .section-main__programm .programm__header{font-size:32px;font-weight:500;color:#fff}}@media screen and (max-width:1439px){.section-main .section-main__content .section-main__programm .programm__header{font-size:28px;color:#fff}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__programm .programm__header{font-size:24px}}@media screen and (max-width:767px){.section-main .section-main__content .section-main__programm .programm__header{font-size:20px}}.section-main .section-main__content .section-main__notifications{position:relative;border-radius:16px;background-image:url(/assets/img_notifications-jWauB7vt.png);background-position:100% center;background-repeat:no-repeat;background-size:cover;background-color:#323441;height:229px;padding:32px}@media screen and (max-width:1659px){.section-main .section-main__content .section-main__notifications{padding:20px;height:131px}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__notifications{height:131px;margin-bottom:16px}}@media screen and (max-width:767px){.section-main .section-main__content .section-main__notifications{margin-bottom:0}}.section-main .section-main__content .section-main__notifications .notifications__header{width:100%;text-align:end;font-size:24px;color:#fff}@media screen and (max-width:1659px){.section-main .section-main__content .section-main__notifications .notifications__header{font-size:24px;font-weight:500;color:#fff}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__notifications .notifications__header{text-align:start}}@media screen and (max-width:767px){.section-main .section-main__content .section-main__notifications .notifications__header{font-size:20px}}.section-main .section-main__content .section-main__reports{position:relative;margin-bottom:16px;max-height:382px;height:100%;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.section-main .section-main__content .section-main__reports::-webkit-scrollbar{width:8px;height:10px}.section-main .section-main__content .section-main__reports::-webkit-scrollbar-track{background:transparent}.section-main .section-main__content .section-main__reports::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}@media screen and (max-width:1659px){.section-main .section-main__content .section-main__reports{max-height:281px}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__reports{height:382px}}@media screen and (max-width:767px){.section-main .section-main__content .section-main__reports{margin-bottom:16px}}.section-main .section-main__content .section-main__reports.disable-empty{overflow:hidden;position:relative}.section-main .section-main__content .section-main__reports.disable-empty:after{content:"";position:absolute;bottom:0;width:100%;height:32px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:20;background:linear-gradient(180deg,#fff0,#ffffff80)}.section-main .section-main__content .section-main__reports .row-report{display:flex;padding:10px;background-color:#fff;border-radius:16px;min-height:85px}@media screen and (max-width:1439px){.section-main .section-main__content .section-main__reports .row-report{min-height:auto;padding:16px}}.section-main .section-main__content .section-main__reports .row-report.first-row{margin-bottom:6px;box-shadow:4px 4px 16px #00033014}.section-main .section-main__content .section-main__reports .row-report.regular-row{border:1px solid rgba(211,219,231,.5)}.section-main .section-main__content .section-main__reports .row-report .row-report__icon{flex:0 0 52px;height:100%;border-radius:8px;margin-right:12px;background-size:cover;background-position:center}@media screen and (max-width:767px){.section-main .section-main__content .section-main__reports .row-report .row-report__icon{display:none}}.section-main .section-main__content .section-main__reports .row-report .title{font-size:13px;font-weight:500;color:#91a3b0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;padding:0 6px}.section-main .section-main__content .section-main__reports .row-report .content{margin-top:6px;padding:0 6px;font-size:16px;font-weight:500;color:#0a0a0a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:18px}.section-main .section-main__content .section-main__reports .row-report .skeleton-line{margin:12px auto 0;padding:0!important;border-bottom:1px solid #323441;width:30px!important;color:transparent!important;height:10px}.section-main .section-main__content .section-main__reports .row-report .skeleton-line:before{display:none!important}.section-main .section-main__content .section-main__reports .row-report .row-report__text .skeleton-line,.section-main .section-main__content .section-main__reports .row-report .row-report__status .skeleton-line,.section-main .section-main__content .section-main__reports .row-report .row-report__date .skeleton-line{margin-left:6px}.section-main .section-main__content .section-main__reports .row-report .content-grid{display:grid;width:100%;grid-template-columns:1fr 130px 160px;gap:12px;align-items:start}@media screen and (max-width:1439px){.section-main .section-main__content .section-main__reports .row-report .content-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__reports .row-report .content-grid{grid-template-columns:1fr 130px 160px;grid-template-rows:auto}}@media screen and (max-width:767px){.section-main .section-main__content .section-main__reports .row-report .content-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}}.section-main .section-main__content .section-main__reports .row-report .row-report__status .content{position:relative;padding-left:20px}.section-main .section-main__content .section-main__reports .row-report .row-report__status .content:before{content:"";position:absolute;left:6px;top:52%;transform:translateY(-50%);width:4px;height:4px;border-radius:1px}.section-main .section-main__content .section-main__reports .row-report .row-report__status .content.available:before{background-color:#1eac98}.section-main .section-main__content .section-main__reports .row-report .row-report__status .content.success-reported:before{background-color:#1eac98}.section-main .section-main__content .section-main__reports .row-report .row-report__status .content.not-available:before{background-color:#ff5f00}.section-main .section-main__content .section-main__reports .row-report .row-report__status .content.in-progress:before{background-color:#ffc501}@media screen and (max-width:1439px){.section-main .section-main__content .section-main__reports .row-report .row-report__text{grid-column:1/-1}.section-main .section-main__content .section-main__reports .row-report .row-report__status{grid-column:1/2}.section-main .section-main__content .section-main__reports .row-report .row-report__date{grid-column:2/3}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__reports .row-report .row-report__text,.section-main .section-main__content .section-main__reports .row-report .row-report__status,.section-main .section-main__content .section-main__reports .row-report .row-report__date{grid-column:auto}}@media screen and (max-width:767px){.section-main .section-main__content .section-main__reports .row-report .row-report__text{grid-column:1/-1}.section-main .section-main__content .section-main__reports .row-report .row-report__status{grid-column:1/2}.section-main .section-main__content .section-main__reports .row-report .row-report__date{grid-column:2/3}}.section-main .section-main__content .section-main__reports .row-report .content-grid-dkdoo{display:grid;width:100%;grid-template-columns:1fr 100px 110px 150px;gap:12px;align-items:start}@media screen and (max-width:1439px){.section-main .section-main__content .section-main__reports .row-report .content-grid-dkdoo{grid-template-columns:100px 110px 1fr;grid-template-rows:auto auto}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__reports .row-report .content-grid-dkdoo{grid-template-columns:1fr 100px 110px 150px;grid-template-rows:auto}}@media screen and (max-width:767px){.section-main .section-main__content .section-main__reports .row-report .content-grid-dkdoo{grid-template-columns:100px 110px 1fr;grid-template-rows:auto auto}}.section-main .section-main__content .section-main__reports .row-report .row-report__reported .title{text-align:center}@media screen and (max-width:1439px){.section-main .section-main__content .section-main__reports .row-report .row-report__reported .title{text-align:start}}.section-main .section-main__content .section-main__reports .row-report .row-report__reported .content{padding:10px 0;width:100%;text-align:center}@media screen and (max-width:1439px){.section-main .section-main__content .section-main__reports .row-report .row-report__reported .content{text-align:start;padding:10px 6px}}.section-main .section-main__content .section-main__reports .row-report .row-report__not-reported .title{text-align:center}@media screen and (max-width:1439px){.section-main .section-main__content .section-main__reports .row-report .row-report__not-reported .title{text-align:start}}.section-main .section-main__content .section-main__reports .row-report .row-report__not-reported .content{width:100%;padding:10px 0;text-align:center}@media screen and (max-width:1439px){.section-main .section-main__content .section-main__reports .row-report .row-report__not-reported .content{text-align:start;padding:10px 6px}}.section-main .section-main__content .section-main__reports .row-report .row-report__deadline .content{margin:2px 0 0}.section-main .section-main__content .section-main__reports .row-report .row-report__deadline .popup-text{font-size:13px;color:#0a0a0a}.section-main .section-main__content .section-main__reports .row-report .row-report__deadline .deadline_content{padding:8px 6px;display:flex;gap:4px;align-items:center}.section-main .section-main__content .section-main__reports .row-report .row-report__deadline .skeleton-line{margin-left:6px}@media screen and (max-width:1439px){.section-main .section-main__content .section-main__reports .row-report .row-report__text{grid-column:1/-1}.section-main .section-main__content .section-main__reports .row-report .row-report__reported{grid-column:1/2}.section-main .section-main__content .section-main__reports .row-report .row-report__not-reported{grid-column:2/3}.section-main .section-main__content .section-main__reports .row-report .row-report__deadline{grid-column:3/4}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__reports .row-report .row-report__text,.section-main .section-main__content .section-main__reports .row-report .row-report__reported,.section-main .section-main__content .section-main__reports .row-report .row-report__not-reported,.section-main .section-main__content .section-main__reports .row-report .row-report__deadline{grid-column:auto}}@media screen and (max-width:767px){.section-main .section-main__content .section-main__reports .row-report .row-report__text{grid-column:1/-1}.section-main .section-main__content .section-main__reports .row-report .row-report__reported{grid-column:1/2}.section-main .section-main__content .section-main__reports .row-report .row-report__not-reported{grid-column:2/3}.section-main .section-main__content .section-main__reports .row-report .row-report__deadline{grid-column:3/4}}.section-main .section-main__content .section-main__reports-departament{position:relative;margin-bottom:16px;height:382px;border-radius:16px;background-image:url(/assets/img-report-departamen-Jq6wlgQs.png);background-position:100% center;background-repeat:no-repeat;background-size:cover}@media screen and (max-width:1659px){.section-main .section-main__content .section-main__reports-departament{height:281px}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__reports-departament{display:none}}.section-main .section-main__content .section-main__reports-departament .main-img{width:286px;height:292px;position:absolute;right:45px;top:45px;background-image:url(/assets/img-report-departamen-main-C2kSue-3.png);background-size:cover}@media screen and (max-width:1659px){.section-main .section-main__content .section-main__reports-departament .main-img{top:24px;width:220px;height:226px}}.section-main .section-main__content .section-main__priority2030{position:relative;border-radius:16px;background:url(/assets/img_strategy-CG7Je9Na.png) no-repeat 23% 60%/300%,url(/assets/img_pr_dots-BcQGi7-E.png) no-repeat 70% 50%/150%;background-color:#000330;height:387px;padding:32px}@media screen and (max-width:1659px){.section-main .section-main__content .section-main__priority2030{height:283px;background:url(/assets/img_strategy-CG7Je9Na.png) no-repeat 23% 60%/270%,url(/assets/img_pr_dots-BcQGi7-E.png) no-repeat 70% 50%/150%;background-color:#000330}}@media screen and (max-width:1279px){.section-main .section-main__content .section-main__priority2030{padding:20px}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__priority2030{height:131px;margin-bottom:16px}}.section-main .section-main__content .section-main__priority2030 .priority2030__header{font-size:40px;font-weight:500;color:#fff}@media screen and (max-width:1659px){.section-main .section-main__content .section-main__priority2030 .priority2030__header{font-size:32px;font-weight:500;color:#fff}}@media screen and (max-width:1439px){.section-main .section-main__content .section-main__priority2030 .priority2030__header{font-size:28px;color:#fff}}@media screen and (max-width:1023px){.section-main .section-main__content .section-main__priority2030 .priority2030__header{font-size:24px}}@media screen and (max-width:767px){.section-main .section-main__content .section-main__priority2030 .priority2030__header{font-size:20px}}.order-acc{order:1}.order-pr-notif{order:2}.order-report{order:3}@media screen and (max-width:767px){.order-pr-notif{order:3}.order-report{order:2}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: rgb(5.2, 44, 101.2);--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);--bs-success-text-emphasis: rgb(10, 54, 33.6);--bs-info-text-emphasis: rgb(5.2, 80.8, 96);--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);--bs-danger-text-emphasis: rgb(88, 21.2, 27.6);--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: rgb(206.6, 226, 254.6);--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);--bs-success-bg-subtle: rgb(209, 231, 220.8);--bs-info-bg-subtle: rgb(206.6, 244.4, 252);--bs-warning-bg-subtle: rgb(255, 242.6, 205.4);--bs-danger-bg-subtle: rgb(248, 214.6, 217.8);--bs-light-bg-subtle: rgb(251.5, 252, 252.5);--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: rgb(158.2, 197, 254.2);--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);--bs-success-border-subtle: rgb(163, 207, 186.6);--bs-info-border-subtle: rgb(158.2, 233.8, 249);--bs-warning-border-subtle: rgb(255, 230.2, 155.8);--bs-danger-border-subtle: rgb(241, 174.2, 180.6);--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, .75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, .5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: rgb(10.4, 88, 202.4);--bs-link-hover-color-rgb: 10, 88, 202;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: rgb(255, 242.6, 205.4);--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .375rem;--bs-border-radius-sm: .25rem;--bs-border-radius-lg: .5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: .25;--bs-focus-ring-color: rgba(13, 110, 253, .25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, .75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, .5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: rgb(42.5, 47.5, 52.5);--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: rgb(109.8, 168, 253.8);--bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);--bs-success-text-emphasis: rgb(117, 183, 152.4);--bs-info-text-emphasis: rgb(109.8, 223.2, 246);--bs-warning-text-emphasis: rgb(255, 217.8, 106.2);--bs-danger-text-emphasis: rgb(234, 133.8, 143.4);--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: rgb(2.6, 22, 50.6);--bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);--bs-success-bg-subtle: rgb(5, 27, 16.8);--bs-info-bg-subtle: rgb(2.6, 40.4, 48);--bs-warning-bg-subtle: rgb(51, 38.6, 1.4);--bs-danger-bg-subtle: rgb(44, 10.6, 13.8);--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: rgb(7.8, 66, 151.8);--bs-secondary-border-subtle: rgb(64.8, 70.2, 75);--bs-success-border-subtle: rgb(15, 81, 50.4);--bs-info-border-subtle: rgb(7.8, 121.2, 144);--bs-warning-border-subtle: rgb(153, 115.8, 4.2);--bs-danger-border-subtle: rgb(132, 31.8, 41.4);--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: rgb(109.8, 168, 253.8);--bs-link-hover-color: rgb(138.84, 185.4, 254.04);--bs-link-color-rgb: 110, 168, 254;--bs-link-hover-color-rgb: 139, 185, 254;--bs-code-color: rgb(230.4, 132.6, 181.2);--bs-highlight-color: #dee2e6;--bs-highlight-bg: rgb(102, 77.2, 2.8);--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, .15);--bs-form-valid-color: rgb(117, 183, 152.4);--bs-form-valid-border-color: rgb(117, 183, 152.4);--bs-form-invalid-color: rgb(234, 133.8, 143.4);--bs-form-invalid-border-color: rgb(234, 133.8, 143.4)}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,h5,h4,h3,h2,h1{margin:0;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:0}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 16px;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}.container-internal{--bs-gutter-x: 8px;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}.container-internal .row{--bs-gutter-x: 8px}@media(min-width:576px){.container-sm,.container{max-width:540px}}@media(min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 16px;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:12.5%}.col-2{flex:0 0 auto;width:25%}.col-3{flex:0 0 auto;width:37.5%}.col-4{flex:0 0 auto;width:50%}.col-5{flex:0 0 auto;width:62.5%}.col-6{flex:0 0 auto;width:75%}.col-7{flex:0 0 auto;width:87.5%}.col-8{flex:0 0 auto;width:100%}.offset-1{margin-left:12.5%}.offset-2{margin-left:25%}.offset-3{margin-left:37.5%}.offset-4{margin-left:50%}.offset-5{margin-left:62.5%}.offset-6{margin-left:75%}.offset-7{margin-left:87.5%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width:768px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:12.5%}.col-sm-2{flex:0 0 auto;width:25%}.col-sm-3{flex:0 0 auto;width:37.5%}.col-sm-4{flex:0 0 auto;width:50%}.col-sm-5{flex:0 0 auto;width:62.5%}.col-sm-6{flex:0 0 auto;width:75%}.col-sm-7{flex:0 0 auto;width:87.5%}.col-sm-8{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:12.5%}.offset-sm-2{margin-left:25%}.offset-sm-3{margin-left:37.5%}.offset-sm-4{margin-left:50%}.offset-sm-5{margin-left:62.5%}.offset-sm-6{margin-left:75%}.offset-sm-7{margin-left:87.5%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width:1024px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:12.5%}.col-md-2{flex:0 0 auto;width:25%}.col-md-3{flex:0 0 auto;width:37.5%}.col-md-4{flex:0 0 auto;width:50%}.col-md-5{flex:0 0 auto;width:62.5%}.col-md-6{flex:0 0 auto;width:75%}.col-md-7{flex:0 0 auto;width:87.5%}.col-md-8{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:12.5%}.offset-md-2{margin-left:25%}.offset-md-3{margin-left:37.5%}.offset-md-4{margin-left:50%}.offset-md-5{margin-left:62.5%}.offset-md-6{margin-left:75%}.offset-md-7{margin-left:87.5%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width:1280px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:12.5%}.col-lg-2{flex:0 0 auto;width:25%}.col-lg-3{flex:0 0 auto;width:37.5%}.col-lg-4{flex:0 0 auto;width:50%}.col-lg-5{flex:0 0 auto;width:62.5%}.col-lg-6{flex:0 0 auto;width:75%}.col-lg-7{flex:0 0 auto;width:87.5%}.col-lg-8{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:12.5%}.offset-lg-2{margin-left:25%}.offset-lg-3{margin-left:37.5%}.offset-lg-4{margin-left:50%}.offset-lg-5{margin-left:62.5%}.offset-lg-6{margin-left:75%}.offset-lg-7{margin-left:87.5%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width:1440px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:12.5%}.col-xl-2{flex:0 0 auto;width:25%}.col-xl-3{flex:0 0 auto;width:37.5%}.col-xl-4{flex:0 0 auto;width:50%}.col-xl-5{flex:0 0 auto;width:62.5%}.col-xl-6{flex:0 0 auto;width:75%}.col-xl-7{flex:0 0 auto;width:87.5%}.col-xl-8{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:12.5%}.offset-xl-2{margin-left:25%}.offset-xl-3{margin-left:37.5%}.offset-xl-4{margin-left:50%}.offset-xl-5{margin-left:62.5%}.offset-xl-6{margin-left:75%}.offset-xl-7{margin-left:87.5%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width:1660px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:12.5%}.col-xxl-2{flex:0 0 auto;width:25%}.col-xxl-3{flex:0 0 auto;width:37.5%}.col-xxl-4{flex:0 0 auto;width:50%}.col-xxl-5{flex:0 0 auto;width:62.5%}.col-xxl-6{flex:0 0 auto;width:75%}.col-xxl-7{flex:0 0 auto;width:87.5%}.col-xxl-8{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:12.5%}.offset-xxl-2{margin-left:25%}.offset-xxl-3{margin-left:37.5%}.offset-xxl-4{margin-left:50%}.offset-xxl-5{margin-left:62.5%}.offset-xxl-6{margin-left:75%}.offset-xxl-7{margin-left:87.5%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-column{flex-direction:column}.flex-column-reverse{flex-direction:column-reverse}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-last{order:6}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.flex-fill{flex:1 1 auto}*{padding:0;margin:0;border:none}*,*:before,*:after{box-sizing:border-box}a,a:link,a:visited,a:hover{text-decoration:none}aside,nav,footer,header,section,main{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}address{font-style:normal}input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit;background-color:transparent}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;box-shadow:none;background-color:transparent;background:none;cursor:pointer}input:focus,input:active,button:focus,button:active{outline:none}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}legend{display:block}input[type=file]{max-width:100%}@font-face{font-family:Hauora;src:url(/assets/Hauora-ExtraBold-C3giChce.woff2) format("woff2"),url(/assets/Hauora-ExtraBold-3RXzNZ-C.woff) format("woff");font-weight:800}@font-face{font-family:Hauora;src:url(/assets/Hauora-Bold-BoOUra79.woff2) format("woff2"),url(/assets/Hauora-Bold-5vZo-fuF.woff) format("woff");font-weight:700}@font-face{font-family:Hauora;src:url(/assets/Hauora-SemiBold-wS8LXIM_.woff2) format("woff2"),url(/assets/Hauora-SemiBold-D9eN0KiW.woff) format("woff");font-weight:600}@font-face{font-family:Hauora;src:url(/assets/Hauora-Medium-rzsj04DE.woff2) format("woff2"),url(/assets/Hauora-Medium-hfPymX5L.woff) format("woff");font-weight:500}@font-face{font-family:Hauora;src:url(/assets/Hauora-Regular-Be1GVrPF.woff2) format("woff2"),url(/assets/Hauora-Regular-Bn94VTSb.woff) format("woff");font-weight:400}@font-face{font-family:Hauora;src:url(/assets/Hauora-Light-BW1ghKOh.woff2) format("woff2"),url(/assets/Hauora-Light-KWmYW1EX.woff) format("woff");font-weight:300}@font-face{font-family:Hauora;src:url(/assets/Hauora-ExtraLight-Dq-9E40Y.woff2) format("woff2"),url(/assets/Hauora-ExtraLight-8ZJ-mcp3.woff) format("woff");font-weight:200}@font-face{font-family:TimesNewRoman;src:url(../scss/fonts/TimesNewRomanMTStd.woff2) format("woff2"),url(/assets/TimesNewRomanMTStd-C-aWNWt-.woff) format("woff");font-weight:500}@font-face{font-family:TimesNewRoman;src:url(../scss/fonts/TimesNewRomanMTStd-Bold.woff2) format("woff2"),url(/assets/TimesNewRomanMTStd-Bold-BlR5FH9H.woff) format("woff");font-weight:600}body{font-family:Hauora;overflow-y:scroll;min-height:101vh}body::-webkit-scrollbar{width:8px;height:10px}body::-webkit-scrollbar-track{background:transparent}body::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.main-svg{background-position:center center;background-repeat:no-repeat;flex:0 0 64px;width:64px;height:64px;position:relative;border-radius:50%}.main-svg_blur{background-color:#ecf3f999}.main-svg svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.main-block-text{padding:8px 24px;border-radius:100px;max-width:100%;display:flex;justify-content:start;align-items:center;overflow-wrap:wrap}.main-block-text_grey{background-color:#d3dbe780}.main-block-text_grey-border{border:1px solid rgba(211,219,231,.5);color:#323441}.main-block-text_blue{background-color:#1877f2;border:1px solid #1877f2;color:#fff}.main-block-text_blue-border{border:1px solid #1877f2;color:#323441}.main-block-text_black{background-color:#0a0a0a;color:#fff}.main-block-text_active{border:1.5px solid #1877f2;background-color:#1877f21a}.main-block-text_default{border:1.5px solid rgba(211,219,231,.5);color:#000330}.view__desktop{display:block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all}@media screen and (max-width:767px){.view__desktop{display:none}}.view__mobile{display:none;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767px){.view__mobile{display:-webkit-box}}.main__header-internal{color:#0a0a0a;font-size:40px;font-weight:500;line-height:64px}@media screen and (max-width:1023px){.main__header-internal{font-size:36px}}@media screen and (max-width:767px){.main__header-internal{font-size:32px;line-height:normal}}.main__header{color:#323441;font-size:56px;font-weight:500}@media screen and (max-width:1659px){.main__header{font-size:48px}}@media screen and (max-width:1439px){.main__header{font-size:40px}}@media screen and (max-width:767px){.main__header{font-size:32px}}.main-btn-arrow{border-radius:50%;transition:all ease-in-out .3s;position:relative}.main-btn-arrow svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.main-btn-arrow_black{background-color:#0a0a0a}.main-btn-arrow_black svg{fill:#fff}@media(hover:hover){.main-btn-arrow_black:hover{background-color:#b6a4ff}.main-btn-arrow_black:hover svg{fill:#fff}}.main-btn-circle{border-radius:50%;width:64px;height:64px;flex:0 0 64px;position:relative;border:1px solid transparent}.main-btn-circle svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media(hover:hover){.main-btn-circle:hover{transition:all ease-in-out .5s;background-color:#b6a4ff;border:1px solid #b6a4ff}.main-btn-circle:hover rect,.main-btn-circle:hover path{fill:#fff;transition:all ease-in-out .5s}}.main-btn{display:flex;cursor:pointer;align-items:center;text-decoration:none;justify-content:center;border-radius:100px;width:100%;height:64px;position:relative;font-size:16px;font-weight:400;line-height:24px;border:1px solid transparent}.main-btn_grey-border{border:1px solid #91a3b0;color:#323441}@media(hover:none)and (pointer:coarse){.main-btn_grey-border:hover{border:1px solid #91a3b0;color:#323441}}@media(hover:hover){.main-btn_grey-border:hover{background-color:#b6a4ff;border:1px solid #b6a4ff;color:#fff;transition:all .2s ease-in-out}}.main-btn_blue-border{border:1px solid #1877f2;color:#323441}@media(hover:none)and (pointer:coarse){.main-btn_blue-border:hover{border:1px solid #1877f2;color:#323441}}@media(hover:hover){.main-btn_blue-border:hover{background-color:#b6a4ff;color:#fff;border:1px solid #b6a4ff;transition:all .2s ease-in-out}}.main-btn_orange button{white-space:nowrap}.main-btn_orange{background-color:#ff5f00;color:#fff}@media(hover:none)and (pointer:coarse){.main-btn_orange:hover{background-color:#ff5f00;color:#fff}}@media(hover:hover){.main-btn_orange:hover{background-color:#b6a4ff;color:#fff;transition:all .2s ease-in-out}}.main-btn_violet button{white-space:nowrap}.main-btn_violet{background-color:#b6a4ff;color:#fff}.main-btn_blue button{white-space:nowrap}.main-btn_blue{background-color:#1877f2;color:#fff}@media(hover:none)and (pointer:coarse){.main-btn_blue:hover{background-color:#1877f2;color:#fff}.main-btn_blue:hover svg path{fill:#fff;transition:all .2s ease-in-out}}@media(hover:hover){.main-btn_blue:hover{background-color:#b6a4ff;color:#fff;transition:all .2s ease-in-out}.main-btn_blue:hover svg path{fill:#fff;transition:all .2s ease-in-out}}.main-btn_grey button{white-space:nowrap}.main-btn_grey{color:#0a0a0a;background-color:#ecf3f999}@media(hover:none)and (pointer:coarse){.main-btn_grey:hover{background-color:#ecf3f999;color:#0a0a0a}}@media(hover:hover){.main-btn_grey:hover{background-color:#b6a4ff;color:#fff;transition:all .2s ease-in-out}}.main-btn_orange-border{border:1px solid #ff5f00;color:#323441}@media(hover:none)and (pointer:coarse){.main-btn_orange-border:hover{border:1px solid #ff5f00;color:#323441}}@media(hover:hover){.main-btn_orange-border:hover{background-color:#ff5f00;border:1px solid #ff5f00;color:#fff;transition:all .2s ease-in-out}}.main-btn_violet-border-status{border:1px solid #b6a4ff;color:#323441;background-color:transparent;font-weight:500}@media(hover:none)and (pointer:coarse){.main-btn_violet-border-status:hover{border:1px solid #b6a4ff;color:#323441}}@media(hover:hover){.main-btn_violet-border-status:hover{background-color:#b6a4ff29;border:1px solid #b6a4ff;color:#323441;transition:all .2s ease-in-out}}.main-btn_orange-border-status{border:1px solid #ff5f00;color:#323441;background-color:transparent;font-weight:500}@media(hover:none)and (pointer:coarse){.main-btn_orange-border-status:hover{border:1px solid #ff5f00;color:#323441}}@media(hover:hover){.main-btn_orange-border-status:hover{background-color:#ff5f001a;border:1px solid #ff5f00;color:#323441;transition:all .2s ease-in-out}}.main-btn_blue-border-status{border:1px solid #1877f2;color:#323441;background-color:transparent;font-weight:500}@media(hover:none)and (pointer:coarse){.main-btn_blue-border-status:hover{border:1px solid #1877f2;color:#323441}}@media(hover:hover){.main-btn_blue-border-status:hover{background-color:#1877f21a;border:1px solid #1877f2;color:#323441;transition:all .2s ease-in-out}}.main-btn_disable-border-status{border:1px solid rgba(211,219,231,.5);color:#d3dbe780;background-color:transparent}.main-btn__svg{position:absolute;top:50%;right:0;transform:translate(-24px,-50%)}.main-btn__svg svg path{fill:#fff}.main-btn_disable{background-color:#ecf3f999;color:#0a0a0a}.main-btn_disable svg path{fill:#d3dbe780}@media(hover:hover){.main-btn_disable:hover{background-color:#ecf3f999;color:#0a0a0a;cursor:not-allowed}}@media screen and (max-width:767px){.main-btn{font-size:14px;line-height:24px}}.main-btn .btn__slice{position:absolute;right:34px;top:-1px;height:64px;width:52px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20width='51.976562'%20height='64.000000'%20viewBox='0%200%2051.9766%2064'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e%20Created%20with%20Pixso.%20%3c/desc%3e%3cdefs/%3e%3cpath%20id='Union'%20d='M4.97852%200.499969C2.29883%200.0195007%200.234375%200.000549316%200%200L51.9551%200C51.7207%200.000549316%2049.6562%200.0195007%2046.9785%200.499969C45.2344%200.812683%2043.5117%201.38672%2041.9785%202C39.4785%203%2037.4785%203.99997%2035.9785%204.99997C35.2539%205.48285%2033.8652%206.35809%2032.4785%207.49997C31.1172%208.6203%2029.3008%2010.5881%2028.4785%2011C27.4785%2011.5%2025.9785%2011.5%2025.9785%2011.5C25.9785%2011.5%2024.4785%2011.5%2023.4785%2011C22.6543%2010.5881%2020.8398%208.6203%2019.4785%207.49997C18.0898%206.35809%2016.7012%205.48285%2015.9785%204.99997C14.4785%203.99997%2012.4785%203%209.97852%202C8.44531%201.38672%206.7207%200.812683%204.97852%200.499969ZM0.0214844%2064C0.255859%2063.9995%202.32031%2063.9805%205%2063.5C6.74219%2063.1873%208.4668%2062.6133%2010%2062C12.5%2061%2014.5%2060%2016%2059C16.7227%2058.5172%2018.1113%2057.6419%2019.5%2056.5C20.8613%2055.3797%2022.6758%2053.4119%2023.5%2053C24.5%2052.5%2026%2052.5%2026%2052.5C26%2052.5%2027.5%2052.5%2028.5%2053C29.3223%2053.4119%2031.1387%2055.3797%2032.5%2056.5C33.8867%2057.6419%2035.2754%2058.5172%2036%2059C37.5%2060%2039.5%2061%2042%2062C43.5332%2062.6133%2045.2559%2063.1873%2047%2063.5C49.6777%2063.9805%2051.7422%2063.9995%2051.9766%2064L0.0214844%2064Z'%20clip-rule='evenodd'%20fill='%23FFFFFF'%20fill-opacity='1.000000'%20fill-rule='evenodd'/%3e%3c/svg%3e")}.main-btn-square{width:72px;height:72px;position:absolute;border-radius:8px;z-index:20}@media screen and (max-width:1659px){.main-btn-square{width:60px;height:60px}.main-btn-square svg{width:34px}}@media screen and (max-width:1439px){.main-btn-square{width:52px;height:52px}.main-btn-square svg{width:30px}}.main-btn-square svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.main-btn-square_pa{background-color:#d3dbe780;bottom:8px;right:8px}.main-btn-square_invite{background-color:#1877f2;left:8px;bottom:8px}@media screen and (max-width:1023px){.main-btn-square_invite{right:8px;left:unset}}.main-btn-square_priority2030{background-color:#1877f2;bottom:8px;right:8px}.main-btn-square_pr{background-color:#000330;bottom:8px;right:8px}.main-btn-square_notif{background-color:#b6a4ff;bottom:8px;left:8px}@media screen and (max-width:1023px){.main-btn-square_notif{right:8px;left:unset}}.main-btn-square_report{background-color:#91a3b0;bottom:8px;left:8px}.main-btn-square_report svg path{fill:#fff}@media screen and (max-width:1023px){.main-btn-square_report{right:8px;left:unset}}.main-btn-square_blue{background-color:#1877f2}.btn-export{font-size:16px;display:flex;align-items:center;gap:8px;transition:all ease .3s}.btn-export svg path{transition:all ease .3s}@media(hover:hover){.btn-export:hover{color:#b6a4ff;transition:all ease .3s}.btn-export:hover svg path{fill:#b6a4ff;transition:all ease .3s}}.vstsm-id__wrapper{width:100%}.vstsm-id__wrapper .divider-wrapper{margin:1.5rem 0}.vstsm-id__wrapper .divider-line{height:1px;background:linear-gradient(90deg,transparent,#e0e0e0,transparent)}.vstsm-id__wrapper .divider-text{font-size:.875rem;color:#666}.vstsm-id__wrapper .vstsm-id__button{width:100%}.vstsm-id__wrapper .vstsm-id__button .vstsm-auth-btn{display:flex;justify-content:center;align-items:center;border-radius:10px;background:linear-gradient(90deg,#f5f8ff,#bdd0f5);height:60px;width:100%}.vstsm-id__wrapper .vstsm-id__subtitle{margin-top:4px;color:#91a3b0;font-style:italic;font-size:12px;font-weight:400;text-align:center}.checkbox-container .checkbox{margin-right:8px;flex:0 0 21px;height:21px;width:21px;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;top:2px;background:#ecf3f999;border:1px solid rgba(211,219,231,.5)}.checkbox-container .checkbox__label{display:flex;font-size:14px;font-weight:400;line-height:21px;color:#0a0a0a}@media(hover:none)and (pointer:coarse){.checkbox-container .checkbox:hover{border:1px solid rgba(211,219,231,.5)}}@media(hover:hover){.checkbox-container .checkbox:hover{border:1px solid #b6a4ff;transition:all .2s ease-in-out}}.checkbox-container .checkbox:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0px;height:0px;background-image:url("data:image/svg+xml,%3csvg%20width='12.000000'%20height='9.000000'%20viewBox='0%200%2012%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e%20Created%20with%20Pixso.%20%3c/desc%3e%3cdefs/%3e%3crect%20id='Rectangle'%20y='4.500000'%20width='1.500000'%20height='1.500000'%20fill='%23FFFFFF'%20fill-opacity='1.000000'/%3e%3crect%20id='Rectangle'%20x='1.500000'%20y='6.000000'%20width='1.500000'%20height='1.500000'%20fill='%23FFFFFF'%20fill-opacity='1.000000'/%3e%3crect%20id='Rectangle'%20x='3.000000'%20y='7.500000'%20width='1.500000'%20height='1.500000'%20fill='%23FFFFFF'%20fill-opacity='1.000000'/%3e%3crect%20id='Rectangle'%20width='1.500000'%20height='1.500000'%20transform='matrix(-1%200%200%201%209%203)'%20fill='%23FFFFFF'%20fill-opacity='1.000000'/%3e%3crect%20id='Rectangle'%20width='1.500000'%20height='1.500000'%20transform='matrix(-1%200%200%201%2010.5%201.5)'%20fill='%23FFFFFF'%20fill-opacity='1.000000'/%3e%3crect%20id='Rectangle'%20width='1.500000'%20height='1.500000'%20transform='matrix(-1%200%200%201%2012%200)'%20fill='%23FFFFFF'%20fill-opacity='1.000000'/%3e%3crect%20id='Rectangle'%20width='1.500000'%20height='1.500000'%20transform='matrix(-1%200%200%201%207.5%204.5)'%20fill='%23FFFFFF'%20fill-opacity='1.000000'/%3e%3crect%20id='Rectangle'%20width='1.500000'%20height='1.500000'%20transform='matrix(-1%200%200%201%206%206)'%20fill='%23FFFFFF'%20fill-opacity='1.000000'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center center;font-size:30px;transition:.5s}.checkbox-container .checkbox:checked:after{width:21px;height:21px;transition:all ease-in-out .2s}.checkbox-container.blue-theme .checkbox:after{background-color:#1877f2}.checkbox-container.orange-theme .checkbox:after{background-color:#ff5f00}.checkbox-container.violet-theme .checkbox:after{background-color:#b6a4ff}@media screen and (max-width:767px){.checkbox-container{margin:0 8px 16px 0}}.main-bg-errors{background-image:url(/assets/main-bg-errors-B3cGYsNg.png);background-size:cover;width:100%;height:100vh;position:relative}.main-bg-errors .logo{position:absolute;top:18px;left:18px}.main-bg-errors .container-errors{max-width:800px;width:100%;height:100%;margin:0 auto;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:32px}.main-bg-errors .container-errors .main-btn{width:310px;font-weight:500;color:#0a0a0a;font-size:16px;border-width:1.5px;margin-top:32px}@media(hover:hover){.main-bg-errors .container-errors .main-btn:hover{color:#fff}}.main-bg-errors .container-errors .text-error{display:flex;flex-direction:column;align-items:center;gap:8px}.main-bg-errors .container-errors p{color:#0a0a0a;font-size:20px}.main-bg-errors .container-errors img{margin-bottom:32px}.main-bg-errors .container-errors a{font-size:16px;font-weight:500;text-decoration:underline;text-underline-offset:4px;color:#1877f2;transition:all ease-in .3s}@media(hover:hover){.main-bg-errors .container-errors a:hover{color:#b6a4ff;transition:all ease-in .3s}}.section-footer-internal{position:absolute;bottom:16px;left:50%;transform:translate(-50%);border-top:1px solid #d3dbe7;border-bottom:1px solid #d3dbe7;color:#0a0a0a}.section-footer-internal .nav-footer__el{flex:0 0 23%;border-left:1px solid #d3dbe7}@media screen and (max-width:1279px){.section-footer-internal .nav-footer__el{display:none}}.section-footer-internal .section-footer__support{padding:16px;flex:1}@media screen and (max-width:767px){.section-footer-internal .section-footer__support{flex-direction:column}}.section-footer-internal .section-footer__support .support__text{font-size:16px;position:relative}.section-footer-internal .section-footer__support .support__text:before{content:"";position:absolute;top:5px;left:0;width:32px;height:32px}.section-footer-internal .section-footer__support .support__text .text-problems{margin-left:56px;width:500px}@media screen and (max-width:767px){.section-footer-internal .section-footer__support .support__text .text-problems{width:calc(100% - 56px)}}.section-footer-internal .section-footer__support .mail__text{font-size:16px;position:relative;margin-top:16px}.section-footer-internal .section-footer__support .mail__text:before{content:"";position:absolute;top:0;left:0;width:32px;height:32px}.section-footer-internal .section-footer__support .mail__text .text-problems{margin-left:56px;margin-top:4px}.footer-theme-blue .blue-text{color:#1877f2}.footer-theme-blue .section-footer__support .support__text:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAPRJREFUWIXtlTEOgkAQRf/82JhoQafegpojeCA4AhzFA3AEa26BJYmS0JAZC0JjsqBGWCW+djf5M292sgIAh6QKVRlDcARkg0mxGoac1KxMg0IOSRWqrc6AracNfkQaShtRlfH84QBga1XG7LR7QnDk9DMfrGBDf+Ed/wJWz168pNu3AvbJbfDcuwHZxVcbuvBu54+4THg34HwDrs77Tj5l5nsNuPhU5z2/Z8DF2L67WI6Bsa1xsRwDPa++heUY+NktGP0Np8a7gX8BBKz2F281Ycj95SMnqRkgzfzp0pCasUyDgtJGMDvNMw6rYXaitFGZBsUdALNQxfBnu4oAAAAASUVORK5CYII=)}.footer-theme-blue .section-footer__support .mail__text:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAQRJREFUWIXtlTGOgzAQRf98uYmUFHSb3CI1R8iB4AjmKDkAR9iaW5AyUoJEY3m2iNxYy0K0AScSrxws/c/zCAQADuX16L0pIP4EyBazoh2UNemq1maNHMrr0av5BnQzb3CM9BSX03tTLB8OALrx3hR8aE+E+BPnv/M/G2yZLvzBWsAMPbjY3UuD9uX91/n7GggMNZ/KmMnkBiYXuNjdpL2Yeu7pAnMxugOBsAvh7eLdGJqP8TkGArGJeP4sn2cg8N/vQyC5gbXA6A68+q8Yk9yAfBU3TVkguYG1AAHt0sVrRyjrdPmsSboKkH75dOlJV7G1WUNxOVTOy1yHdlA5U1ze2qz5AQ3aVrxpoU/VAAAAAElFTkSuQmCC)}.footer-theme-orange .blue-text{color:#ff5f00}.footer-theme-orange .section-footer__support .support__text:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAMhJREFUWIXtl7ENg0AMRZ+tDMAy9NRZIjTswR40TJGanmXY4FIADZKPBHE4IF57J337YQudAISSJ4EKKICMtAxAh9BIy1um8BrIEwcv6RFqnTo/OhwgJ1Apo3YvCiX9N4+RqWM4AHcBj69vtmFbQinRY3cDEl7EW9va+RLDhLsBewaszudOdjLzxwYs9pqJiRMasFjZd4sLGVjbGoMLGZj5cRYuZOCsW7D+N0yMu4G7AGV8q3kxKNA5FtApQgP0DuE9QiPg+zz/AOcNLg5dXsG2AAAAAElFTkSuQmCC)}.footer-theme-orange .section-footer__support .mail__text:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAOtJREFUWIXtlcENgkAQRd9MvJjYjGdKsAe0C2qgC8PNAijBM8W4CTfGC3tByWJ0HU14x4Hk/307AQGwkj1KxcABYUdOjIDSMlBLQydWske4AtuswY/0GIWiVA7hAFuUSqzkll37HEZQt3AAYadu4SNrgc3sk7N9NukkT8c/bCAy03wxCZPuBpYXONuyvVj63ssFMpHegUjchXi66W7MzRP8kYHI1MR0/iJ/aCDy7vdhxN3AWiC9A5/+K05wNyB2JO8RE7gbWAsoRnBLN4KitG4FlFYZqIHeIb5noFZp6DAKhMtXrsMIY1YhDd0d0is9wvGKkHkAAAAASUVORK5CYII=)}.footer-theme-violet .blue-text{color:#b6a4ff}.footer-theme-violet .section-footer__support .support__text:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAMdJREFUWIXtl7ENg0AMRZ+tDMAy9LSwAjV7sAc1K4SWnmXYwGlyDdJBIEEmJ14Lp+//DhcIwNBbZdBgFEDGucwIo0BX1vKUobfKjBbITw5eMonQqkHjEA6QGzT61u6DUSjn3/kamTqGA3AP8Pj0xbI+FjD068+vb+Bo8+X5mInrGog1D02+NRO4roEYv2oe+D8DMbb2PUY6Bra2JkY6BgJ7v4V0DKS3BUcb7cXdwD2AArNj/qwIo1u8MKpAB0wO8ZNAJ+D7e/4CNGk0UYSmu9QAAAAASUVORK5CYII=)}.footer-theme-violet .section-footer__support .mail__text:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAOpJREFUWIXtl7ENgzAURJ9NGiSWSc0EwAgUjMEMjJEiBQOQTJCaZZCorKQAN1aIjQIYJF75sXTn88kWAuBxe18JKIEMiFiXDmhQVGkhWjGKv4BwZWGTHkUsx51vLQ4QElBKhth9kUnWP/NfRNKjOACngcvUhyRfVuh5/z7fbwKaKeeu2JL0noCzgSR364XrutkG1sLaAY3ugt6d2Y2puY3jJKAxkzDnczleApp/7weN9wROA9YOLP0qmuw3gaVabsN7AqcByfCv5otOAo1HA41EUQG9B/EeRSXTQrQoYqBmm+PogBpFnBai/QBLdDMUONwVngAAAABJRU5ErkJggg==)}.section-footer{position:relative;margin:64px 0 0}@media screen and (max-width:1659px){.section-footer{margin:32px 0 0}}@media screen and (max-width:1279px){.section-footer{margin:16px 0 0}}.section-footer .section-footer__wrapper{position:relative;border-radius:32px;background-color:#000330;width:100%;padding:32px}@media screen and (max-width:767px){.section-footer .section-footer__wrapper .section-footer__support{margin-top:24px}}.section-footer .section-footer__wrapper .section-footer__support .content{width:100%;position:relative;padding:0 8px 8px 50px;font-size:24px;font-weight:500;color:#fff}@media screen and (max-width:1659px){.section-footer .section-footer__wrapper .section-footer__support .content{font-size:20px}}@media screen and (max-width:1279px){.section-footer .section-footer__wrapper .section-footer__support .content{font-size:16px}}@media screen and (max-width:1023px){.section-footer .section-footer__wrapper .section-footer__support .content{padding:0 32px 8px 50px}}@media screen and (max-width:767px){.section-footer .section-footer__wrapper .section-footer__support .content{font-size:14px}}.section-footer .section-footer__wrapper .section-footer__support .content:before{content:"";position:absolute;top:8px;left:0;width:32px;height:32px}@media screen and (max-width:1659px){.section-footer .section-footer__wrapper .section-footer__support .content:before{top:4px}}.section-footer .section-footer__wrapper .section-footer__support .link-support:before{background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='32.000000'%20height='32.000000'%20fill='none'%20clip-path='url(%23clipPath_9)'%20customFrame='url(%23clipPath_9)'%3e%3cdefs%3e%3cclipPath%20id='clipPath_9'%3e%3crect%20width='32.000000'%20height='32.000000'%20x='0.000000'%20y='0.000000'%20rx='4.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_10'%3e%3crect%20width='24.000000'%20height='24.000000'%20x='4.000000'%20y='4.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='--%20icon'%20width='32.000000'%20height='32.000000'%20x='0.000000'%20y='0.000000'%20rx='4.000000'%20fill='rgb(22,25,85)'%20/%3e%3cg%20id='downasaur'%20clip-path='url(%23clipPath_10)'%20customFrame='url(%23clipPath_10)'%3e%3crect%20id='downasaur'%20width='24.000000'%20height='24.000000'%20x='4.000000'%20y='4.000000'%20/%3e%3cpath%20id='Union'%20d='M24%2010.001L24%208.00488L10%208.00488L10%2010.001L8%2010.001L8%2012.001L6%2012.001L6%2014.001L12%2014.001L12%2012.001L14%2012.001L14%2014.001L26%2014.001L26%2010.001L24%2010.001ZM26%2014.0049L26%2016.0049L18%2016.0049L18%2018.001L24%2018.001L24%2020.001L6%2020.001L6%2014.0049L26%2014.0049ZM20%2022.0049L20%2020.0049L6%2020.0049L6%2024.001L18%2024.001L18%2022.0049L20%2022.0049Z'%20fill='rgb(254.745,254.779,255)'%20fill-rule='evenodd'%20/%3e%3c/g%3e%3c/svg%3e");background-size:cover}.section-footer .section-footer__wrapper .section-footer__support .mail-support{padding:4px 8px 8px 50px;margin-top:8px}.section-footer .section-footer__wrapper .section-footer__support .mail-support:before{background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2032%2032'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='32.000000'%20height='32.000000'%20fill='none'%20clip-path='url(%23clipPath_11)'%20customFrame='url(%23clipPath_11)'%3e%3cdefs%3e%3cclipPath%20id='clipPath_11'%3e%3crect%20width='32.000000'%20height='32.000000'%20x='0.000000'%20y='0.000000'%20rx='4.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_12'%3e%3crect%20width='24.000000'%20height='24.000000'%20x='4.000000'%20y='4.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3cclipPath%20id='clipPath_13'%3e%3crect%20width='24.000000'%20height='24.000000'%20x='4.000000'%20y='4.000000'%20fill='rgb(255,255,255)'%20/%3e%3c/clipPath%3e%3c/defs%3e%3crect%20id='--%20icon'%20width='32.000000'%20height='32.000000'%20x='0.000000'%20y='0.000000'%20rx='4.000000'%20fill='rgb(22,25,85)'%20/%3e%3cg%20id='downasaur'%20clip-path='url(%23clipPath_12)'%20customFrame='url(%23clipPath_12)'%3e%3crect%20id='downasaur'%20width='24.000000'%20height='24.000000'%20x='4.000000'%20y='4.000000'%20/%3e%3cpath%20id='Union'%20d='M24%2010.001L24%208.00488L10%208.00488L10%2010.001L8%2010.001L8%2012.001L6%2012.001L6%2014.001L12%2014.001L12%2012.001L14%2012.001L14%2014.001L26%2014.001L26%2010.001L24%2010.001ZM26%2014.0049L26%2016.0049L18%2016.0049L18%2018.001L24%2018.001L24%2020.001L6%2020.001L6%2014.0049L26%2014.0049ZM20%2022.0049L20%2020.0049L6%2020.0049L6%2024.001L18%2024.001L18%2022.0049L20%2022.0049Z'%20fill='rgb(254.745,254.779,255)'%20fill-rule='evenodd'%20/%3e%3c/g%3e%3cg%20id='mail'%20clip-path='url(%23clipPath_13)'%20customFrame='url(%23clipPath_13)'%3e%3crect%20id='mail'%20width='24.000000'%20height='24.000000'%20x='4.000000'%20y='4.000000'%20/%3e%3cpath%20id='Vector%203'%20d='M25%209L7%209L7%2023L25%2023L25%209Z'%20fill='rgb(22,25,85)'%20fill-rule='evenodd'%20/%3e%3cpath%20id='Vector%2021%20(Stroke)'%20d='M6%208L26%208L26%2024L6%2024L6%208ZM8%2010L8%2022L24%2022L24%2010L8%2010Z'%20fill='rgb(254.745,254.779,255)'%20fill-rule='evenodd'%20/%3e%3crect%20id='Rectangle%2042'%20width='2.000000'%20height='2.000000'%20x='10.000000'%20y='12.000000'%20fill='rgb(254.745,254.779,255)'%20/%3e%3crect%20id='Rectangle%2043'%20width='2.000000'%20height='2.000000'%20x='12.000000'%20y='14.000000'%20fill='rgb(254.745,254.779,255)'%20/%3e%3crect%20id='Rectangle%2046'%20width='2.000000'%20height='2.000000'%20x='0.000000'%20y='0.000000'%20fill='rgb(254.745,254.779,255)'%20transform='matrix(-1,0,0,1,22,12)'%20/%3e%3crect%20id='Rectangle%2047'%20width='2.000000'%20height='2.000000'%20x='0.000000'%20y='0.000000'%20fill='rgb(254.745,254.779,255)'%20transform='matrix(-1,0,0,1,20,14)'%20/%3e%3crect%20id='Rectangle%2044'%20width='4.000000'%20height='2.000000'%20x='14.000000'%20y='16.000000'%20fill='rgb(254.745,254.779,255)'%20/%3e%3c/g%3e%3c/svg%3e");background-size:cover}@media screen and (max-width:1439px){.section-footer .section-footer__wrapper .section-footer__support .mail-support{padding:8px 8px 8px 50px}}.section-footer .section-footer__wrapper .section-footer__support .text-problems{margin-left:24px}.section-footer .section-footer__wrapper .section-footer__logo{display:flex;justify-content:end;position:relative}.section-footer .section-footer__wrapper .section-footer__logo .logo__mirea{margin-right:16px}.footer-editor{position:fixed;bottom:0;left:0;height:55px;width:100%;z-index:1001}.footer-editor .wrapper__footer-editor{width:100%;display:flex;justify-content:space-between;border-radius:8px 8px 0 0;background-color:#fff;background-image:url(/assets/bg-CAN1b69i.png);background-repeat:no-repeat;background-position:center}.footer-editor .left-side-footer,.footer-editor .right-side-footer{display:flex;align-items:center;gap:16px;padding:6px 24px}.footer-editor .footer__btn-editor{width:43px;height:43px;border-radius:8px;transition:all ease .3s}@media(hover:hover){.footer-editor .footer__btn-editor:hover svg g path{stroke:#b6a4ff;transition:all ease .3s}}.footer-editor .footer__btn-editor.disable{cursor:not-allowed}.footer-editor .footer__btn-editor.disable svg g path{stroke:#91a3b0;transition:all ease .3s}.main-input__label{color:#91a3b0;margin-bottom:12px;font-weight:400}.main-input__wrapper{border-radius:8px;border:1px solid transparent;width:100%;height:auto;min-height:auto}.main-input__wrapper .main-input{width:100%;height:100%;padding:23px 16px;background:#fff;color:#91a3b0;border-radius:8px;border:1px solid rgba(211,219,231,.5);color:#000;resize:none;margin:0;outline:none;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;overflow:hidden}@media(hover:hover){.main-input__wrapper .main-input:hover{background-color:#fff;color:#91a3b0;border:1px solid #b6a4ff;transition:all .2s ease-in-out}}.main-input__wrapper .main-input:-webkit-autofill{background:#ecf3f999!important}.main-input__wrapper .main-input:focus+.fogot-password{display:none}.main-input__wrapper .main-input:focus{background-color:#fff;border:1px solid #b6a4ff;color:#0a0a0a;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.main-input__wrapper .main-input::placeholder{color:#91a3b0}@media screen and (max-width:1659px){.main-input__wrapper .main-input{padding:23px 50px 23px 16px;font-size:16px;font-weight:400;line-height:24px}}@media screen and (max-width:767px){.main-input__wrapper .main-input{padding:23px 50px 23px 16px;font-size:16px;line-height:21px}}.main-input__wrapper_disable{position:relative}.main-input__wrapper_disable .main-input{background-color:#fff;border:1px solid #1877f2;color:#0a0a0a;padding-right:40px}@media(hover:hover){.main-input__wrapper_disable:hover .main-input{background-color:#fff;transition:all .2s ease-in-out}}.main-input__wrapper_disable:before{content:"";background:url("data:image/svg+xml,%3csvg%20width='24.000000'%20height='24.000000'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e%20Created%20with%20Pixso.%20%3c/desc%3e%3cdefs%3e%3cclipPath%20id='clip384_793'%3e%3crect%20id='icon'%20width='24.000000'%20height='24.000000'%20fill='white'%20fill-opacity='0'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23clip384_793)'%3e%3cpath%20id='Union'%20d='M9%202L15%202L15%204L9%204L9%202ZM7%204L9%204L9%208L15%208L15%204L17%204L17%208L20%208L20%2022L4%2022L4%208L7%208L7%204ZM9%2010L6%2010L6%2020L18%2020L18%2010L9%2010ZM11%2013L13%2013L13%2017L11%2017L11%2013Z'%20clip-rule='evenodd'%20fill='%231877F2'%20fill-opacity='1.000000'%20fill-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e");position:absolute;width:24px;height:24px;right:16px;top:50%;transform:translateY(-50%)}.main-input__wrapper_password-eye{position:relative}.main-input__wrapper_password-eye .eye-password{position:absolute;right:16px;top:50%;transform:translateY(-50%);cursor:pointer;display:inline-block;width:24px;height:24px}.main-input__wrapper_password-eye .eye-password .rectangle-1{position:absolute;top:12px;left:11px;width:2px;height:2px;background-color:#1877f2}.main-input__wrapper_password-eye .eye-password .rectangle-2{position:absolute;top:10px;left:9px;width:2px;height:2px;background-color:#1877f2}.main-input__wrapper_password-eye .eye-password .rectangle-3{position:absolute;top:10px;left:13px;width:2px;height:2px;background-color:#1877f2}.main-input__wrapper_password-eye .eye-password .rectangle-4{position:absolute;top:14px;left:13px;width:2px;height:2px;background-color:#1877f2}.main-input__wrapper_password-eye .eye-password .rectangle-5{position:absolute;top:14px;left:9px;width:2px;height:2px;background-color:#1877f2}.main-input__wrapper_password-eye .eye-password .rectangle-10{position:absolute;top:6px;left:8px;width:8px;height:2px;background-color:#000330}.main-input__wrapper_password-eye .eye-password .rectangle-11{position:absolute;top:8px;left:16px;width:4px;height:2px;background-color:#000330}.main-input__wrapper_password-eye .eye-password .rectangle-12{position:absolute;top:8px;left:4px;width:4px;height:2px;background-color:#000330}.main-input__wrapper_password-eye .eye-password .rectangle-13{position:absolute;top:18px;left:8px;width:8px;height:2px;background-color:#000330}.main-input__wrapper_password-eye .eye-password .rectangle-14{position:absolute;top:16px;left:16px;width:4px;height:2px;background-color:#000330}.main-input__wrapper_password-eye .eye-password .rectangle-15{position:absolute;top:16px;left:4px;width:4px;height:2px;background-color:#000330}.main-input__wrapper_password-eye .eye-password .rectangle-16{position:absolute;top:10px;left:20px;width:2px;height:2px;background-color:#000330}.main-input__wrapper_password-eye .eye-password .rectangle-17{position:absolute;top:10px;left:2px;width:2px;height:2px;background-color:#000330}.main-input__wrapper_password-eye .eye-password .rectangle-18{position:absolute;top:12px;left:0;width:2px;height:2px;background-color:#000330}.main-input__wrapper_password-eye .eye-password .rectangle-19{position:absolute;top:12px;left:22px;width:2px;height:2px;background-color:#000330}.main-input__wrapper_password-eye .eye-password .rectangle-20{position:absolute;top:14px;left:20px;width:2px;height:2px;background-color:#000330}.main-input__wrapper_password-eye .eye-password .rectangle-21{position:absolute;top:14px;left:2px;width:2px;height:2px;background-color:#000330}.main-input__wrapper_password-eye .eye-password .square{position:absolute;background-color:#1877f2;top:11px;left:10px;width:4px;height:4px}.main-input__wrapper_password-eye .active .cross{display:none}.main-input__wrapper_password-eye .active .square{display:block}.main-input__wrapper_password-eye.password_error .main-input{background-color:#ff5f001a;border:1px solid #ff5f00}@media(hover:hover){.main-input__wrapper_password-eye.password_error:hover .main-input{background-color:#ff5f001a;transition:all .2s ease-in-out}}.main-input__wrapper_success{position:relative}.main-input__wrapper_success .main-input{background-color:#1186760f;border:1px solid #118676}.main-input__wrapper_success .main-input:focus{background-color:#1186760f;border:1px solid #118676}@media(hover:hover){.main-input__wrapper_success:hover .main-input{background-color:#1186760f;transition:all .2s ease-in-out}}.main-input__wrapper_success:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24.000000'%20height='24.000000'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e%20Created%20with%20Pixso.%20%3c/desc%3e%3cdefs%3e%3cclipPath%20id='clip426_11666'%3e%3crect%20id='icon'%20width='24.000000'%20height='24.000000'%20fill='white'%20fill-opacity='0'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23clip426_11666)'%3e%3cpath%20id='Union'%20d='M20%206L18%206L18%208L20%208L20%206ZM18%208L16%208L16%2010L18%2010L18%208ZM16%2010L14%2010L14%2012L16%2012L16%2010ZM4%2012L4%2014L6%2014L6%2012L4%2012ZM14%2012L12%2012L12%2014L14%2014L14%2012ZM6%2014L6%2016L8%2016L8%2014L6%2014ZM12%2014L10%2014L10%2016L12%2016L12%2014ZM8%2016L8%2018L10%2018L10%2016L8%2016Z'%20clip-rule='evenodd'%20fill='%23118676'%20fill-opacity='1.000000'%20fill-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e");position:absolute;width:24px;height:24px;right:16px;top:50%;transform:translateY(-50%)}.main-input__wrapper_validation{position:relative}.main-input__wrapper_validation .main-input{background-color:#ffe60129;border:1px solid #ffe601}.main-input__wrapper_validation .main-input:focus{background-color:#ffe60129;border:1px solid #ffe601}@media(hover:hover){.main-input__wrapper_validation:hover .main-input{background-color:#ffe60129;transition:all .2s ease-in-out}}.main-input__wrapper_validation:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24.000000'%20height='24.000000'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e%20Created%20with%20Pixso.%20%3c/desc%3e%3cdefs%3e%3cclipPath%20id='clip426_11636'%3e%3crect%20id='icon'%20width='24.000000'%20height='24.000000'%20fill='white'%20fill-opacity='0'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23clip426_11636)'%3e%3cpath%20id='Union'%20d='M11%201L13%201L13%203L11%203L11%201ZM11%203L11%205L9%205L9%203L11%203ZM13%203L15%203L15%205L13%205L13%203ZM9%205L9%207L7%207L7%205L9%205ZM15%205L17%205L17%207L15%207L15%205ZM7%207L7%209L5%209L5%207L7%207ZM11%207L13%207L13%2013L11%2013L11%207ZM17%207L19%207L19%209L17%209L17%207ZM3%209L5%209L5%2011L3%2011L3%209ZM19%209L21%209L21%2011L19%2011L19%209ZM3%2011L3%2013L1%2013L1%2011L3%2011ZM21%2011L23%2011L23%2013L21%2013L21%2011ZM3%2013L5%2013L5%2015L3%2015L3%2013ZM19%2013L21%2013L21%2015L19%2015L19%2013ZM7%2015L7%2017L5%2017L5%2015L7%2015ZM11%2015L13%2015L13%2017L11%2017L11%2015ZM17%2015L19%2015L19%2017L17%2017L17%2015ZM9%2017L9%2019L7%2019L7%2017L9%2017ZM15%2017L17%2017L17%2019L15%2019L15%2017ZM11%2019L11%2021L9%2021L9%2019L11%2019ZM13%2019L15%2019L15%2021L13%2021L13%2019ZM11%2021L13%2021L13%2023L11%2023L11%2021Z'%20clip-rule='evenodd'%20fill='%23FFE601'%20fill-opacity='1.000000'%20fill-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e");position:absolute;width:24px;height:24px;right:16px;top:50%;transform:translateY(-50%)}.main-input__wrapper_error{position:relative}.main-input__wrapper_error .main-input{background-color:#ff5f001a;border:1px solid #ff5f00}.main-input__wrapper_error .main-input:focus{background-color:#ff5f001a;border:1px solid #ff5f00}@media(hover:hover){.main-input__wrapper_error:hover .main-input{background-color:#ff5f001a;border:1px solid #ff5f00;transition:all .2s ease-in-out}}.main-input__wrapper_error:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24.000000'%20height='24.000000'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e%20Created%20with%20Pixso.%20%3c/desc%3e%3cdefs%3e%3cclipPath%20id='clip426_11582'%3e%3crect%20id='icon'%20width='24.000000'%20height='24.000000'%20fill='white'%20fill-opacity='0'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23clip426_11582)'%3e%3cpath%20id='Union'%20d='M2.79883%204.20825L4.21289%202.79403L11.9902%2010.5715L16.9336%205.62937L15.5215%204.21861L16.9375%202.8044L18.3477%204.21516L19.7637%202.79887L21.1777%204.21309L13.4043%2011.9857L18.3613%2016.9417L19.7715%2015.5309L21.1855%2016.9452L19.7754%2018.3559L21.1836%2019.7646L19.7695%2021.1788L11.9902%2013.3999L4.20703%2021.1836L2.79297%2019.7694L4.20312%2018.3601L2.79102%2016.9493L4.20508%2015.5351L5.61719%2016.9458L10.5762%2011.9857L2.79883%204.20825ZM5.63281%204.21101L7.04688%202.7968L8.46094%204.21101L7.04688%205.62522L5.63281%204.21101ZM2.79883%207.04496L4.21289%205.63075L5.62695%207.04496L4.21484%208.45572L5.62695%209.86786L4.21289%2011.2821L2.79883%209.86786L4.21094%208.4571L2.79883%207.04496ZM8.45508%204.21861L9.86914%202.8044L11.2832%204.21861L9.86914%205.63282L8.45508%204.21861ZM2.79102%2014.1153L4.20508%2012.7011L5.62109%2014.1153L4.20508%2015.5296L2.79102%2014.1153ZM12.6953%204.21516L14.1094%202.80094L15.5234%204.21516L14.1094%205.62937L12.6953%204.21516ZM18.3633%207.04221L19.7773%205.62799L21.1914%207.04221L19.7773%208.45642L18.3633%207.04221ZM5.63672%2019.7701L7.05078%2018.3559L8.46094%2019.7667L9.87109%2018.3573L11.2852%2019.7715L9.87109%2021.1857L8.45898%2019.775L7.05078%2021.1843L5.63672%2019.7701ZM18.3535%209.86787L19.7676%208.45366L21.1836%209.86787L19.7676%2011.2821L18.3535%209.86787ZM12.6914%2019.7674L14.1055%2018.3531L15.5195%2019.7674L14.1055%2021.1816L12.6914%2019.7674ZM18.3613%2014.114L19.7754%2012.6997L21.1895%2014.114L19.7754%2015.5282L18.3613%2014.114ZM15.5273%2019.7667L16.9414%2018.3525L18.3555%2019.7667L16.9414%2021.1809L15.5273%2019.7667Z'%20clip-rule='evenodd'%20fill='%23FF5F00'%20fill-opacity='1.000000'%20fill-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e");position:absolute;width:24px;height:24px;right:16px;top:50%;transform:translateY(-50%)}.main-input__wrapper .fogot-password{color:#91a3b0;position:absolute;top:50%;right:0;font-size:16px;transform:translate(-70%,-50%);-webkit-transform:translate(-70%,-50%);-moz-transform:translate(-70%,-50%);-ms-transform:translate(-70%,-50%);-o-transform:translate(-70%,-50%);visibility:visible}@media screen and (max-width:767px){.main-input__wrapper .fogot-password{font-size:14px}}.main-input__error-text{position:relative;margin-top:4px;font-size:12px;color:#ff5f00}.wysiwyg-editor-wrapper{width:100%;height:100%;padding:23px 16px;border-radius:8px;border:1px solid rgba(211,219,231,.5)}.sun-editor-editable{font-size:14px!important}.sun-editor-editable ul li{list-style-type:initial}.section-main__loader{height:calc(100% - 137px);background-color:#fff;border-bottom-left-radius:32px;padding:18px 48px 32px}@media screen and (max-width:1279px){.section-main__loader{border-bottom-right-radius:32px;height:500px}}.section-main__loader .main-loader{position:absolute}.section-main__loader .loader-container{display:flex;justify-content:center;align-items:center;height:100%}.wave-dots__wrapper-loader{display:flex;justify-content:center;align-items:center}.wave-dots__wrapper-loader .container{--uib-size: 110px;--uib-speed: 2.6s;--uib-dot-size: calc(var(--uib-size) * .23);display:flex;align-items:center;justify-content:space-between;width:var(--uib-size);height:var(--uib-dot-size);filter:url(#uib-jelly-ooze)}.wave-dots__wrapper-loader .container .dot{position:absolute;top:calc(50% - var(--uib-dot-size) / 2);left:calc(0px - var(--uib-dot-size) / 2);display:block;height:var(--uib-dot-size);width:var(--uib-dot-size);border-radius:50%;background-color:#1877f2;animation:stream var(--uib-speed) linear infinite both;transition:background-color .3s ease}.wave-dots__wrapper-loader .container .dot:nth-child(2){animation-delay:calc(var(--uib-speed) * -.2)}.wave-dots__wrapper-loader .container .dot:nth-child(3){animation-delay:calc(var(--uib-speed) * -.4)}.wave-dots__wrapper-loader .container .dot:nth-child(4){animation-delay:calc(var(--uib-speed) * -.6)}.wave-dots__wrapper-loader .container .dot:nth-child(5){animation-delay:calc(var(--uib-speed) * -.8)}@keyframes stream{0%,to{transform:translate(0) scale(0)}50%{transform:translate(calc(var(--uib-size) * .5)) scale(1)}99.999%{transform:translate(calc(var(--uib-size))) scale(0)}}.three-dots__wrapper-loader .container{--uib-size: 43px;--uib-color: #a3a8cc;--uib-speed: 1.7s;--uib-dot-size: calc(var(--uib-size) * .24);position:relative;display:flex;align-items:center;justify-content:space-between;height:var(--uib-dot-size);width:var(--uib-size)}.three-dots__wrapper-loader .dot,.three-dots__wrapper-loader .container:before,.three-dots__wrapper-loader .container:after{content:"";display:block;height:var(--uib-dot-size);width:var(--uib-dot-size);border-radius:50%;background-color:var(--uib-color);transform:scale(0);transition:background-color .3s ease}.three-dots__wrapper-loader .container:before{animation:pulse var(--uib-speed) ease-in-out calc(var(--uib-speed) * -.375) infinite}.three-dots__wrapper-loader .dot{animation:pulse var(--uib-speed) ease-in-out calc(var(--uib-speed) * -.25) infinite both}.three-dots__wrapper-loader .container:after{animation:pulse var(--uib-speed) ease-in-out calc(var(--uib-speed) * -.125) infinite}@keyframes pulse{0%,to{transform:scale(0)}50%{transform:scale(1)}}.shiny-text__wrapper-loader .shiny-text{background:linear-gradient(120deg,#a3a8cc4d 40%,#767da7 50%,#a3a8cc4d) 60%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;background-size:200% 100%;font-size:56px;font-weight:500;display:inline-block;animation-name:shine;animation-timing-function:linear;animation-iteration-count:infinite;animation-duration:5s}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.loader{--loader-color: #91a3b0;--loader-size: 25px;border:4px solid var(--loader-color);border-left-color:transparent;border-radius:100%;width:var(--loader-size);height:var(--loader-size);animation:spin89345 1s linear infinite}@keyframes spin89345{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress-container{width:100%;height:24px;background-color:#fff;border-radius:2px;overflow:hidden}.percent{color:#91a3b0;font-size:20px;width:100%;text-align:end;margin-top:8px}.progress-fill{height:100%;border-radius:2px;background-color:#2b80ff;transition:width .1s linear}.dialog-window__overlay{position:fixed;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#32344152;z-index:2000}.dialog-window__overlay .dialog-window{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:940px;max-width:90%;max-height:85vh;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;padding:48px;display:flex;flex-direction:column;color:#0a0a0a}.dialog-window__overlay .dialog-window .main-input{padding:15px 16px}.dialog-window__overlay .dialog-window .main-btn{width:310px}.dialog-window__overlay .dialog-window .dialog-window__title{margin:0 0 32px;font-size:24px}.dialog-window__overlay .dialog-window .dialog-window__text{white-space:pre-wrap;margin-bottom:32px}.dialog-window__overlay .dialog-window .dialog-window__content{overflow-y:auto;overflow-x:hidden;flex-grow:1;font-size:16px;font-weight:500}.dialog-window__overlay .dialog-window .dialog-window__content::-webkit-scrollbar{width:8px;height:10px}.dialog-window__overlay .dialog-window .dialog-window__content::-webkit-scrollbar-track{background:transparent}.dialog-window__overlay .dialog-window .dialog-window__content::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}.dialog-window__overlay .dialog-window .dialog-window__content{padding-right:10px}.dialog-window__overlay .dialog-window .dialog-window__content .form-invite-link .row{margin-bottom:16px}.dialog-window__overlay .dialog-window .dialog-window__footer{margin-top:32px;display:flex;justify-content:flex-end}.reject-dialog-list li{position:relative}.reject-dialog-list li:before{content:"";position:absolute;top:10px;left:-24px;width:5px;height:5px;border-radius:50%;background-color:#0a0a0a}.error-type__recommendations{margin:24px 0 0;padding-left:20px}.error-type__recommendations li{list-style:disc}.error-type__recommendations li{margin-bottom:8px;line-height:1.5}.error-type__recommendations li::marker{color:#323441}.error-type__recommendations li:last-child{margin-bottom:0}.warning-item-wrapper{display:flex;align-items:center}.error-item{width:100%;padding:16px 0;border-bottom:1px solid #f5f5f5}.error-item:last-child{border-bottom:none}.error-item__header{display:flex;gap:8px;margin-bottom:12px;align-items:center}.error-item__details{width:100%;margin:8px 0}.details__content{font-weight:400;white-space:pre-wrap;width:100%}.error-dialog__message,.error-type{color:#323441}.error-type__title{border-radius:100px;padding:10px;text-align:center;width:325px;position:relative;font-size:16px;margin-left:60px;margin-top:64px;color:#0a0a0a}.error-type__title_yellow{background-color:#ffe60129}.error-type__title_yellow:after{content:"";position:absolute;left:-60px;top:-2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAVtJREFUWIXll82SgjAQhL/EfS/jRcunUp6KwovwYDJ7SILhP4GtClXbR5MMne7pASEz1NaDUmI48QDgQ6Hu1Fvq6K0ELAsMgtlTYh+BP0CyBVIh7mStrlwA5MXbK6FuaTWzK/ATs0nKwGflmk1ovhto/L3DvTGNGSVXisRTFi3huBb0ci40tBSz6+EcaN2tNUZevEfrsQTcg40rOl3gOwM6cn6flIB2BOmTD3E8CwZNtHlUOyUU2CaWytoxbOJjKLCa871YmBPWghOPLuc7ZJ+DuvHsuAQWA3V2C2yThBYE2Q+ZT8GfWxu5UvFEcQbg04/sSO7UURqDpVF+DAumICUG7UZpy2Uo8951j+wKLL8L/EzQGCndT+FN1PhWXUNrzNT6+BER+J/fAz3Y7Bbg1IDenBjkPCm6UQRC3/1brWeE4txZdE8jkN2CfX/NInK+huwKxDXhHCJyfnj8Ak8en0S7NgKiAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center;background-color:#ffe60129;border-radius:50%;width:44px;height:44px;transition:all ease .3s}.error-type__title_red{background-color:#ff5f001a}.error-type__title_red:after{content:"";position:absolute;left:-60px;top:-2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAMRJREFUWIXtllsSwiAMRQ+O+5KupN2JLsWuRFgZfkAZxRoNTq0PzlenQ+jNTUiBRqMhEAZsGLBLxhspmMAprerMEaf9+DPxG82mS3DXAUhZRCyBHYAZ6cSYPmftIWYtuScKKDa1SYAsuiekR/dILHx6CeaYy1DjUMnqDmwrYhwABn/RpD77okRdgolX58TE6iWoacKbc45iTpTU9ICNSsCMHJKofX6v5DtK8NOTUOyBynPugKs5UfUz+pv7gMg7rmSNRuMMsqRbWxpSpFsAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center;background-color:#ff5f001a;border-radius:50%;width:44px;height:44px;transition:all ease .3s}.react-select-container .react-select__control{height:100%;min-height:54px;background:transparent;border-radius:8px;border:1px solid rgba(211,219,231,.5);box-shadow:unset}@media(hover:hover){.react-select-container .react-select__control:hover{border-color:#b6a4ff;transition:all ease .3s}.react-select-container .react-select__control:hover .react-select__indicators .react-select__dropdown-indicator:before{transition:all ease .3s;background-color:#b6a4ff}}.react-select-container .react-select__control .react-select__value-container{padding:0 0 0 16px}.react-select-container .react-select__control .react-select__value-container .react-select__placeholder,.react-select-container .react-select__control .react-select__value-container .react-select__single-value{color:#91a3b0;font-weight:300}.react-select-container .react-select__control .react-select__value-container .react-select__input-container{color:#0a0a0a}.react-select-container .react-select__control .react-select__value-container--has-value .react-select__placeholder,.react-select-container .react-select__control .react-select__value-container--has-value .react-select__single-value{color:#0a0a0a;font-weight:400}.react-select-container .react-select__control .react-select__indicators .react-select__indicator-separator{width:0}.react-select-container .react-select__control .react-select__indicators .react-select__indicator{padding:0}.react-select-container .react-select__control .react-select__indicators .react-select__dropdown-indicator{position:relative;padding-right:56px}.react-select-container .react-select__control .react-select__indicators .react-select__dropdown-indicator:before{content:"";position:absolute;right:16px;width:24px;height:24px;clip-path:path("M5 8L7 8L7 10L5 10L5 8ZM17 8L19 8L19 10L17 10L17 8ZM7 10L9 10L9 12L7 12L7 10ZM15 10L17 10L17 12L15 12L15 10ZM9 12L11 12L11 14L9 14L9 12ZM13 12L15 12L15 14L13 14L13 12ZM11 14L13 14L13 16L11 16L11 14Z");transition:all ease .3s;background-color:#1877f2}.react-select-container .react-select__control .react-select__indicators .react-select__dropdown-indicator svg{width:0px}.react-select-container .react-select__control--is-focused{border-color:#b6a4ff}.react-select-container .react-select__control--is-focused .react-select__indicators .react-select__dropdown-indicator:before{background-color:#b6a4ff;transform:rotate(180deg);transition:all ease .3s}.react-select-container .react-select__menu{border-radius:8px;border:1px solid #ebeff2;z-index:2;box-shadow:2px 2px 8px #3234410d,-2px -2px 8px #3234410d}.react-select-container .react-select__menu .react-select__menu-list{padding:12px}.react-select-container .react-select__menu .react-select__menu-list .react-select__option{border-radius:8px;color:#0a0a0a;font-weight:400}@media(hover:hover){.react-select-container .react-select__menu .react-select__menu-list .react-select__option:hover{background-color:#ff5f001a}}.react-select-container .react-select__menu .react-select__menu-list .react-select__option--is-focused{background:transparent}.react-select-container .react-select__menu .react-select__menu-list .react-select__option--is-selected{background-color:#ff5f001a;color:#0a0a0a}.react-select-container--is-disable .react-select__control{border:1px solid #1877f2}.react-select-container--is-disable .react-select__control .react-select__indicators .react-select__dropdown-indicator:before{clip-path:path("M9 2L15 2L15 4L9 4L9 2ZM7 4L9 4L9 8L15 8L15 4L17 4L17 8L20 8L20 22L4 22L4 8L7 8L7 4ZM9 10L6 10L6 20L18 20L18 10L9 10ZM11 13L13 13L13 17L11 17L11 13Z")}.dialog__RejectDKDOO{display:flex;flex-direction:column;gap:16px}.dialog__RejectDKDOO .main-card__programm{height:112px}.dialog__RejectDKDOO .main-card__programm:before{background-image:unset}.dialog__RejectDKDOO .main-card__programm .main-card-programm_title{margin:0}.dialog__RejectDKDOO .main-card__programm .main-card-programm_text{margin-top:24px;font-weight:400}.dialog__RejectDKDOO-reason h1{font-size:20px;color:#0a0a0a;font-weight:400}.dialog__RejectDKDOO-reason h2{color:#91a3b0;font-size:16px;font-weight:400;margin-bottom:16px}.dialog__RejectDKDOO-reason p{font-size:16px;font-weight:400}.dialog__RejectDKDOO-reason p:last-child{padding-bottom:12px}.dialog__RejectDKDOO-reason{margin-bottom:12px;border-bottom:1px solid rgba(211,219,231,.5)}.info-description{color:#323441;font-size:16px}.dialog-window__Ai-mark .dialog-window__title{display:flex;align-items:center;gap:24px;font-size:24px;font-weight:600}.dialog-window__Ai-mark .dialog-window__title .main-btn-square{display:flex;justify-content:center;align-items:center;position:relative;width:40px;height:40px;font-size:16px}.dialog-window__Ai-mark .dialog-window__title .main-btn-square.red{background-color:#ff5f001a;color:#ff5f00}.dialog-window__Ai-mark .dialog-window__title .main-btn-square.yellow{background-color:#ffe60129;color:#ffb601}.dialog-window__Ai-mark .dialog-window__title .main-btn-square.green{color:#118676;background-color:#1186760f}.dialog-window__Ai-mark .dialog-window__content{overflow-x:hidden}.dialog-window__Ai-mark .dialog-window__content table{width:100%;border-collapse:collapse;margin:16px 0}.dialog-window__Ai-mark .dialog-window__content table th,.dialog-window__Ai-mark .dialog-window__content table td{border:1px solid rgba(211,219,231,.5);padding:12px;text-align:center}.dialog-window__Ai-mark .dialog-window__content table th{background-color:#ecf3f999;font-weight:600;color:#0a0a0a}.dialog-window__Ai-mark .dialog-window__content table tr:hover td{background-color:#ecf3f999}.dialog-window__Ai-mark .dialog-window__content h1,.dialog-window__Ai-mark .dialog-window__content h2,.dialog-window__Ai-mark .dialog-window__content h3,.dialog-window__Ai-mark .dialog-window__content h4,.dialog-window__Ai-mark .dialog-window__content h5,.dialog-window__Ai-mark .dialog-window__content h6{margin:24px 0 12px;color:#0a0a0a;line-height:1.4;font-weight:600}.dialog-window__Ai-mark .dialog-window__content h1{font-size:28px}.dialog-window__Ai-mark .dialog-window__content h2{font-size:24px}.dialog-window__Ai-mark .dialog-window__content h3{font-size:20px}.dialog-window__Ai-mark .dialog-window__content h4{font-size:18px;font-weight:500}.dialog-window__Ai-mark .dialog-window__content h5,.dialog-window__Ai-mark .dialog-window__content h6{font-size:16px;font-weight:500}.dialog-window__Ai-mark .dialog-window__content p{margin:8px 0;line-height:1.6}.dialog-window__Ai-mark .dialog-window__content strong,.dialog-window__Ai-mark .dialog-window__content b{font-weight:600;color:#0a0a0a}.dialog-window__Ai-mark .dialog-window__content em,.dialog-window__Ai-mark .dialog-window__content i{font-style:italic}.dialog-window__Ai-mark .dialog-window__content code{background-color:#ecf3f999;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:.9em}.dialog-window__Ai-mark .dialog-window__content pre{background-color:#ecf3f999;padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0}.dialog-window__Ai-mark .dialog-window__content pre code{background-color:transparent;padding:0}.dialog-window__Ai-mark .dialog-window__content blockquote{border-left:4px solid #1877f2;padding-left:16px;margin:16px 0;font-style:italic}.dialog-window__Ai-mark .dialog-window__content hr{border:none;border-top:1px solid rgba(211,219,231,.5);margin:24px 0}.dialog-window__Ai-mark .dialog-window__content a{color:#1877f2;text-decoration:none}@media(hover:hover){.dialog-window__Ai-mark .dialog-window__content a:hover{color:#b6a4ff;text-decoration:underline}}.dialog-window__Ai-mark .dialog-window__content ul,.dialog-window__Ai-mark .dialog-window__content ol{padding-left:20px;margin:8px 0}.dialog-window__Ai-mark .dialog-window__content ul li,.dialog-window__Ai-mark .dialog-window__content ol li{position:relative;margin-bottom:8px;line-height:1.6}.dialog-window__Ai-mark .dialog-window__content ul{list-style:none}.dialog-window__Ai-mark .dialog-window__content ul ul{padding-left:20px;margin-top:8px}.dialog-window__Ai-mark .dialog-window__content ul ul li:before{content:"";position:absolute;top:10px;left:-16px;width:4px;height:4px;background-color:#0a0a0a;border-radius:50%}.dialog-window__Ai-mark .dialog-window__content ul ul ul li:before{background-color:transparent;border:1px solid #0a0a0a}.dialog-window__Ai-mark .dialog-window__content ol{list-style:decimal}.dialog-window__Ai-mark .dialog-window__content ol ol{list-style:lower-alpha}.dialog-window__Ai-mark .dialog-window__content ol ol ol{list-style:lower-roman}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#32344152;display:flex;justify-content:center;align-items:center;z-index:2000}.modal-overlay .modal-content{width:940px;max-height:80vh;display:flex;flex-direction:column;border-radius:8px;background-color:#fff;padding:48px}.modal-overlay .modal-content .modal-title{margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.modal-overlay .modal-content .modal-title .modal-title__actions{display:flex;gap:16px}.modal-overlay .modal-content .modal-title span{font-size:24px;font-weight:500;line-height:-1px}.modal-overlay .modal-content .modal-title .modal-btn{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:300;color:#0a0a0a}@media(hover:hover){.modal-overlay .modal-content .modal-title .modal-btn:hover{color:#b6a4ff;transition:all ease .3s}.modal-overlay .modal-content .modal-title .modal-btn:hover svg path:not(:last-child){stroke:#b6a4ff;fill:#b6a4ff}}@media(hover:hover){.modal-overlay .modal-content .modal-title .modal-btn__action:hover{color:#b6a4ff;transition:all ease .3s}.modal-overlay .modal-content .modal-title .modal-btn__action:hover svg path{fill:#b6a4ff}}.modal-overlay .modal-content .modal-content__main{overflow-y:auto;overflow-x:hidden;flex-grow:1;font-size:16px;font-weight:500;padding-right:10px}.modal-overlay .modal-content .modal-content__main::-webkit-scrollbar{width:8px;height:10px}.modal-overlay .modal-content .modal-content__main::-webkit-scrollbar-track{background:transparent}.modal-overlay .modal-content .modal-content__main::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}.modal-overlay .modal-content .modal-label{color:#91a3b0;font-size:16px;font-weight:500;line-height:-1px}.modal-overlay .modal-content .modal-label.modal-label__project{margin-bottom:12px}.modal-overlay .modal-content .modal-label .indicator-13__info-btn{width:25px;height:24px}.modal-overlay .modal-content .modal-label .indicator-13__info-btn svg{height:10px}.modal-overlay .modal-content .modal-content__project-text{margin-bottom:24px}.modal-overlay .modal-content .modal-inputs{margin:12px 0}.modal-overlay .modal-content .modal-inputs .main-input{padding:15px 16px;outline:none}.modal-overlay .modal-content .modal-inputs .modal-input__textarea{padding:15px 16px;outline:none;min-height:56px;max-height:300px;height:auto;overflow:auto;resize:vertical}.modal-overlay .modal-content .modal-inputs .modal-input__textarea::-webkit-scrollbar{width:8px;height:10px}.modal-overlay .modal-content .modal-inputs .modal-input__textarea::-webkit-scrollbar-track{background:transparent}.modal-overlay .modal-content .modal-inputs .modal-input__textarea::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}.modal-overlay .modal-content .object-select{width:100%;box-sizing:border-box;border:1.5px solid rgba(211,219,231,.5);border-radius:8px;position:relative}.modal-overlay .modal-content .object-select:hover{border:1px solid #b6a4ff;transition:all .2s ease-in-out}.modal-overlay .modal-content .object-select .object-select__input{padding:14px 16px;width:100%;display:flex;justify-content:space-between;align-items:center}.modal-overlay .modal-content .object-select .object-select__input .object-select__input-value{font-size:16px;font-weight:400;text-align:left}.modal-overlay .modal-content .object-select .object-select__input .object-select__input-arrow{margin-left:16px;width:24px;height:24px;display:flex;justify-content:center;align-items:center}.modal-overlay .modal-content .object-select .object-select__input .object-select__input-arrow svg{transition:all ease-in-out .3s}.modal-overlay .modal-content .object-select .object-select__input .object-select__input-arrow svg path{transition:all ease-in-out .3s}@media(hover:hover){.modal-overlay .modal-content .object-select .object-select__input .object-select__input-arrow:hover svg path{fill:#91a3b0}}.modal-overlay .modal-content .object-select .object-select__input .object-select__input-arrow.active svg{transform:rotate(90deg);transition:all ease-in-out .3s}.modal-overlay .modal-content .object-select .object-select__input .object-select__input-arrow.active svg path{fill:#91a3b0}.modal-overlay .modal-content .object-select .object-select__dropdown{position:absolute;left:0;top:calc(100% + 5px);width:100%;height:auto;max-height:328px;border:1px solid rgb(235,239,242);border-radius:8px;box-shadow:2px 2px 8px #3234410d,-2px -2px 8px #3234410d;background:#fff;z-index:100}.modal-overlay .modal-content .object-select .object-select__dropdown .object-select__dropdown-list{overflow-y:auto;max-height:270px}.modal-overlay .modal-content .object-select .object-select__dropdown .dropdown-item{width:100%;padding:8px 8px 8px 15px;color:#0a0a0a;font-size:14px;font-weight:500;line-height:21px;letter-spacing:0px}.modal-overlay .modal-content .object-select .object-select__dropdown .dropdown-item:hover{cursor:pointer;background-color:#dbd9d9}.modal-overlay .modal-content .object-select .object-select__dropdown ul{width:100%;list-style:none;padding:0;margin:0;overflow-y:auto}.modal-overlay .modal-content .object-select .object-select__dropdown ul::-webkit-scrollbar{width:8px;height:10px}.modal-overlay .modal-content .object-select .object-select__dropdown ul::-webkit-scrollbar-track{background:transparent}.modal-overlay .modal-content .object-select .object-select__dropdown ul::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}.modal-overlay .modal-content .object-select .object-select__dropdown ul li{width:100%;padding:8px 8px 8px 15px;color:#0a0a0a;font-size:14px;font-weight:500;line-height:21px;letter-spacing:0px}.modal-overlay .modal-content .object-select .object-select__dropdown ul li:hover{cursor:pointer;background-color:#dbd9d9}.modal-overlay .modal-content .object-select .object-select__dropdown .selector-search{padding:8px}.modal-overlay .modal-content .object-select .object-select__dropdown .selector-search input{width:100%;padding:8px 16px;border:1px solid rgba(211,219,231,.5);border-radius:8px}.modal-overlay .modal-content .object-select .object-select__dropdown .selector-search input:hover{border:1px solid #b6a4ff;transition:all .2s ease-in-out}.modal-overlay .modal-content .modal-notif{color:#ff5f00;font-size:14px;font-weight:400;line-height:21px}.modal-overlay.modal-sort-row .modal-content{width:500px}.modal-overlay.modal-sort-row .modal-content .main-btn{width:100%}.modal-overlay.modal-sort-row .modal-content .modal-btn:nth-child(2) svg{transform:rotate(-90deg)}.modal-overlay.modal-sort-row .modal-content .modal-btn:nth-child(3){margin-top:16px}.modal-overlay.modal-sort-row .modal-content .modal-btn:nth-child(3) svg{transform:rotate(90deg)}.react-datepicker__year-option .react-datepicker__navigation--years-previous,.react-datepicker__year-option .react-datepicker__navigation--years-upcoming{position:relative}.react-datepicker__year-option .react-datepicker__navigation--years-previous:before,.react-datepicker__year-option .react-datepicker__navigation--years-upcoming:before{position:absolute;display:block;content:"";top:16px;left:calc(50% - 4.5px);transform:rotate(-45deg);width:9px;height:9px;border-color:#ccc;border-style:solid;border-width:3px 3px 0 0}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous:before,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming:before{border-color:#a6a6a6}.react-datepicker__year-option .react-datepicker__navigation--years-previous:before{transform:rotate(135deg);top:8px}.custom-tags-input__wrapper{position:relative}.custom-tags-input__wrapper input{position:absolute;z-index:-1;opacity:0;display:block;width:0;height:0}.custom-tags-input{display:flex;flex-wrap:wrap;gap:8px;align-items:center;min-height:48px}.custom-tags-input .tag-item{display:inline-flex;align-items:center;gap:6px;background-color:#d3dbe780;border:1px solid rgb(211,219,231);color:#333;padding:6px 6px 6px 10px;border-radius:4px;font-size:14px;white-space:nowrap}.custom-tags-input .tag-item .tag-remove{background:none;border:none;color:#666;cursor:pointer;font-size:18px;line-height:1;padding:0;margin:0;display:flex;align-items:center;justify-content:center;width:16px;height:16px;transition:color .2s}.custom-tags-input .tag-item .tag-remove:hover{color:#333}.custom-tags-input .tag-input{border:none;outline:none;flex:1;min-width:120px;font-size:14px;padding:4px;background:transparent}.custom-tags-input .tag-input::placeholder{font-size:14px;color:#91a3b0}.modal-overlay_markdown-preview .modal-content{width:90%;max-height:95vh}.modal-overlay_markdown-preview .modal-content .modal-content__main table{width:100%;border-collapse:collapse;margin:16px 0}.modal-overlay_markdown-preview .modal-content .modal-content__main table th,.modal-overlay_markdown-preview .modal-content .modal-content__main table td{border:1px solid rgba(211,219,231,.5);padding:12px;text-align:center}.modal-overlay_markdown-preview .modal-content .modal-content__main table th{background-color:#ecf3f999;font-weight:600;color:#0a0a0a}.modal-overlay_markdown-preview .modal-content .modal-content__main table tr:hover td{background-color:#ecf3f999}.modal-overlay_markdown-preview .modal-content .modal-content__main h1,.modal-overlay_markdown-preview .modal-content .modal-content__main h2,.modal-overlay_markdown-preview .modal-content .modal-content__main h3,.modal-overlay_markdown-preview .modal-content .modal-content__main h4,.modal-overlay_markdown-preview .modal-content .modal-content__main h5,.modal-overlay_markdown-preview .modal-content .modal-content__main h6{margin:24px 0 12px;color:#0a0a0a;line-height:1.4;font-weight:600}.modal-overlay_markdown-preview .modal-content .modal-content__main h1{font-size:24px}.modal-overlay_markdown-preview .modal-content .modal-content__main h2{font-size:20px}.modal-overlay_markdown-preview .modal-content .modal-content__main h3{font-size:18px}.modal-overlay_markdown-preview .modal-content .modal-content__main h4,.modal-overlay_markdown-preview .modal-content .modal-content__main h5,.modal-overlay_markdown-preview .modal-content .modal-content__main h6{font-size:16px;font-weight:500}.modal-overlay_markdown-preview .modal-content .modal-content__main p{margin:8px 0;line-height:1.6}.modal-overlay_markdown-preview .modal-content .modal-content__main strong,.modal-overlay_markdown-preview .modal-content .modal-content__main b{font-weight:600;color:#0a0a0a}.modal-overlay_markdown-preview .modal-content .modal-content__main em,.modal-overlay_markdown-preview .modal-content .modal-content__main i{font-style:italic}.modal-overlay_markdown-preview .modal-content .modal-content__main code{background-color:#ecf3f999;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:.9em}.modal-overlay_markdown-preview .modal-content .modal-content__main pre{background-color:#ecf3f999;padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0}.modal-overlay_markdown-preview .modal-content .modal-content__main pre code{background-color:transparent;padding:0}.modal-overlay_markdown-preview .modal-content .modal-content__main blockquote{border-left:4px solid #1877f2;padding-left:16px;margin:16px 0;font-style:italic}.modal-overlay_markdown-preview .modal-content .modal-content__main hr{border:none;border-top:1px solid rgba(211,219,231,.5);margin:24px 0}.modal-overlay_markdown-preview .modal-content .modal-content__main a{color:#1877f2;text-decoration:none}@media(hover:hover){.modal-overlay_markdown-preview .modal-content .modal-content__main a:hover{color:#b6a4ff;text-decoration:underline}}.modal-overlay_markdown-preview .modal-content .modal-content__main ul,.modal-overlay_markdown-preview .modal-content .modal-content__main ol{padding-left:20px;margin:8px 0}.modal-overlay_markdown-preview .modal-content .modal-content__main ul li,.modal-overlay_markdown-preview .modal-content .modal-content__main ol li{position:relative;margin-bottom:8px;line-height:1.6}.modal-overlay_markdown-preview .modal-content .modal-content__main ul{list-style:none}.modal-overlay_markdown-preview .modal-content .modal-content__main ul li:before{content:"";position:absolute;top:10px;left:-16px;width:4px;height:4px;background-color:#0a0a0a;border-radius:50%}.modal-overlay_markdown-preview .modal-content .modal-content__main ul ul{padding-left:20px;margin-top:8px}.modal-overlay_markdown-preview .modal-content .modal-content__main ul ul ul li:before{background-color:transparent;border:1px solid #0a0a0a}.modal-overlay_markdown-preview .modal-content .modal-content__main ol{list-style:decimal}.modal-overlay_markdown-preview .modal-content .modal-content__main ol ol{list-style:lower-alpha}.modal-overlay_markdown-preview .modal-content .modal-content__main ol ol ol{list-style:lower-roman}.markdown-preview-content{display:flex;justify-content:center}.modal-overlay_duplicate-dialog .modal-content .modal-content__main{min-height:35vh}.section-reason-cancel__main{padding-top:64px}.section-reason-cancel__main .main-btn{flex:0 0 310px}.section-reason-cancel__main .wrapper__reason-title{margin-bottom:64px}.section-reason-cancel__main .wrapper__main-section-comments{flex:0 0 28%;margin-top:64px;margin-right:8px}.section-reason-cancel__main .wrapper__main-section-comments .section-comments__title{display:flex;gap:8px;padding:8px;transition:all ease .3s}.section-reason-cancel__main .wrapper__main-section-comments .section-comments__title span{color:#91a3b0;font-size:16px}@media(hover:hover){.section-reason-cancel__main .wrapper__main-section-comments .section-comments__title:hover{background-color:#d3dbe780;border-radius:8px;transition:all ease .3s}.section-reason-cancel__main .wrapper__main-section-comments .section-comments__title:hover span{color:#0a0a0a;transition:all ease .3s}.section-reason-cancel__main .wrapper__main-section-comments .section-comments__title:hover svg path{fill:#ff5f00;transition:all ease .3s}}.section-reason-cancel__main .wrapper__main-section-comments .section-comments__title.violet:hover svg path{fill:#b6a4ff}.section-reason-cancel__main .wrapper__main-section-comments .comments__content{margin:16px 0 0;padding:0}.section-reason-cancel__main .wrapper__main-section-comments .comments__content li{padding:16px;border-radius:8px;font-size:13px;margin-bottom:8px}.section-reason-cancel__main .wrapper__main-section-comments .comments__content .active{border:1px solid rgb(99,198,254);background-color:#fff}.section-reason-cancel__main .wrapper__main-section-comments .comments__content .active .commets-block{background-color:#63c6fe80}.section-reason-cancel__main .wrapper__main-section-comments .comments__content .disable{border:1px solid rgba(211,219,231,.5);background-color:transparent}.section-reason-cancel__main .wrapper__main-section-comments .comments__content .disable .commets-block{background-color:#d3dbe780}.section-reason-cancel__main .wrapper__main-section-comments .comments__content .commets-link{gap:6px;margin-bottom:8px}.section-reason-cancel__main .wrapper__main-section-comments .comments__content .commets-close-btn{margin-bottom:8px;display:flex;justify-content:center;align-items:center}.section-reason-cancel__main .wrapper__main-section-comments .comments__content .commets-block{display:block;width:4px;height:18px}.section-reason-cancel__main .wrapper__main-section-comments .comments__content .commets-block__text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:80%;max-width:100%;color:#91a3b0}.section-reason-cancel__main .wrapper__main-section-comments .comments__content .commets-title{color:#0a0a0a;font-weight:500;margin-bottom:8px}.section-reason-cancel__main .wrapper__main-section-comments .comments__content .commets-date{color:#91a3b0}.section-reason-cancel__main .wrapper__main-section-comments .comments__content .commets-text{color:#323441}.section-reason-cancel__main .wrapper__main-section-reason{margin-top:64px;flex-direction:column;flex:0 0 43%;gap:8px}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm{background-color:#ecf3f999;padding:16px;border-radius:8px;position:relative;transition:all ease-in-out .2s;cursor:pointer}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm:not(:first-child):before{content:"";position:absolute;right:0;top:0;width:45px;height:45px;background-size:cover;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAABHNCSVQICAgIfAhkiAAAAMlJREFUWIXt2UEOgjAQheE3nsybiSejnOy5EBMCajsxvE7N/Muy+TqZhAQMAEhOeHbDANn+YL1AaPwBDcSHv0UDseEf0QBAcgZw1VDau1SeLxKFsxq6KBDeauiQfd1pACBJBcTTkJNOtKpEq0q0qkSrSrSqRKtKtKpEq0q0qkSrakGXsxHe/nbS99MVzqpoMysItiKt6xFq2k3oddph4NVvefsi/J9xo1VFGM5PkZy4qbenuS28t8XVC97b4Y7kPOJrfBkRXUZE4wGY5U3RKlVmlwAAAABJRU5ErkJggg==)}@media(hover:hover){.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm:hover{background-color:#ebeff2;transition:all ease-in-out .2s}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm:hover .main-card-programm_title{color:#b6a4ff;transition:all ease-in-out .2s}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm:hover .main-btn-square{border:1.5px solid #b6a4ff}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm:hover .main-btn-square svg rect,.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm:hover .main-btn-square svg path{fill:#b6a4ff}}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm.orange-theme:hover .main-card-programm_title{color:#ff5f00}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm .checkbox-container{position:absolute;top:8px;right:8px;margin:0}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm .checkbox-container .checkbox{cursor:pointer;margin:0;top:0;right:0;border-radius:2px}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm .main-card-programm_number{display:flex;justify-content:center;align-items:center;position:absolute;font-size:14px;text-wrap:nowrap;right:50px;top:8px;border-radius:50%}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm .main-card-programm_title{font-size:20px}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm .main-card-programm_text{font-size:16px}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm .rejection-input-container{background-color:#fff;border-radius:16px;padding:16px;margin-top:16px}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm .rejection-input-container:focus-within{box-shadow:0 2px 4px #0000000d}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm .rejection-input{width:100%;border:none;resize:vertical;min-height:100px;font-size:16px;color:#000330;outline:none;padding:8px}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm .rejection-input::placeholder{color:#91a3b0;font-size:16px}.section-reason-cancel__main .wrapper__main-section-reason .main-card__programm .rejection-actions{display:flex;justify-content:flex-end;margin-top:16px}.reject__download-documents-wrapper{margin-bottom:32px}.reject__download-documents-wrapper .main-btn{width:300px}.reject__download-documents-wrapper .list-of-documents{margin-top:24px;display:flex;flex-wrap:wrap;gap:8px}.reject__download-documents-wrapper .list-of-documents .list-of-documents__item{flex:0 0 calc(33.33333% - 4px);padding:16px;margin-bottom:8px;background-color:#ecf3f999;border-radius:8px;display:flex;justify-content:space-between;align-items:start;gap:48px}.reject__download-documents-wrapper .list-of-documents .list-of-documents__item .list-of-documents__item-description{color:#323441;font-weight:400;display:flex;justify-content:space-between;flex-direction:column;gap:8px;height:100%}.reject__download-documents-wrapper .list-of-documents .list-of-documents__item .list-of-documents__item-description-name{font-weight:500;font-size:16px;word-break:break-all}.reject__download-documents-wrapper .list-of-documents .list-of-documents__item .list-of-documents__item-delete-btn{color:#ff5f00;font-size:14px;font-weight:400;cursor:pointer;transition:all ease-in-out .3s;max-height:fit-content}@media(hover:hover){.reject__download-documents-wrapper .list-of-documents .list-of-documents__item .list-of-documents__item-delete-btn:hover{opacity:.6;transition:all ease-in-out .3s}}.reject__download-documents-wrapper .list-of-documents .list-of-documents__item .list-of-documents__item-description-size{color:#91a3b0;font-size:14px;font-weight:400}@media(hover:hover){.btn-editor:hover{transition:all ease .3s}.btn-editor:hover svg path{fill:#b6a4ff;transition:all ease .3s}}.btn-editor_active svg path{fill:#1877f2}.btn-editor_default svg path{fill:#91a3b0}.btn-editor_orange svg path{fill:#ff5f00}.btn-editor_blue svg path{fill:#1877f2}.btn-editor.btn-editor-errors svg path{fill:#ff5f00}.btn-editor-AI .IconAI{width:30px;height:30px;background-size:cover;transition:all ease .3s}.btn-editor-AI_default .IconAI{background-image:url(/assets/IconAIDefault-DLk_P51p.png)}@media(hover:hover){.btn-editor-AI:hover .IconAI{background-image:url(/assets/IconAIHover-CNrj2GZx.png);transition:all ease .3s}}.btn-editor-AI_disable .IconAI{background-image:url(/assets/IconAIDisable-G8k8CfGx.png)}.btn-editor-AI_active .IconAI{background-image:url(/assets/IconAIActive-BzyOhFoZ.png)}.table-obj-empty{background-image:url(/assets/table-obj-empty-BVdDyG0G.png);background-size:cover;width:100%;height:61px;border-radius:8px;display:flex;align-items:center;padding:0 16px;margin-bottom:16px}.table-obj-empty p{font-size:16px;font-weight:500;color:#ff5f00}.section__editor{background-color:#f4f8fb;width:100%;height:100%;min-height:101vh}.section__editor .main-btn_grey{background-color:#d3dbe780}@media(hover:hover){.section__editor .main-btn_grey:hover{background-color:#b6a4ff;transition:all .2s ease-in-out}}.section__editor .main-btn_grey:focus{background-color:#65efa4;transition:all .2s ease-in-out}.section__editor .main-block-text{justify-content:center;font-size:13px}.section__editor .internal-header__arrow{margin:0 64px 0 0}.section__editor .btn-arrow-nav-list__wrapper{width:calc(100% - 120px)}.section__editor .header__title{display:flex;gap:12px;font-size:16px;font-weight:500;min-height:42px}@media screen and (max-width:1279px){.section__editor .header__title{margin:0;flex:1}}.section__editor .nav-list{list-style-type:none;padding:0;margin:0 40px 0 0;display:flex}@media screen and (max-width:1279px){.section__editor .nav-list{flex-direction:column;align-items:center;justify-content:center;display:none;position:absolute;right:0;top:120px;z-index:1000;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;transform:translate(100%);opacity:0;transition:all ease .3s;padding:16px 0;width:120px;margin:0;gap:10px}.section__editor .nav-list.active{transform:translate(0);opacity:1;display:flex}}.section__editor .nav-list .nav-list__element{margin-right:4px}.section__editor .nav-list .nav-list__element{padding:4px 30px;border-radius:100px;font-size:13px;position:relative;display:block}.section__editor .nav-list .nav-list__element_default{background-color:#fff;color:#0a0a0a;border:1px solid #1877f2}.section__editor .nav-list .nav-list__element_active{background-color:#1877f2;color:#fff;border:1px solid #1877f2}.section__editor .main-editor{padding:8px 0 0;position:relative}@media screen and (max-width:767px){.section__editor .main-editor{padding:8px 0 0}}.section__editor .main-editor .nav{height:128px}@media screen and (max-width:1439px){.section__editor .main-editor .nav{height:auto;flex-direction:column;align-items:start;gap:16px;margin-top:16px;margin-bottom:16px}}.section__editor .main-editor .nav .header__version{width:100%;margin:0;padding:0;max-width:462px;display:flex;gap:8px}.section__editor .main-editor .nav .header__version .main-block-text{height:56px;font-weight:500;font-size:16px;width:100%;border-radius:8px}.section__editor .main-editor .nav .header__version .main-block-text_grey-border{border-width:1.5px solid rgba(211,219,231,.5);color:#000330;background-color:#ecf3f999}.section__editor .main-editor .nav .header__version .btn-save__wrapper{flex:0 0 56px;height:56px;border-radius:8px;background-color:#fff;border:1px solid rgba(211,219,231,.5);display:flex;justify-content:center;align-items:center}.section__editor .main-editor .nav .header__version .btn-save{border-bottom:3px solid #91a3b0;margin:0 14px;height:56px}@media(hover:hover){.section__editor .main-editor .nav .header__version .btn-save:hover{border-color:#b6a4ff;transition:all ease .3s}.section__editor .main-editor .nav .header__version .btn-save:hover svg path{fill:#b6a4ff;transition:all ease .3s}}.section__editor .main-editor .nav .header__version .btn-save.btn-save__loading svg{animation:spin .4s linear infinite;opacity:.5}.section__editor .main-editor .nav .header__version .btn-save.not-save{transition:all ease .3s;border-color:#ff5f00}.section__editor .main-editor .nav .header__version .btn-save.not-save svg path{fill:#ff5f00}@media(hover:hover){.section__editor .main-editor .nav .header__version .btn-save.not-save:hover{border-color:#b6a4ff;transition:all ease .3s}.section__editor .main-editor .nav .header__version .btn-save.not-save:hover svg path{fill:#b6a4ff}}.section__editor .main-editor .nav .header__version .btn-save.save{border-color:#1eac98;transition:all ease .3s}.section__editor .main-editor .nav .header__version .btn-save.save svg path{fill:#1eac98}@media(hover:hover){.section__editor .main-editor .nav .header__version .btn-save.save:hover{border-color:#b6a4ff;transition:all ease .3s}.section__editor .main-editor .nav .header__version .btn-save.save:hover svg path{fill:#b6a4ff}}.section__editor .main-editor .wrapper-sticky-editor{display:flex;position:relative}.section__editor .main-editor .wrapper-sticky-editor .left-side,.section__editor .main-editor .wrapper-sticky-editor .right-side{flex-basis:25%;position:absolute;width:100%;max-width:460px;z-index:21}@media screen and (max-width:820px){.section__editor .main-editor .wrapper-sticky-editor .left-side,.section__editor .main-editor .wrapper-sticky-editor .right-side{display:none}}.section__editor .main-editor .wrapper-sticky-editor .left-side{left:0}.section__editor .main-editor .wrapper-sticky-editor .right-side{right:0}.section__editor .main-editor .wrapper-sticky-editor .main{flex:0 0 50%;margin:0 auto 32px}.section__editor .main-editor .wrapper-sticky-editor .main .canvas-editor{display:flex;justify-content:center}.section__editor .main-editor .wrapper-sticky-panel{display:flex;z-index:50;width:100%;position:sticky;top:10px}@media screen and (max-width:1279px){.section__editor .main-editor .wrapper-sticky-panel{flex-wrap:wrap;justify-content:center}}@media screen and (max-width:820px){.section__editor .main-editor .wrapper-sticky-panel{display:none}}.section__editor .main-editor .wrapper-sticky-panel .left-side,.section__editor .main-editor .wrapper-sticky-panel .right-side{flex-basis:25%;background-color:#d3dbe780;border-radius:8px;border:1px solid rgba(211,219,231,.5);height:56px}@media screen and (max-width:1279px){.section__editor .main-editor .wrapper-sticky-panel .left-side,.section__editor .main-editor .wrapper-sticky-panel .right-side{flex-basis:470.5px;margin-bottom:16px;background-color:#e4eaf1}}@media screen and (max-width:1023px){.section__editor .main-editor .wrapper-sticky-panel .left-side,.section__editor .main-editor .wrapper-sticky-panel .right-side{flex-basis:390.5px}}.section__editor .main-editor .wrapper-sticky-panel .left-side{left:0}@media screen and (max-width:1279px){.section__editor .main-editor .wrapper-sticky-panel .left-side{order:0;border-radius:8px 0 0 8px;border-right:none}}.section__editor .main-editor .wrapper-sticky-panel .left-side .header-control__btns button{position:relative}.section__editor .main-editor .wrapper-sticky-panel .left-side .header-control__btns button[title]:after{content:attr(title);position:absolute;top:calc(100% + 8px);left:0;text-wrap:nowrap;padding:8px;background-color:#fff;color:#0a0a0a;font-size:14px;border:1px solid rgb(235,239,242);border-radius:8px;box-shadow:2px 2px 8px #3234410d,-2px -2px 8px #3234410d;display:none;transition:all ease .3s}.section__editor .main-editor .wrapper-sticky-panel .left-side .header-control__btns button[title]:hover:after{transition:all ease .3s;display:inline-flex}.section__editor .main-editor .wrapper-sticky-panel .right-side{right:0}@media screen and (max-width:1279px){.section__editor .main-editor .wrapper-sticky-panel .right-side{order:1;border-radius:0 8px 8px 0;border-left:none}}.section__editor .main-editor .wrapper-sticky-panel .right-side .header-control__btns button{position:relative}.section__editor .main-editor .wrapper-sticky-panel .right-side .header-control__btns button[title]:after{content:attr(title);position:absolute;top:calc(100% + 8px);right:0;text-wrap:nowrap;padding:8px;background-color:#fff;color:#0a0a0a;font-size:14px;border:1px solid rgb(235,239,242);border-radius:8px;box-shadow:2px 2px 8px #3234410d,-2px -2px 8px #3234410d;display:none;transition:all ease .3s}.section__editor .main-editor .wrapper-sticky-panel .right-side .header-control__btns button[title]:hover:after{transition:all ease .3s;display:inline-flex}.section__editor .main-editor .wrapper-sticky-panel .main{flex:0 0 50%;justify-items:center;margin:0 8px 32px;position:relative;z-index:21}@media screen and (max-width:1279px){.section__editor .main-editor .wrapper-sticky-panel .main{order:3;margin:0 0 16px}}.section__editor .main-editor .wrapper-sticky-panel .main.main-scroll:after{content:"";z-index:20;position:absolute;top:100%;left:0;width:100%;height:20px;background:linear-gradient(0deg,#fff0,#fff 99.237%)}.section__editor .main-editor .wrapper-sticky-panel .main.main-scroll:before{content:"";z-index:20;position:absolute;bottom:100%;left:0;width:100%;height:20px;background:linear-gradient(180deg,#fff0,#fff 99.237%)}.section__editor .main-editor .wrapper-sticky-panel .main.main-scroll{transition:all ease .3s}.section__editor .main-editor .wrapper-sticky-panel .main.main-scroll .tools{border-radius:0}.section__editor .main-editor .wrapper-sticky-panel .main .tools-empty{background-image:url(/assets/toolbar-empty-yyXBVv1Y.png);background-size:cover;width:941px;height:56px;border-radius:8px;display:flex;align-items:center;padding:0 16px}@media screen and (max-width:1023px){.section__editor .main-editor .wrapper-sticky-panel .main .tools-empty{width:781px}}.section__editor .main-editor .wrapper-sticky-panel .main .tools-empty p{font-size:16px;font-weight:500;color:#ff5f00}.section__editor .main-editor .wrapper-sticky-panel .main .tools{transition:box-shadow .1s}.section__editor .main-editor .wrapper-sticky-panel .main .tools.sticky{position:fixed;top:10px;z-index:100;box-shadow:0 1px 6px #00000014}.section__editor .main-editor .wrapper-sticky-panel .main .tools{border-radius:8px;display:flex;align-items:center;flex-wrap:nowrap;justify-content:center;background-color:#fff;width:100%;position:relative;margin:0 10px}.section__editor .main-editor .wrapper-sticky-panel .main .tools .btn-save{border-bottom:3px solid #91a3b0;padding-left:0;padding-right:0;margin:0 11px}@media(hover:hover){.section__editor .main-editor .wrapper-sticky-panel .main .tools .btn-save:hover{border-color:#b6a4ff;transition:all ease .3s}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.section__editor .main-editor .wrapper-sticky-panel .main .tools .btn-save.btn-save__loading svg{animation:spin .4s linear infinite;opacity:.5}.section__editor .main-editor .wrapper-sticky-panel .main .tools .btn-save.not-save{transition:all ease .3s;border-color:#ff5f00}.section__editor .main-editor .wrapper-sticky-panel .main .tools .btn-save.not-save svg path{fill:#ff5f00}@media(hover:hover){.section__editor .main-editor .wrapper-sticky-panel .main .tools .btn-save.not-save:hover{border-color:#b6a4ff;transition:all ease .3s}}.section__editor .main-editor .wrapper-sticky-panel .main .tools .btn-save.save{border-color:#1eac98;transition:all ease .3s}.section__editor .main-editor .wrapper-sticky-panel .main .tools .btn-save.save svg path{fill:#1eac98}@media(hover:hover){.section__editor .main-editor .wrapper-sticky-panel .main .tools .btn-save.save:hover{border-color:#b6a4ff;transition:all ease .3s}}.section__editor .main-editor .wrapper-sticky-panel .main .divide{height:14px;width:1px;background-color:#000;margin:0 19px}.section__editor .main-editor .wrapper-sticky-panel .main .tools button{background:none;border:none;cursor:pointer;font-size:16px;padding:16px 11px;position:relative;display:flex;align-items:center;flex-wrap:nowrap;gap:2px}@media screen and (max-width:1439px){.section__editor .main-editor .wrapper-sticky-panel .main .tools button{padding:16px 5px}}@media screen and (max-width:1279px){.section__editor .main-editor .wrapper-sticky-panel .main .tools button{padding:16px 11px}}@media screen and (max-width:1023px){.section__editor .main-editor .wrapper-sticky-panel .main .tools button{padding:16px 6px}}.section__editor .main-editor .wrapper-sticky-panel .main .tools button[title]{cursor:pointer;position:relative}.section__editor .main-editor .wrapper-sticky-panel .main .tools button[title].active svg{background-color:#1877f233;border-radius:4px}.section__editor .main-editor .wrapper-sticky-panel .main .tools button[title].active svg path,.section__editor .main-editor .wrapper-sticky-panel .main .tools button[title].active svg rect{fill:#1877f2;transition:all ease .3s}.section__editor .main-editor .wrapper-sticky-panel .main .tools button[title].active svg circle{stroke:#91a3b0;transition:all ease .3s}.section__editor .main-editor .wrapper-sticky-panel .main .tools button[title]:hover svg{background-color:transparent;transition:all ease .3s}.section__editor .main-editor .wrapper-sticky-panel .main .tools button[title]:hover svg path,.section__editor .main-editor .wrapper-sticky-panel .main .tools button[title]:hover svg rect{fill:#b6a4ff;transition:all ease .3s}.section__editor .main-editor .wrapper-sticky-panel .main .tools button[title]:hover svg circle{stroke:#b6a4ff;transition:all ease .3s}.section__editor .main-editor .wrapper-sticky-panel .main .tools button[title]:after{content:attr(title);position:absolute;top:90%;left:0;text-wrap:nowrap;padding:8px;background-color:#fff;color:#0a0a0a;font-size:14px;border:1px solid rgb(235,239,242);border-radius:8px;box-shadow:2px 2px 8px #3234410d,-2px -2px 8px #3234410d;display:none;transition:all ease .3s;z-index:2000}.section__editor .main-editor .wrapper-sticky-panel .main .tools button[title]:hover:after{transition:all ease .3s;display:inline-flex}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup{box-sizing:border-box;border:1px solid rgb(235,239,242);border-radius:8px;box-shadow:2px 2px 8px #3234410d,-2px -2px 8px #3234410d;background:#fff;display:none;position:absolute;top:calc(100% - 10px);left:50%;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:8px;z-index:2000}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup .editor-popup__label{margin-bottom:8px}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup .editor-popup__label span{color:#0a0a0a;font-family:Hauora;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;text-align:left;-webkit-user-select:none;user-select:none}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-styles-change{width:130px;min-height:144px}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-styles-change .editor-popup__text-styles{list-style:none;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:0;margin:0}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-styles-change .editor-popup__text-styles li{border-radius:4px;background:transparent;padding:2px 8px;cursor:pointer}@media(hover:hover){.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-styles-change .editor-popup__text-styles li:hover{transition:all .2s ease-in-out;background:#d3dbe780}}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-styles-change .editor-popup__text-styles li:nth-child(1){color:#0a0a0a;font-family:Hauora;font-size:16px;font-weight:600;line-height:24px;letter-spacing:0px;text-align:left}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-styles-change .editor-popup__text-styles li:nth-child(1).active{transition:all .2s ease-in-out;background:#d3dbe780}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-styles-change .editor-popup__text-styles li:nth-child(2){color:#0a0a0a;font-family:Hauora;font-size:14px;font-weight:600;line-height:21px;letter-spacing:0px;text-align:left}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-styles-change .editor-popup__text-styles li:nth-child(2).active{transition:all .2s ease-in-out;background:#d3dbe780}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-styles-change .editor-popup__text-styles li:nth-child(3){color:#0a0a0a;font-family:Hauora;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0px;text-align:left}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-styles-change .editor-popup__text-styles li:nth-child(3).active{transition:all .2s ease-in-out;background:#d3dbe780}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-styles-change .editor-popup__text-styles li:nth-child(4){color:#0a0a0a;font-family:Hauora;font-size:12px;font-weight:400;line-height:-1px;letter-spacing:0px;text-align:left}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-styles-change .editor-popup__text-styles li:nth-child(4).active{transition:all .2s ease-in-out;background:#d3dbe780}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-baseline-change .editor-popup_text-baseline-type{list-style:none;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:0;margin:0}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-baseline-change .editor-popup_text-baseline-type li{border-radius:4px;background:transparent;padding:2px 8px 6px;cursor:pointer;display:flex;align-items:center;font-size:14px;gap:8px}@media(hover:hover){.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-baseline-change .editor-popup_text-baseline-type li:hover{transition:all .2s ease-in-out;background:#d3dbe780}}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-baseline-change .editor-popup_text-baseline-type li.active{transition:all .2s ease-in-out;background:#d3dbe780}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-markers .editor-popup_text-list-markers{list-style:none;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding:0;margin:0}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-markers .editor-popup_text-list-markers li{border-radius:4px;background:transparent;padding:2px 8px 4px;cursor:pointer;display:flex;align-items:center;font-size:14px;gap:8px}@media(hover:hover){.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-markers .editor-popup_text-list-markers li:hover{transition:all .2s ease-in-out;background:#d3dbe780}}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-markers .editor-popup_text-list-markers li.active{transition:all .2s ease-in-out;background:#d3dbe780}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-search{min-height:85px}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-search .editor-popup_text-search-wrapper{display:flex;flex-direction:column;gap:8px}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-search .editor-popup_text-search-wrapper button{padding:0}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-search .editor-popup_text-search-wrapper .close-btn{transition:all ease .3s}@media(hover:hover){.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-search .editor-popup_text-search-wrapper .close-btn:hover svg path{transition:all ease .3s;fill:#b6a4ff}}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-search .editor-popup_text-search-wrapper .editor-popup_text-search-input{border:1px solid rgba(211,219,231,.5);border-radius:4px 0 0 4px;position:relative;height:100%;padding:0 40px 0 8px;width:315px;font-size:14px}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-search .editor-popup_text-search-wrapper .editor-popup_text-search-input::placeholder{color:#91a3b0}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-search .editor-popup_text-search-wrapper .searchResultInfo{position:absolute;right:8px;top:52%;transform:translateY(-50%);font-size:14px}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-search .editor-popup_text-search-wrapper .editor-popup_text-search-btn{border:1px solid rgba(211,219,231,.5);display:flex;white-space:nowrap;align-items:center;padding:0 8px;gap:6px;transition:all ease .3s;font-size:13px;font-weight:400;color:#91a3b0;margin-left:-1px}@media(hover:hover){.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-search .editor-popup_text-search-wrapper .editor-popup_text-search-btn:hover{color:#b6a4ff;border-color:#b6a4ff;background-color:#b6a4ff1a;transition:all ease .3s}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-search .editor-popup_text-search-wrapper .editor-popup_text-search-btn:hover svg g path{fill:#b6a4ff;transition:all ease .3s}}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-search .editor-popup_text-search-wrapper .first-row,.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_text-search .editor-popup_text-search-wrapper .second-row{height:37px}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_table{width:212px;min-height:241px}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_table .editor-popup__table-layout{display:grid;grid-template-columns:repeat(10,16px);grid-template-rows:repeat(10,16px);gap:4px}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_table .editor-popup__table-layout .table-cell{width:16px;height:16px;border:.6px solid rgb(145,163,176);background-color:transparent;cursor:pointer}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_table .editor-popup__table-layout .table-cell.highlighted{border:.6px solid rgb(182,164,255);background:#b6a4ff29;transition:all .2s ease-in-out}.section__editor .main-editor .wrapper-sticky-panel .main .editor-popup.editor-popup_active{display:flex}.section__editor .main-editor .main-block-text{height:34px;width:126px}.section__editor .main-editor .header-control__btns{height:56px;margin:0 16px;display:flex;align-items:center;gap:30px}@media screen and (max-width:1659px){.section__editor .main-editor .header-control__btns{gap:16px}}.section__editor .main-editor .header__version{padding-right:24px}.section__editor .main-editor .header__version .version__content{padding:0;margin:24px 0 0}.section__editor .main-editor .header__version .version__content .version-content__title{display:inline-flex;font-size:14px;font-weight:500;color:#323441;border-radius:100px;background-color:#ecf3f999;border:1px solid rgba(211,219,231,.5);padding:6px 40px}.section__editor .main-editor .header__version .version__content .versions{display:flex;align-items:end;flex-direction:column;padding:0}.section__editor .main-editor .header__version .version__content li .version__el{display:flex;align-items:center;margin-bottom:8px}@media(hover:hover){.section__editor .main-editor .header__version .version__content li .version__el:hover{transition:all ease .3s}.section__editor .main-editor .header__version .version__content li .version__el:hover p{border-color:#1877f2;background-color:#1877f21a;transition:all ease .3s}.section__editor .main-editor .header__version .version__content li .version__el:hover .custom-radio{border-color:#1877f2;background-color:#1877f21a}}.section__editor .main-editor .header__version .version__content li .version__el .custom-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border:1px solid rgba(211,219,231,.5);border-radius:50%;outline:none;cursor:pointer;position:relative;transition:all .2s ease}.section__editor .main-editor .header__version .version__content li .version__el .custom-radio:checked{border-color:#1877f2}.section__editor .main-editor .header__version .version__content li .version__el .custom-radio:checked:before{content:"";position:absolute;top:1px;right:1px;width:18px;height:18px;background-color:#1877f2;border-radius:50%}.section__editor .main-editor .header__version .version__content li .version__el .custom-radio:hover{box-shadow:0 0 5px #1eac984d}.section__editor .main-editor .header__version .version__content li .version__el span{margin-left:16px}.section__editor .main-editor .header__version .version__content li .version__el p{margin-left:32px;display:inline-flex;font-size:14px;font-weight:500;color:#323441;border-radius:100px;background-color:#fff;border:1px solid rgba(211,219,231,.5);padding:6px 40px}.section__editor .main-editor .header__pop-up{padding:24px;width:100%;max-height:80vh;display:flex;flex-direction:column;background-color:#fff;box-shadow:0 2px 4px #00000026;border-radius:8px}.section__editor .main-editor .header__pop-up .main-btn{height:37px;font-size:13px}.section__editor .main-editor .header__pop-up .wrapper__pop-up-content{overflow-y:auto;flex-grow:1}.section__editor .main-editor .header__pop-up .wrapper__pop-up-content::-webkit-scrollbar{width:8px;height:10px}.section__editor .main-editor .header__pop-up .wrapper__pop-up-content::-webkit-scrollbar-track{background:transparent}.section__editor .main-editor .header__pop-up .wrapper__pop-up-content::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}.section__editor .main-editor .header__pop-up .wrapper__pop-up-content{padding-right:16px}.section__editor .main-editor .header__pop-up .wrapper-title{display:flex;align-items:center;gap:8px}.section__editor .main-editor .header__pop-up .pop-up__title{display:flex;justify-content:space-between;align-items:center}.section__editor .main-editor .header__pop-up .pop-up__title h2{font-size:14px;font-weight:400;color:#323441;border-radius:100px;background-color:#ecf3f999;border:1px solid rgba(211,219,231,.5);padding:8px 24px}.section__editor .main-editor .header__pop-up .pop-up__title h2.active{background-color:#1877f21a;border-color:#1877f2}.section__editor .main-editor .articles__list{list-style-type:none;padding:16px 16px 0;margin:0;font-size:13px}.section__editor .main-editor .articles__list>li{position:relative;font-weight:600;margin-top:16px}.section__editor .main-editor .articles__list>li>a{color:#323441}.section__editor .main-editor .articles__list>li a:before{position:absolute;left:0}.section__editor .main-editor .articles__list ul{list-style-type:none;padding:0 0 0 16px;margin:0;counter-reset:section}.section__editor .main-editor .articles__list ul li{position:relative;margin-top:16px;font-weight:500}.section__editor .main-editor .articles__list ul li a{color:#323441}.section__editor .main-editor .articles__list ul li a:before{position:absolute;left:0}.section__editor .main-editor .header__footnote .btn-back,.section__editor .main-editor .header__footnote .btn-forward{flex-basis:50%}.section__editor .main-editor .header__footnote .btn-info-editor svg{transition:all ease .3s}@media(hover:hover){.section__editor .main-editor .header__footnote .btn-info-editor:hover svg{transition:all ease .3s;background-color:#1877f21a;border-radius:50%}}.section__editor .main-editor .header__footnote .main-btn{max-width:100%;width:150px;height:26px;font-size:13px;font-weight:500}.section__editor .main-editor .header__footnote .rejection-input-container{margin:24px 0;flex:1;border-radius:4px;background-color:#ecf3f999;border:1px solid rgba(211,219,231,.5);color:#0a0a0a;font-size:13px}.section__editor .main-editor .header__footnote .rejection-input-container:focus-within{box-shadow:0 2px 4px #0000000d}.section__editor .main-editor .header__footnote .rejection-input-container::-webkit-scrollbar{width:8px;height:10px}.section__editor .main-editor .header__footnote .rejection-input-container::-webkit-scrollbar-track{background:transparent}.section__editor .main-editor .header__footnote .rejection-input-container::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}.section__editor .main-editor .header__footnote .rejection-input{width:100%;border:none;resize:vertical;min-height:30px;font-size:13px;color:#000330;outline:none;height:100%;padding:8px 16px}.section__editor .main-editor .header__footnote .rejection-input::-webkit-scrollbar{width:8px;height:10px}.section__editor .main-editor .header__footnote .rejection-input::-webkit-scrollbar-track{background:transparent}.section__editor .main-editor .header__footnote .rejection-input::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}.section__editor .main-editor .header__footnote .rejection-input::placeholder{color:#91a3b0;font-size:13px}.section__editor .main-editor .header__footnote .note__btn{gap:8px;margin:32px 0 8px}.section__editor .main-editor .header__footnote ol{list-style-type:none;counter-reset:item;padding:0;margin:0;font-size:13px}.section__editor .main-editor .header__footnote ol li{position:relative;border-radius:8px;margin-bottom:8px;padding:16px 16px 16px 34px;background-color:#d3dbe780;color:#323441}.section__editor .main-editor .header__footnote ol li:before{content:counter(item) ". ";counter-increment:item;position:absolute;left:16px}.section__editor .main-editor .header__footnote .wrapper__footnote-content{gap:8px}.section__editor .main-editor .header__footnote .wrapper__footnote-content .editor__input{margin:24px 0;height:34px;flex:1;border-radius:4px;background-color:#ecf3f999;border:1px solid rgba(211,219,231,.5);color:#0a0a0a;font-size:13px}.section__editor .main-editor .header__footnote .wrapper__footnote-content .editor__input .editor-input{width:100%;height:100%;padding:8px 16px}.section__editor .main-editor .header__footnote .btn-icons__wrapper{display:flex;gap:8px}.section__editor .main-editor .header__footnote .footnote__text{margin:24px 0;font-size:14px}.section__editor .main-editor .header__footnote .footnote__text .text-id{margin-right:8px}.section__editor .main-editor .header__uploader{display:flex;flex-direction:column;gap:12px;color:#323441}.section__editor .main-editor .header__uploader .wrapper-title button{font-size:14px;font-weight:400;color:#323441;border-radius:100px;background-color:#ecf3f999;border:1px solid rgba(211,219,231,.5);padding:8px 24px}.section__editor .main-editor .header__uploader .wrapper-title button.active{background-color:#1877f21a;border-color:#1877f2}.section__editor .main-editor .header__uploader .editor__file-list{display:flex;gap:8px;flex-wrap:wrap;overflow-y:auto}.section__editor .main-editor .header__uploader .editor__file-list .tools-img{position:absolute;right:0;bottom:0;display:flex;background-color:#fff;padding:4px;border-radius:4px 0 0}.section__editor .main-editor .header__uploader .editor__file-list .tools-img .btn-editor:nth-child(1){width:24px;height:24px}.section__editor .main-editor .header__uploader .editor__file-list .tools-img .btn-editor:nth-child(1) svg{width:16px;height:16px}.section__editor .main-editor .header__uploader .editor__file-list .tools-img .btn-editor:nth-child(1) svg path{fill:#1877f2}@media(hover:hover){.section__editor .main-editor .header__uploader .editor__file-list .tools-img .btn-editor:nth-child(1) svg path:hover{fill:#b6a4ff}}.section__editor .main-editor .header__uploader .editor__file-list .editor-img{position:relative;width:190px;height:100px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#ebeff2;border-radius:4px}.section__editor .main-editor .header__uploader .editor__file-list .editor-img img{transition:all ease .3s;cursor:pointer}.section__editor .main-editor .header__uploader .editor__file-list .editor-img img:hover{opacity:.8;transition:all ease .3s}.section__editor .main-editor .header__uploader .editor__file-list .editor-img{cursor:grab;transition:all ease .2s}.section__editor .main-editor .header__uploader .editor__file-list .editor-img:active{cursor:grabbing}.section__editor .main-editor .header__uploader .editor__file-list .editor-img:hover{background:#e8e8e8;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.section__editor .main-editor .header__uploader .editor__file-list .prev-img{width:56px;height:56px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:4px}.section__editor .main-editor .header__uploader .editor__file-list .preloader-img{position:relative;width:190px;height:100px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#ebeff2;border-radius:4px}.section__editor .main-editor .header__uploader .editor__file-list .preloader-img img{width:128px;height:128px}.section__editor .main-editor .header__uploader .editor__file-list img{border:1px solid rgba(236,243,249,.6);width:100%;height:100%;object-fit:cover;border-radius:4px}.section__editor .main-editor .header__uploader .editor__upload-container{margin:8px 0;background-color:#ecf3f999;border-radius:8px;padding:124px 16px 16px;text-align:center}.section__editor .main-editor .header__uploader .editor__upload-container .upload-area{display:flex;align-items:end}.section__editor .main-editor .header__uploader .editor__upload-container .upload-label{display:flex;flex-direction:column;align-items:center;gap:16px;cursor:pointer;font-size:16px}.section__editor .main-editor .header__uploader .editor__upload-container .file-input{display:none}.section__editor .main-editor .header__uploader .editor__upload-container .progress-info{display:flex;justify-content:end;gap:16px;margin-top:90px;color:#91a3b0}.section__editor .main-editor .comments__content{margin:16px 0 0;padding:0}.section__editor .main-editor .comments__content li{padding:16px;border-radius:8px;font-size:13px;margin-bottom:8px;border:1px solid rgba(211,219,231,.5);transition:all ease .3s;background-color:#ecf3f999}.section__editor .main-editor .comments__content li:hover{border:1px solid #b6a4ff;transition:all ease .3s}.section__editor .main-editor .comments__content .active{border:1px solid #1877f2;transition:all ease .3s;background-color:transparent}.section__editor .main-editor .comments__content .commets-link{gap:6px;margin-bottom:10px}.section__editor .main-editor .comments__content .commets-close-btn{display:flex;justify-content:center;align-items:center;margin-bottom:10px;transition:all ease .3s}.section__editor .main-editor .comments__content .commets-close-btn:hover svg path{transition:all ease .3s;fill:#b6a4ff}.section__editor .main-editor .comments__content .commets-block{display:block;width:4px;height:18px;background-color:#d3dbe780}.section__editor .main-editor .comments__content .commets-block__text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:280px;max-width:100%;color:#91a3b0}.section__editor .main-editor .comments__content .commets-title{color:#0a0a0a;font-weight:500;margin-bottom:6px}.section__editor .main-editor .comments__content .commets-date{color:#91a3b0}.section__editor .main-editor .comments__content .commets-text{color:#323441}.section__editor .main-editor .file-btn-00{position:absolute;bottom:48px;right:32px;width:64px;height:64px;border-radius:50%;background-color:#ff5f00;transition:all ease .3s}@media(hover:hover){.section__editor .main-editor .file-btn-00:hover{background-color:#b6a4ff;transition:all ease .3s}}.section__editor .main-editor .file-btn-00:active{background-color:#1eac98;transition:all ease .3s}@media screen and (max-width:1279px){.section__editor .main-editor .file-btn-00{position:relative;top:0;left:0}}.section__editor .main-editor .header__AI{font-size:13px;gap:24px}.section__editor .main-editor .header__AI .wrapper__pop-up-content{gap:12px;overflow-x:hidden}.section__editor .main-editor .header__AI .wrapper__pop-up-content table{width:100%;border-collapse:collapse;margin:16px 0}.section__editor .main-editor .header__AI .wrapper__pop-up-content table th,.section__editor .main-editor .header__AI .wrapper__pop-up-content table td{border:1px solid rgba(211,219,231,.5);padding:12px;text-align:center}.section__editor .main-editor .header__AI .wrapper__pop-up-content table th{background-color:#ecf3f999;font-weight:600;color:#0a0a0a}.section__editor .main-editor .header__AI .wrapper__pop-up-content table tr:hover td{background-color:#ecf3f999}.section__editor .main-editor .header__AI .wrapper__pop-up-content h1,.section__editor .main-editor .header__AI .wrapper__pop-up-content h2,.section__editor .main-editor .header__AI .wrapper__pop-up-content h3,.section__editor .main-editor .header__AI .wrapper__pop-up-content h4,.section__editor .main-editor .header__AI .wrapper__pop-up-content h5,.section__editor .main-editor .header__AI .wrapper__pop-up-content h6{margin:24px 0 12px;color:#0a0a0a;line-height:1.4;font-weight:600}.section__editor .main-editor .header__AI .wrapper__pop-up-content h1{font-size:28px}.section__editor .main-editor .header__AI .wrapper__pop-up-content h2{font-size:24px}.section__editor .main-editor .header__AI .wrapper__pop-up-content h3{font-size:20px}.section__editor .main-editor .header__AI .wrapper__pop-up-content h4{font-size:18px;font-weight:500}.section__editor .main-editor .header__AI .wrapper__pop-up-content h5,.section__editor .main-editor .header__AI .wrapper__pop-up-content h6{font-size:16px;font-weight:500}.section__editor .main-editor .header__AI .wrapper__pop-up-content p{margin:8px 0;line-height:1.6}.section__editor .main-editor .header__AI .wrapper__pop-up-content strong,.section__editor .main-editor .header__AI .wrapper__pop-up-content b{font-weight:600;color:#0a0a0a}.section__editor .main-editor .header__AI .wrapper__pop-up-content em,.section__editor .main-editor .header__AI .wrapper__pop-up-content i{font-style:italic}.section__editor .main-editor .header__AI .wrapper__pop-up-content code{background-color:#ecf3f999;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:.9em}.section__editor .main-editor .header__AI .wrapper__pop-up-content pre{background-color:#ecf3f999;padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0}.section__editor .main-editor .header__AI .wrapper__pop-up-content pre code{background-color:transparent;padding:0}.section__editor .main-editor .header__AI .wrapper__pop-up-content blockquote{border-left:4px solid #1877f2;padding-left:16px;margin:16px 0;font-style:italic}.section__editor .main-editor .header__AI .wrapper__pop-up-content hr{border:none;border-top:1px solid rgba(211,219,231,.5);margin:24px 0}.section__editor .main-editor .header__AI .wrapper__pop-up-content a{color:#1877f2;text-decoration:none}@media(hover:hover){.section__editor .main-editor .header__AI .wrapper__pop-up-content a:hover{color:#b6a4ff;text-decoration:underline}}.section__editor .main-editor .header__AI .wrapper__pop-up-content ul,.section__editor .main-editor .header__AI .wrapper__pop-up-content ol{padding-left:20px;margin:8px 0}.section__editor .main-editor .header__AI .wrapper__pop-up-content ul li,.section__editor .main-editor .header__AI .wrapper__pop-up-content ol li{position:relative;margin-bottom:8px;line-height:1.6}.section__editor .main-editor .header__AI .wrapper__pop-up-content ul{list-style:none}.section__editor .main-editor .header__AI .wrapper__pop-up-content ul li:before{content:"";position:absolute;top:10px;left:-16px;width:4px;height:4px;background-color:#0a0a0a;border-radius:50%}.section__editor .main-editor .header__AI .wrapper__pop-up-content ul ul{padding-left:20px;margin-top:8px}.section__editor .main-editor .header__AI .wrapper__pop-up-content ul ul ul li:before{background-color:transparent;border:1px solid #0a0a0a}.section__editor .main-editor .header__AI .wrapper__pop-up-content ol{list-style:decimal}.section__editor .main-editor .header__AI .wrapper__pop-up-content ol ol{list-style:lower-alpha}.section__editor .main-editor .header__AI .wrapper__pop-up-content ol ol ol{list-style:lower-roman}.section__editor .main-editor .header__AI .dropdown-list__sources summary{list-style:none;cursor:pointer;position:relative;padding:24px;border:1px solid #d3dbe7;border-radius:8px;font-size:16px;font-weight:500;color:#91a3b0;display:flex;align-items:center;gap:16px;transition:all ease .3s;margin:0 0 16px}@media(hover:hover){.section__editor .main-editor .header__AI .dropdown-list__sources summary:hover{transition:all ease .3s;border-color:#b6a4ff;background-color:#ecf3f999;color:#b6a4ff}.section__editor .main-editor .header__AI .dropdown-list__sources summary:hover:before{background-color:#b6a4ff}}.section__editor .main-editor .header__AI .dropdown-list__sources summary::marker{display:none}.section__editor .main-editor .header__AI .dropdown-list__sources summary:before{content:"";position:absolute;right:24px;top:50%;transform:translateY(-50%) rotate(180deg);clip-path:path("M19 16L17 16L17 14L19 14L19 16ZM7 16L5 16L5 14L7 14L7 16ZM17 14L15 14L15 12L17 12L17 14ZM9 14L7 14L7 12L9 12L9 14ZM15 12L13 12L13 10L15 10L15 12ZM11 12L9 12L9 10L11 10L11 12ZM13 10L11 10L11 8L13 8L13 10Z");transition:transform .2s ease;background-color:#91a3b0;width:24px;height:24px}.section__editor .main-editor .header__AI .dropdown-list__sources[open] summary{color:#0a0a0a}@media(hover:hover){.section__editor .main-editor .header__AI .dropdown-list__sources[open] summary:hover{color:#b6a4ff}}.section__editor .main-editor .header__AI .dropdown-list__sources[open] summary:before{transform:translateY(-50%) rotate(0)}.section__editor .main-editor .header__AI .dropdown-list__sources .list__sources{padding:0;margin:0}.section__editor .main-editor .header__AI .dropdown-list__sources .list__sources li{margin-top:12px}.section__editor .main-editor .header__instruction .wrapper__pop-up-content{margin-top:24px;overflow-x:hidden}.section__editor .main-editor .header__instruction .wrapper__pop-up-content table{width:100%;border-collapse:collapse;margin:16px 0}.section__editor .main-editor .header__instruction .wrapper__pop-up-content table th,.section__editor .main-editor .header__instruction .wrapper__pop-up-content table td{border:1px solid rgba(211,219,231,.5);padding:12px;text-align:center}.section__editor .main-editor .header__instruction .wrapper__pop-up-content table th{background-color:#ecf3f999;font-weight:600;color:#0a0a0a}.section__editor .main-editor .header__instruction .wrapper__pop-up-content table tr:hover td{background-color:#ecf3f999}.section__editor .main-editor .header__instruction .wrapper__pop-up-content h1,.section__editor .main-editor .header__instruction .wrapper__pop-up-content h2,.section__editor .main-editor .header__instruction .wrapper__pop-up-content h3,.section__editor .main-editor .header__instruction .wrapper__pop-up-content h4,.section__editor .main-editor .header__instruction .wrapper__pop-up-content h5,.section__editor .main-editor .header__instruction .wrapper__pop-up-content h6{margin:0 0 12px;color:#0a0a0a;line-height:1.4;font-weight:600}.section__editor .main-editor .header__instruction .wrapper__pop-up-content h1{font-size:24px}.section__editor .main-editor .header__instruction .wrapper__pop-up-content h2{font-size:20px}.section__editor .main-editor .header__instruction .wrapper__pop-up-content h3{font-size:18px}.section__editor .main-editor .header__instruction .wrapper__pop-up-content h4,.section__editor .main-editor .header__instruction .wrapper__pop-up-content h5,.section__editor .main-editor .header__instruction .wrapper__pop-up-content h6{font-size:16px;font-weight:500}.section__editor .main-editor .header__instruction .wrapper__pop-up-content p{margin:8px 0;line-height:1.6}.section__editor .main-editor .header__instruction .wrapper__pop-up-content strong,.section__editor .main-editor .header__instruction .wrapper__pop-up-content b{font-weight:600;color:#0a0a0a}.section__editor .main-editor .header__instruction .wrapper__pop-up-content em,.section__editor .main-editor .header__instruction .wrapper__pop-up-content i{font-style:italic}.section__editor .main-editor .header__instruction .wrapper__pop-up-content code{background-color:#ecf3f999;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:.9em}.section__editor .main-editor .header__instruction .wrapper__pop-up-content pre{background-color:#ecf3f999;padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0}.section__editor .main-editor .header__instruction .wrapper__pop-up-content pre code{background-color:transparent;padding:0}.section__editor .main-editor .header__instruction .wrapper__pop-up-content blockquote{border-left:4px solid #1877f2;padding-left:16px;margin:16px 0;font-style:italic}.section__editor .main-editor .header__instruction .wrapper__pop-up-content hr{border:none;border-top:1px solid rgba(211,219,231,.5);margin:24px 0}.section__editor .main-editor .header__instruction .wrapper__pop-up-content a{color:#1877f2;text-decoration:none}@media(hover:hover){.section__editor .main-editor .header__instruction .wrapper__pop-up-content a:hover{color:#b6a4ff;text-decoration:underline}}.section__editor .main-editor .header__instruction .wrapper__pop-up-content ul,.section__editor .main-editor .header__instruction .wrapper__pop-up-content ol{padding-left:20px;margin:8px 0}.section__editor .main-editor .header__instruction .wrapper__pop-up-content ul li,.section__editor .main-editor .header__instruction .wrapper__pop-up-content ol li{position:relative;margin-bottom:8px;line-height:1.6}.section__editor .main-editor .header__instruction .wrapper__pop-up-content ul{list-style:none}.section__editor .main-editor .header__instruction .wrapper__pop-up-content ul li:before{content:"";position:absolute;top:10px;left:-16px;width:4px;height:4px;background-color:#0a0a0a;border-radius:50%}.section__editor .main-editor .header__instruction .wrapper__pop-up-content ul ul{padding-left:20px;margin-top:8px}.section__editor .main-editor .header__instruction .wrapper__pop-up-content ul ul ul li:before{background-color:transparent;border:1px solid #0a0a0a}.section__editor .main-editor .header__instruction .wrapper__pop-up-content ol{list-style:decimal}.section__editor .main-editor .header__instruction .wrapper__pop-up-content ol ol{list-style:lower-alpha}.section__editor .main-editor .header__instruction .wrapper__pop-up-content ol ol ol{list-style:lower-roman}.dialog-window__footnote{font-size:16px;font-weight:500;color:#323441}.dialog-window__footnote .footnote__text{display:flex;gap:4px;align-items:center;flex-wrap:wrap;margin-bottom:20px;text-wrap:wrap;white-space:wrap}.dialog-window__footnote .footnote__text strong{font-weight:500;color:#0a0a0a}.dialog-window__footnote .footnote__text_orange{background-color:#ff5f001a;color:#0a0a0a;border-radius:100px;border:1px solid #ff5f00;padding:8px 24px;display:inline-flex}.dialog-window__footnote .add-btn-dialog{width:140px;text-align:center;padding:4px;font-weight:600;font-size:12px;background-color:#1877f21a;border:1px solid #1877f2;border-radius:100px}.dialog-window__footnote .footnote__list .footnote__list_title{margin-bottom:24px;margin-top:32px}.dialog-window__footnote .footnote__list .footnote__list_footer{margin-bottom:16px}.dialog-window__footnote .footnote__list li{position:relative;margin-bottom:16px}.dialog-window__footnote .footnote__list li:before{content:"";position:absolute;width:5px;height:5px;background-color:#323441;top:8px;left:-24px;border-radius:50%}.image-preview-overlay{position:fixed;width:100%;height:100%;display:flex;justify-content:center;align-items:center;animation:imagePreviewFadeIn .3s ease-out;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#32344152;z-index:2000}.image-preview-modal{background:#fff;border-radius:12px;box-shadow:0 15px 40px #00000059;max-width:95vw;max-height:95vh;min-width:600px;overflow:hidden;z-index:1001;animation:imagePreviewScaleIn .3s ease-out;padding:12px;position:relative}.image-preview-modal__img{max-width:100%;max-height:85vh;height:auto;width:100%;object-fit:contain;border-radius:8px;box-shadow:0 4px 12px #00000026}.image-preview__close-btn{position:absolute;right:24px;top:24px;background-color:#fff;width:20px;height:20px;display:flex;border-radius:8px}.image-preview__close-btn svg path{transition:all ease .3s}@media(hover:hover){.image-preview__close-btn:hover svg path{fill:#b6a4ff;transition:all ease .3s}}@keyframes imagePreviewFadeIn{0%{opacity:0}to{opacity:1}}@keyframes imagePreviewScaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.status_green .status-header{border:1.5px solid #1eac98;background-color:#1186760f}.status_green .status-img{background-color:#1eac98}.status_dark-blue .status-header{border:1.5px solid #1877f2;background-color:#ecf3f999}.status_dark-blue .status-img{background-color:#1877f2}.status_violet .status-header{border:1.5px solid #b6a4ff;background-color:#b6a4ff1a}.status_violet .status-img{background-color:#b6a4ff}.status_yellow .status-header{border:1.5px solid #ffe601;background-color:#ffe60129}.status_yellow .status-img{background-color:#ffe601}.status_orange .status-header{border:1.5px solid #ff5f00;background-color:#ff5f001a}.status_orange .status-img{background-color:#ff5f00}.status_ligth-blue .status-header{border:1.5px solid #63c6fe;background-color:#63c6fe1a}.status_ligth-blue .status-img{background-color:#63c6fe}.status_pink .status-header{border:1.5px solid #ff87ff;background-color:#ff87ff1a}.status_pink .status-img{background-color:#ff87ff}.status-header{position:relative}.text-next-status,.time-active-status{position:absolute;bottom:calc(100% + 8px);right:0;color:#323441;font-size:16px;font-weight:500}.text-active-status{position:absolute;bottom:calc(100% + 8px);color:#323441;font-size:16px;font-weight:500}.types-status{display:flex;position:absolute;font-size:13px;top:6px;white-space:nowrap;font-weight:500}.types-status .next-status{padding:0 8px;border-radius:4px;background-color:#ffe601}.types-status .previous-status{padding:0 8px;border-radius:4px;background-color:#d3dbe780}.wrapper-swiper{cursor:pointer;position:relative;height:80px;width:66%}@media screen and (max-width:1279px){.wrapper-swiper{width:100%}}.wrapper-swiper .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper{width:100%;height:100%;padding-left:24px;overflow:hidden;border-radius:8px;background:linear-gradient(90deg,#1877f2 -4.771%,#98bdd8);color:#000330cc}.swiper-slide{font-size:18px;display:flex;justify-content:start;align-items:center;flex-wrap:nowrap;padding:0 24px 0 16px;margin-bottom:12px;gap:8px;border-bottom:2px solid rgb(255,255,255);position:relative;min-width:max-content;white-space:nowrap}.swiper-slide:after{content:"";position:absolute;bottom:-7px;left:-5px;width:12px;height:12px;background-color:#a3c9f6;border-radius:50%;border:1px solid white}.swiper-slide:before{content:"";position:absolute;bottom:0;left:0;width:1px;height:32px;background:linear-gradient(0deg,#fff,#fff0)}.swiper-slide span{display:flex;justify-content:center;align-items:center;background-color:#0003301a;color:#fff;border-radius:50%;font-size:13px;font-weight:500;line-height:10px;height:22px;width:22px;margin-top:12px}.swiper-slide p{margin-top:18px;font-size:20px;font-weight:500;line-height:30px}.slide-active p{color:#fff}.slide-active:after{content:"";position:absolute;bottom:-5px;left:-4px;width:9px;height:9px;background-color:#fff;border-radius:50%}.slide-active:before{content:"";position:absolute;bottom:0;left:0;width:1px;height:72px;background:linear-gradient(0deg,#fff,#fff0)}.slide-next .types-status .next-status,.slide-prev .types-status .previous-status{display:block}.swiper-button-next:after,.swiper-button-prev:after{font-size:5px;content:"";width:24px;height:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff}.swiper-button-next,.swiper-button-prev{position:absolute;z-index:10;top:4px;width:32px;height:72px;border:2px solid rgb(255,255,255);border-radius:50px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fff3;cursor:pointer}@media(hover:hover){.swiper-button-next:hover:after,.swiper-button-prev:hover:after{background-color:#1877f2;transition:all ease-in .2s}}.swiper-button-next{right:-16px}.swiper-button-prev{left:-16px}.swiper-button-prev:after{clip-path:path("M15 5L15 7L13.0078 7L13.0078 8.99219L11.0078 8.99219L11.0078 6.99219L13 6.99219L13 5L15 5ZM15 17L15 19L13 19L13 17L15 17ZM13.0078 14.9922L13.0078 16.9922L11.0078 16.9922L11.0078 14.9922L13.0078 14.9922ZM11 8.99219L11 10.9922L9 10.9922L9 8.99219L11 8.99219ZM11 12.9922L11 14.9922L9 14.9922L9 13L7 13L7 11L9 11L9 12.9922L11 12.9922Z")}.swiper-button-next:after{clip-path:path("M15 5L15 7L13.0078 7L13.0078 8.99219L11.0078 8.99219L11.0078 6.99219L13 6.99219L13 5L15 5ZM15 17L15 19L13 19L13 17L15 17ZM13.0078 14.9922L13.0078 16.9922L11.0078 16.9922L11.0078 14.9922L13.0078 14.9922ZM11 8.99219L11 10.9922L9 10.9922L9 8.99219L11 8.99219ZM11 12.9922L11 14.9922L9 14.9922L9 13L7 13L7 11L9 11L9 12.9922L11 12.9922Z");transform:translate(-50%,-50%) scaleX(-1)}.swiper-button-disabled:after{background-color:#91a3b0}.status-title{color:#323441;font-size:20px;font-weight:500;text-wrap:nowrap}.status-date{color:#323441;font-size:16px;font-weight:400;text-align:start}.status-header{display:flex;flex:0 0 33%;gap:16px;align-items:center;height:80px;border-radius:100px 16px 16px 100px;padding:8px 24px 8px 8px}@media screen and (max-width:1279px){.status-header{border-radius:100px}}.status-header__text{color:#323441;font-size:20px;font-weight:500}.section-object-table__nav ul{display:flex;align-items:center;justify-content:start;flex-wrap:nowrap;padding:0;margin:0 0 12px;gap:4px}.section-object-table__nav ul li{display:flex;justify-content:center;gap:4px;cursor:pointer;color:#0a0a0a;padding:4px 16px;border-radius:6px;border:1px solid #1877f2;font-size:14px;font-weight:500;white-space:nowrap}.section-object-table__nav ul li.active{background-color:#1877f2;color:#fff}.section-object-table-wrapper{width:100%;display:flex;justify-content:space-between;align-items:flex-start}.section-object-table-wrapper .section-object-table__list{width:100%;max-width:466px;display:flex;flex-direction:column}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar{width:100%;padding:24px;background-color:#fff;border-radius:8px;border:1px solid rgba(211,219,231,.5);height:73vh}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-row_wrapper-blur{position:relative;height:calc(100% - 50px)}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-row_wrapper-blur:after{content:"";z-index:20;position:absolute;bottom:0;left:0;width:100%;height:64px;background:linear-gradient(180deg,#fff0,#fff 99.237%)}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-row_wrapper{overflow-y:auto;position:relative;max-height:100%;padding-bottom:40px}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-row_wrapper::-webkit-scrollbar{width:8px;height:10px}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-row_wrapper::-webkit-scrollbar-track{background:transparent}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-row_wrapper::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-title{display:flex;box-sizing:border-box;border-bottom:1px solid rgb(211,219,231);padding:12px 0}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-title .table-cell{padding:0 16px;color:#91a3b0;font-size:16px;font-weight:400;display:flex;align-items:center}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-title .table-cell_number{width:85px;justify-content:end}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-title .table-cell_count{flex:0 0 82px;background-color:#d3dbe780;justify-content:center;padding:6px;color:#0a0a0a;font-weight:500;border-radius:4px;font-size:14px}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-title .table-cell_name{flex:1}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-row{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid rgb(211,219,231)}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-row .table-cell{padding:0 16px;color:#0a0a0a;font-size:14px;font-weight:500;display:flex;align-items:center}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-row .table-cell_input{justify-content:center;width:37px}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-row .table-cell_input .checkbox-container .checkbox{margin:0;top:0}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-row .table-cell_number{flex:0 0 48px;justify-content:center}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-row .table-cell_name{flex:1}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__goals-row .table-cell_name_completed{text-decoration:line-through}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .buttons-table-goals{margin-top:16px}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .popup-text{font-size:14px}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__count{width:82px;display:flex;background-color:#d3dbe780;justify-content:center;padding:6px;color:#0a0a0a;font-weight:500;border-radius:4px;font-size:14px}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__element{padding:12px 0;display:flex;flex-direction:column;align-items:end;height:100%;position:relative}.section-object-table-wrapper .section-object-table__list .section-object-table__sidebar .section-object-table__element .main-btn{gap:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.section-object-table-wrapper .section-object-table__goals-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:calc(100% - 474px)}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper{width:100%;padding:0;margin:0;border:1px solid rgba(211,219,231,.5);border-radius:8px;background-color:#fff}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper:not(:last-child){margin-bottom:8px}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .goal__element{display:flex;align-items:center;cursor:pointer;min-height:60px;padding:12px 32px;font-weight:500;transition:all ease-in .3s;border:1px solid transparent;font-size:14px}@media(hover:hover){.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .goal__element:hover{border:1px solid rgba(211,219,231,.5);background:#1877f21a;transition:all ease-in .3s;border-radius:8px}}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .goal__element .panel-goal-control{display:flex;justify-content:space-around}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .goal__element .goal__element_number{display:flex;justify-content:center;align-items:center}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .goal__element .goal__element_name{padding:0 16px;flex:1;font-weight:600}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .goal__element .goal__element_task{display:flex;justify-content:center;border:1px solid rgba(30,172,152,.4);border-radius:4px;background:#65efa429;padding:6px 0;margin:0 6px}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .goal__element .goal__element_project{display:flex;justify-content:center;border:1px solid rgb(182,164,255);border-radius:4px;background:#b6a4ff1a;padding:6px 0;margin:0 6px}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .goal__element .goal__element-arrow{position:relative}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .goal__element .goal__element-arrow svg{transition:all ease-in-out .3s}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .goal__element .goal__element-arrow svg path{transition:all ease-in-out .3s}@media(hover:hover){.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .goal__element .goal__element-arrow:hover svg path{fill:#91a3b0}}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .goal__element .goal__element-arrow.active svg{transform:rotate(90deg);transition:all ease-in-out .3s}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .goal__element .goal__element-arrow.active svg path{fill:#91a3b0}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper{opacity:0;max-height:0;overflow:hidden;transition:all ease-in .3s}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper.active{opacity:1;max-height:100%;overflow:visible;transition:all ease-in .3s}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .grid-container{background-color:#fff;display:grid;grid-template-columns:1fr 1fr;width:100%}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .grid-container .full{grid-column:span 2;padding:12px 16px;display:flex;border-bottom:1px solid #d3dbe7}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .grid-container .half{padding:12px 16px;display:flex;border-bottom:1px solid #d3dbe7}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .grid-container .half:nth-child(2){border-right:1px solid #d3dbe7}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .grid-container .title{flex:0 0 232px;font-weight:500;color:#91a3b0;font-size:14px;padding-right:16px}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .grid-container .content{flex:1;font-weight:500;color:#0a0a0a;font-size:14px;padding-left:16px}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .task__element_rows{width:100%;padding-right:32px}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .task__element_rows .task__element_row{margin:12px 0 12px 55px;display:flex;align-items:center;padding:12px;cursor:pointer;min-height:60px;font-weight:500;transition:all ease-in .3s;border:1px solid rgba(30,172,152,.4);background:#65efa429;color:#1eac98;font-size:14px;border-radius:8px}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .task__element_rows .task__element_row .panel-task-control{display:flex;justify-content:space-around}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .task__element_rows .task__element_row .task__element_row--title{padding:0 16px}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .task__element_rows .task__element_row .task__element_row--content{padding:0 16px;font-weight:600}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .task__element_rows .task__element_row .task__element_row--project{display:flex;justify-content:center;border-radius:4px;padding:6px 0;margin:0 6px;color:#0a0a0a;border:1px solid rgb(182,164,255);background:#f8f6ff}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .task__element_rows .task__element_row .task__element_row--arrow{position:relative}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .task__element_rows .task__element_row .task__element_row--arrow svg{transition:all ease-in-out .3s}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .task__element_rows .task__element_row .task__element_row--arrow svg path{transition:all ease-in-out .3s}@media(hover:hover){.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .task__element_rows .task__element_row .task__element_row--arrow:hover svg path{fill:#91a3b0}}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .task__element_rows .task__element_row .task__element_row--arrow.active svg{transform:rotate(90deg);transition:all ease-in-out .3s}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .task__element_rows .task__element_row .task__element_row--arrow.active svg path{fill:#91a3b0}@media(hover:hover){.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .task__wrapper .taks__element .task__element_rows .task__element_row:hover{border:1px solid rgba(211,219,231,.5);background:#1877f21a;transition:all ease-in .3s;border-radius:8px}}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .project__wrapper{opacity:0;max-height:0;overflow:hidden;transition:all ease-in .3s}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .project__wrapper.active{opacity:1;max-height:100%;transition:all ease-in .3s;overflow:visible}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .project__wrapper .project__element_row{margin:0 0 12px 55px;display:flex;align-items:center;padding:12px;min-height:60px;font-weight:500;transition:all ease-in .3s;box-sizing:border-box;border:1px solid rgb(182,164,255);background:#b6a4ff1a;color:#b6a4ff;font-size:14px;border-radius:8px}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .project__wrapper .project__element_row .panel-project-control{display:flex;justify-content:space-around}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .project__wrapper .project__element_row .project__element_row--title{padding:0 16px}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .project__wrapper .project__element_row .project__element_row--content{padding:0 16px;color:#0a0a0a;font-weight:600}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .project__wrapper .project__element_row .project__element_row--date{display:flex;justify-content:center;align-items:center;gap:8px}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .project__wrapper .project__element_row .project__element_row--date .project__element_row--date_start{background-color:#dbeafd;width:108px;height:34px;border-radius:4px;display:flex;justify-content:center;align-items:center;color:#0a0a0a}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper .project__wrapper .project__element_row .project__element_row--date .project__element_row--date_end{background-color:#fffbd7;width:108px;height:34px;border-radius:4px;display:flex;justify-content:center;align-items:center;color:#0a0a0a}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper:not(:last-child).goal__wrapper-empty,.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper:last-child.goal__wrapper-empty{box-sizing:border-box;border:1px solid rgb(24,119,242);border-radius:8px;background:#e8f2fe;margin-bottom:8px;padding:16px 12px;cursor:default;pointer-events:none}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper:not(:last-child).goal__wrapper-empty .goal__element,.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper:last-child.goal__wrapper-empty .goal__element{padding:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:auto}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper:not(:last-child).goal__wrapper-empty .goal__element svg,.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper:last-child.goal__wrapper-empty .goal__element svg{display:block;width:16px;height:16px}.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper:not(:last-child).goal__wrapper-empty .goal__element span,.section-object-table-wrapper .section-object-table__goals-list .goal__wrapper:last-child.goal__wrapper-empty .goal__element span{width:fit-content;color:#000;margin-left:12px;font-size:16px;font-weight:500}.section-object-table-wrapper .task__wrapper-empty{border:1px solid rgb(24,119,242);border-radius:8px;background:#e8f2fe;padding:16px 12px;cursor:default;pointer-events:none}.section-object-table-wrapper .task__wrapper-empty .task__element{padding:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:auto}.section-object-table-wrapper .task__wrapper-empty .task__element svg{display:block;width:16px;height:16px}.section-object-table-wrapper .task__wrapper-empty .task__element span{width:fit-content;color:#000;font-size:16px;font-weight:500;margin-left:12px}.section-object-table-wrapper .task__wrapper-empty .task__element .btn-add{margin-left:12px}.section-object-table-wrapper .projects__wrapper-empty{border:1px solid rgb(24,119,242);border-radius:8px;background:#e8f2fe;padding:16px 12px;cursor:default;pointer-events:none}.section-object-table-wrapper .projects__wrapper-empty .projects__element{padding:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:auto}.section-object-table-wrapper .projects__wrapper-empty .projects__element .projects__element_text{margin-left:12px;display:flex;flex-wrap:wrap;align-items:center;font-size:16px;font-weight:500}.section-object-table-wrapper .projects__wrapper-empty .projects__element .projects__element_text svg,.section-object-table-wrapper .projects__wrapper-empty .projects__element .projects__element_text .btn-add{margin:0 12px}.section-object-table-wrapper .section-object-table__tasks{width:100%}.section-object-table-wrapper .section-object-table__tasks .table__event-task{padding:0 32px 12px}.section-object-table-wrapper .section-object-table__tasks .table__event-task .table-cell__content{justify-content:center;padding:12px 16px}.section-object-table-wrapper .section-object-table__tasks .table__event-task .table-cell__title_number,.section-object-table-wrapper .section-object-table__tasks .table__event-task .table-cell__content_number{flex:0 0 100px;justify-content:center}.section-object-table-wrapper .section-object-table__tasks .table__event-task .table-cell__title_task,.section-object-table-wrapper .section-object-table__tasks .table__event-task .table-cell__content_name{flex:1;justify-content:start}.section-object-table-wrapper .section-object-table__tasks .table__event-task .table-cell__title_goals,.section-object-table-wrapper .section-object-table__tasks .table__event-task .table-cell__content_goals{flex:0 0 200px}.section-object-table-wrapper .section-object-table__tasks .table__event-task .table-cell__title_projects,.section-object-table-wrapper .section-object-table__tasks .table__event-task .table-cell__content_projects{flex:0 0 160px}.section-object-table-wrapper .section-object-table__projects{width:100%}.section-object-table-wrapper .section-object-table__projects .section-object-table__projects-search{width:100%;display:block}.section-object-table-wrapper .section-object-table__projects .section-object-table__projects-search .main-input__wrapper{height:37px;min-height:37px;font-size:14px;font-weight:500;border:1px solid rgba(211,219,231,.5)}.section-object-table-wrapper .section-object-table__projects .section-object-table__projects-search .main-input__wrapper .main-input{padding:8px 16px;background-color:#fff}.section-object-table-wrapper .section-object-table__projects .section-object-table__projects-search .main-input__wrapper .main-input::placeholder{font-size:14px;font-weight:500}.section-object-table-wrapper .section-object-table__projects .projects__wrapper .col-2{margin-top:8px}.section-object-table-wrapper .section-object-table__projects .projects__wrapper .projects__element{height:100%;width:100%;background-color:#fff;border:1px solid rgba(211,219,231,.5);border-radius:8px;padding:24px 48px 24px 24px;font-size:14px;font-weight:600;position:relative}.section-object-table-wrapper .section-object-table__projects .projects__wrapper .projects__element .projects__element_name{padding-right:16px}.section-object-table-wrapper .section-object-table__projects .projects__wrapper .projects__element .projects__element_description{display:flex;flex-direction:column;margin-top:12px;gap:16px}.section-object-table-wrapper .section-object-table__projects .projects__wrapper .projects__element .projects__element_description .description{display:flex;flex-direction:column;gap:12px}.section-object-table-wrapper .section-object-table__projects .projects__wrapper .projects__element .projects__element_description .title{color:#91a3b0}.section-object-table-wrapper .section-object-table__projects .projects__wrapper .projects__element .projects__element_description .content{font-weight:400}.section-object-table-wrapper .section-object-table__projects .projects__wrapper .projects__element .projects__element_btn{position:absolute;right:24px;top:24px}.section-object-table-wrapper .section-object-table__projects .projects__wrapper .projects__element .projects__element_btn svg path{transition:all ease .3s}@media(hover:hover){.section-object-table-wrapper .section-object-table__projects .projects__wrapper .projects__element .projects__element_btn:hover svg path{fill:#b6a4ff;transition:all ease .3s}}.dialog-window__event-table .main-input__wrapper{margin-bottom:16px}.dialog-window__event-table .main-input__wrapper .btn-clear-input{position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:all ease .3s}@media(hover:hover){.dialog-window__event-table .main-input__wrapper .btn-clear-input:hover{opacity:.7;transition:all ease .3s}}.dialog-window__event-table .main-input__wrapper .input-group{gap:8px}.dialog-window__event-table .main-input__wrapper .input-group input:first-child{flex:0 0 56px}.dialog-window__event-table .main-input__wrapper .input-group input:nth-child(2){flex:1}.dialog-window__event-table .input-group{max-height:74px}.dialog-window__event-table .checkbox-container{margin:32px 0}.dialog-window__event-table .checkbox-container .checkbox{top:0}.dialog-window__event-table .dialog-window__content_under-input-text{color:#ff5f00;margin-top:12px;font-size:14px}.dialog-window__event-table .content-checked{opacity:0;height:0;overflow:hidden}.dialog-window__event-table .content-checked .checkbox-container{margin:24px 0}.dialog-window__event-table .content-checked .checkbox-container .checkbox{top:0}.dialog-window__event-table .content-checked.active{opacity:1;height:auto}.dialog-window__event-table .dialog-window__footer{gap:8px}.indicator-13,.section-object-table .table-container .indicator-13{background-color:#b6a4ff33}@media(hover:hover){.section-object-table .table-container .indicator-13 .table-cell_value:hover{border-color:transparent;background-color:transparent}}.section-object-table .table-container .indicator-13 .even-col .table-cell{background:#b6a4ff52}@media(hover:hover){.section-object-table .table-container .indicator-13 .even-col .table-cell:hover{border-color:transparent}}@media(hover:hover){.section-object-table .table-container .indicator-13 .odd-col .table-cell:hover{border-color:transparent;background-color:transparent}}.section-object-table .table-container .indicator-13 .table-cell.table-cell_label-num span{border-radius:4px;background:#b6a4ff52;color:#0a0a0a}.indicator-13__info-btn{flex:0 0 auto;display:flex;align-items:center;justify-content:center;height:28px;width:28px;border-radius:50%;background-color:transparent;transition:all ease .3s;margin-left:16px}.indicator-13__info-btn.violet{border:1.5px solid #b6a4ff;transition:all ease .3s}@media(hover:hover){.indicator-13__info-btn.violet:hover{box-sizing:border-box;border:1.31px solid rgb(145,163,176);border-radius:87.5px;background:#d3dbe780;transition:all ease .3s}}.indicator-13__btn-restart{width:30px;height:30px;border-radius:5.6px;background:#b6a4ff52;position:relative;margin-left:8px;transition:all ease .3s}.indicator-13__btn-restart svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all ease .3s;width:18px}@media(hover:hover){.indicator-13__btn-restart:hover{background-color:#1877f252;transition:all ease .3s}.indicator-13__btn-restart:hover svg{transition:all ease .3s}.indicator-13__btn-restart:hover svg .violet{fill:#0a0a0a;transition:all ease .3s}.indicator-13__btn-restart:hover svg .black{fill:#fff;transition:all ease .3s}}.indicator-13__btn-restart.active{transition:all ease .3s;background-color:#ecf3f999}.indicator-13__btn-restart.active svg rect{fill:#91a3b0}.indicator-13__modal-content h1{color:#91a3b0;font-size:16px;font-weight:500;line-height:-1px;margin-bottom:12px}.indicator-13__modal-content p{color:#0a0a0a;font-size:16px;font-weight:400;line-height:-1px;margin-bottom:24px}.indicator-13__modal-content .img-formula-indicator-13{background:url(/assets/formula-indicator-13-c3fjqrac.png) no-repeat;background-size:contain;background-position:center;width:169px;height:64px;margin-bottom:12px}.table__container_export .table-cell__title_number,.table__container_export .table-cell__content_number{flex:0 0 50px;justify-content:center}.table__container_export .table-cell__title_report-name{flex:1;display:flex;gap:8px}@media(hover:hover){.table__container_export .table-cell__title_report-name:hover{background-color:#ebeff2}}.table__container_export .table-cell__content_report-name{flex:1}.table__container_export .table-cell__title_date{flex:0 0 265px;display:flex;gap:8px}@media(hover:hover){.table__container_export .table-cell__title_date:hover{background-color:#ebeff2}}.table__container_export .table-cell__content_date{flex:0 0 265px}.table__container_export .table-cell__content_date .icon-table{display:flex;gap:8px;align-items:center}.table__container_export .table-cell__content_date .export-date{display:inline-flex;align-items:center;justify-content:center;padding:6px 0;width:102px;font-size:14px;font-weight:600;border-radius:4px;cursor:context-menu;background-color:#ffe60129;border:1px solid rgb(255,251,214);transition:all ease .2s}@media(hover:hover){.table__container_export .table-cell__content_date .export-date:hover{transition:all ease .2s;background-color:#ffe60129;border:1px solid #ffe601}}.table__container_export .table-cell__title_format{flex:0 0 125px;display:flex;gap:8px;cursor:pointer}@media(hover:hover){.table__container_export .table-cell__title_format:hover{background-color:#ebeff2}}.table__container_export .table-cell__content_format{flex:0 0 125px;justify-content:center}.table__container_export .table-cell__content_format .format-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;font-size:14px;font-weight:600;border-radius:4px;cursor:default}.table__container_export .table-cell__content_format .format-badge.table-style{background-color:#d3dbe780}.table__container_export .table-cell__content_format .format-badge.graph-style{background-color:#11867629}.table__container_export .table-cell__title_files,.table__container_export .table-cell__content_files{flex:0 0 190px;justify-content:center}.table__container_export .table-cell__content_files .file-icons-container{display:flex;gap:16px;align-items:center;justify-content:center}.table__container_export .table-cell__content_files .file-icons-container .file-icon{transition:all ease .3s;cursor:pointer}@media(hover:hover){.table__container_export .table-cell__content_files .file-icons-container .file-icon:hover path,.table__container_export .table-cell__content_files .file-icons-container .file-icon:hover g rect{fill:#b6a4ff;transition:all ease .3s}}.modal-overlay_export-dialog .modal-content__main{min-height:400px}@media screen and (max-width:1439px){.section-invite-link .section-invite-link__header{flex-direction:column;align-items:start;margin-bottom:32px}}@media screen and (max-width:767px){.section-invite-link .section-invite-link__header .progress{margin-top:32px}}.table__container_invite-link .table-cell__content{font-weight:400}@media screen and (max-width:1279px){.table__container_invite-link .table-titles{display:none}}@media screen and (max-width:1279px){.table__container_invite-link .table-row{margin-top:-1px}}.table__container_invite-link .table-cell__title_number{flex:0 0 50px;display:flex;justify-content:center}@media screen and (max-width:1659px){.table__container_invite-link .table-cell__title_number{flex:0 0 30px}}@media screen and (max-width:1279px){.table__container_invite-link .table-cell__title_number{flex:1;justify-content:start}}.table__container_invite-link .table-cell__title_org{flex:1}@media screen and (max-width:1659px){.table__container_invite-link .table-cell__title_org{flex:0 0 350px}}@media screen and (max-width:1279px){.table__container_invite-link .table-cell__title_org{flex:1}}.table__container_invite-link .table-cell__title_type{flex:0 0 100px}@media screen and (max-width:1279px){.table__container_invite-link .table-cell__title_type{flex:1}}.table__container_invite-link .table-cell__title_role{flex:0 0 265px}@media screen and (max-width:1279px){.table__container_invite-link .table-cell__title_role{flex:1}}.table__container_invite-link .table-cell__title_name{flex:0 0 300px}@media screen and (max-width:1659px){.table__container_invite-link .table-cell__title_name{flex:1}}.table__container_invite-link .table-cell__title_email{flex:0 0 300px}@media screen and (max-width:1659px){.table__container_invite-link .table-cell__title_email{flex:1}}.table__container_invite-link .table-cell__title_status{flex:0 0 130px}@media screen and (max-width:1659px){.table__container_invite-link .table-cell__title_status{flex:0 0 115px}}@media screen and (max-width:1279px){.table__container_invite-link .table-cell__title_status{flex:1}}.table__container_invite-link .table-cell__content_number{flex:0 0 50px;display:flex;justify-content:center}@media screen and (max-width:1659px){.table__container_invite-link .table-cell__content_number{flex:0 0 30px}}@media screen and (max-width:1279px){.table__container_invite-link .table-cell__content_number{flex:1}}.table__container_invite-link .table-cell__content_org{flex:1}@media screen and (max-width:1659px){.table__container_invite-link .table-cell__content_org{flex:0 0 350px}}@media screen and (max-width:1279px){.table__container_invite-link .table-cell__content_org{flex:1}}.table__container_invite-link .table-cell__content_type{flex:0 0 100px;display:flex;flex-direction:column}@media screen and (max-width:1279px){.table__container_invite-link .table-cell__content_type{flex:1}}.table__container_invite-link .table-cell__content_type span{text-align:center;padding:6px 0;width:67px;font-size:14px;font-weight:600;border-radius:4px}.table__container_invite-link .table-cell__content_type .ten-years{background-color:#11867629}.table__container_invite-link .table-cell__content_type .five-years{background-color:#ffe60129}.table__container_invite-link .table-cell__content_type .ten-five-years{background-color:#1877f229}.table__container_invite-link .table-cell__content_role{flex:0 0 265px;display:flex;flex-direction:column;gap:4px}@media screen and (max-width:1279px){.table__container_invite-link .table-cell__content_role{flex:1}}.table__container_invite-link .table-cell__content_role span{display:flex;align-items:center;justify-content:center;padding:6px 0;width:233px;font-size:14px;font-weight:600;border-radius:4px}.table__container_invite-link .table-cell__content_role .new-date{background-color:#ffe60129}.table__container_invite-link .table-cell__content_role .prev-date{background-color:#1877f229}.table__container_invite-link .table-cell__content_email{flex:0 0 300px}@media screen and (max-width:1659px){.table__container_invite-link .table-cell__content_email{flex:1;word-break:break-all}}.table__container_invite-link .table-cell__content_name{flex:0 0 300px}@media screen and (max-width:1659px){.table__container_invite-link .table-cell__content_name{flex:1}}.table__container_invite-link .table-cell__content_status{flex:0 0 130px}@media screen and (max-width:1659px){.table__container_invite-link .table-cell__content_status{flex:0 0 115px}}@media screen and (max-width:1279px){.table__container_invite-link .table-cell__content_status{flex:1}}.table__container_invite-link .table-cell__content_status{justify-content:space-around;align-items:start}.table__container_invite-link .table-cell__content_status span.true:before{content:"Да"}.table__container_invite-link .table-cell__content_status span.false:before{content:"Нет"}.section-notification__main .section-notification__title{margin:72px 0 64px}.section-notification__main .internal-header .wrapper-btn-title{margin-top:15px}.section-notification__main.section-object-table .table__wrapper .table-container{white-space:wrap;padding:0 32px 12px}@media(hover:hover){.section-notification__main.section-object-table .table__wrapper .table-container .table-cell.table-cell_value:hover{background:transparent;border-color:transparent}}.section-notification__main .table-cell{padding:12px 16px}@media screen and (max-width:1023px){.section-notification__main .table-row__titles{flex-direction:column}}@media screen and (max-width:1023px){.section-notification__main .table-row__content{flex-direction:column;align-items:start!important}}.section-notification__main .table-cell__number{flex:0 0 50px}@media screen and (max-width:1023px){.section-notification__main .table-cell__number{flex:1;justify-content:start!important}}.section-notification__main .table-cell__type{flex:0 0 180px}@media screen and (max-width:1023px){.section-notification__main .table-cell__type{flex:1}}.section-notification__main .table-cell__name{flex:1}@media screen and (max-width:1023px){.section-notification__main .table-cell__name{flex:1}}.section-notification__main .table-cell__status{flex:0 0 210px;padding:6px 90px!important}@media screen and (max-width:1023px){.section-notification__main .table-cell__status{flex:1;padding:4px 16px!important;margin-left:16px}}.section-notification__main .table-cell__management{flex:0 0 158px;justify-content:center!important}@media screen and (max-width:1023px){.section-notification__main .table-cell__management{flex:1;justify-content:start!important;padding:12px 16px!important}}.section-notification__main .table-container .table-row__content .table-cell_value-default{border-radius:4px;background-color:#ecf3f999;border:1px solid rgba(211,219,231,.5)}.section-notification__main .table-container .table-row__content .active{transition:all ease .4s;background-color:#11867629;border:1px solid #1eac98}.section-notification__main .table-container .filter-dialog{display:block;position:absolute;top:calc(100% + 8px);left:0;z-index:1000;border:1px solid rgba(211,219,231,.5);border-radius:8px;box-shadow:2px 2px 8px #00000014,-2px -2px 8px #00000014;background:#fff}.section-notification__main .table-container .filter-dialog__content{padding:16px;display:flex;flex-direction:column;gap:16px;white-space:nowrap}.section-notification__main .table-container .switch-container{position:relative;width:58px;height:23px;background:#ecf3f999;border-radius:100px}.section-notification__main .table-container .switch-container .toggle-checkbox{display:none}.section-notification__main .table-container .switch-container .switch{position:absolute;top:50%;left:0;width:100%;height:100%;transform:translateY(-50%);border-radius:100px;overflow:hidden;cursor:pointer}.section-notification__main .table-container .switch-container .toggle{position:absolute;width:31px;height:19px;background:#d3dbe780;border-radius:100px;top:2px;left:2px;box-shadow:-1px -1px 4px #fff,1px 1px 4px #b0b0b0;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:flex-start;padding-left:10px}.section-notification__main .table-container .switch-container .led{width:5px;height:5px;background:gray;border-radius:50%;box-shadow:0 0 10px 2px #0003;transition:all .3s ease-in-out}.section-notification__main .table-container .switch-container .toggle-checkbox:checked+.switch .toggle{left:23px;background:#d3dbe780;box-shadow:-1px -1px 4px #fff,1px 1px 4px #8a8a8a}.section-notification__main .table-container .switch-container .toggle-checkbox:checked+.switch .led{background:#1eac98;box-shadow:0 0 20px 4px #1eac98}.section-notification__main .table-container .switch-container .switch:hover .toggle{box-shadow:-1px -1px 5px #fff,4px 4px 12px #9b9b9b}.table__wrapper.table__container_performers .table-cell__content{font-weight:400}.table__wrapper.table__container_performers .table-cell__title_id,.table__wrapper.table__container_performers .table-cell__content_id{flex:0 0 52px}.table__wrapper.table__container_performers .table-cell__title_fio,.table__wrapper.table__container_performers .table-cell__content_fio{flex:0 0 300px}.table__wrapper.table__container_performers .table-cell__title_job,.table__wrapper.table__container_performers .table-cell__content_job{flex:1}.table__wrapper.table__container_performers .table-cell__title_email,.table__wrapper.table__container_performers .table-cell__content_email{flex:0 0 260px}.table__wrapper.table__container_performers .table-cell__title_phone,.table__wrapper.table__container_performers .table-cell__content_phone{flex:0 0 180px}.table__container_pr-dkdoo .table-row-wrapper{display:flex}.table__container_pr-dkdoo .table-cell__title_number{flex:0 0 50px;justify-content:center}.table__container_pr-dkdoo .table-cell__title_org{flex:1;display:flex;gap:8px}@media(hover:hover){.table__container_pr-dkdoo .table-cell__title_org:hover{background-color:#ebeff2}}.table__container_pr-dkdoo .table-cell__title_region{flex:0 0 168px;display:flex;gap:8px}@media(hover:hover){.table__container_pr-dkdoo .table-cell__title_region:hover{background-color:#ebeff2}}.table__container_pr-dkdoo .table-cell__title_type{flex:0 0 100px;display:flex;gap:8px;cursor:pointer}@media(hover:hover){.table__container_pr-dkdoo .table-cell__title_type:hover{background-color:#ebeff2}}.table__container_pr-dkdoo .table-cell__title_date{flex:0 0 140px}.table__container_pr-dkdoo .table-cell__title_deadline{flex:0 0 113px;display:flex;gap:8px;cursor:pointer}@media(hover:hover){.table__container_pr-dkdoo .table-cell__title_deadline:hover{background-color:#ebeff2}}.table__container_pr-dkdoo .table-cell__title_version{flex:0 0 100px}.table__container_pr-dkdoo .table-cell__title_status{flex:0 0 270px;display:flex;gap:8px;cursor:pointer}@media(hover:hover){.table__container_pr-dkdoo .table-cell__title_status:hover{background-color:#ebeff2}}@media screen and (max-width:1439px){.table__container_pr-dkdoo .table-cell__title_status{flex:0 0 150px}}.table__container_pr-dkdoo .table-cell__title_docs{flex:0 0 100px}.table__container_pr-dkdoo .table-cell__title_preview{flex:0 0 48px}.table__container_pr-dkdoo .table-cell__content_number{flex:0 0 50px;justify-content:center}.table__container_pr-dkdoo .table-cell__content_org{flex:1}.table__container_pr-dkdoo .table-cell__content_region{flex:0 0 168px}.table__container_pr-dkdoo .table-cell__content_type{flex:0 0 100px;display:flex;flex-direction:column}.table__container_pr-dkdoo .table-cell__content_type span{text-align:center;padding:6px 0;width:67px;font-size:14px;font-weight:600;border-radius:4px}.table__container_pr-dkdoo .table-cell__content_type .ten-years{background-color:#11867629}.table__container_pr-dkdoo .table-cell__content_type .five-years{background-color:#ffe60129}.table__container_pr-dkdoo .table-cell__content_type .ten-five-years{background-color:#1877f229}.table__container_pr-dkdoo .table-cell__content_date{flex:0 0 140px;display:flex;flex-direction:column;gap:4px}.table__container_pr-dkdoo .table-cell__content_date span{display:flex;align-items:center;justify-content:center;padding:6px 0;width:102px;font-size:14px;font-weight:600;border-radius:4px}.table__container_pr-dkdoo .table-cell__content_date .new-date{background-color:#ffe60129;border:1px solid rgb(255,251,214);cursor:context-menu}@media(hover:hover){.table__container_pr-dkdoo .table-cell__content_date .new-date:hover{background-color:#ffe60129;border:1px solid #ffe601}}.table__container_pr-dkdoo .table-cell__content_date .prev-date{cursor:context-menu;background-color:#1877f229;border:1px solid rgb(218,233,253)}@media(hover:hover){.table__container_pr-dkdoo .table-cell__content_date .prev-date:hover{background-color:#1877f229;border:1px solid #1877f2}}.table__container_pr-dkdoo .table-cell__content_deadline{flex:0 0 113px;justify-content:center;padding-left:0}.table__container_pr-dkdoo .table-cell__content_version{flex:0 0 100px}.table__container_pr-dkdoo .table-cell__content_version span{display:flex;justify-content:center;align-items:center;padding:6px 0;width:67px;font-size:14px;font-weight:600;border-radius:4px;background-color:#d3dbe780}.table__container_pr-dkdoo .table-cell__content_status{flex:0 0 270px}@media screen and (max-width:1439px){.table__container_pr-dkdoo .table-cell__content_status{flex:0 0 150px}}.table__container_pr-dkdoo .table-cell__content_status span{display:flex;justify-content:center;align-items:center;text-align:center;padding:6px;font-size:14px;font-weight:600;width:100%;background-color:#ffe60129;border:1px solid #ffe601;border-radius:4px}.table__container_pr-dkdoo .table-cell__content_status.gray span{background-color:#d3dbe780;border:1px solid #91a3b0}.table__container_pr-dkdoo .table-cell__content_status.green span{background-color:#11867629;border:1px solid #1eac98}.table__container_pr-dkdoo .table-cell__content_docs{flex:0 0 100px}.table__container_pr-dkdoo .table-cell__content_preview{flex:0 0 48px}.table__container_pr-dkdoo .table-cell__content_preview .icon-table svg path{transition:all ease-in-out .3s}@media(hover:hover){.table__container_pr-dkdoo .table-cell__content_preview .icon-table:hover svg path{fill:#b6a4ff;transition:all ease-in-out .3s}}.history-status-dkdoo__wrapper-blur{position:relative}.history-status-dkdoo__wrapper-blur:after{content:"";z-index:20;position:absolute;bottom:0;left:0;width:100%;height:64px;background:linear-gradient(180deg,#fff0,#fff 99.237%)}@media screen and (max-width:1023px){.history-status-dkdoo__wrapper-blur{display:none}}.history-status-dkdoo__wrapper{max-height:100vh;overflow-y:auto}.history-status-dkdoo__wrapper::-webkit-scrollbar{width:8px;height:10px}.history-status-dkdoo__wrapper::-webkit-scrollbar-track{background:transparent}.history-status-dkdoo__wrapper::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}.history-status-dkdoo__wrapper{padding-right:10px}@media screen and (max-width:1023px){.history-status-dkdoo__wrapper{display:none}}.history-status-dkdoo__wrapper .name-org__wrapper{position:relative;background-color:#ecf3f999;padding:16px;border-radius:8px 32px 32px 8px;margin-top:16px}.history-status-dkdoo__wrapper .name-org__wrapper h3{font-size:20px;font-weight:500;margin-bottom:16px}.history-status-dkdoo__wrapper .name-org__wrapper h4{font-size:16px;font-weight:400;margin-bottom:74px}.history-status-dkdoo__wrapper .name-org__wrapper .name-org__version{width:100%;display:flex;justify-content:end}.history-status-dkdoo__wrapper .name-org__wrapper span{display:inline-flex;justify-content:center;justify-items:end;align-items:center;padding:8px 24px;border-radius:100px;background-color:#d3dbe780}.history-status-dkdoo__wrapper .history-status-dkdoo{padding:0 32px 0 0;margin:48px 0 0;position:relative}.history-status-dkdoo__wrapper .history-status-dkdoo h5{font-size:20px;font-weight:500}.history-status-dkdoo__wrapper .history-status-dkdoo p{font-size:16px;font-weight:400;color:#91a3b0;margin:4px 0 0}.history-status-dkdoo__wrapper .history-status-dkdoo h6{display:flex;justify-content:center;padding:8px;font-size:16px;font-weight:500;border:1.5px solid #d3dbe7;border-radius:100px;margin:16px 0}.history-status-dkdoo__wrapper .history-status-dkdoo li ul{padding:0;margin:0}.history-status-dkdoo__wrapper .history-status-dkdoo li ul li{margin:0;padding:0 0 35px 48px;position:relative}.history-status-dkdoo__wrapper .history-status-dkdoo li ul li .status-item-title{padding-top:6px}.history-status-dkdoo__wrapper .history-status-dkdoo li ul li .status-item-title p{width:100%}.history-status-dkdoo__wrapper .history-status-dkdoo li ul li.grouped{cursor:pointer}.history-status-dkdoo__wrapper .history-status-dkdoo li ul li.green:before{content:"";position:absolute;top:0;left:0;width:36px;height:36px;border-radius:50%;background:url("data:image/svg+xml,%3csvg%20width='36.000000'%20height='36.000000'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e%20Created%20with%20Pixso.%20%3c/desc%3e%3cdefs/%3e%3crect%20id='--'%20rx='17.000000'%20width='34.000000'%20height='34.000000'%20transform='translate(1.000000%201.000000)'%20fill='%231EAC98'%20fill-opacity='1.000000'/%3e%3crect%20id='Rectangle%20'%20x='12.000000'%20y='12.000000'%20width='12.000000'%20height='12.000000'%20fill='%23FFFFFF'%20fill-opacity='1.000000'/%3e%3cpath%20id='Vector'%20d='M18%2030C12.34%2030%209.51%2030%207.75%2028.24C6%2026.48%206%2023.65%206%2018C6%2012.34%206%209.51%207.75%207.75C9.51%206%2012.34%206%2018%206C23.65%206%2026.48%206%2028.24%207.75C30%209.51%2030%2012.34%2030%2018C30%2023.65%2030%2026.48%2028.24%2028.24C26.48%2030%2023.65%2030%2018%2030ZM22.83%2014.36C23.18%2014.71%2023.18%2015.28%2022.83%2015.63L16.83%2021.63C16.48%2021.98%2015.91%2021.98%2015.56%2021.63L13.16%2019.23C12.81%2018.88%2012.81%2018.31%2013.16%2017.96C13.51%2017.61%2014.08%2017.61%2014.43%2017.96L16.2%2019.72L21.56%2014.36C21.91%2014.01%2022.48%2014.01%2022.83%2014.36Z'%20fill='%231EAC98'%20fill-opacity='1.000000'%20fill-rule='evenodd'/%3e%3crect%20id='--'%20rx='17.000000'%20width='34.000000'%20height='34.000000'%20transform='translate(1.000000%201.000000)'%20stroke='%231EAC98'%20stroke-opacity='1.000000'%20stroke-width='2.000000'%20stroke-dasharray='0%200'/%3e%3c/svg%3e") center no-repeat;background-size:36px 36px;z-index:10}.history-status-dkdoo__wrapper .history-status-dkdoo li ul li.green:after{content:"";position:absolute;top:44px;left:16px;width:4px;border-radius:4px;height:calc(100% - 52px);background-color:#1eac98}.history-status-dkdoo__wrapper .history-status-dkdoo li ul li.orange:before{content:"";position:absolute;top:0;left:0;width:36px;height:36px;border-radius:50%;background:url("data:image/svg+xml,%3csvg%20width='36.000000'%20height='36.000000'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e%20Created%20with%20Pixso.%20%3c/desc%3e%3cdefs/%3e%3crect%20id='--'%20rx='17.000000'%20width='34.000000'%20height='34.000000'%20transform='translate(1.000000%201.000000)'%20fill='%23FF5F00'%20fill-opacity='1.000000'/%3e%3cpath%20id='Vector%201'%20d='M13%2010L22%2010L27%2016L27%2020L24%2024L22%2026L19%2027L14%2026L11%2023L9%2020L9%2016L11%2012L13%2010Z'%20fill='%23FFFFFF'%20fill-opacity='1.000000'%20fill-rule='evenodd'/%3e%3cpath%20id='Vector'%20d='M8%2018C8%2012.47%2012.47%208%2018%208C23.52%208%2028%2012.47%2028%2018C28%2023.52%2023.52%2028%2018%2028C12.47%2028%208%2023.52%208%2018ZM17.25%2011C17.25%2010.58%2017.58%2010.25%2018%2010.25C22.28%2010.25%2025.75%2013.71%2025.75%2018C25.75%2022.28%2022.28%2025.75%2018%2025.75C13.71%2025.75%2010.25%2022.28%2010.25%2018C10.25%2017.58%2010.58%2017.25%2011%2017.25C11.41%2017.25%2011.75%2017.58%2011.75%2018C11.75%2021.45%2014.54%2024.25%2018%2024.25C21.45%2024.25%2024.25%2021.45%2024.25%2018C24.25%2014.54%2021.45%2011.75%2018%2011.75C17.58%2011.75%2017.25%2011.41%2017.25%2011ZM18%2013.25C17.58%2013.25%2017.25%2013.58%2017.25%2014C17.25%2014.41%2017.58%2014.75%2018%2014.75C19.79%2014.75%2021.25%2016.2%2021.25%2018C21.25%2019.79%2019.79%2021.25%2018%2021.25C17.58%2021.25%2017.25%2021.58%2017.25%2022C17.25%2022.41%2017.58%2022.75%2018%2022.75C20.62%2022.75%2022.75%2020.62%2022.75%2018C22.75%2015.37%2020.62%2013.25%2018%2013.25Z'%20fill='%23FF5F00'%20fill-opacity='1.000000'%20fill-rule='evenodd'/%3e%3crect%20id='--'%20rx='17.000000'%20width='34.000000'%20height='34.000000'%20transform='translate(1.000000%201.000000)'%20stroke='%23FF5F00'%20stroke-opacity='1.000000'%20stroke-width='2.000000'%20stroke-dasharray='0%200'/%3e%3c/svg%3e") center no-repeat;background-size:36px 36px;z-index:10}.history-status-dkdoo__wrapper .history-status-dkdoo li ul li.orange:after{content:"";position:absolute;bottom:6px;left:16px;width:4px;border-radius:4px;height:calc(100% - 52px);background-color:#ff5f00}.history-status-dkdoo__wrapper .history-status-dkdoo li ul li.grey:before{content:"";position:absolute;top:0;left:0;width:36px;height:36px;border-radius:50%;border:2px solid #d3dbe7}.history-status-dkdoo__wrapper .history-status-dkdoo li ul li.grey:after{content:"";position:absolute;bottom:6px;left:16px;width:4px;border-radius:4px;height:36px;background-color:#d3dbe7}.history-status-dkdoo__wrapper .history-status-dkdoo li ul p{color:#0a0a0a;margin:0}.history-status-dkdoo__wrapper .history-status-dkdoo li ul span{color:#91a3b0;font-size:14px;font-weight:400}.history-status-dkdoo__wrapper .history-status-dkdoo .history-status__dropdown-list{padding:16px 0 0;transition:all ease .3s}.history-status-dkdoo__wrapper .history-status-dkdoo .history-status__dropdown-list .deadline__wrapper{margin:24px 0;display:flex;align-items:center;gap:16px}.history-status-dkdoo__wrapper .history-status-dkdoo .history-status__dropdown-list .deadline__wrapper span{font-size:16px;color:#0a0a0a}.history-status-dkdoo__wrapper .history-status-dkdoo .tree-divider{display:flex;align-items:center;margin:32px 0}.history-status-dkdoo__wrapper .history-status-dkdoo .tree-divider .line{width:100%;border-top:2px solid #d3dbe7;margin-top:3px}.history-status-dkdoo__wrapper .history-status-dkdoo .tree-divider .text{color:#91a3b0;font-size:14px;font-weight:400;text-wrap:nowrap;margin:0 5px}.history-status-dkdoo__wrapper .table__departament{display:flex;flex-direction:column;gap:6px}.history-status-dkdoo__wrapper .table__departament .row-table{display:flex;gap:6px}.history-status-dkdoo__wrapper .table__departament .row-table.green .name-departament,.history-status-dkdoo__wrapper .table__departament .row-table.green .plus-minus,.history-status-dkdoo__wrapper .table__departament .row-table.status_green .name-departament,.history-status-dkdoo__wrapper .table__departament .row-table.status_green .plus-minus{background-color:#1186760f;border:1px solid rgba(17,134,118,.06)}.history-status-dkdoo__wrapper .table__departament .row-table.yellow .name-departament,.history-status-dkdoo__wrapper .table__departament .row-table.yellow .plus-minus,.history-status-dkdoo__wrapper .table__departament .row-table.status_yellow .name-departament,.history-status-dkdoo__wrapper .table__departament .row-table.status_yellow .plus-minus{background-color:#ffe60129;border:1px solid rgba(255,230,1,.16)}.history-status-dkdoo__wrapper .table__departament .row-table.red .name-departament,.history-status-dkdoo__wrapper .table__departament .row-table.red .plus-minus,.history-status-dkdoo__wrapper .table__departament .row-table.status_orange .name-departament,.history-status-dkdoo__wrapper .table__departament .row-table.status_orange .plus-minus{background-color:#ff5f001a;border:1px solid rgba(255,95,0,.1)}.history-status-dkdoo__wrapper .table__departament .row-table.pink .name-departament,.history-status-dkdoo__wrapper .table__departament .row-table.pink .plus-minus{background-color:#ff87ff1a;border:1px solid rgba(255,135,255,.1)}.history-status-dkdoo__wrapper .table__departament .row-table .name-departament{flex:1;border-radius:4px;padding:6px 12px;font-size:14px;border:1px solid rgb(211,219,231)}.history-status-dkdoo__wrapper .table__departament .row-table .plus-minus{border-radius:4px;flex:0 0 74px;display:flex;justify-content:center;align-items:center;border:1px solid rgb(211,219,231)}@media(hover:hover){.history-status-dkdoo__wrapper .table__departament .row-table .plus-minus:hover{background-color:#ecf3f999}}.main-pagination{display:flex;justify-content:center;gap:16px;margin:32px 0 0}.main-pagination li{border-radius:50%}.main-pagination button{display:flex;justify-content:center;align-items:center;width:40px;height:40px}.main-pagination .space{font-size:32px;color:#1877f2}.main-pagination .space button{cursor:default}.main-pagination.blue-theme .default{background-color:#1877f229;color:#1877f2}.main-pagination.blue-theme .active{background-color:#1877f2;color:#fff}.main-pagination.orange-theme .default{background-color:#ff5f001a;color:#ff5f00}.main-pagination.orange-theme .active{background-color:#ff5f00;color:#fff}.main-pagination.orange-theme .space{color:#ff5f00}.main-pagination.violet-theme .default{background-color:#b6a4ff1a;color:#b6a4ff}.main-pagination.violet-theme .active{background-color:#b6a4ff;color:#fff}.main-pagination.violet-theme .space{color:#b6a4ff}.grey-bg{background-color:#ecf3f999;padding:4px 16px;display:inline-block;line-height:24px;border-radius:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all}@media screen and (max-width:767px){.grey-bg{display:none}}.left-part-table{margin-bottom:8px;gap:8px}.left-part-table .left-part-table__count{width:68px;flex:0 0 68px;padding:4px;background-color:#d3dbe780;border-radius:8px;text-align:center}.left-part-table .left-part-table__count input{width:100%;text-align:center}.right-part-table{display:flex;gap:8px;margin-bottom:8px}@media screen and (max-width:1023px){.wrapper-check-list{flex-direction:column;align-items:start;margin-bottom:32px}}.wrapper-check-list .progress{gap:64px}@media screen and (max-width:1023px){.wrapper-check-list .progress{justify-content:start;flex-wrap:wrap;align-items:center;gap:32px}}.wrapper-check-list .progress .block__progress{gap:16px;position:relative;display:flex;align-items:center}.wrapper-check-list .progress .block__progress .popup{font-size:14px;color:#0a0a0a}.wrapper-check-list .progress span{font-size:20px;font-weight:30px}.wrapper-check-list .progress .circle-progress{width:54px;height:54px;border-radius:50%;border:6px solid rgba(211,219,231,.5)}.wrapper-check-list .progress .progress__count{font-size:32px;font-weight:38px;min-width:90px;text-align:right}.wrapper-check-list .progress .progress__count .color-viewed{color:#1877f2}.wrapper-check-list .progress .progress__count .color-approved{color:#118676}.wrapper-check-list .progress .progress__count .color-revision{color:#ff5f00}.wrapper-check-list .progress .viewed .progress__count{color:#1877f2}.wrapper-check-list .progress .approved .progress__count{color:#118676}.wrapper-check-list .progress .revision .progress__count{color:#ff5f00}.wrapper-check-list .progress .circle-progress-indicator{position:relative;width:54px;height:54px;flex:0 0 54px;border-radius:100%;--progress_percent: 0%}.wrapper-check-list .progress .circle-progress-indicator.viewed{background:conic-gradient(#1877f2 var(--progress_percent),rgba(211,219,231,.5) var(--progress_percent) 100%)}.wrapper-check-list .progress .circle-progress-indicator.approved{background:conic-gradient(#118676 var(--progress_percent),rgba(211,219,231,.5) var(--progress_percent) 100%)}.wrapper-check-list .progress .circle-progress-indicator.revision{background:conic-gradient(#ff5f00 var(--progress_percent),rgba(211,219,231,.5) var(--progress_percent) 100%)}.wrapper-check-list .progress .circle-progress-indicator{--color-first: #ff5f00;--color-second: #118676}.wrapper-check-list .progress .circle-progress-indicator.double-color{background:conic-gradient(var(--color-first) var(--progress_percent),var(--color-second) var(--progress_percent) 100%)}.wrapper-check-list .progress .circle-progress-indicator .circle-progress-circle{position:relative;top:6px;left:6px;width:42px;flex:0 0 42px;height:42px;border-radius:100%;background-color:#fff}.icon-table{position:relative}.icon-table .popup{z-index:1000;display:none;opacity:0;position:absolute;top:-30px;left:0;text-wrap:nowrap;text-align:center}.icon-table .popup.right{left:100%;transform:translate(-100%)}.icon-table .popup.bottom{top:calc(100% + 30px);transform:translateY(-100%)}.icon-table .popup .popup-text{font-weight:400;border:1px solid rgb(235,239,242);border-radius:8px;box-shadow:2px 2px 8px #3234410d,-2px -2px 8px #3234410d;background-color:#fff;padding:6px 16px}@media(hover:hover){.icon-table:hover .popup{display:block;cursor:context-menu;opacity:1;transition:all ease .4s}}.icon_deadline_pink{width:33px;height:33px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAABHNCSVQICAgIfAhkiAAAAPFJREFUOI21lEGShCAMRV+mvJfxWK5aVxxLPVlmAUxTLdChqydVbBBe/ieJ4AwLphZMPWd/vFBAgcMDdkEt2AbM3uyTA6jAwwuEN0ot2EG0vQDnV6AJOMsqJ3B5oVX7WaGsIl5QE1pUtqdKLVj1Q3J0s6/AAZyyytKAPtKZ28qi/pSmtgHYc8aXqO3lmJOgZ6RpsQI8FBZsS/cVQDKUaKGn6Oag6OEdnm9aq742oFcjoQKXrLLljanIUG2fFxflvhELerv3dkwbSSCqrrbeMJT4ht3BGPn1zWXb9Q6OKNW0lkYffwTdiYXpAmHMPh7gv8UvUfxsnzzDVBMAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center center;background-color:#ff87ff29;border-radius:4px;border:1px solid transparent}@media(hover:hover){.icon_deadline_pink:hover{border:1px solid #ff87ff;transition:all ease-in .2s}}.icon_deadline_red{width:33px;height:33px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAABHNCSVQICAgIfAhkiAAAAQ5JREFUOI29lNtxhDAMRY+Y9IWoxO5koRNSCaYy5QOZGMLD7OxEXyDE1dFFGCrCImoRrakFaCrrFGOqFZa7Aov0xW0CVMZN7llYRC1gWdgCkwXs7r3T8S0wAYrQOSEIA0JngWk3QSVlwFz40bNTwv2IFundBi1yG2vK+CqL/HK+d22NhNFaRGV0i9h6qhgTkOSb7k5NRq8T5v26NU65jCAMZcdqWmEodRqLKMbLu/cPBRfikR7jtep4h1X4jHbvW5HvMVqEGUgykprczZN6RXQBrFnw8OlHV+oXaVmpLODdE9CWgpnugv6Q+O0/6vSU8rEShV8FIVx5eEn75ilVc56W67auzWPCA+E/X//f4wdqi65kCrX8uwAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:center center;background-color:#ff5f0029;border-radius:4px;border:1px solid transparent}@media(hover:hover){.icon_deadline_red:hover{border:1px solid #ff5f00;transition:all ease-in .2s}}.icon_deadline_yellow{width:33px;height:33px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAABHNCSVQICAgIfAhkiAAAALRJREFUOI3tlN0NgzAMhO+sLlF1mGYzwmTQYQhb5PqAoPwU5PBUpN5TFJ2/WFZ8wFXE9YV6BGQLboLllne086vbxiRWoPzQbADyAjp1qs4iqCfEF2xpOpRYDSTV646hzqISpR7+Lnfq7GzhkVzQUv2hBRIrJTZKbNRZ3LNtP/+xwnSidk0uKB85Aojel39gpk59dn9MJ8ttUUqNoGFES+gET2yAgv0X6znwO7QwUABgk06X0RuLfUp7AW2U+gAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:center center;background-color:#ffe60129;border-radius:4px;border:1px solid transparent}@media(hover:hover){.icon_deadline_yellow:hover{border:1px solid #ffe601;transition:all ease-in .2s}}.btn-move{width:24px;height:24px;position:relative}.btn-move:before{content:"";position:absolute;width:24px;height:24px;top:0;left:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB1ElEQVR4Ae3gAZAkSZIkSRKLqpm7R0REZmZmVlVVVVV3d3d3d/fMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMdHd3d3dXV1VVVVVmZkZGRIS7m5kKz0xmV3d1d3dPz8zMzMxMovjPhfjPhfjPhfhXuO6T9gxwz5fsiBcN4l/huk/aM8A9X7IjXjSIF8F1n7RngHu+ZEcA133SngHu+ZId8cIhXgTXfdKeAe75kh0BXPdJewa450t2xAuHeCGu+6Q9A9zzJTvi+bjuk/YMcM+X7IjnD/FCXPdJewa450t2xPNx3SftGeCeL9kRzx/iPxfiPxfiuZWXNv8e7a/FsyGeW3lp8+/R/lo8G+I/F+I/F+KFuO6T9gxwz5fsiOfjuk/aM8A9X7Ijnj/EC3HdJ+0Z4J4v2RHPx3WftGeAe75kRzx/iBfBdZ+0Z4B7vmRHANd90p4B7vmSHfHCIV4E133SngHu+ZIdAVz3SXsGuOdLdsQLh/hXuO6T9gxwz5fsiBcN4l/huk/aM8A9X7IjXjSI/1yI/1yI/1z8IxOtVhmQDc7tAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center}@media(hover:hover){.btn-move:hover:before{opacity:.4;transition:all ease-in .2s}}.btn-move_green:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB8UlEQVR4Ae3gAZAkSZIkSRKLqpm7R0REZmZmVlVVVVV3d3d3d/fMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMdHd3d3dXV1VVVVVmZkZGRIS7m5kKz0xmV3d1d3dPz8zMzMxMovjPhfjPhfjPhfhXuOXHv9kAt739B4sXDeJf4ZYf/2YD3Pb2HyxeNIgXwS0//s0GuO3tP1gAt/z4Nxvgtrf/YPHCIV4Et/z4Nxvgtrf/YAHc8uPfbIDb3v6DxQuHeCFu+fFvNsBtb//B4vm45ce/2QC3vf0Hi+cP8ULc8uPfbIDb3v6DxfNxy49/swFue/sPFs8f4j8X4j8X4rnc8uPfbP4dbnv7DxbPhngut/z4N5t/h9ve/oPFsyH+cyH+cyFeiFt+/JsNcNvbf7B4Pm758W82wG1v/8Hi+UO8ELf8+Dcb4La3/2DxfNzy499sgNve/oPF84d4Edzy499sgNve/oMFcMuPf7MBbnv7DxYvHOJFcMuPf7MBbnv7DxbALT/+zQa47e0/WLxwiH+FW378mw1w29t/sHjRIP4VbvnxbzbAbW//weJFg/jPhfjPhfjPxT8Cb1RYGVYAggYAAAAASUVORK5CYII=)}.btn-move_violet:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAByklEQVR4Ae3gAZAkSZIkSRKLqpm7R0REZmZmVlVVVVV3d3d3d/fMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMdHd3d3dXV1VVVVVmZkZGRIS7m5kKz0xmV3d1d3dPz8zMzMxMovjPhfjPhfjPhfhX+MXvtwHe9N0lXjSIf4Vf/H4b4E3fXeJFg3gR/OL32wBv+u4SwC9+vw3wpu8u8cIhXgS/+P02wJu+uwTwi99vA7zpu0u8cIgX4he/3wZ403eXeD5+8fttgDd9d4nnD/FC/OL32wBv+u4Sz8cvfr8N8KbvLvH8If5zIf5zIZ7LL36/zb/Dm767xLMhnssvfr/Nv8ObvrvEsyH+cyH+cyFeiF/8fhvgTd9d4vn4xe+3Ad703SWeP8QL8YvfbwO86btLPB+/+P02wJu+u8Tzh3gR/OL32wBv+u4SwC9+vw3wpu8u8cIhXgS/+P02wJu+uwTwi99vA7zpu0u8cIh/hV/8fhvgTd9d4kWD+Ff4xe+3Ad703SVeNIj/XIj/XIj/XPwjhUNYGe27x7MAAAAASUVORK5CYII=)}.btn-delete{width:24px;height:24px;position:relative}.btn-delete:before{content:"";position:absolute;width:24px;height:24px;top:0;left:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACn0lEQVR4Ae3gAZAkSZIkSRKLqpm7R0REZmZmVlVVVVV3d3d3d/fMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMdHd3d3dXV1VVVVVmZkZGRIS7m5kKz0xmV3d1d3dPz8zMzMxMovjPhfjPhfiXlJc2L0z7a/GCIf4l5aXNC9P+WrxgiH9JeWkD0P5aPFB5aQPQ/lq8YIh/SXlpA9D+WjxQeWkD0P5avGCI+5WXNv+R2l8LQNyvvLT5j9T+WgDiuZWXNgDtr8W/RnlpA9D+Wjwb4rmVlzYA7a/Fv0Z5aQPQ/lo8G+K5lZc2AO2vxTNd90l7BrjnS3YEcN0n7Rngni/ZEfcrL20A2l+LZ0M8t/LSBqD9tXim6z5pzwD3fMmOAK77pD0D3PMlO+J+5aUNQPtr8WyI51Ze2gC0vxbPdN0n7Rngni/ZEcB1n7RngHu+ZEfcr7y0AWh/LZ4N8dzKSxuA9tfima77pD0D3PMlOwK47pP2DHDPl+yI+5WXNgDtr8WzIZ5beWkD0P5aPNN1n7RngHu+ZEcA133SngHu+ZIdcb/y0gag/bV4NsRzKy9tANpfi2e67pP2DHDPl+wI4LpP2jPAPV+yI+5XXtoAtL8Wz4Z4buWlDUD7a/FM133SngHu+ZIdAVz3SXsGuOdLdsT9yksbgPbX4tkQz628tAFofy2e6bpP2jPAPV+yI4DrPmnPAPd8yY64X3lpA9D+Wjwb4rmVlzYA7a/Fv0Z5aQPQ/lo8G+K5lZc2AO2vxb9GeWkD0P5aPBviuZWXNv8e7a/FsyGeW3lp8+/R/lo8G+I/F+I/F/8Int+mGYtOXo0AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center center}@media(hover:hover){.btn-delete:hover :before{opacity:.4;transition:all ease-in .2s}}.btn-delete_green:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADOklEQVR4Ae3gAZAkSZIkSRKLqpm7R0REZmZmVlVVVVV3d3d3d/fMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMdHd3d3dXV1VVVVVmZkZGRIS7m5kKz0xmV3d1d3dPz8zMzMxMovjPhfjPhfgX3PLj32xeiNve/oPFC4b4F9zy499sXojb3v6DxQuG+Bfc8uPfbIDb3v6DxQPc8uPfbIDb3v6DxQuG+Bfc8uPfbIDb3v6DxQPc8uPfbIDb3v6DxQuGeKZbfvybzX+g297+gwUgnumWH/9m8x/otrf/YAGI53LLj3+zAW57+w8W/wq3/Pg3G+C2t/9g8WyI53LLj3+zAW57+w8W/wq3/Pg3G+C2t/9g8WyI53LLj3+zAW57+w8Wz3TLj3+zAW57+w8WwC0//s0GuO3tP1g80y0//s0GuO3tP1g8G+K53PLj32yA297+g8Uz3fLj32yA297+gwVwy49/swFue/sPFs90y49/swFue/sPFs+GeC63/Pg3G+C2t/9g8Uy3/Pg3G+C2t/9gAdzy499sgNve/oPFM93y499sgNve/oPFsyGeyy0//s0GuO3tP1g80y0//s0GuO3tP1gAt/z4Nxvgtrf/YPFMt/z4Nxvgtrf/YPFsiOdyy49/swFue/sPFs90y49/swFue/sPFsAtP/7NBrjt7T9YPNMtP/7NBrjt7T9YPBviudzy499sgNve/oPFM93y499sgNve/oMFcMuPf7MBbnv7DxbPdMuPf7MBbnv7DxbPhngut/z4Nxvgtrf/YPFMt/z4Nxvgtrf/YAHc8uPfbIDb3v6DxTPd8uPfbIDb3v6DxbMhnsstP/7NBrjt7T9YPNMtP/7NBrjt7T9YALf8+Dcb4La3/2DxTLf8+Dcb4La3/2DxbIjncsuPf7MBbnv7Dxb/Crf8+Dcb4La3/2DxbIjncsuPf7MBbnv7Dxb/Crf8+Dcb4La3/2DxbIjncsuPf7P5d7jt7T9YPBviudzy499s/h1ue/sPFs+G+M+F+M/FPwLfB8gZ+PRBBwAAAABJRU5ErkJggg==)}.btn-delete_violet:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAC4klEQVR4Ae3gAZAkSZIkSRKLqpm7R0REZmZmVlVVVVV3d3d3d/fMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMdHd3d3dXV1VVVVVmZkZGRIS7m5kKz0xmV3d1d3dPz8zMzMxMovjPhfjPhfgX/OL327wQb/ruEi8Y4l/wi99v80K86btLvGCIf8Evfr8N8KbvLvEAv/j9NsCbvrvEC4b4F/zi99sAb/ruEg/wi99vA7zpu0u8YIhn+sXvt/kP9KbvLgGIZ/rF77f5D/Sm7y4BiOfyi99vA7zpu0v8K/zi99sAb/ruEs+GeC6/+P02wJu+u8S/wi9+vw3wpu8u8WyI5/KL328DvOm7SzzTL36/DfCm7y4B/OL32wBv+u4Sz/SL328DvOm7Szwb4rn84vfbAG/67hLP9IvfbwO86btLAL/4/TbAm767xDP94vfbAG/67hLPhnguv/j9NsCbvrvEM/3i99sAb/ruEsAvfr8N8KbvLvFMv/j9NsCbvrvEsyGeyy9+vw3wpu8u8Uy/+P02wJu+uwTwi99vA7zpu0s80y9+vw3wpu8u8WyI5/KL328DvOm7SzzTL36/DfCm7y4B/OL32wBv+u4Sz/SL328DvOm7Szwb4rn84vfbAG/67hLP9IvfbwO86btLAL/4/TbAm767xDP94vfbAG/67hLPhnguv/j9NsCbvrvEM/3i99sAb/ruEsAvfr8N8KbvLvFMv/j9NsCbvrvEsyGeyy9+vw3wpu8u8Uy/+P02wJu+uwTwi99vA7zpu0s80y9+vw3wpu8u8WyI5/KL328DvOm7S/wr/OL32wBv+u4Sz4Z4Lr/4/TbAm767xL/CL36/DfCm7y7xbIjn8ovfb/Pv8KbvLvFsiOfyi99v8+/wpu8u8WyI/1yI/1z8I4Z0yBkYcIWSAAAAAElFTkSuQmCC)}.btn-edit{width:24px;height:24px;position:relative}.btn-edit:before{content:"";position:absolute;width:24px;height:24px;top:0;left:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACMklEQVR4Ae3gAZAkSZIkSRKLqpm7R0REZmZmVlVVVVV3d3d3d/fMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMdHd3d3dXV1VVVVVmZkZGRIS7m5kKz0xmV3d1d3dPz8zMzMxMovjPhfjPhfh3uu6T9gxwz5fsiOeF+He67pP2DHDPl+yI54X4N7ruk/bM83HPl+yIZ0P8G133SXvm+bjnS3bEsyH+tcpLG4D21wK47pP2zPNxz5fsCED8a5WXNgDtrwVw3Sftmefjni/ZEYB4UZWXNgDtr8Xzcd0n7Rngni/ZEc+GeFGVlzYA7a/F83HdJ+0Z4J4v2RHPhviXlJc2AO2vxfNTXtoAtL8WzwvxLykvbQDaX4vnp7y0AWh/LZ4X4gUpL20A2l+L56e8tAFofy1eMMQLUl7aALS/Fs9PeWkD0P5avGCI51Ze2gC0vxbPT3lpA9D+WvzLEM+tvLQBaH8tnp/y0gag/bX4lyGe6bpP2jPAPV+yIwDKSxuA9tcCoLy0AWh/LV50iGe67pP2DHDPl+wIgPLSBqD9tQAoL20A2l+LFx3ima77pD0D3PMlO+KByksbgPbX4l8P8UzXfdKeAe75kh3xQOWlDUD7a/Gvh3im6z5pzzwf93zJjvi3QzzTdZ+0Z56Pe75kR/zbIf5zIf5z8Y/1MnoZFnHilQAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:center center}@media(hover:hover){.btn-edit:hover:before{opacity:.4;transition:all ease-in .2s}}.btn-edit_green:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACl0lEQVR4Ae3gAZAkSZIkSRKLqpm7R0REZmZmVlVVVVV3d3d3d/fMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMdHd3d3dXV1VVVVVmZkZGRIS7m5kKz0xmV3d1d3dPz8zMzMxMovjPhfjPhfh3uuXHv9kAt739B4vnhfh3uuXHv9kAt739B4vnhfg3uuXHv9k8H7e9/QeLZ0P8G93y499sno/b3v6DxbMh/pVu+fFvNsBtb//BArjlx7/ZPB+3vf0HC0D8K93y499sgNve/oMFcMuPf7N5Pm57+w8WgHgR3fLj32yA297+g8XzccuPf7MBbnv7DxbPhngR3fLj32yA297+g8XzccuPf7MBbnv7DxbPhvgX3PLj32yA297+g8XzccuPf7MBbnv7DxbPC/EvuOXHv9kAt739B4vn45Yf/2YD3Pb2HyyeF+IFuOXHv9kAt739B4vn45Yf/2YD3Pb2HyxeMMQLcMuPf7MBbnv7DxbPxy0//s0GuO3tP1i8YIjncsuPf7MBbnv7DxbPxy0//s0GuO3tP1j8yxDP5ZYf/2YD3Pb2Hyyej1t+/JsNcNvbf7D4lyGe6ZYf/2YD3Pb2HyyAW378mw1w29t/sABu+fFvNsBtb//B4kWHeKZbfvybDXDb23+wAG758W82wG1v/8ECuOXHv9kAt739B4sXHeKZbvnxbzbAbW//weIBbvnxbzbAbW//weJfD/FMt/z4Nxvgtrf/YPEAt/z4Nxvgtrf/YPGvh3imW378m83zcdvbf7D4t0M80y0//s3m+bjt7T9Y/Nsh/nMh/nPxj3CYkBl5Q2YMAAAAAElFTkSuQmCC)}.btn-edit_violet:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACWElEQVR4Ae3gAZAkSZIkSRKLqpm7R0REZmZmVlVVVVV3d3d3d/fMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMdHd3d3dXV1VVVVVmZkZGRIS7m5kKz0xmV3d1d3dPz8zMzMxMovjPhfjPhfh3+sXvtwHe9N0lnhfi3+kXv98GeNN3l3heiH+jX/x+m+fjTd9d4tkQ/0a/+P02z8ebvrvEsyH+lX7x+22AN313CeAXv9/m+XjTd5cAxL/SL36/DfCm7y4B/OL32zwfb/ruEoB4Ef3i99sAb/ruEs/HL36/DfCm7y7xbIgX0S9+vw3wpu8u8Xz84vfbAG/67hLPhvgX/OL32wBv+u4Sz8cvfr8N8KbvLvG8EP+CX/x+G+BN313i+fjF77cB3vTdJZ4X4gX4xe+3Ad703SWej1/8fhvgTd9d4gVDvAC/+P02wJu+u8Tz8YvfbwO86btLvGCI5/KL328DvOm7Szwfv/j9NsCbvrvEvwzxXH7x+22AN313iefjF7/fBnjTd5f4lyGe6Re/3wZ403eXAH7x+22AN313CeAXv98GeNN3l3jRIZ7pF7/fBnjTd5cAfvH7bYA3fXcJ4Be/3wZ403eXeNEhnukXv98GeNN3l3iAX/x+G+BN313iXw/xTL/4/TbAm767xAP84vfbAG/67hL/eohn+sXvt3k+3vTdJf7tEM/0i99v83y86btL/Nsh/nMh/nPxj+MnkBnNT9l5AAAAAElFTkSuQmCC)}.btn-add{width:24px;height:24px;position:relative}.btn-add:before{content:"";position:absolute;width:24px;height:24px;top:0;left:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACy0lEQVR4Ae3gAZAkSZIkSRKLqpm7R0REZmZmVlVVVVV3d3d3d/fMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMdHd3d3dXV1VVVVVmZkZGRIS7m5kKz0xmV3d1d3dPz8zMzMxMovjPhXg+rvukPQPc8yU74t8H8Xxc90l7BrjnS3bEc3nZl38d8y/4yz//LXEF4vm47pP2DHDPl+yI5/KyL/865l/wl3/+W+IKxDNd90l75oW450t2xL/gZV/+dQzwl3/+W+IKxDNd90l75oW450t2xL/gZV/+dQzwl3/+W+IKxPNx3SftGeCeL9kR/wov+/KvY4C//PPfElcgno/rPmnPAPd8yY74V3jZl38dA/zln/+WuALxfFz3SXsGuOdLdsS/wsu+/OsY4C///LfEFYj/QC/78q9jgL/8898SVyD+A73sy7+OAf7yz39LXIF4gJd9+dcxwF/++W+Jf4OXffnXMcBf/vlviSsQD/CyL/86BvjLP/8t8W/wsi//Ogb4yz//LXEF4gFe9uVfxwB/+ee/Jf4NXvblX8cAf/nnvyWuQDzAy7786xjgL//8t8QL8bIv/zrmhfjLP/8tcQXiAV725V/HAH/5578lXoiXffnXMS/EX/75b4krEA/wsi//Ogb4yz//LfFCvOzLv44B/vLPf0sA133SngHu+ZId8ZwQD/CyL/86BvjLP/8t8UK87Mu/jgH+8s9/SwDXfdKeAe75kh3xnBAP8LIv/zoG+Ms//y3xQrzsy7+OAe56vZ8B4J4v2RHPH+IBXvblX8cAf/nnvyVeiJd9+dcxwF2v9zMA3PMlO+L5QzzAy77865h/hb/8898SLxziAV725V/H/Cv85Z//lnjhEP+5EP+5+Eduhp4ZIcAHUAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:center center}@media(hover:hover){.btn-add:hover:before{opacity:.4;transition:all ease-in .2s}}.btn-add_green:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACv0lEQVR4Ae3gAZAkSZIkSRKLqpm7R0REZmZmVlVVVVV3d3d3d/fMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMdHd3d3dXV1VVVVVmZkZGRIS7m5kKz0xmV3d1d3dPz8zMzMxMovjPhXg+bvnxbzbAbW//weLfB/F83PLj32yA297+g8VzueXHv9n8C257+w8WVyCej1t+/JsNcNvbf7B4Lrf8+Debf8Ftb//B4grEM93y499sXojb3v6Dxb/glh//ZgPc9vYfLK5APNMtP/7N5oW47e0/WPwLbvnxbzbAbW//weIKxPNxy49/swFue/sPFv8Kt/z4Nxvgtrf/YHEF4vm45ce/2QC3vf0Hi3+FW378mw1w29t/sLgC8Xzc8uPfbIDb3v6Dxb/CLT/+zQa47e0/WFyB+A90y49/swFue/sPFlcg/gPd8uPfbIDb3v6DxRWIB7jlx7/ZALe9/QeLf4NbfvybDXDb23+wuALxALf8+Dcb4La3/2Dxb3DLj3+zAW57+w8WVyAe4JYf/2YD3Pb2Hyz+DW758W82wG1v/8HiCsQD3PLj32yA297+g8ULccuPf7N5IW57+w8WVyAe4JYf/2YD3Pb2HyxeiFt+/JvNC3Hb23+wuALxALf8+Dcb4La3/2DxQtzy499sgNve/oMFcMuPf7MBbnv7DxbPCfEAt/z4Nxvgtrf/YPFC3PLj32yA297+gwVwy49/swFue/sPFs8J8QC3/Pg3G+C2t/9g8ULc8uPfbB7gtrf/YPH8IR7glh//ZgPc9vYfLF6IW378m80D3Pb2HyyeP8QD3PLj32z+FW57+w8WLxziAW758W82/wq3vf0HixcO8Z8L8Z+LfwTbyZwZ3DScVAAAAABJRU5ErkJggg==)}.table__wrapper{border:1px solid #d3dbe7;border-radius:8px;padding:0 32px 12px;font-size:16px}.table__wrapper .document_pdf{width:33px;height:33px;position:relative}.table__wrapper .document_pdf:before{content:"";position:absolute;width:33px;height:33px;top:0;left:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAABHNCSVQICAgIfAhkiAAAAR5JREFUWIXtV8sNgzAMNVXPnDsCWzRswAZ0i3IDTqVjdIJmA+gUMALnLpAeIHwCOEEByap4UgSyif3yXhQA4AAhOGpAhCCsi76mdTGcbBtugfMeRS/3b6dm/XS1qqAk1shqY+P/2jG0wMQaEkqQILGLHaNNWrt9oo2rG56EEiRIbGaH7kzBzhESShwkJNA9scVr3QT0lQAAAI/191Whj6u5pWcwiBBENx5MTPBOmlyZz8fncmUuhnXVnmZ23Jxm8BQgiMerk3HvChDl41zmN4OnaPl1e2JJUp60RNi6eS3MTky5Qo+Ze+sxgKgllfnoPDMS1ae58nS5mKqCtMMAZiR4spyTzYNY670dCYyAlLwqcLIIdvn50Tal+FFzgBR+g9abswL1hDQAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center center}@media(hover:hover){.table__wrapper .document_pdf:hover:before{opacity:.4;transition:all ease-in .2s}}.table__wrapper .document_doc{width:33px;height:33px;position:relative}.table__wrapper .document_doc:before{content:"";position:absolute;width:33px;height:33px;top:0;left:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAABHNCSVQICAgIfAhkiAAAAKVJREFUWIXtl7sNgDAMRM2npmYMtmMGtmMManqUVBERAdvIQbqgvJLCOb2zLEFUAaK5fhjn3VmHbsuQzOVorQ/moP9kajedNo9VtMKGeKPVUuOP64grUFQDYQIihL6OWGvgQS+zpI4oXXgIExAh9HUIR0e6KdwdKczE3WJKKE42EYgJiBDZFtNCYSakxTSYgjABEaIuZgAiBFtHjn8QDRAmIEJUoPD+ASoBTtKNsgAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:center center}@media(hover:hover){.table__wrapper .document_doc:hover:before{opacity:.4;transition:all ease-in .2s}}.table__wrapper .document_success{width:33px;height:33px;position:relative}.table__wrapper .document_success:before{content:"";position:absolute;top:0;left:0;width:33px;height:33px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAABHNCSVQICAgIfAhkiAAAAKxJREFUWIVjYBgFgwgwogvIrZnxn1JDH4VkYJiLDzBRaiE1AAstDBVsK4OH5vuqLoKhgtcRpAQrJdE4fKMDOQqIiZpBERKDwhE0iQ5ciZQXKo6e4AdFSAwKR1AtOgiVKfjKkUEREqOOgAGMNEFqNUwNMDhDAhcgtXomBQyKkBgUjmBhYMAd1LSMAmQwKEJiUDiChYFhYKIAwxHkAGr0T2Bg8EQHMqBXFIyCQQsAiAI0eG6edoQAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center center}@media(hover:hover){.table__wrapper .document_success:hover:before{opacity:.4;transition:all ease-in .2s}}.table__wrapper .document_txt{width:33px;height:33px;position:relative}.table__wrapper .document_txt:before{content:"";position:absolute;top:0;left:0;width:33px;height:33px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAABHNCSVQICAgIfAhkiAAAAJJJREFUWIVjYBgFgwgwogtMXLzhP6WG5scGYJiLDzBRaiE1AAstDDUycYSH5rkz+wmGCl5HkBKslETj8I0O5CggJmoGRUgMCkfQJDpwJdJ4hvz/DAyYCX5QhMSgcATVooNQmYKvHBkUITHqCBgYdQQMjDoCBkYdAQOjjoCBQeEIvBUYNfogxIBBERKDwhGjYFABAMlVH0wn7rlFAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center}@media(hover:hover){.table__wrapper .document_txt:hover:before{opacity:.4;transition:all ease-in .2s}}.table__wrapper .document_box{width:33px;height:33px;position:relative}.table__wrapper .document_box:before{content:"";position:absolute;top:0;left:0;width:33px;height:33px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAGFJREFUSIljYBgFwx4wwhhGJo7/qWnwuTP7GRkYGBiYqGkoNsCCy2ZyAXpI0N8H1I4LmvsAAxiZOP4nxxe49NE/DrABXD4iJsUNDh9Qkjdo7oOhbwHOOKBWjqZ/Th4F6AAAmJoYZpxf+PcAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center bottom}@media(hover:hover){.table__wrapper .document_box:hover:before{opacity:.4;transition:all ease-in .2s}}.table__wrapper .table-titles{display:flex}@media screen and (max-width:1279px){.table__wrapper .table-titles{flex-direction:column}}.table__wrapper .table-row{display:flex;transition:all ease-in .2s;border-top:1px solid #d3dbe7}@media screen and (max-width:1279px){.table__wrapper .table-row{flex-direction:column;align-items:start}}@media(hover:hover){.table__wrapper .table-row:hover{background-color:#ff5f001a;border-top:1px solid #ffefe5;border-radius:8px}}@media(hover:hover){.table__wrapper .table-row:hover+.table-row{border-top:1px solid transparent}}.table__wrapper .table-row.table-row-bold span{font-weight:800}.table__wrapper .table-cell__title{display:flex;align-items:center;justify-content:start;padding:12px 0 12px 16px;color:#91a3b0}.table__wrapper .table-cell__content{display:flex;align-items:start;justify-content:start;min-height:37px;font-size:14px;font-weight:600;padding:12px 0 12px 16px}.filtered_table .filtered_title{position:relative;cursor:pointer}.filtered_table .filtered_title input[type=text]{border:1px solid rgba(211,219,231,.5);border-radius:4px;padding:8px;margin-right:8px;width:100%;min-width:400px}.filtered_table .filtered_title .cancel-search{border:1px solid rgb(255,95,0);background:#ff5f001a;border-radius:4px;padding:8px;color:#323441}.filtered_table .filtered_title .cancel-search.blue-theme{border:1px solid #1877f2;background:#63c6fe}.filtered_table .filtered_title .cancel-search.orange-theme{border:1px solid rgb(255,95,0);background:#ff5f001a}.filtered_table .filtered_title .cancel-search.violet-theme{border:1px solid #91a3b0;background:#b6a4ff80}.filtered_table .filtered_title .filter-dialog{display:block;position:absolute;top:calc(100% + 8px);left:0;z-index:1000;border:1px solid rgba(211,219,231,.5);border-radius:8px;box-shadow:2px 2px 8px #00000014,-2px -2px 8px #00000014;background:#fff}.filtered_table .filtered_title .filter-dialog__content{padding:16px;display:flex;flex-direction:column;gap:16px;max-height:400px;overflow-y:auto;overflow-x:hidden}.filtered_table .filtered_title .filter-dialog__content .checkbox__label{min-width:170px;align-items:center}.filtered_table .filtered_title .filter-dialog__content::-webkit-scrollbar{width:8px;height:10px}.filtered_table .filtered_title .filter-dialog__content::-webkit-scrollbar-track{background:transparent}.filtered_table .filtered_title .filter-dialog__content::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}.filtered_table .filtered_title .filter-icon{width:24px;height:24px;flex-grow:0;flex-shrink:0}.object-table-empty{background-image:url(/assets/table-object-empty-B7m9Aa5N.png);width:940px;height:172px;border-radius:8px;margin:0 auto;color:#fff;padding:16px 0 16px 155px}.object-table-empty h1{font-size:24px;font-weight:500}.object-table-empty p{margin-top:12px;font-size:16px;width:450px;font-weight:300}.section-object-table{margin-bottom:16px}.section-object-table .scroll-indicator-top{overflow-x:auto;overflow-y:hidden;height:10px;background:transparent;width:100%;position:absolute;top:0;left:0;z-index:200}.section-object-table .scroll-indicator-top::-webkit-scrollbar{width:8px;height:10px}.section-object-table .scroll-indicator-top::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}.section-object-table .scroll-indicator-top.sticky{position:fixed;top:0;background-color:#fff;left:16px;z-index:50;border:1px solid rgb(211,219,231)}.section-object-table .scroll-indicator-top::-webkit-scrollbar{height:10px}.section-object-table .scroll-indicator-top::-webkit-scrollbar-track{background:transparent}.section-object-table .scroll-indicator-top::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;transition:all ease .3s}.section-object-table .scroll-indicator-top>div{height:1px}.section-object-table .table__wrapper{width:100%;box-sizing:border-box;border:1px solid rgb(211,219,231);border-radius:8px;background:#fff;padding:0;overflow:hidden}.section-object-table .table__wrapper.table__wrapper-events{padding:0 32px}.section-object-table .table__wrapper .table-cell__content{padding:0}.section-object-table .table-container__inner::-webkit-scrollbar{width:8px;height:10px}.section-object-table .table-container__inner::-webkit-scrollbar-track{background:transparent}.section-object-table .table-container__inner::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}.section-object-table .table-container__inner{overflow-x:auto}.section-object-table .table-container{display:inline-block;min-width:100%;position:relative}.section-object-table .table-container .odd-row .table-row__content{background-color:#ecf3f999}.section-object-table .table-container .even-col,.section-object-table .table-container .odd-col{display:flex;align-self:stretch}.section-object-table .table-container .even-col .table-cell,.section-object-table .table-container .odd-col .table-cell{width:100%}.section-object-table .table-container .even-col .table-cell{background:#d3dbe780}.section-object-table .table-container .even-col .table-cell.table-cell_focused{background-color:#1877f229}.section-object-table .table-container .table-cell{display:flex;justify-content:start;align-items:center;padding:16px 8px;border:1px solid transparent}.section-object-table .table-container .table-cell .table-cell-counter{color:#0a0a0a;background-color:#d3dbe780;border-radius:4px;padding:6px 12px;max-width:162px;width:100%;display:flex;align-items:center;justify-content:center;margin-left:auto}.section-object-table .table-container .table-cell.table-cell_controls{padding:12px 6px;justify-content:space-between}.section-object-table .table-container .table-cell.table-cell_label,.section-object-table .table-container .table-cell.table-cell_label-num{overflow:hidden;white-space:normal}.section-object-table .table-container .table-cell.table-cell_label-num span{width:100%;display:flex;align-items:center;justify-content:center;border-radius:4px;background:#1877f229;padding:6px;color:#1877f2;font-family:Hauora;font-size:14px;font-weight:500;line-height:21px;letter-spacing:0px;text-align:center;height:37px}.section-object-table .table-container .table-cell.table-cell_row-title{color:#91a3b0;font-family:Hauora;font-size:14px;font-weight:600;line-height:21px;letter-spacing:0px;text-align:left}.section-object-table .table-container .table-cell.table-cell_value{transition:all ease .3s;border:1px solid transparent}@media(hover:hover){.section-object-table .table-container .table-cell.table-cell_value:hover{background-color:#1877f229;border-color:#1877f2;transition:all ease .3s}}.section-object-table .table-container .table-cell.table-cell_value .table-editor-input{width:100%;min-height:37px;font-size:14px;font-weight:600;outline:none}.section-object-table .table-container .table-cell.table-cell_value .table-editor-text{display:flex;align-items:center;justify-content:center;width:100%;transition:all ease .2s;border-radius:4px}.section-object-table .table-container .table-cell.table-cell_value .table-editor-text input{outline:none;width:100%;transition:all ease .2s}.section-object-table .table-container .table-cell.table-cell_focused{background-color:#1877f229;transition:all ease .3s}@media(hover:hover){.section-object-table .table-container .table-cell.table-cell_focused:hover{border-color:transparent;background-color:#1877f229;transition:all ease .3s}}.section-object-table .table-container .table-cell.table-cell_focused .table-editor-content{position:relative}.section-object-table .table-container .table-cell.table-cell_focused .table-editor-input{border-radius:4px;border:1px solid #1877f2;background-color:#fff;transition:all ease .3s}.section-object-table .table-container .table-cell.table-cell_focused .table-editor-year{color:#91a3b0;font-size:12px;font-weight:500;margin-bottom:4px;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.section-object-table .table-container .table-cell.table-cell_focused .text_event{width:100%}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropdown{position:relative;display:inline-block;width:100%}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropbtn{background-color:#ff87ff29;max-height:37px;padding:8px;border-radius:4px;font-weight:500;border:1px solid #f6e6fc;display:flex;transition:all ease .2s;width:100%;align-items:center}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropbtn span{display:block;width:100%;white-space:nowrap;text-align:left;text-overflow:ellipsis;overflow:hidden}@media(hover:hover){.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropbtn:hover{border:1px solid #ff87ff}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropbtn:hover svg path{fill:#b6a4ff}}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropbtn .dropbtn_arrow{transition:all ease-in-out .2s;transform:rotate(0);margin-left:8px}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropbtn .active{transition:all ease-in-out .2s;transform:rotate(180deg)}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropdown-content{position:absolute;top:calc(100% + 5px);padding:16px;width:576px;border:1px solid rgb(235,239,242);border-radius:8px;box-shadow:2px 2px 8px #3234410d,-2px -2px 8px #3234410d;background:#fff;z-index:15;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;max-height:50vh}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropdown-content .dropdown-filter{display:flex;gap:8px}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropdown-content .main-input-filter{height:37px;flex:1;padding:8px;border-radius:4px;border:1px solid rgba(211,219,231,.5)}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropdown-content .main-input-filter::placeholder{color:#91a3b0;font-weight:500}@media(hover:hover){.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropdown-content .main-input-filter:hover{border:1px solid #1877f2;background-color:#fff}}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropdown-content .main-input-filter:focus{border:1px solid #b6a4ff;background-color:#fff}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropdown-content .btn-filter-reset{flex:0 0 128px;height:37px;display:flex;align-items:center;justify-content:center;background-color:#ff5f001a;border:1px solid #ff5f00;border-radius:4px}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropdown-content .dropdown-options{display:flex;flex-direction:column;margin-top:16px;height:calc(100% - 69px);overflow:hidden;overflow-y:auto;width:100%}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropdown-content .dropdown-options::-webkit-scrollbar{width:8px;height:10px}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropdown-content .dropdown-options::-webkit-scrollbar-track{background:transparent}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropdown-content .dropdown-options::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}.section-object-table .table-container .table-cell.table-cell_focused .text_event .checkbox-container{padding:0 8px;transition:background-color .2s ease;border-radius:8px}@media(hover:hover){.section-object-table .table-container .table-cell.table-cell_focused .text_event .checkbox-container:hover{background-color:#f1f1f1}}.section-object-table .table-container .table-cell.table-cell_focused .text_event .checkbox{margin-right:16px}.section-object-table .table-container .table-cell.table-cell_focused .text_event .dropdown-item{display:flex;align-items:center;padding:12px 0;cursor:pointer}.section-object-table .table-container .table-row__titles{display:flex;color:#91a3b0;font-size:16px}.section-object-table .table-container .table-row__titles .table-cell_filter{gap:8px;cursor:pointer;position:relative;z-index:1}@media(hover:hover){.section-object-table .table-container .table-row__titles .table-cell_filter:hover{transition:all ease .2s;background-color:#ebeff2}}.section-object-table .table-container .table-row__content{display:flex;align-items:center;font-size:14px;transition:background-color .2s ease-in,color .2s ease-in,border-radius .2s ease-in;border-top:1px solid #d3dbe7;min-height:48px;color:#0a0a0a;font-weight:500}.section-object-table .table-container .table-row__content_data-indicator{padding-left:55px}@media(hover:hover){.section-object-table .table-container .table-row__content .none-style-cell .table-cell_value:hover{border-color:transparent;background-color:transparent}}@media(hover:hover){.section-object-table .table-container .table-row__content_events:hover{background-color:#e7f0fa;border-radius:8px}.section-object-table .table-container .table-row__content_events:hover .table-content__btn-arrow svg path{fill:#91a3b0;transition:fill .2s ease-in}}@media(hover:hover){.section-object-table .table-container .table-row__content_events:hover+.table-row__content{border-top-color:transparent;transition:border-top-color 0s}}.section-object-table .table-container .table-row__content_active{background-color:#e7f0fa;border-top-color:#e7f0fa;border-radius:8px;transition:border-radius .2s ease}.section-object-table .table-container .table-row__content_active+.table-row__content{border-top-color:transparent;transition:border-top-color 0s}.section-object-table .table-container .table-row__content_events{border-top-color:transparent;cursor:pointer;border-radius:8px}.section-object-table .table-container .table-row__content_events.table-row__content_active{background:#ecf3f999}.section-object-table .table-container .table-row__content_events .table-cell_label,.section-object-table .table-container .table-row__content_events .table-cell_value{color:#0a0a0a}.section-object-table .table-container .table-row__content_header{display:flex;color:#91a3b0;font-size:16px;padding:12px 0;border:none;border-top-color:transparent}.section-object-table .table-container .table-row__content_title{background:#1877f21a}.section-object-table .table-container .table-row__content_title.main-title-table{font-size:18px;padding-left:80px}.section-object-table .table-container .table-row__content_float-title-empty{background:#1877f21a;border-radius:8px;border:none;height:48px;width:100%;margin:8px 0}.section-object-table .table-container .table-row__content_float-title-empty-child-1,.section-object-table .table-container .table-row__content_float-title-empty-child-2{height:3px;min-height:3px}.section-object-table .table-container .table-row__content_float-title-empty-child-1{background:#1eac9866}.section-object-table .table-container .table-row__content_float-title-empty-child-2{background:#b6a4ff66}.section-object-table .table-container .table-row__content_float-title{cursor:pointer;transition:border-radius .2s ease,background-color .2s ease,color .2s ease}.section-object-table .table-container .table-row__content_float-title.table-row__content_active{margin-bottom:8px}.section-object-table .table-container .table-row__content_float-title.table-row__content_active .table-cell_label{color:#0a0a0a}@media(hover:hover){.section-object-table .table-container .table-row__content_float-title:hover{background-color:#e7f0fa}.section-object-table .table-container .table-row__content_float-title:hover .table-cell_label{color:#0a0a0a}.section-object-table .table-container .table-row__content_float-title:hover .table-content__btn-arrow svg path{fill:#91a3b0;transition:fill .2s ease}}.section-object-table .table-container .table-row__content_float-title-empty+.table-row__content_float-title{border-top-color:transparent;transition:border-top-color 0s}.section-object-table .table-container .table-row-events__dropdown{padding-bottom:8px}.section-object-table .table-container .table-row-events__dropdown .table-row__content_title-row+div:not(.table-row__content) .table-row__content{border-top:none}.section-object-table .table-container .table-row-events__dropdown .table-row__content_title-row{margin-bottom:8px}.section-object-table .table-container .table-row-events__dropdown .table-row__content_title-row .table-cell_row-title{padding:12px 16px}.section-object-table .table-container .table-row-events__dropdown .table-row__content_title{background:transparent;border:none}.section-object-table .table-container .table-row-events__dropdown .table-row__content_title .table-cell_label{color:#323441}.section-object-table .table-container .table-row-events__dropdown .table-row__content_res_1{box-sizing:border-box;border:1px solid rgba(30,172,152,.4);border-radius:8px;background:#65efa429}.section-object-table .table-container .table-row-events__dropdown .table-row__content_res_1 .table-cell_row-title{color:#1eac98;font-family:Hauora;font-size:14px;font-weight:600;line-height:21px;letter-spacing:0px;text-align:left}.section-object-table .table-container .table-row-events__dropdown .table-row__content_res_2{box-sizing:border-box;border:1px solid rgb(182,164,255);border-radius:8px;background:#b6a4ff1a}.section-object-table .table-container .table-row-events__dropdown .table-row__content_res_2 .table-cell_row-title{color:#b6a4ff;font-family:Hauora;font-size:14px;font-weight:600;line-height:21px;letter-spacing:0px;text-align:left}.section-object-table .table-container .table-row-events__dropdown .table-row__content .table-cell_label,.section-object-table .table-container .table-row-events__dropdown .table-row__content .table-cell_value{color:#0a0a0a;font-weight:400}.section-object-table .table-container .table-row-events__dropdown .table-row__content .table-cell_date-start{color:#0a0a0a;background-color:#1877f229;border-radius:4px;padding:6px 0;margin:0 4px;font-weight:400;min-height:33px}.section-object-table .table-container .table-row-events__dropdown .table-row__content .table-cell_date-end{color:#0a0a0a;background-color:#ffe60129;border-radius:4px;padding:6px 0;margin:0 4px;font-weight:400;min-height:33px}.section-object-table .table-container .table-content__btn-arrow{position:relative;width:24px;height:24px}.section-object-table .table-container .table-content__btn-arrow svg{transition:all ease-in-out .3s}.section-object-table .table-container .table-content__btn-arrow svg path{transition:all ease-in-out .3s}@media(hover:hover){.section-object-table .table-container .table-content__btn-arrow:hover svg path{fill:#91a3b0}}.section-object-table .table-container .table-content__btn-arrow.active svg{transform:rotate(90deg);transition:all ease-in-out .3s}.section-object-table .table-container .table-content__btn-arrow.active svg path{fill:#91a3b0}.section-object-table .table-container .table-row__content_float-title.table-row__content_empty .table-cell_label{color:#ff5f00;transition:color .2s ease}.section-object-table .table-container .table-row__content_float-title.table-row__content_empty .table-content__btn-arrow svg path{fill:#91a3b0;transition:fill .2s ease-in}.section-object-table .section-object-table__request-check-box{margin-bottom:16px}.section-object-table .section-object-table__request-check-box .section-object-table__request-check{width:100%;box-sizing:border-box;border:1px solid rgb(211,219,231);border-radius:8px;background:#fff;padding:16px 8px}.section-object-table .section-object-table__controls{margin-bottom:16px;width:100%}.section-object-table .section-object-table__controls .section-object-table__alert-title{width:100%;max-width:268px;min-height:64px;height:auto;box-sizing:border-box;border:1.5px solid rgb(255,95,0);border-radius:100px;background:#ff5f00;display:flex;justify-content:center;align-items:center}.section-object-table .section-object-table__controls .section-object-table__alert-title span{color:#fff;font-family:Hauora;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0px;text-align:center}.section-object-table .section-object-table__controls .section-object-table__loader{height:auto;background-color:transparent}@media screen and (max-width:1279px){.section-object-table .section-object-table__controls .section-object-table__loader{border-bottom-right-radius:32px;padding:18px 32px 300px}}@media screen and (max-width:1279px){.section-object-table .section-object-table__controls .section-object-table__loader .main-loader{margin-bottom:150px}}.section-object-table .section-object-table__controls .section-object-table__save-btn{width:100%;max-width:268px;margin-left:auto}.section-object-table .section-object-table__controls .section-object-table__save-btn button{margin-left:auto;width:100%;max-width:416px}.section-object-table .pr-oo-info__wrapper{max-width:940px;width:100%;margin:0 auto 32px;display:flex;flex-direction:column;gap:32px}.section-object-table .pr-oo-info__wrapper .attention__wrapper{min-height:122px;background-color:#1877f2;color:#fff;border-radius:8px;padding:16px;display:flex;position:relative}.section-object-table .pr-oo-info__wrapper .attention__wrapper .avatar{position:absolute;top:1px;left:0;background-image:url(/assets/avatar-workspace-Bojhm_ZD.png);background-repeat:no-repeat;height:122px;width:140px;border-radius:8px}.section-object-table .pr-oo-info__wrapper .attention__wrapper .attention__content{margin-left:140px}.section-object-table .pr-oo-info__wrapper .attention__wrapper .attention__content .attention__title{font-weight:500;font-size:24px;margin-bottom:12px}.section-object-table .pr-oo-info__wrapper .attention__wrapper .attention__content .attention__text{font-size:16px;line-height:24px;font-weight:400}.section-object-table .pr-oo-info__wrapper .attention__wrapper .attention__content .attention__text b{font-weight:600}.section-object-table .pr-oo-info__wrapper .attention__wrapper .attention__close-btn{flex:0 0 30px;height:30px;display:flex;align-items:start}.section-object-table .pr-oo-info__wrapper .attention__wrapper .attention__close-btn svg path:nth-child(3){fill:#fc0000}.section-object-table .pr-oo-info__wrapper .oo-info-form__wrapper{background-color:#fff;padding:48px 48px 32px;box-sizing:border-box;border:1px solid rgba(211,219,231,.5);border-radius:8px}.section-object-table .pr-oo-info__wrapper .oo-info-form__wrapper p{margin-bottom:16px}.section-object-table .pr-oo-info__wrapper .oo-info-form__wrapper .row>div{margin-bottom:16px}.section-object-table .pr-oo-info__wrapper .oo-info-form__wrapper .section-object-table__loader{height:auto;background-color:transparent}@media screen and (max-width:1279px){.section-object-table .pr-oo-info__wrapper .oo-info-form__wrapper .section-object-table__loader{border-bottom-right-radius:32px;padding:18px 32px 300px}}@media screen and (max-width:1279px){.section-object-table .pr-oo-info__wrapper .oo-info-form__wrapper .section-object-table__loader .main-loader{margin-bottom:150px}}.section-object-table .pr-oo-info__wrapper .oo-info-form__wrapper .icon-oo-info{width:88px;height:48px;border-radius:100px;background-color:#ff5f00;position:relative;margin-bottom:8px}.section-object-table .pr-oo-info__wrapper .oo-info-form__wrapper .icon-oo-info svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.section-object-table .pr-oo-info__wrapper .oo-info-form__wrapper .text-oo-info{padding:12px 16px;border-radius:8px;border:1px solid #ff5f00;background-color:#ff5f001a;margin-bottom:32px}.section-object-table .pr-oo-info__wrapper .oo-info-form__wrapper .text-oo-info span{font-weight:500}.section-object-table__alerts .section-object-table__alert{width:100%;box-sizing:border-box;border:1px solid rgb(255,95,0);border-radius:8px;background:#ff5f001a;padding:12px 16px;min-height:74px}.section-object-table__alerts .section-object-table__alert span{color:#0a0a0a;font-size:16px;font-weight:500}.section-object-table__alerts .section-object-table__alert span svg{margin-right:8px}.breadcrumbs{display:flex;align-items:center;gap:16px;margin-bottom:16px;flex-wrap:wrap;font-size:14px;font-weight:400}.breadcrumbs .breadcrumb-item{display:flex;align-items:center;gap:16px}.breadcrumbs .breadcrumb-item .breadcrumb-link{color:#91a3b0;cursor:pointer;transition:all ease-in .2s}@media(hover:hover){.breadcrumbs .breadcrumb-item .breadcrumb-link:hover{color:#0a0a0a;transition:all ease-in .2s}}.breadcrumbs .breadcrumb-item .breadcrumb-link.active,.breadcrumbs .breadcrumb-item .breadcrumb-text{color:#0a0a0a}.breadcrumbs .breadcrumb-item .breadcrumb-separator{background-color:#91a3b0;width:4px;height:4px;border-radius:50%}.form-project-object__nav ul{display:flex;align-items:center;justify-content:start;flex-wrap:nowrap;padding:0;margin:0 0 12px;gap:4px}.form-project-object__nav ul li{display:flex;justify-content:center;gap:4px;cursor:pointer;color:#0a0a0a;padding:4px 16px;border-radius:6px;border:1px solid #1877f2;font-size:14px;font-weight:500;white-space:nowrap}.form-project-object__nav ul li.active{background-color:#1877f2;color:#fff}.form-project-object__wrapper-empty{width:100%;display:flex;justify-content:start;align-items:center;padding:12px;background-color:#1877f21a;border-radius:8px;border:1px solid #1877f2;margin-bottom:12px}.form-project-object__wrapper-empty .form-project-object__element{display:flex;align-items:center;gap:12px;color:#0a0a0a;font-size:16px;font-weight:500}.form-project-object__wrapper-empty .form-project-object__element svg{flex-shrink:0}.info-form-projects{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.info-form-projects .info-form-projects__item{display:flex;align-items:center;gap:8px;transition:all ease-in .3s}.info-form-projects .info-form-projects__item .info-form-projects__item-title,.info-form-projects .info-form-projects__item .info-form-projects__item-date{border:1px solid rgba(211,219,231,.5);padding:12px;border-radius:8px}.info-form-projects .info-form-projects__item .info-form-projects__item-title{width:50%}.info-form-projects .info-form-projects__item.active .info-form-projects__item-title,.info-form-projects .info-form-projects__item.active .info-form-projects__item-date{border:1px solid transparent;background:#1877f229;transition:all ease-in .3s}.info-form-projects .info-form-projects__item .info-form-projects__item-title{font-size:16px;font-weight:500}.form-project-object__general-wrapper{display:flex;gap:8px}.form-project-object__general-wrapper .form-project-object__general{width:460px;flex-shrink:0;flex-grow:0;display:flex;flex-direction:column;gap:8px;background-color:#fff;border-radius:8px;border:1px solid rgba(211,219,231,.5);padding:24px}.form-project-object__general-wrapper .form-project-object__general .form-project-object__general-progress{font-size:16px;font-weight:500;line-height:1;color:#91a3b0;margin-bottom:8px}.form-project-object__general-wrapper .form-project-object__general .form-project-progress{margin-bottom:16px}.form-project-object__general-wrapper .form-project-object__general .form-project-object__general-item{padding:12px;border-radius:8px;border:1px solid rgba(211,219,231,.5);transition:all ease-in .3s;cursor:pointer}@media(hover:hover){.form-project-object__general-wrapper .form-project-object__general .form-project-object__general-item:hover{border:1px solid transparent;background:#1877f229;transition:all ease-in .3s}}.form-project-object__general-wrapper .form-project-object__general .form-project-object__general-item.active{border:1px solid transparent;background:#1877f229;transition:all ease-in .3s}.form-project-object__general-wrapper .form-project-object__general .form-project-object__general-item .form-project-object__general-item-title{color:#0a0a0a;font-size:14px;font-weight:500;gap:8px;display:flex;justify-content:space-between;align-items:center}.form-project-object__general-wrapper .form-project-object__general .form-project-object__general-item .form-project-object__general-item-title span{max-width:80%}.form-project-object__general-wrapper .form-project-object__general-content{width:100%;flex-shrink:1;flex-grow:1;padding:24px;background-color:#fff}.section-object-table__form-project .table-row__content_header .table-cell_actions,.section-object-table__form-project .table-row__content_data .table-cell_actions{flex:0 0 100px;display:flex;justify-content:center}.section-object-table__form-project .table-row__content_header .table-cell_number,.section-object-table__form-project .table-row__content_data .table-cell_number{flex:0 0 50px;display:flex;justify-content:center}.section-object-table__form-project .table-row__content_header .table-cell_name,.section-object-table__form-project .table-row__content_data .table-cell_name{flex:1}.section-object-table__form-project .table-row__content_header .table-cell_progress,.section-object-table__form-project .table-row__content_data .table-cell_progress{flex:0 0 350px}.section-object-table__form-project .table-row__content_header .table-cell_level,.section-object-table__form-project .table-row__content_data .table-cell_level{flex:0 0 330px;justify-content:center}.section-object-table__form-project .table-row__content_header .table-cell_start-date,.section-object-table__form-project .table-row__content_data .table-cell_start-date,.section-object-table__form-project .table-row__content_header .table-cell_end-date,.section-object-table__form-project .table-row__content_data .table-cell_end-date{flex:0 0 250px;justify-content:center}.section-object-table__form-project .table-row__content_header.selectable_row,.section-object-table__form-project .table-row__content_data.selectable_row{cursor:pointer}.section-object-table__form-project .table-row__content_header.selectable_row:hover,.section-object-table__form-project .table-row__content_data.selectable_row:hover{background-color:#1877f229}.section-object-table__form-project .table__wrapper .table-container .table-row__content_add{background-color:#1877f229;width:100%}.section-object-table__form-project .table__wrapper .table-container .table-row__content_add .table-cell_controls{flex:0 0 100px;display:flex;justify-content:center}.section-object-table__form-project .table__wrapper .table-container .table-row__content_data .table-cell_controls{flex:0 0 100px;display:flex;justify-content:space-around}.form-project-progress{width:100%}.form-project-progress .form-project-progress__container{width:100%;height:20px;background-color:#d3dbe780;border-radius:100px;overflow:visible;position:relative}.form-project-progress .form-project-progress__fill{height:100%;background-color:#1877f2;border-radius:100px;transition:width .3s ease;position:relative;min-width:45px;display:flex;align-items:center;justify-content:center}.form-project-progress .form-project-progress__text{color:#fff;font-size:13px;font-weight:500;line-height:1;white-space:nowrap;-webkit-user-select:none;user-select:none}.dialog-window__form-project .dialog-window__content .row{margin-bottom:16px}.dialog-window__form-project .dialog-window__footer{gap:16px}.section-account__main{padding-top:100px}@media screen and (max-width:1279px){.section-account__main{padding-top:40px;margin-left:-90px}}@media screen and (max-width:1023px){.section-account__main{padding-top:65px;margin-left:80px}}@media screen and (max-width:767px){.section-account__main{padding-top:45px;margin:0}}.section-account__main .section-account__header{margin-bottom:64px}@media screen and (max-width:767px){.section-account__main .section-account__header{margin-bottom:32px}}.section-account__main .section-account__header .row,.section-account__main .section-account__header .section-account__title{display:flex;align-items:center}.section-account__main .section-account__header .section-account__title .section-account__title-img{width:95px;height:95px;border-radius:50%;margin-right:32px}@media screen and (max-width:1023px){.section-account__main .section-account__header .section-account__title .section-account__title-img{margin:0;display:none}}.section-account__main .section-account__header .section-account__title .section-account__title-img_oo{background:url(/assets/page_change_acc_oo-DBYGAYZw.svg);background-size:94px 94px}.section-account__main .section-account__header .section-account__title .section-account__title-img_dkdoo{background:url(/assets/page_change_acc_dkdoo-DfT31A_U.svg);background-size:94px 94px}.section-account__main .section-account__header .section-account__title .section-account__title-img_dep{background:url(/assets/page_change_acc_dep-CfDyengu.svg);background-size:94px 94px}.section-account__main .form-account__content .row{margin-bottom:16px}@media screen and (max-width:1279px){.section-account__main .form-account__content .row{margin:0}}.section-account__main .form-account__content .form-account__btn_desktop{border:1px solid rgba(211,219,231,.5)}@media screen and (max-width:1279px){.section-account__main .form-account__content .form-account__btn_desktop{display:none}}@media screen and (max-width:1279px){.section-account__main .form-account__content .form-account__input{margin-bottom:16px}}.section-change .page-wrapper-internal{padding:8px 0 350px}.section-change__main{padding-top:100px}@media screen and (max-width:1279px){.section-change__main{padding-top:40px;margin-left:-90px}}@media screen and (max-width:1023px){.section-change__main{padding-top:65px;margin-left:80px}}@media screen and (max-width:767px){.section-change__main{padding-top:25px;margin:0}}.section-change__main .section-change__title{display:flex;align-items:center;margin-bottom:64px}@media screen and (max-width:1279px){.section-change__main .section-change__title .main__header{width:450px}}@media screen and (max-width:767px){.section-change__main .section-change__title{margin-bottom:32px}}.section-change__main .section-change__title .section-change-acc__img{margin-right:32px;width:94px;height:94px;flex:0 0 94px;border-radius:100%}@media screen and (max-width:1023px){.section-change__main .section-change__title .section-change-acc__img{display:none}}.section-change__main .section-change__title .section-change-acc__img_oo{background:url(/assets/page_change_acc_oo-DBYGAYZw.svg);background-size:94px 94px}.section-change__main .section-change__title .section-change-acc__img_dkdoo{background:url(/assets/page_change_acc_dkdoo-DfT31A_U.svg);background-size:94px 94px}.section-change__main .section-change__title .section-change-acc__img_dep{background:url(/assets/page_change_acc_dep-CfDyengu.svg);background-size:94px 94px}.section-change__main .section-change__content .row{gap:16px}.section-change__main .section-change__acc{border-radius:8px;border:1px solid transparent;padding:16px;display:flex;cursor:pointer;max-height:160px;height:160px;transition:all ease .3s;position:relative}@media(hover:hover){.section-change__main .section-change__acc:hover{transition:all ease .3s;border:1px solid #b6a4ff;background-color:#b6a4ff29;color:#0a0a0a}.section-change__main .section-change__acc:hover .main-block-text_grey{transition:all ease .3s;background-color:#b6a4ff29}.section-change__main .section-change__acc:hover .change-acc__img-1{background:url(/assets/oo_hover-CgNliboP.svg)}.section-change__main .section-change__acc:hover .change-acc__img-2{background:url(/assets/dkdoo_hover-D6XkoaAb.svg)}.section-change__main .section-change__acc:hover .change-acc__img-3{background:url(/assets/page_change_acc_dep-CfDyengu.svg)}.section-change__main .section-change__acc:hover .change-acc__img_five{transition:all ease .3s;background:url(/assets/five-years_hover-CyJRFOOl.svg)}.section-change__main .section-change__acc:hover .change-acc__img_ten{transition:all ease .3s;background:url(/assets/ten-years-BzdiwQWy.svg)}}.section-change__main .section-change__acc .change-acc__block-text{position:absolute;right:16px;bottom:16px;max-width:calc(100% - 128px)}@media screen and (max-width:767px){.section-change__main .section-change__acc .change-acc__block-text{max-width:calc(100% - 32px)}}.section-change__main .section-change__acc .change-acc__text{margin-left:32px;-webkit-hyphens:auto;hyphens:auto;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:70px}@media screen and (max-width:1659px){.section-change__main .section-change__acc .change-acc__text{width:75%}}@media screen and (max-width:767px){.section-change__main .section-change__acc .change-acc__text{width:100%;margin:0}}.section-change__main .section-change__acc_disable{background-color:#fff;border:1px solid #d3dbe7}.section-change__main .section-change__acc_disable .change-acc__img-1{background:url(/assets/page_change_acc_oo_disable-B2aLXCLY.svg)}@media screen and (max-width:767px){.section-change__main .section-change__acc_disable .change-acc__img-1{display:none}}.section-change__main .section-change__acc_disable .change-acc__img-2{background:url(/assets/page_change_acc_dkdoo_disable-CBf2J3Xz.svg)}@media screen and (max-width:767px){.section-change__main .section-change__acc_disable .change-acc__img-2{display:none}}.section-change__main .section-change__acc_disable .change-acc__img-3{background:url(/assets/page_change_acc_dep_disable-FEyYU7iY.svg)}@media screen and (max-width:767px){.section-change__main .section-change__acc_disable .change-acc__img-3{display:none}}.section-change__main .section-change__acc_disable .change-acc__img_five{transition:all ease .3s;background:url(/assets/five-years__disable-CjRTN0PP.svg)}@media screen and (max-width:767px){.section-change__main .section-change__acc_disable .change-acc__img_five{display:none}}.section-change__main .section-change__acc_disable .change-acc__img_ten{transition:all ease .3s;background:url(/assets/ten-years_disable-DaTCABPp.svg)}@media screen and (max-width:767px){.section-change__main .section-change__acc_disable .change-acc__img_ten{display:none}}.section-change__main .section-change__acc_disable{color:#91a3b0}.section-change__main .section-change__acc_active{background-color:#ecf3f999}.section-change__main .section-change__acc_active .change-acc__img-1{background:url(/assets/page_change_acc_oo-DBYGAYZw.svg)}@media screen and (max-width:767px){.section-change__main .section-change__acc_active .change-acc__img-1{display:none}}.section-change__main .section-change__acc_active .change-acc__img-2{background:url(/assets/page_change_acc_dkdoo-DfT31A_U.svg)}@media screen and (max-width:767px){.section-change__main .section-change__acc_active .change-acc__img-2{display:none}}.section-change__main .section-change__acc_active .change-acc__img-3{background:url(/assets/page_change_acc_dep-CfDyengu.svg)}@media screen and (max-width:767px){.section-change__main .section-change__acc_active .change-acc__img-3{display:none}}.section-change__main .section-change__acc_active .change-acc__img_five{transition:all ease .3s;background:url(/assets/five-years-Bh-M9FGl.svg)}@media screen and (max-width:767px){.section-change__main .section-change__acc_active .change-acc__img_five{display:none}}.section-change__main .section-change__acc_active .change-acc__img_ten{transition:all ease .3s;background:url(/assets/ten-years-BzdiwQWy.svg)}@media screen and (max-width:767px){.section-change__main .section-change__acc_active .change-acc__img_ten{display:none}}.container-internal{width:calc(100% - 32px);max-width:1888px;padding:0;flex:1}.container-internal_table{max-width:100%;padding-bottom:100px}.save-btn{position:absolute;right:32px;width:64px;height:64px;border-radius:50%;background-color:#ff5f00;transition:all ease .3s}@media(hover:hover){.save-btn:hover{background-color:#b6a4ff;transition:all ease .3s}}.save-btn_disable{cursor:not-allowed}.page-wrapper-internal{position:relative;padding:8px 0 300px;min-height:100vh;height:100%}.internal-header__arrow{margin:64px 0;position:relative;flex:0 0 64px;width:64px;height:64px}@media screen and (max-width:1023px){.internal-header__arrow{flex:0 0 60px;width:60px;height:60px}}@media screen and (max-width:767px){.internal-header__arrow{margin:32px 0 64px}}.internal-header__name-org{gap:8px;margin-left:30.5%}.internal-header__name-org .name-org{word-break:break-word}@media screen and (max-width:1023px){.internal-header__name-org{margin-left:100px}}@media screen and (max-width:767px){.internal-header__name-org{margin:0}}.burger{display:none;position:absolute;right:32px;top:100px;z-index:1001;cursor:pointer;align-items:center;gap:10}@media screen and (max-width:1023px){.burger{display:flex}}.burger .burger-icon{transition:all ease .2s}.burger span{font-weight:600;color:#0a0a0a}.burger.open .burger-icon svg g rect{fill:#b6a4ff;transition:all ease .2s}.burger.open span{color:#b6a4ff}@media screen and (max-width:1279px){.burger-editor{display:flex;top:80px}}.navbar__dkdoo-departament{width:100%;position:relative;overflow-x:hidden}@media screen and (max-width:1023px){.navbar__dkdoo-departament{position:absolute;width:310px;height:310px;right:24px;top:120px}}.navbar__dkdoo-departament ul{border-bottom:1.5px solid #d3dbe7;border-top:1.5px solid #d3dbe7;padding:0;margin:16px 0 0}@media screen and (max-width:1023px){.navbar__dkdoo-departament ul{flex-direction:column;align-items:start;justify-content:center;position:absolute;left:5px;z-index:1000;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;transform:translate(100%);opacity:0;visibility:hidden;transition:all ease .3s;padding:16px 0;width:300px}.navbar__dkdoo-departament ul.active{visibility:visible;transform:translate(0);opacity:1}}@media screen and (max-width:1023px){.navbar__dkdoo-departament ul li{width:100%}}.navbar__dkdoo-departament ul li a{display:flex;align-items:center;gap:10px;color:#91a3b0;padding:16px 28px;transition:all ease .3s}@media(hover:hover){.navbar__dkdoo-departament ul li a:hover{background-color:#ebeff2;color:#0a0a0a;transition:all ease .3s}}.navbar__dkdoo-departament ul li a.grey-svg svg path,.navbar__dkdoo-departament ul li a.grey-svg svg rect{fill:#91a3b0}.navbar__dkdoo-departament ul li a.export-icon svg rect:not(:first-child){fill:#91a3b0}.navbar__dkdoo-departament ul li a.active{color:#0a0a0a}.internal-header .wrapper-btn-title{gap:48px;height:160px}@media screen and (max-width:1023px){.internal-header .wrapper-btn-title{height:120px}}@media screen and (max-width:767px){.internal-header .wrapper-btn-title{flex-direction:column;align-items:start;gap:16px;height:auto;margin-bottom:16px;margin-top:16px}}.internal-header .wrapper-btn-title .internal-header__arrow{margin:0}.internal-header .wrapper-btn-title h1{font-size:40px;font-weight:500}.internal-header .internal-header__logo{display:flex;align-items:center}@media screen and (max-width:767px){.internal-header .internal-header__logo{width:80px}}.internal-header .internal-header__logo .internal-header__logo-img{margin-right:12px}.internal-header .internal-header__logo .internal-header__text{font-size:20px;font-weight:500;color:#000330;line-height:21px}@media screen and (max-width:767px){.internal-header .internal-header__logo .internal-header__text{display:none}}.internal-header .internal-header__navigation{display:flex;justify-content:center;align-items:center}.internal-header .internal-header__navigation ul{display:flex;flex-direction:column;justify-content:center;padding:0 8px;margin:0;gap:40px;width:100%}@media screen and (max-width:1023px){.internal-header .internal-header__navigation ul{gap:30px}}@media screen and (max-width:767px){.internal-header .internal-header__navigation ul{gap:20px}}.internal-header .internal-header__navigation ul li{list-style:none;position:relative;transition:all .5s ease-in-out;width:60px}.internal-header .internal-header__navigation ul li a{position:relative;height:60px;border-radius:30px;transition:.5s;color:#fff;display:inline-flex;align-items:center;max-width:60px;white-space:nowrap;transition:all .5s ease-in-out;z-index:10}.internal-header .internal-header__navigation ul li a .content-wrapper{display:flex;align-items:center;height:100%;overflow:hidden;width:100%;padding:0 22px 0 0}@media(hover:hover){.internal-header .internal-header__navigation ul li a:hover:before{content:"";position:absolute;top:8px;left:-8px;width:100%;height:100%;background:var(--clr);border-radius:30px;filter:blur(8px);opacity:.25;z-index:1;transition:.5s}}@media(hover:hover){.internal-header .internal-header__navigation ul li:hover{transform:translate(-16px);transition:all .5s ease-in-out}}@media screen and (hover:hover)and (max-width:767px){.internal-header .internal-header__navigation ul li:hover{transform:translate(0)}}@media(hover:hover){.internal-header .internal-header__navigation ul li:hover a{background-color:var(--clr);transition:all .5s ease-in-out;width:60px}.internal-header .internal-header__navigation ul li:hover a .icon-svg rect,.internal-header .internal-header__navigation ul li:hover a .icon-svg path{fill:#fff}.internal-header .internal-header__navigation ul li:hover .active{width:auto}.internal-header .internal-header__navigation ul li:hover .active-range{width:auto;transform:translate(32px)}}.internal-header .internal-header__navigation ul li .active,.internal-header .internal-header__navigation ul li .active-range{background-color:var(--clr);overflow:visible;max-width:210px;transform:translate(16px);transition:all .5s ease-in-out}@media screen and (max-width:767px){.internal-header .internal-header__navigation ul li .active,.internal-header .internal-header__navigation ul li .active-range{max-width:60px;transform:translate(0)}}.internal-header .internal-header__navigation ul li .active:before,.internal-header .internal-header__navigation ul li .active-range:before{content:"";position:absolute;top:8px;left:-8px;width:100%;height:100%;background:var(--clr);border-radius:30px;filter:blur(8px);opacity:.2;transition:.5s;z-index:1}.internal-header .internal-header__navigation ul li .active .icon-svg rect,.internal-header .internal-header__navigation ul li .active .icon-svg path,.internal-header .internal-header__navigation ul li .active-range .icon-svg rect,.internal-header .internal-header__navigation ul li .active-range .icon-svg path{fill:#fff}.internal-header .internal-header__navigation ul li .active-range_ten{--clr: #b6a4ff}.internal-header .internal-header__navigation ul li .active-range_five{--clr: #1877f2}.internal-header .internal-header__navigation ul li a .icon{min-width:60px;height:60px;display:flex;justify-content:center;align-items:center}.internal-header .internal-header__navigation ul li a .text{color:#fff;font-weight:500}@media screen and (max-width:767px){.internal-header .internal-header__navigation ul li a .text{display:none}}.section-programm .section-programm__main{padding-top:64px}@media screen and (max-width:1659px){.section-programm .section-programm__main{margin-left:32px}}@media screen and (max-width:1439px){.section-programm .section-programm__main{margin-left:52px}}@media screen and (max-width:1439px){.section-programm .section-programm__main{margin-left:72px}}@media screen and (max-width:1279px){.section-programm .section-programm__main{margin-left:82px}}@media screen and (max-width:1023px){.section-programm .section-programm__main{margin-left:112px}}@media screen and (max-width:767px){.section-programm .section-programm__main{margin-left:40px;padding-top:25px}}.section-dkdoo .section-programm__main{padding-top:48px}@media screen and (max-width:1023px){.section-dkdoo .section-programm__main{padding:0}}.section-dkdoo .internal-header .internal-header__arrow{margin:48px 0 47px}@media screen and (max-width:1023px){.section-dkdoo .internal-header .internal-header__arrow{margin:16px 0}}.section-dkdoo .section-notification__main .internal-header .wrapper-btn-title{height:160px;margin:0}.section-programm__main .main-block-text{justify-content:center;gap:8px;height:54px}@media screen and (max-width:767px){.section-programm__main .main-block-text span{text-align:center}}.section-programm__main .main-btn__list{position:relative;width:360px}@media screen and (max-width:1279px){.section-programm__main .main-btn__list{width:280px}}.section-programm__main .main-btn__list .main-btn{gap:12px;align-items:center;font-weight:500;font-size:16px;transition:all ease .3s}@media(hover:hover){.section-programm__main .main-btn__list .main-btn:hover{border:1.5px solid rgb(211,219,231);background:#ecf3f999;color:#d3dbe7;transition:all ease .3s}.section-programm__main .main-btn__list .main-btn:hover svg path{fill:#d3dbe7}}.section-programm__main .main-btn__list .main-btn.active{border:1.5px solid rgb(211,219,231);background:#ecf3f999;color:#d3dbe7;transition:all ease .3s}.section-programm__main .main-btn__list .main-btn.active svg path{fill:#d3dbe7}.section-programm__main .main-btn__list .menu-btn-check{position:absolute;top:calc(100% + 16px);left:0;display:flex;flex-direction:column;gap:12px;align-items:center;z-index:1100;padding:16px;background-color:#fff;width:100%;transition:all ease .3s;border:1px solid rgb(235,239,242);border-radius:8px;box-shadow:2px 2px 8px #3234410d,-2px -2px 8px #3234410d}.section-programm__main .main-btn__list .menu-btn-check button{width:100%;padding:16px;border-radius:4px;display:flex;justify-content:start;align-items:center;gap:16px;transition:all ease .3s}@media(hover:hover){.section-programm__main .main-btn__list .menu-btn-check button.blue:hover{color:#0a0a0a;background-color:#63c6fe1a;transition:all ease .3s}}@media(hover:hover){.section-programm__main .main-btn__list .menu-btn-check button.violet:hover{color:#0a0a0a;background-color:#b6a4ff29;transition:all ease .3s}}@media(hover:hover){.section-programm__main .main-btn__list .menu-btn-check button.orange:hover{color:#0a0a0a;background-color:#ff5f001a;transition:all ease .3s}}@media(hover:hover){.section-programm__main .main-btn__list .menu-btn-check button.green:hover{color:#0a0a0a;background-color:#1186760f;transition:all ease .3s}}@media(hover:hover){.section-programm__main .main-btn__list .menu-btn-check button.grey:hover{background:#ecf3f999;color:#0a0a0a;transition:all ease .3s}}.section-programm__main .main-btn__list .menu-btn-check .dashed-line{width:100%;height:1px;margin:8px 0;background-image:linear-gradient(to right,rgb(211,219,231) 50%,transparent 50%);background-size:15px 1px;background-repeat:repeat-x;background-position:0 100%}.section-programm__main .main-btn__list .menu-btn-check{opacity:0;transform:translateY(-10px);visibility:hidden;transition:opacity .3s ease,transform .3s ease,visibility .3s}.section-programm__main .main-btn__list .menu-btn-check--open{opacity:1;transform:translateY(0);visibility:visible}.section-programm__main .pr-university__wrapper{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:1023px){.section-programm__main .pr-university__wrapper{flex-direction:column;align-items:start;gap:16px}}@media screen and (max-width:1023px){.section-programm__main .pr-university__wrapper{gap:12px}}.section-programm__main .pr-university__wrapper .main-btn{text-wrap:wrap;padding:0 20px}.section-programm__main .pr-university__wrapper .btn-pr-check{display:flex;align-items:center;gap:16px;position:relative}@media screen and (max-width:767px){.section-programm__main .pr-university__wrapper .btn-pr-check{flex-direction:column;align-items:start}}.section-programm__main .status__wrapper{margin:64px 0 32px;display:flex}@media screen and (max-width:1659px){.section-programm__main .status__wrapper{margin-top:48px}}@media screen and (max-width:1279px){.section-programm__main .status__wrapper{flex-direction:column;gap:48px}}.section-programm__main .status__wrapper .btn-pr-check__icon{flex:0 0 32px;display:flex;align-items:center;justify-content:center;height:32px;width:32px;border-radius:50%;background-color:transparent;transition:all ease .3s}.section-programm__main .status__wrapper .btn-pr-check__icon.blue{border:1.5px solid #1877f2}@media(hover:hover){.section-programm__main .status__wrapper .btn-pr-check__icon.blue:hover{background-color:#1877f21a;transition:all ease .3s}}.section-programm__main .status__wrapper .btn-pr-check__icon.orange{border:1.5px solid #ff5f00}@media(hover:hover){.section-programm__main .status__wrapper .btn-pr-check__icon.orange:hover{background-color:#ff5f001a;transition:all ease .3s}}.section-programm__main .status__wrapper .btn-pr-check__icon.violet{border:1.5px solid #b6a4ff}@media(hover:hover){.section-programm__main .status__wrapper .btn-pr-check__icon.violet:hover{background-color:#b6a4ff29;transition:all ease .3s}}@media screen and (max-width:767px){.section-programm__main .status__wrapper .btn-pr-check__icon{position:absolute;right:0;bottom:calc(100% + 24px)}}.section-programm__main .links-cards__wrapper-3-cols{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;margin-bottom:8px}.section-programm__main .links-cards__wrapper-3-cols>*{flex:1 0 calc(33.333333% - 5.333px)}@media screen and (max-width:1279px){.section-programm__main .links-cards__wrapper-3-cols>*{flex:1 0 calc(50% - 4px)}}@media screen and (max-width:1023px){.section-programm__main .links-cards__wrapper-3-cols>*{flex:1 0 100%}}.section-programm__main .links-cards__wrapper-4-cols{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;margin-bottom:8px}.section-programm__main .links-cards__wrapper-4-cols>*{flex:1 0 calc(25% - 6px)}@media screen and (max-width:1439px){.section-programm__main .links-cards__wrapper-4-cols>*{flex:1 0 calc(50% - 4px)}}@media screen and (max-width:1023px){.section-programm__main .links-cards__wrapper-4-cols>*{flex:1 0 100%}}.section-programm__main .main-section-pr__wrapper,.section-programm__main .docs-pr__wrapper{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;margin-bottom:8px}.section-programm__main .main-section-pr__wrapper>.main-card__programm,.section-programm__main .docs-pr__wrapper>.main-card__programm{flex:0 0 calc(33.333333% - 5.333px);max-width:calc(33.333333% - 5.333px)}@media screen and (max-width:1279px){.section-programm__main .main-section-pr__wrapper>.main-card__programm,.section-programm__main .docs-pr__wrapper>.main-card__programm{flex:0 0 calc(50% - 4px);max-width:calc(50% - 4px)}}@media screen and (max-width:1023px){.section-programm__main .main-section-pr__wrapper>.main-card__programm,.section-programm__main .docs-pr__wrapper>.main-card__programm{flex:0 0 100%;max-width:100%}}.section-programm__main .main-card__programm{background-color:#ecf3f999;min-height:170px;padding:16px;border-radius:8px 32px 32px 8px;position:relative;transition:all ease-in-out .2s;cursor:pointer}.section-programm__main .main-card__programm:before{content:"";position:absolute;left:0;top:0;width:68px;height:68px;transform:rotate(270deg);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAYAAAA4E5OyAAAABHNCSVQICAgIfAhkiAAAAWVJREFUeJzt28FNw1AQhOFZKnAJ7gCXQCfQgaEDSqAEt0AlpoNQgjsYDnEkZ7CwL35vhec7oZxGvzYgDi9INgBaAI8A3uefTyv0A5I9gI8KW1L4FQQASHYAxsJbUnhY+zAivgC8Ft6SwuqF3JAcAXSFtqSweiELQ4kRmWxdSAvgUmZKDlsXMhVZkcifFwIAJFliSBZbF3I6DiIcRDiIcBDhIMJBhIMIBxEOIhxEOIhwEOEgwkGEgwgHEQ4iHEQ4iHAQ4SDCQYSDCAcRDiIcRDiIcBDhIMJBhIMIBxEOIhxEOIhwEOEgwkGEgwgHEQ4iHEQ4iNgT5FQvIvYE+T56RCZ7gnweviKRPe9lGlxfVTXHz6lv80IiYgLwVmBLCrv+ykTEAOAFJ/h9svmVWZofJfYAnnB9En+Kr9G/RrIh2ZF8JnmhqL2vOpK9g4j5Yhxk6XYptXekQnL0P3f3htoDUiHZ+kLuTT8WnnC4qkM1aAAAAABJRU5ErkJggg==)}@media(hover:hover){.section-programm__main .main-card__programm:hover{background-color:#ebeff2;transition:all ease-in-out .2s}.section-programm__main .main-card__programm:hover .main-card-programm_title{color:#b6a4ff;transition:all ease-in-out .2s}.section-programm__main .main-card__programm:hover .main-btn-square{border:1.5px solid #b6a4ff}.section-programm__main .main-card__programm:hover .main-btn-square svg rect,.section-programm__main .main-card__programm:hover .main-btn-square svg path{fill:#b6a4ff}.section-programm__main .main-card__programm:hover .main-card-programm__btn{background-color:#d3dbe780;transition:all ease .3s}.section-programm__main .main-card__programm:hover .main-card-programm__count{background-color:#d3dbe780;color:#91a3b0;transition:all ease .3s}}.section-programm__main .main-card__programm .main-btn-square{width:52px;height:52px;border:1.5px solid rgba(211,219,231,.5)}.section-programm__main .main-card__programm .main-btn-square svg rect{fill:#1877f2}.section-programm__main .main-card__programm .main-btn-square{top:0;left:0;transition:all ease-in-out .4s}@media(hover:hover){.section-programm__main .main-card__programm .main-btn-square:hover{border:1.5px solid #b6a4ff;border-radius:50%;background-color:#b6a4ff}.section-programm__main .main-card__programm .main-btn-square:hover svg rect,.section-programm__main .main-card__programm .main-btn-square:hover svg path{fill:#fff}}.section-programm__main .main-card__programm .main-btn-square.disabled{background:#d3dbe780;cursor:not-allowed}@media(hover:hover){.section-programm__main .main-card__programm .main-btn-square.disabled:hover{border:1.5px solid rgba(211,219,231,.5);background:#d3dbe780;border-radius:8px}.section-programm__main .main-card__programm .main-btn-square.disabled:hover svg rect,.section-programm__main .main-card__programm .main-btn-square.disabled:hover svg path{fill:#1877f2}}.section-programm__main .main-card__programm .main-card-programm_number{width:44px;height:44px;display:flex;justify-content:center;align-items:center;position:absolute;right:8px;top:8px;border-radius:50%;background-color:#d3dbe780}.section-programm__main .main-card__programm .main-card-programm_title{margin-top:60px;font-size:20px;font-weight:500;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:4.2em}.section-programm__main .main-card__programm .main-card-programm_text{font-size:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:4.2em}.section-programm__main .main-card__programm .main-card-programm__count{display:none;transition:all ease .3s}@media(hover:hover){.section-programm__main .main-card__programm .main-card-programm__count:hover{background-color:#b6a4ff;color:#fff;transition:all ease .3s}}.section-programm__main .main-card__programm_success{background-color:#1186760f}.section-programm__main .main-card__programm_success .main-card-programm_number{display:none}.section-programm__main .main-card__programm_success .grey-text{color:#323441}.section-programm__main .main-card__programm_success .main-card-programm__btn{position:absolute;right:8px;top:8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAANNJREFUWIXtlEEOgjAQRf80HgBvBIfSIC6UDRg4FOVC4gXouBhBYgwtJiDRvlWbpu3v/PkFPB7Pv0NzX7DN9iwj1k1SRq/ram4BNjZzHBrkcdhPuNUAQEz1YgKI2xNAIQA0STlq8+9YEORxKC+Xchul0kUFCFJ2o1R6O1y0y451WrDNdtWziYrRJupzzq22Ndw71lkBYqqZ5GHDTHe+Tsn5RwKux+LcjYdfKYDHZe45t7FOC4YwqQgAlDGhNOe0nNtwLp98NKbqRLnm3MbXLfB4PJ47ijtQv5vCwi8AAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center;background-color:#11867633;border-radius:50%;width:44px;height:44px}@media(hover:hover){.section-programm__main .main-card__programm_success:hover .main-card-programm__btn{background-color:#11867633}}.section-programm__main .main-card__programm_yellow{background-color:#ffe60129}@media(hover:hover){.section-programm__main .main-card__programm_yellow:hover .main-card-programm__btn{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAYBJREFUWIXNl+GxgyAQhD9M+grpIBZgC8mkgmgFTtICBZAOooVF3g9hXmRQiGZG95cjcHfesgvCyhBzF9ZKyx3iBvDGVNcib+bE2c8tAMCABMigBWYVkC0p4Bf4moK7ehq7sDkXp2P/TpdYOi7F6auYq3cgaQ/USkv3LCzXBtO6dx00Ozj4c1M2ZlIBO8TNbbhzoMU2UQNDikjYmNul4FPnBtN2UI2Nf/pAhzkCZCAf6vnyx5ML6BP3be8gGCDkA25erTQZ3PxxH9ujwNP5bKu2nRB9TF26uL5PbKMDMZ0vxZRP7CGu86WY8oltUPDGVFidO+0aTHsp8nJs4bXIm1rpY0qSu9KlQBxsrsGavQv2P7kvQCQclN9cQhzF1yIfFLA6BaOfWSstM8QLenv1v3bpuMPqHZg8C5wnZCBrpYEh7yLg707nGcjQeCBHHA/1fLlNFLtyha5sU9g2BQ4xn5jS+U8KiPmEQBzGdB7D6hQs+jVL0XkMq3dg0b9his43jz9ly9EwsaYjNwAAAABJRU5ErkJggg==)}}.section-programm__main .main-card__programm_yellow .main-card-programm_number{display:none}.section-programm__main .main-card__programm_yellow .grey-text{color:#323441}.section-programm__main .main-card__programm_yellow .main-card-programm__count{display:flex;justify-content:center;align-items:center;text-align:center;width:44px;height:44px;border-radius:8px;background-color:#ffe60129;position:absolute;top:8px;right:60px}.section-programm__main .main-card__programm_yellow .main-card-programm__btn{position:absolute;right:8px;top:8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAVtJREFUWIXll82SgjAQhL/EfS/jRcunUp6KwovwYDJ7SILhP4GtClXbR5MMne7pASEz1NaDUmI48QDgQ6Hu1Fvq6K0ELAsMgtlTYh+BP0CyBVIh7mStrlwA5MXbK6FuaTWzK/ATs0nKwGflmk1ovhto/L3DvTGNGSVXisRTFi3huBb0ci40tBSz6+EcaN2tNUZevEfrsQTcg40rOl3gOwM6cn6flIB2BOmTD3E8CwZNtHlUOyUU2CaWytoxbOJjKLCa871YmBPWghOPLuc7ZJ+DuvHsuAQWA3V2C2yThBYE2Q+ZT8GfWxu5UvFEcQbg04/sSO7UURqDpVF+DAumICUG7UZpy2Uo8951j+wKLL8L/EzQGCndT+FN1PhWXUNrzNT6+BER+J/fAz3Y7Bbg1IDenBjkPCm6UQRC3/1brWeE4txZdE8jkN2CfX/NInK+huwKxDXhHCJyfnj8Ak8en0S7NgKiAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center;background-color:#ffe60129;border-radius:50%;width:44px;height:44px;transition:all ease .3s}@media(hover:hover){.section-programm__main .main-card__programm_yellow .main-card-programm__btn:hover{background-color:#b6a4ff;transition:all ease .3s;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAQhJREFUWIXllVEOwyAIhmHZvWZPtvZk1ZOxh0HnqO0Um9FlX2JMVajlBwrwqxBRIKKZR7D6uXTeI/Aw03uB70Mv5mxtlsVWf+4RuNYcUkkWeU7ZWiqdRcQIR9AS4pJEe7hLsHmBvM7hGeKBx2pfSSTnUlef4BcIKwe9+4K7BKsqyBItIiJaHXMFIPsUKUH7PEcEKuq8l/0+YWmltUlWsHvrE+4SSJKEbO3Oc0LEcc9Y7D61XCIaAeDGj9Py8pJdayutYU9idwk2+d9OqIg8B5FPJU4ERfa1obRvoqVPtCbx6SUQJh6QfdnSJ1SdD9r4UEohtrRywV0CM9afkcY9ArVJuEU84hKuPAAPGncRw3C2mgAAAABJRU5ErkJggg==)}}.section-programm__main .main-card__programm_red{background-color:#ff5f001a}@media(hover:hover){.section-programm__main .main-card__programm_red:hover .main-card-programm__btn{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAONJREFUWIXtltsNwjAMRU8q9qJsUAbICiAmgA0QXSEDtBu0XQzzQfNTBYNBpSDlfPs6yvVDhkwmo3AOTXkOTTmn3mniAtcBXJHNwW976+Ov6AtL0jl46ADcfwFQQOlwa4Cdrzaapg5tByDIcIUeQHNvpSWLwjq0R4FSi43EOIfj4KvTs/jfLkGKS2hlFPaxHHVou/jzva9MORd3QO2BFG5sLEGG2KSCDM5uZsz3Hp/uicjiJTA7kJpzy56YYu6B1Jxb9sSU/yiBZc5Te0JjcQfUHnhnzlN7QhvRfA+ofOMky2QyN7P7gdVirfcHAAAAAElFTkSuQmCC)}}.section-programm__main .main-card__programm_red .main-card-programm_number{display:none}.section-programm__main .main-card__programm_red .grey-text{color:#323441}.section-programm__main .main-card__programm_red .main-card-programm__count{display:flex;justify-content:center;align-items:center;width:44px;height:44px;border-radius:8px;background-color:#ff5f001a;position:absolute;top:8px;right:60px}.section-programm__main .main-card__programm_red .main-card-programm__btn{position:absolute;right:8px;top:8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAMRJREFUWIXtllsSwiAMRQ+O+5KupN2JLsWuRFgZfkAZxRoNTq0PzlenQ+jNTUiBRqMhEAZsGLBLxhspmMAprerMEaf9+DPxG82mS3DXAUhZRCyBHYAZ6cSYPmftIWYtuScKKDa1SYAsuiekR/dILHx6CeaYy1DjUMnqDmwrYhwABn/RpD77okRdgolX58TE6iWoacKbc45iTpTU9ICNSsCMHJKofX6v5DtK8NOTUOyBynPugKs5UfUz+pv7gMg7rmSNRuMMsqRbWxpSpFsAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center;background-color:#ff5f001a;border-radius:50%;width:44px;height:44px;transition:all ease .3s}@media(hover:hover){.section-programm__main .main-card__programm_red .main-card-programm__btn:hover{background-color:#b6a4ff;transition:all ease .3s;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAJ9JREFUWIXtltEKgCAMRa/Rf2Vfnn7ZetkgQpZbgVE7Lwp6ZU53FQiCQIGIMhHlIXoWC+ZFevWTK7oHSdrgIfIMYAGAlNJ6odm4WwEU1hR/iLyo5LJjrrBdzQVecARmWju0ZOjM8AzMDk3hth4uaX0kGgt3fUIYfgSqD7Ro1TkMPnGbz1VBF592QtUHnHVeRCN612P0m/+AytAvWRD8hh1X+N7ZA7cAFQAAAABJRU5ErkJggg==)}}.section-programm__main .docs-pr__wrapper .main-card__programm .main-card-programm_title{font-size:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:4.8em;margin-bottom:8px}.section-programm__main .docs-pr__wrapper .main-card__programm .bottom-content__wrapper{display:flex;gap:12px;position:absolute;bottom:12px;width:calc(100% - 40px)}.section-programm__main .docs-pr__wrapper .main-card__programm .bottom-content__wrapper .main-card-programm_text{font-size:16px}.section-programm__main .docs-pr__wrapper .main-card__programm .bottom-content__wrapper .main-card-programm_btn{font-size:16px;transition:all ease .3s;margin-left:16px}@media(hover:hover){.section-programm__main .docs-pr__wrapper .main-card__programm .bottom-content__wrapper .main-card-programm_btn:hover{color:#ff5f00;transition:all ease .3s}}.section-programm__main .validation-download-docs{background-image:url(/assets/validtaion_download-DKdgbQG8.png);background-size:cover;width:100%;height:172px;border-radius:8px;color:#fff;padding:16px 0 16px 155px;margin-bottom:8px}.section-programm__main .validation-download-docs h1{font-size:24px;font-weight:500}.section-programm__main .validation-download-docs p{margin-top:12px;font-size:16px;width:450px;font-weight:300}.section-programm__main .card-docs{height:130px;margin-bottom:8px}@media(hover:hover){.section-programm__main .card-docs:hover .main-card-programm_title{color:#0a0a0a}}.section-programm__main .card-docs .main-card-programm_title,.section-programm__main .card-docs .main-card-programm_date{margin:0 0 0 65px}.section-programm__main .card-docs .bottom-content__wrapper{position:absolute;bottom:12px;display:flex;align-items:center;justify-content:space-between;width:calc(100% - 32px)}.section-programm__main .card-docs .bottom-content__wrapper p{padding:8px 24px;border-radius:100px;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap;max-width:calc(100% - 64px)}.section-programm__main .card-docs_success{background-color:#65efa44d}@media(hover:hover){.section-programm__main .card-docs_success:hover{background-color:#65efa44d}}.section-programm__main .card-docs_success .bottom-content__wrapper .grey-text{color:#118676}.section-programm__main .card-docs_success .bottom-content__wrapper p{background-color:#11867633;color:#118676}.section-programm__main .card-docs_success .main-card-programm_date{color:#118676}.section-programm__main .card-docs_red{background-color:#ff5f001a}@media(hover:hover){.section-programm__main .card-docs_red:hover{background-color:#ff5f001a}}.section-programm__main .card-docs_red .bottom-content__wrapper .grey-text{color:#ff5f00}.section-programm__main .card-docs_red .bottom-content__wrapper p{background-color:#ff5f0033;color:#ff5f00}.section-programm__main .card-docs_red .main-card-programm_date{color:#ff5f00}.section-programm__main .card-docs_link{background-color:#1877f21a}@media(hover:hover){.section-programm__main .card-docs_link:hover{background-color:#1877f21a}}.section-programm__main .card-docs_link .bottom-content__wrapper .grey-text{color:#1877f2}.section-programm__main .card-docs_link .bottom-content__wrapper p{background-color:#1877f21a;color:#1877f2}.section-programm__main .card-docs_link .main-card-programm_date{color:#1877f2}.section-programm__main .card-docs_rejectDKDOO{background-color:#ecf3f999}@media(hover:hover){.section-programm__main .card-docs_rejectDKDOO:hover{background-color:#ebeff2}.section-programm__main .card-docs_rejectDKDOO:hover .main-card-programm_title{color:#b6a4ff}}.section-programm__main .card-docs_rejectDKDOO .bottom-content__wrapper .grey-text{color:#91a3b0}.section-programm__main .card-docs_rejectDKDOO .bottom-content__wrapper p{background-color:#d3dbe780;color:#91a3b0}.section-programm__main .card-docs_rejectDKDOO .main-card-programm_date{color:#91a3b0}.section-programm__main .card-docs_rejectDKDOO.red{color:#0a0a0a;background-color:#ff5f001a}@media(hover:hover){.section-programm__main .card-docs_rejectDKDOO.red:hover{background-color:#ff5f001a}.section-programm__main .card-docs_rejectDKDOO.red:hover .main-card-programm_title{color:#0a0a0a}}.section-programm__main .card-docs_rejectDKDOO.red .bottom-content__wrapper .grey-text{color:#ff5f00}.section-programm__main .card-docs_rejectDKDOO.red .bottom-content__wrapper p{background-color:#ff5f0033;color:#ff5f00}.section-programm__main .card-docs_rejectDKDOO.red .main-card-programm_date{color:#ff5f00}.section-programm__main .card-docs_rejectDKDOO.red .main-card-programm_number{background-color:#ff5f0033;color:#ff5f00}.section-programm__main .card-docs_rejectDKDOO.red .main-card-programm_text{color:#0a0a0a}.section-programm__main .card-docs_rejectDKDOO.green{background-color:#65efa44d}@media(hover:hover){.section-programm__main .card-docs_rejectDKDOO.green:hover{background-color:#65efa44d}.section-programm__main .card-docs_rejectDKDOO.green:hover .main-card-programm_title{color:#0a0a0a}}.section-programm__main .card-docs_rejectDKDOO.green .bottom-content__wrapper .grey-text{color:#118676}.section-programm__main .card-docs_rejectDKDOO.green .bottom-content__wrapper p{background-color:#11867633;color:#118676}.section-programm__main .card-docs_rejectDKDOO.green .main-card-programm_date{color:#118676}.section-programm__main .card-docs_rejectDKDOO.green .main-card-programm_number{background-color:#11867633;color:#118676}.section-programm__main .card-docs_rejectDKDOO.green .main-card-programm_text{color:#0a0a0a}.section-programm__main .section-programm__btn-uploader{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #1877f2;padding:11px;border-radius:8px;transition:all ease .3s;font-weight:500;margin:8px 0}@media(hover:hover){.section-programm__main .section-programm__btn-uploader:hover{background-color:#b6a4ff1a;border-color:#b6a4ff;transition:all ease .3s}.section-programm__main .section-programm__btn-uploader:hover svg path{fill:#b6a4ff;transition:all ease .3s}}.section-programm__main .btn-change-version{background-color:#1877f21a;width:40px;height:40px;border-radius:8px;position:relative;transition:all ease .3s}.section-programm__main .btn-change-version svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all ease .3s}@media(hover:hover){.section-programm__main .btn-change-version:hover{background-color:#1877f21a}.section-programm__main .btn-change-version:hover svg rect{transition:all ease .3s;fill:#b6a4ff}}.section-programm__main .btn-change-version.active{transition:all ease .3s;background-color:#ecf3f999}.section-programm__main .btn-change-version.active svg rect{fill:#91a3b0}.section-programm__main .header__version{padding:24px;position:absolute;top:calc(100% + 8px);display:flex;flex-direction:column;background-color:#fff;z-index:1000;box-shadow:0 4px 20px #00000026;border-radius:8px;white-space:nowrap;width:22vw;opacity:0;visibility:hidden;transition:all ease-in-out .3s;transform:translateY(-20px)}.section-programm__main .header__version .pop-up__title h2{font-size:14px;font-weight:400;color:#323441;border-radius:100px;background-color:#ecf3f999;border:1px solid rgba(211,219,231,.5);padding:8px 24px;display:inline-flex}.section-programm__main .header__version .version__content{padding:0;margin:24px 0 0;overflow-y:auto;max-height:400px}.section-programm__main .header__version .version__content::-webkit-scrollbar{width:8px;height:10px}.section-programm__main .header__version .version__content::-webkit-scrollbar-track{background:transparent}.section-programm__main .header__version .version__content::-webkit-scrollbar-thumb{background:#d3dbe780;border-radius:100px;border:1px solid #91a3b0;max-height:50px;transition:all ease .3s}.section-programm__main .header__version .version__content{padding-right:20px}.section-programm__main .header__version .version__content .version-content__title{display:inline-flex;font-size:14px;font-weight:500;color:#323441;border-radius:100px;background-color:#ecf3f999;border:1px solid rgba(211,219,231,.5);padding:6px 40px;margin-bottom:16px}.section-programm__main .header__version .version__content .versions{display:flex;align-items:end;flex-direction:column;padding:0}.section-programm__main .header__version .version__content li .version__el{display:flex;align-items:center;margin-bottom:8px}@media(hover:hover){.section-programm__main .header__version .version__content li .version__el:hover{transition:all ease .3s}.section-programm__main .header__version .version__content li .version__el:hover p{border-color:#1877f2;background-color:#1877f21a;transition:all ease .3s}.section-programm__main .header__version .version__content li .version__el:hover .custom-radio{border-color:#1877f2;background-color:#1877f21a}}.section-programm__main .header__version .version__content li .version__el .custom-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;flex:0 0 22px;height:22px;border:1px solid rgba(211,219,231,.5);border-radius:50%;outline:none;cursor:pointer;position:relative;transition:all .2s ease}.section-programm__main .header__version .version__content li .version__el .custom-radio:checked{border-color:#1877f2}.section-programm__main .header__version .version__content li .version__el .custom-radio:checked:before{content:"";position:absolute;top:1px;right:1px;width:18px;height:18px;background-color:#1877f2;border-radius:50%}.section-programm__main .header__version .version__content li .version__el .custom-radio:hover{box-shadow:0 0 5px #1eac984d}.section-programm__main .header__version .version__content li .version__el span{margin-left:16px}.section-programm__main .header__version .version__content li .version__el p{margin-left:32px;display:inline-flex;font-size:14px;font-weight:500;color:#323441;border-radius:100px;background-color:#fff;border:1px solid rgba(211,219,231,.5);padding:6px 40px}.section-programm__main .header__version.active{opacity:1;visibility:visible;transition:all ease-in-out .3s;transform:translate(0)}.section-programm__main .main-section-AI__wrapper{margin:0;width:245px}.section-programm__main .main-section-AI__wrapper .section-AI__title{padding-right:28px}.section-programm__main .mark-circle{position:absolute;right:8px;top:8px;width:48px;height:48px;display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:600;border-radius:100px;box-shadow:0 4px 4px #00000029,inset 0 4px 4px #00000029;border:1px solid rgb(255,255,255)}.section-programm__main .mark-circle.red{background-color:#ff5f00}.section-programm__main .mark-circle.yellow{background-color:#ffe601}.section-programm__main .mark-circle.green{background-color:#65efa4}.section-programm__main .pr-panel{display:flex;align-items:center;gap:16px;margin-top:32px}@media screen and (max-width:1023px){.section-programm__main .pr-panel{margin-top:24px;flex-direction:column;gap:8px;align-items:start}}.section-programm__main .pr-panel .date-quarter{display:flex;justify-content:center;align-items:center;padding:8px 16px;border-radius:42px 16px 16px 42px;font-size:16px;font-weight:500}.section-programm__main .pr-panel .date-quarter.violet{background-color:#b6a4ff29}.section-programm__main .pr-panel .date-quarter.pink{background-color:#ff87ff29}.section-programm__main .pr-panel .date-quarter.blue{background-color:#63c6fe29}.section-programm__main .pr-panel .date-quarter.green{background-color:#65efa429}.section-programm__main .pr-panel .card-btns-pr{display:flex;align-items:center;cursor:pointer}.section-programm__main .pr-panel .card-btns-pr span{display:flex;justify-content:center;padding:8px 16px;border-radius:8px;font-size:16px;font-weight:500}.section-programm__main .pr-panel .card-btns-pr div{border-radius:8px;height:40px;width:40px;background-color:#1186760f;display:flex;justify-content:center;align-items:center}@media(hover:hover){.section-programm__main .pr-panel .card-btns-pr:hover span{color:#b6a4ff;background-color:#ecf3f999;transition:all ease .3s}.section-programm__main .pr-panel .card-btns-pr:hover div,.section-programm__main .pr-panel .card-btns-pr:hover .btn-change{background-color:#ecf3f999;transition:all ease .3s}.section-programm__main .pr-panel .card-btns-pr:hover div svg g rect,.section-programm__main .pr-panel .card-btns-pr:hover div svg path,.section-programm__main .pr-panel .card-btns-pr:hover .btn-change svg g rect,.section-programm__main .pr-panel .card-btns-pr:hover .btn-change svg path{fill:#b6a4ff;transition:all ease .3s}}.section-programm__main .pr-panel .active-doc__wrapper span{color:#118676;background-color:#65efa44d}.section-programm__main .pr-panel .active-doc__wrapper div{background-color:#65efa44d}.section-programm__main .pr-panel .reject__wrapper span{color:#ff5f00;background-color:#ff5f001a}.section-programm__main .pr-panel .reject__wrapper div{background-color:#ff5f001a}.section-programm__main .pr-panel .reject__wrapper.green span,.section-programm__main .pr-panel .reject__wrapper.green div{color:#118676;background-color:#65efa44d}.section-programm__main .pr-panel .reject__wrapper.gray span,.section-programm__main .pr-panel .reject__wrapper.gray div{color:#0a0a0a;background-color:#ecf3f999}.section-programm__main .pr-panel .posted-site__wrapper span{color:#1877f2;background-color:#1877f21a}.section-programm__main .pr-panel .posted-site__wrapper div{background-color:#1877f21a}.section-programm__main .pr-panel .version__wrapper{position:relative}.section-programm__main .pr-panel .version__wrapper .card-btns-pr span,.section-programm__main .pr-panel .version__wrapper .btn-change{background-color:#ecf3f999}.pr-website--osted-and-signed__wrapper{background-color:#1877f2;background-image:url(/assets/pr-website--osted-and-signed-C_prCu_N.png);background-position:100%;background-repeat:no-repeat;background-size:auto 100%;color:#fff;font-size:16px;display:flex;flex-direction:column;gap:8px;border-radius:16px;margin-top:64px;padding:16px 600px 16px 16px}@media screen and (max-width:1439px){.pr-website--osted-and-signed__wrapper{background-position:130% 100%;padding:16px 400px 16px 16px}}@media screen and (max-width:1279px){.pr-website--osted-and-signed__wrapper{background-image:none;background:linear-gradient(215deg,#63c6fe,#1877f2);padding:16px}}@media screen and (max-width:1023px){.pr-website--osted-and-signed__wrapper{margin-top:16px}}.pr-website--osted-and-signed__wrapper h1{font-size:24px;font-weight:500;margin-bottom:24px}.pr-website--osted-and-signed__wrapper span{color:#fff;text-decoration:underline;text-underline-offset:5px}.document-uploader .document-uploader__footer{gap:8px}.document-uploader .main-input__wrapper:not(:first-of-type){margin-top:16px}.document-uploader .document-uploader-container{margin:16px 0;background-color:#ecf3f999;border-radius:8px;padding:16px;width:100%;text-align:center;min-height:294px;position:relative}.document-uploader .document-uploader-container .upload-label{display:flex;flex-direction:column;align-items:center;gap:16px;cursor:pointer;font-size:16px;max-width:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.document-uploader .document-uploader-container .file-input{display:none}.document-uploader .document-uploader-container .progress-info{display:flex;justify-content:end;gap:16px;color:#91a3b0;position:absolute;bottom:16px;right:16px}.section-info-qr .page-wrapper-internal{padding:16px 0}.main-qr__page{padding:40px 0;color:#0a0a0a;display:flex;flex-direction:column;gap:64px}@media screen and (max-width:1023px){.main-qr__page{gap:32px}}@media screen and (max-width:767px){.main-qr__page{gap:20px;padding:20px 0}}.main-qr__page .main-btn{width:310px}.main-qr__page p{font-size:16px}.main-qr__page h2{font-size:24px;margin-bottom:32px}@media screen and (max-width:767px){.main-qr__page h2{margin-bottom:20px;font-size:22px}}.main-qr__page h3{font-size:20px}.main-qr__page .section__title .name-org{margin-bottom:40px}@media screen and (max-width:767px){.main-qr__page .section__title .name-org{margin-bottom:20px}}.main-qr__page .section__title .main__header-internal{margin-bottom:24px}@media screen and (max-width:767px){.main-qr__page .section__title .main__header-internal{margin-bottom:20px}}.main-qr__page .section__title .date-pr{margin-bottom:32px}@media screen and (max-width:767px){.main-qr__page .section__title .date-pr{margin-bottom:20px}}.main-qr__page .section__status .status-qr__wrapper{position:relative;background-color:#ecf3f999;min-height:170px;padding:8px;border-radius:8px 32px 32px 8px;display:flex;justify-content:space-between}@media screen and (max-width:767px){.main-qr__page .section__status .status-qr__wrapper{display:flex;flex-direction:column-reverse;height:auto}}.main-qr__page .section__status .status-qr__wrapper:before{content:"";position:absolute;left:0;top:0;width:68px;height:68px;transform:rotate(270deg);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAYAAAA4E5OyAAAABHNCSVQICAgIfAhkiAAAAWVJREFUeJzt28FNw1AQhOFZKnAJ7gCXQCfQgaEDSqAEt0AlpoNQgjsYDnEkZ7CwL35vhec7oZxGvzYgDi9INgBaAI8A3uefTyv0A5I9gI8KW1L4FQQASHYAxsJbUnhY+zAivgC8Ft6SwuqF3JAcAXSFtqSweiELQ4kRmWxdSAvgUmZKDlsXMhVZkcifFwIAJFliSBZbF3I6DiIcRDiIcBDhIMJBhIMIBxEOIhxEOIhwEOEgwkGEgwgHEQ4iHEQ4iHAQ4SDCQYSDCAcRDiIcRDiIcBDhIMJBhIMIBxEOIhxEOIhwEOEgwkGEgwgHEQ4iHEQ4iNgT5FQvIvYE+T56RCZ7gnweviKRPe9lGlxfVTXHz6lv80IiYgLwVmBLCrv+ykTEAOAFJ/h9svmVWZofJfYAnnB9En+Kr9G/RrIh2ZF8JnmhqL2vOpK9g4j5Yhxk6XYptXekQnL0P3f3htoDUiHZ+kLuTT8WnnC4qkM1aAAAAABJRU5ErkJggg==)}.main-qr__page .section__status .status-qr__wrapper .content__wrapper{margin-left:8px}.main-qr__page .section__status .status-qr__wrapper .content__wrapper h3{margin-top:78px;font-size:24px;font-weight:500}@media screen and (max-width:1023px){.main-qr__page .section__status .status-qr__wrapper .content__wrapper h3{margin-bottom:0}}@media screen and (max-width:767px){.main-qr__page .section__status .status-qr__wrapper .content__wrapper h3{margin-top:16px;font-size:22px}}.main-qr__page .section__status .status-qr__wrapper .content__wrapper p{margin-top:16px;color:#91a3b0}@media screen and (max-width:767px){.main-qr__page .section__status .status-qr__wrapper .content__wrapper p{margin-top:8px}}.main-qr__page .section__status .status-qr__wrapper .img__wrapper{display:flex;gap:8px}@media screen and (max-width:767px){.main-qr__page .section__status .status-qr__wrapper .img__wrapper{gap:0;justify-content:end}}.main-qr__page .section__status .status-qr__wrapper.green .status-qr__main-img{width:240px;height:154px;background-image:url(/assets/green-status-main-img-C1WOHwab.png);background-size:100%}.main-qr__page .section__status .status-qr__wrapper.green .status-qr__slice-img{width:60px;height:80px;position:absolute;top:0;left:0;background-size:100%;background-repeat:no-repeat;background-image:url(/assets/green-status-slice-DdqTI6-l.png)}.main-qr__page .section__status .status-qr__wrapper.green .status-qr__second-img{width:330px;height:154px;background-size:100%;border-radius:26px;background-image:url(/assets/green-status-second-img-z-WeFuCX.jpg)}.main-qr__page .section__status .status-qr__wrapper.orange .status-qr__main-img{width:240px;height:154px;background-image:url(/assets/orange-status-main-img-DXqb_saa.png);background-size:100%}.main-qr__page .section__status .status-qr__wrapper.orange .status-qr__slice-img{width:60px;height:80px;position:absolute;top:0;left:0;background-size:100%;background-repeat:no-repeat;background-image:url(/assets/orange-status-slice-Byr6W3fc.png)}.main-qr__page .section__status .status-qr__wrapper.orange .status-qr__second-img{width:330px;height:154px;border-radius:26px;background-size:100%;background-image:url(/assets/orange-status-second-img-DugOu9bj.jpg)}@media screen and (max-width:1023px){.main-qr__page .section__status .status-qr__wrapper .status-qr__second-img{display:none}}.main-qr__page .section__type .grey-bg{max-width:120px;text-align:center}@media screen and (max-width:767px){.main-qr__page .section__type .grey-bg{display:block}}
