:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@font-face{font-display:swap;font-family:Aeroport;font-style:normal;font-weight:300;src:url(/static/media/Aeroport-Light.08fd9dd7bf5014c5dee7.woff2) format("woff2"),url(/static/media/Aeroport-Light.fd8a9eefed788e60326b.woff) format("woff")}@font-face{font-display:swap;font-family:Aeroport;font-style:italic;font-weight:700;src:url(/static/media/Aeroport-BoldItalic.4017625a4dbe64da007f.woff2) format("woff2"),url(/static/media/Aeroport-BoldItalic.461d97dc3fc218fb5d3d.woff) format("woff")}@font-face{font-display:swap;font-family:Aeroport;font-style:normal;font-weight:700;src:url(/static/media/Aeroport-Bold.9ceec1a5fa2b637e12b4.woff2) format("woff2"),url(/static/media/Aeroport-Bold.d66877a4e3fdf66a1438.woff) format("woff")}@font-face{font-display:swap;font-family:Aeroport;font-style:italic;font-weight:500;src:url(/static/media/Aeroport-MediumItalic.631a50e82a4319c1c58d.woff2) format("woff2"),url(/static/media/Aeroport-MediumItalic.c9aef4ddd8ce8c852644.woff) format("woff")}@font-face{font-display:swap;font-family:Aeroport Mono;font-style:normal;font-weight:400;src:url(/static/media/AeroportMono.91c105a5b48d1a2c291d.woff2) format("woff2"),url(/static/media/AeroportMono.81541ac28496b84b90f8.woff) format("woff")}@font-face{font-display:swap;font-family:Aeroport;font-style:normal;font-weight:400;src:url(/static/media/Aeroport.8629456586a0a1064823.woff2) format("woff2"),url(/static/media/Aeroport.3010e98292b41c5b1c98.woff) format("woff")}@font-face{font-display:swap;font-family:Aeroport;font-style:normal;font-weight:500;src:url(/static/media/Aeroport-Medium.735c57821ef4535f5402.woff2) format("woff2"),url(/static/media/Aeroport-Medium.48272bde3b99d72dd20b.woff) format("woff")}@font-face{font-display:swap;font-family:Aeroport;font-style:italic;font-weight:300;src:url(/static/media/Aeroport-LightItalic.78fc3aba0b6b6fcff6ba.woff2) format("woff2"),url(/static/media/Aeroport-LightItalic.2a54cb08fa66034ec63d.woff) format("woff")}@font-face{font-display:swap;font-family:Aeroport;font-style:italic;font-weight:400;src:url(/static/media/Aeroport-Italic.51b9cdd3a83b756fe6c0.woff2) format("woff2"),url(/static/media/Aeroport-Italic.e21aa694451cd671a0f6.woff) format("woff")}*,p,ul{box-sizing:border-box;font-family:Aeroport;list-style:none;margin:0;outline:none;padding:0;scroll-behavior:smooth}::-webkit-scrollbar,p::-webkit-scrollbar,ul::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track,p::-webkit-scrollbar-track,ul::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb,p::-webkit-scrollbar-thumb,ul::-webkit-scrollbar-thumb{background:rgba(28,79,209,.5);border-radius:10px}a{cursor:pointer}a,a:hover{color:inherit;text-decoration:none}img{display:flex}section{overflow:hidden}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=radio]{accent-color:#1b4fd0}.disable-text{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.container{margin:0 auto;width:1200px}.main{margin-top:80px}.status,.status-text{align-items:center;border-radius:62px;display:inline-flex;font-size:14px;font-style:normal;font-weight:400;height:20px;justify-content:center;line-height:120%}.status-text.verified,.status.verified{color:#2cad7f}.status-text.await,.status.await{color:#1c4fd1}.status-text.rejected,.status.rejected{color:#ff3535}.status{padding:0 15px}.status.verified{background:rgba(44,173,127,.2)}.status.await{background:rgba(28,79,209,.2)}.status.rejected{background:rgba(253,30,57,.2)}body{background:#fafafa;min-width:320px;overflow-y:scroll}.alert-modal--box{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center}.alert-modal--box .btn{height:40px;width:100%}@media(max-width:1250px){.container{max-width:992px;padding:0 15px;width:100%}}@media(max-width:992px){.container{max-width:768px}.main{margin-top:70px}}@media(max-width:768px){.container{max-width:576px}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}}@media(max-width:576px){.container{max-width:none}}.modal{align-items:center;background:rgba(0,0,0,.4);justify-content:center;left:0;opacity:0;padding:50px;position:fixed;top:0;transition:all .3s;visibility:hidden;width:100%;z-index:20}.modal,.modal>div{display:flex;height:100%}.modal>div{overflow:auto}.modal>div::-webkit-scrollbar{height:0;width:0}.modal__content{background:#fff;border-radius:10px;margin:auto;padding:60px 70px;position:relative;width:550px}.modal__content::-webkit-scrollbar{width:0}.modal__close{background:none;border:0;cursor:pointer;outline:none;padding:5px;position:absolute;right:25px;top:25px;transition:all .3s}.modal__close:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.modal.opened{opacity:1;visibility:visible}.modal__shorttitling{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.modal__shorttitling-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;box-orient:vertical;color:#18181c;display:-moz-box;display:-webkit-box;font-size:16px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;text-overflow:ellipsis}.modal__shorttitling-link{align-items:center;display:flex}.modal__shorttitling-link p{color:#1c4fd1;font-size:14px;font-style:normal;font-weight:400;line-height:120%}.modal__shorttitling-link img{display:flex;height:15px;object-fit:contain;width:15px}.modal__shorttitling-desc{color:#18181c;font-size:12px;font-style:normal;font-weight:400;line-height:120%;opacity:.5}.modal__textarea{height:120px;padding:15px;resize:none}.modal__input,.modal__textarea{border:1px solid rgba(133,141,163,.2);border-radius:8px;color:#18181c;display:flex;font-size:14px;font-style:normal;font-weight:400;line-height:130%;width:100%}.modal__input{align-items:center;height:50px;padding:5px 20px}@media(max-width:768px){.modal{padding:20px 30px}.modal__content{padding:30px;width:100%}.modal>div{width:100%}}@media(max-width:576px){.modal{padding:10px 20px}.modal__content{padding:30px 20px}}.auth_interactives{align-items:center;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;padding:50px;position:relative;width:45%;z-index:2}.auth_logo{height:90px;margin-bottom:10px;width:180px}.auth_logo-img{height:100%;object-fit:contain;width:100%}.auth-desc{color:#a0a6b7;font-size:1em;margin-bottom:10px;margin-top:15px;text-align:center}.auth_languages{align-items:center;display:flex;gap:15px;justify-content:center;margin-bottom:50px}.auth_language{color:#1c4fd1;cursor:pointer;font-size:16px;font-style:normal;font-weight:600;line-height:150%;opacity:.4;padding:5px;transition:all .3s}.auth_language.current,.auth_language:hover{opacity:1}.auth_bgimage{height:500px;width:450px}.auth_bgimage-img{-webkit-animation:breathing 6s ease-in-out infinite;animation:breathing 6s ease-in-out infinite;height:100%;object-fit:contain;transition:all .3s;width:100%}.auth_credentials{bottom:40px;color:#18181c;font-size:14px;font-style:normal;font-weight:400;left:50%;line-height:150%;opacity:.5;position:absolute;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.auth_version{bottom:15px;display:flex;flex-direction:column}@media(max-width:992px){.auth_interactives{width:45%}.auth_logo{height:60px;width:100px}.auth_languages,.auth_logo{margin-bottom:10px}.auth_language{font-size:14px}.auth_bgimage{height:300px;width:100%}.auth_credentials{bottom:20px}.auth_interactives{padding:0;width:100%}.auth_logo{-webkit-filter:brightness(0) opacity(.3);filter:brightness(0) opacity(.3);height:40px;width:80px}.auth_languages{margin-bottom:10px}.auth_bgimage{display:none;height:250px;width:250px}.auth_credentials{position:static;-webkit-transform:none;transform:none}}.breadcrumbs__list{align-items:center;display:flex;justify-content:flex-start;margin-bottom:15px}.breadcrumbs__item{color:#858da3;cursor:pointer;display:flex;font-size:16px;font-style:normal;font-weight:400;line-height:140%;transition:all .3s}.breadcrumbs__item:hover{opacity:.7}.breadcrumbs__item:after{align-items:center;content:"›";display:flex;height:100%;justify-content:center;width:20px}.breadcrumbs__item:last-child:after{display:none}@media(max-width:768px){.breadcrumbs__list{margin-bottom:10px}.breadcrumbs__item{-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:14px;-webkit-user-select:none;user-select:none}.breadcrumbs__list{flex-wrap:nowrap;overflow:auto}.breadcrumbs__item{white-space:nowrap}}.btn{align-items:center;background:#1c4fd1;border:1px solid #1c4fd1;border-radius:8px;cursor:pointer;display:flex;gap:11px;height:50px;justify-content:center;min-width:140px;outline:none;padding:0 20px}.btn,.btn p{transition:.3s}.btn p{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:130%}.btn:hover{background:transparent}.btn:hover p{color:#1c4fd1}.btn.grey{background:rgba(133,141,163,.1);border:1px solid rgba(133,141,163,.1)}.btn.grey p{color:#18181c}.btn.grey:hover{background:#1c4fd1;border:1px solid #1c4fd1}.btn.grey:hover p{color:#fff}.btn.rounded{border:0;border-radius:52px;cursor:pointer;height:40px}.btn.rounded:hover{opacity:.7}.btn.rounded p{color:#1c4fd1;font-size:16px;font-weight:400;line-height:120%}.btn.rounded.blue{border:1px solid #1c4fd1}.btn.rounded.blue:hover{border-color:#1c4fd1}.btn.rounded.blue:hover p{color:#1c4fd1}.btn.rounded.blue p{color:#fff}.btn.red{background:rgba(255,53,53,.7);border-color:rgba(255,53,53,.7)}.btn.red p{color:#fff}.btn.red:hover{opacity:.7}.btn.green{background:#2cad7f;border-color:#2cad7f}.btn.green p{color:#fff}.btn.green:hover{opacity:.7}.btn.lightblue{background:rgba(28,79,209,.1);border-color:transparent}.btn.lightblue p{color:#1c4fd1}.btn.lightblue:hover{opacity:.7}.btn.secondary{background:rgba(28,79,209,.1);border-color:transparent;height:45px;width:100%}.btn.secondary p{color:#1c4fd1;font-size:14px}.btn.secondary:hover{opacity:.7}.btn.loading{pointer-events:none;position:relative}.btn.loading:after{-webkit-animation:rotater 1s ease-in-out infinite;animation:rotater 1s ease-in-out infinite;background:url(/static/media/icon-loader.94d568080267ef24d09d.svg) no-repeat 50%/contain;content:"";display:flex;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);height:30px;left:50%;position:absolute;top:50%;transition:.3s;width:30px}.btn.loading p,.btn.loading span{opacity:0}.btn.loading.grey:after{-webkit-filter:brightness(0) opacity(.3);filter:brightness(0) opacity(.3)}.btn.loading.lightblue:after,.btn.loading.secondary:after{-webkit-filter:revert;filter:revert}@media(max-width:576px){.btn{height:35px;min-width:100px}.btn p{font-size:12px}}@-webkit-keyframes rotater{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes rotater{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}.header{background:#1c4fd1;height:80px;left:0;position:fixed;right:0;top:0;z-index:19}.header__content{align-items:center;display:flex;height:100%}.header__logo{height:60px;margin-right:70px;transition:.3s;width:100px}.header__logo:hover{opacity:.7}.header__logo-img{height:100%;object-fit:contain;width:100%}.header__links{position:relative}.header__contact,.header__links{align-items:center;display:flex;height:100%;margin-right:auto}.header__contact{color:#fff;font-size:16px;font-style:normal;font-weight:300;gap:5px;overflow:hidden;text-align:center;white-space:nowrap}.header__contact,.header__link{flex-direction:column;justify-content:center}.header__link{align-items:center;cursor:pointer;display:flex;height:100%;min-width:110px;transition:.3s}.header__link-img{display:flex;height:25px;margin-bottom:5px;object-fit:contain;position:relative;width:25px}.header__link-img img{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:.3s}.header__link-img img.solid{opacity:0;visibility:hidden}.header__link-news:after{background-image:url(/static/media/new-request-icon.c32f826c4ddd22e3c00c.svg);background-repeat:no-repeat;background-size:14px;content:"";-webkit-filter:hue-rotate(90deg);filter:hue-rotate(90deg);height:20px;left:-6px;position:absolute;top:12px;width:20px}.header__link-txt{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-align:center;white-space:nowrap}.header__link.active .header__link-img img.solid{opacity:1;visibility:visible}.header__link.active .header__link-img img.stroke{opacity:0;visibility:hidden}.header__link.active,.header__link:hover{background:#3769e5}.header__lang,.header__lang-list{align-items:center;display:flex}.header__lang-list{gap:15px;justify-content:flex-start;margin-right:40px}.header__lang-item{color:#fff;cursor:pointer;font-size:16px;font-style:normal;font-weight:400;line-height:120%;opacity:.4;transition:all .3s}.header__lang-item.current,.header__lang-item:hover{opacity:1}.header__avatar{align-items:center;border-radius:100%;cursor:pointer;display:flex;height:45px;justify-content:center;position:relative;width:45px}.header__avatar-img{border-radius:100%;height:100%;object-fit:cover;overflow:hidden;width:100%}.header__avatar-list{background:#fff;border-radius:10px;box-shadow:0 2px 20px -5px rgba(0,0,0,.06);opacity:0;padding:20px 0;position:absolute;right:0;top:100%;transition:all .4s;visibility:hidden;z-index:9}.header__avatar-list.opened{opacity:1;visibility:visible}.header__avatar-link{align-items:center;cursor:pointer;display:flex;flex-shrink:0;gap:10px;height:50px;justify-content:flex-start;min-width:300px;padding:10px 30px;transition:.3s}.header__avatar-linkicon{display:flex;height:25px;object-fit:contain;width:25px}.header__avatar-linklabel{font-size:16px}.header__avatar-link:hover{background:#f4f4f4;cursor:pointer}.header__avatar-link.active{opacity:.5;pointer-events:none}.header__burger{display:none}@media(max-width:992px){.header{height:70px}.header__links{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:hsla(0,0%,100%,.8);bottom:0;flex-direction:column;gap:15px;left:0;padding:150px 20px 20px;position:fixed;right:0;top:70px;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:.3s}.header__link,.header__links{align-items:center;height:auto;justify-content:flex-start;width:auto}.header__link{background:none;display:flex;flex-direction:row;gap:10px;padding:0 15px;width:768px}.header__link-img{-webkit-filter:brightness(0);filter:brightness(0)}.header__link-txt{color:#18181c;font-size:18px}.header__link.active,.header__link:hover{background:none}.header__avatar{border-radius:0;height:auto;justify-content:flex-start;left:0;padding:0 15px;position:fixed;top:100px;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:.3s;width:768px}.header__avatar img{border-radius:100%;height:45px;overflow:hidden;width:45px}.header__avatar-list{left:0;right:auto}.header__avatar-linkicon{display:flex;height:25px!important;object-fit:contain;width:25px!important}.header__lang{left:0;position:fixed;right:0;top:170px;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:.3s;width:100%}.header__lang-list{gap:25px;margin:0 auto;padding:0 15px;width:768px}.header__lang-item{color:#1c4fd1;font-size:18px;font-weight:700}.header__burger{display:flex;margin-left:auto}.header__burger-btn{align-items:center;background:none;border:0;display:flex;height:50px;justify-content:center;outline:none;position:relative;width:50px}.header__burger-btn img{display:flex;height:120%;left:50%;object-fit:contain;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:all .3s;width:120%}.header__burger-btn img[alt=close]{opacity:0}.header.opened .header__lang,.header.opened .header__links{-webkit-transform:translateX(0);transform:translateX(0)}.header.opened .header__avatar{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.header.opened .header__burger-btn img[alt=close]{opacity:1}.header.opened .header__burger-btn img[alt=open]{opacity:0}}@media(max-width:768px){.header__avatar,.header__lang-list,.header__link{width:576px}}@media(max-width:576px){.header{height:55px;padding:0 5px}.header__avatar,.header__lang-list,.header__link{padding:0 20px;width:100%}.header__contact{margin-left:25px}.header__lang{top:150px}.header__avatar{top:80px}.header__link{padding:0}.header__links{padding:130px 20px 20px;top:55px}.header__logo{align-items:center;display:flex;height:auto;justify-content:flex-start;margin-right:0;padding:0;width:auto}.header__logo img{height:35px;object-fit:contain;width:70px}.header__burger button{height:35px;width:35px}}.tabs{margin-bottom:30px}.tabs__list{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-start}.tabs__item{background:rgba(28,79,209,.1);border-radius:52px;color:#18181c;cursor:pointer;font-size:16px;font-style:normal;font-weight:500;line-height:130%;padding:8px 25px;transition:all .3s}.tabs__item.current,.tabs__item:hover{background:#1c4fd1;color:#fff}@media(max-width:768px){.tabs{margin-bottom:20px;width:100%}.tabs__list{flex-wrap:nowrap;gap:10px;overflow:auto}.tabs__list::-webkit-scrollbar{height:0;width:0}.tabs__item{font-size:14px;padding:8px 20px;white-space:nowrap}}@media(max-width:390px){.tabs__item{font-size:12px}}.titling{margin-bottom:20px}.titling.fixed{height:24px}.titling.fixed .titling__title{position:fixed}.titling__title{color:#18181c;font-size:24px;font-style:normal;font-weight:700;line-height:120%}@media(max-width:768px){.titling{margin-bottom:15px}.titling__title{font-size:22px}}.banner{align-items:flex-start;align-self:flex-start;background:linear-gradient(223.36deg,#3769e5 7.6%,#0233ae 74.39%);border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);display:flex;flex-direction:column;flex-shrink:0;min-height:400px;padding:30px;width:280px}.banner__title{color:#fff;font-size:24px;font-style:normal;font-weight:700;line-height:120%;margin-bottom:25px}.banner__storeimg{display:flex;height:40px;margin:10px 0;object-fit:contain;transition:.3s;width:130px}.banner__storeimg:hover{opacity:.7}.banner__storeimg img{height:100%;object-fit:contain;width:100%}.banner__bgimg{margin:0 -20px -20px auto}.personcard{display:flex;margin-bottom:25px}.personcard img{border-radius:100%;display:flex;height:40px;margin:0 15px 0 0;object-fit:cover;padding:0;width:40px}.personcard>div{display:flex;flex-direction:column;gap:5px;justify-content:center}.personcard-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;box-orient:vertical;color:#18181c;display:-moz-box;display:-webkit-box;font-size:16px;font-style:normal;font-weight:500;line-height:120%;overflow:hidden;text-overflow:ellipsis}.personcard-contact{color:#858da3;font-size:14px;font-style:normal;font-weight:400;line-height:130%}@media(max-width:576px){.personcard{margin-bottom:20px}.personcard img{height:30px;width:30px}.personcard-name{font-size:14px}.personcard-contact{font-size:12px}}.prsidebar{position:fixed;width:370px}.prsidebar-holder{flex-shrink:0;width:370px}.prsidebar__tabs{align-items:center;background:rgba(133,141,163,.1);border-radius:104px;display:flex;height:35px;justify-content:flex-start;margin-bottom:20px;padding:2px}.prsidebar__tab{align-items:center;color:#18181c;cursor:pointer;display:flex;font-size:14px;font-style:normal;font-weight:400;height:100%;justify-content:center;line-height:140%;text-align:center;width:100%}.prsidebar__tab:hover{opacity:.7}.prsidebar__tab.active,.prsidebar__tab.current{background:#fff;border:.5px solid rgba(0,0,0,.04);border-radius:41px;box-shadow:0 3px 8px rgba(0,0,0,.12),0 3px 1px rgba(0,0,0,.04)}.prsidebar__tab.active:hover,.prsidebar__tab.current:hover{pointer-events:none}.prsidebar__links{background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.04);margin-bottom:20px;width:100%}.prsidebar__link{align-items:center;border-bottom:.5px solid hsla(240,2%,78%,.4);display:flex;height:60px;padding:15px 20px;transition:all .3s}.prsidebar__link:last-child{border:0}.prsidebar__link:hover{background:hsla(240,2%,78%,.4)}.prsidebar__link.active:hover,.prsidebar__link.current:hover{background:none}.prsidebar__link.active .prsidebar__link-arrow,.prsidebar__link.active .prsidebar__link-icon,.prsidebar__link.current .prsidebar__link-arrow,.prsidebar__link.current .prsidebar__link-icon{-webkit-filter:revert;filter:revert}.prsidebar__link.active .prsidebar__link-title,.prsidebar__link.current .prsidebar__link-title{color:#1c4fd1}.prsidebar__link.v-link{position:relative}.prsidebar__link.v-link:after{background-image:url(/static/media/new-request-icon.c32f826c4ddd22e3c00c.svg);background-repeat:no-repeat;background-size:14px;content:"";-webkit-filter:hue-rotate(90deg);filter:hue-rotate(90deg);height:20px;position:absolute;right:36px;top:55%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}.prsidebar__link-icon{display:flex;-webkit-filter:grayscale(1);filter:grayscale(1);height:20px;margin-right:10px;object-fit:contain;overflow:hidden;transition:all .3s;width:20px}.prsidebar__link-icon.filternone{-webkit-filter:revert;filter:revert}.prsidebar__link-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;box-orient:vertical;color:#18181c;display:-moz-box;display:-webkit-box;flex-grow:1;font-size:17px;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;text-overflow:ellipsis}.prsidebar__link-arrow{display:flex;-webkit-filter:grayscale(1);filter:grayscale(1);height:15px;object-fit:contain;overflow:hidden;transition:all .3s;width:15px}.prsidebar__toggler{display:none}@media(max-width:992px){.prsidebar,.prsidebar-holder{width:200px}.prsidebar__tabs{border-radius:10px;flex-direction:column;height:auto;padding:10px}.prsidebar__tab{padding:8px}.prsidebar__tab.current{border-radius:5px}.prsidebar__link{height:50px}.prsidebar__link-icon{height:15px;width:15px}.prsidebar__link-arrow{height:10px;width:10px}.prsidebar__link-title{font-size:14px}}@media(max-width:768px){.prsidebar{background:#fff;border-radius:5px;box-shadow:0 0 20px 10px rgba(0,0,0,.04);left:50%;opacity:0;padding:50px;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:all .3s;visibility:hidden;width:546px;z-index:8}.prsidebar-holder{width:0}.prsidebar__toggler{align-items:center;border:1px solid #1c4fd1;border-radius:5px;bottom:calc(100% + 10px);color:#1c4fd1;display:flex;flex-shrink:0;gap:10px;height:40px;justify-content:center;padding:0 20px;position:absolute;right:0;z-index:4}.prsidebar__toggler-txt{font-size:14px;font-weight:700;line-height:1}.prsidebar__toggler-img{display:flex;height:12px;margin-top:2px;object-fit:contain;-webkit-transform:rotate(90deg);transform:rotate(90deg);transition:all .3s;width:12px}.prsidebar__toggler.mobileopened .prsidebar__toggler-img{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.prsidebar.mobileopened{opacity:1;visibility:visible}}@media(max-width:576px){.prsidebar{padding:30px;width:calc(100% - 30px)}}.selector{height:50px;overflow:visible;position:relative}.selector__holder{background:#fff;border:1px solid rgba(133,141,163,.2);border-radius:8px;display:flex;flex-direction:column;left:0;max-height:50px;overflow:hidden;position:absolute;right:0;top:0;transition:all .3s}.selector__toggler{align-items:center;cursor:pointer;display:flex;flex-shrink:0;height:100%;height:50px;padding:0 20px;position:relative;width:100%}.selector__toggler-arrow{display:flex;height:15px;position:absolute;right:20px;transition:all .3s;width:15px}.selector__toggler p{color:#18181c;line-height:140%}.selector__element,.selector__toggler p{font-size:14px;font-style:normal;font-weight:400}.selector__element{align-items:center;color:rgba(24,24,28,.5);cursor:pointer;display:flex;height:40px;justify-content:flex-start;line-height:120%;overflow:hidden;padding:10px 20px;transition:all .3s;white-space:nowrap}.selector__element.current,.selector__element:hover{background:#eff2fa}.selector__context{max-height:200px;overflow:auto}.selector.opened .selector__toggler-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.selector.opened .selector__holder{max-height:600px;overflow:auto;z-index:4}.selector.opened .selector__holder::-webkit-scrollbar{width:0}.loader{flex-direction:column;height:100%;padding:30px;width:100%}.loader,.loader__pins{align-items:center;display:flex;justify-content:center}.loader__pins{gap:15px;height:60px;margin-bottom:40px}.loader__pins span{-webkit-animation:spinloader 1s linear infinite;animation:spinloader 1s linear infinite;background:#1c4fd1;display:flex;height:35px;width:10px}.loader__pins span:nth-child(2){-webkit-animation-delay:.5s;animation-delay:.5s}.loader__pins span:nth-child(3){-webkit-animation-delay:1s;animation-delay:1s}.loader__title{color:#1c4fd1;font-size:24px}.loader.fixed{background:#fff;bottom:0;left:0;position:fixed;right:0;top:0;z-index:18}@-webkit-keyframes spinloader{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes spinloader{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@media(max-width:576px){.loader__pins{gap:5px;margin-bottom:20px}.loader__pins span{height:20px;width:6px}.loader__title{font-size:18px}}.circle-loader{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px 0}.circle-loader .lds-ring{display:inline-block;position:relative}.circle-loader .lds-ring div{-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:6px solid transparent;border-radius:50%;border-top-color:#1c4fd1;box-sizing:border-box;display:block;height:50px;margin:8px;position:absolute;width:50px}.circle-loader .lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.circle-loader .lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.circle-loader .lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mdsidebar{flex-shrink:0;width:330px}.mdsidebar__holder{align-items:center;background:#143076;bottom:0;display:flex;flex-direction:column;justify-content:flex-start;left:0;padding:20px 0;position:fixed;top:0;width:330px}.mdsidebar__logo{height:60px;margin-bottom:40px;width:90px}.mdsidebar__logo img{display:flex;height:100%;object-fit:contain;width:100%}.mdsidebar__user{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:50px;max-width:90%}.mdsidebar__user-img{flex-shrink:0;height:80px;margin-bottom:10px;width:80px}.mdsidebar__user-img img{border-radius:100%;display:flex;height:100%;object-fit:cover;width:100%}.mdsidebar__user-name{color:#fff;font-size:17px;font-style:normal;font-weight:500;line-height:120%}.mdsidebar__user-position{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:120%}.mdsidebar__links{width:100%}.mdsidebar__link{align-items:center;cursor:pointer;display:flex;gap:20px;height:50px;justify-content:flex-start;padding:0 40px;transition:all .3s}.mdsidebar__link.current{background:#1c3a88}.mdsidebar__link:hover{gap:25px}.mdsidebar__link-img{flex-shrink:0;height:20px;width:20px}.mdsidebar__link-img img{height:100%;object-fit:contain;width:100%}.mdsidebar__link-txt{color:#fff;font-size:17px;font-style:normal;font-weight:400;line-height:120%}.mdsidebar__link-count{align-items:center;background-color:#fff;border-radius:50%;display:flex;font-size:14px;height:15px;justify-content:center;width:15px}.mdheader{flex-shrink:0;height:90px}.mdheader__content{align-items:center;background:#fff;box-shadow:0 1px 1px rgba(218,225,241,.4),0 2px 18px rgba(184,192,211,.4);display:flex;flex-shrink:0;height:100%;justify-content:space-between;padding:0 50px;width:100%}.mdheader__crumbs .breadcrumbs__list{margin:0;padding:0}.mdheader__langs{align-items:center;display:flex;gap:10px;justify-content:flex-end}.emptybox{align-self:stretch;background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);flex-grow:1;margin-bottom:20px;min-height:40vh;width:100%}.emptybox,.emptybox__content{align-items:center;display:flex;justify-content:center}.emptybox__content{flex-direction:column}.emptybox__image{-webkit-animation:breathing 4s ease-in-out infinite;animation:breathing 4s ease-in-out infinite;display:flex;height:120px;margin-bottom:20px;object-fit:contain;width:120px}.emptybox__label{color:#858da3;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin:0;max-width:300px;padding:0;text-align:center}@media(max-width:768px){.emptybox{margin:0;min-height:40vh;position:relative}}.inftextbox{align-items:center;background:rgba(133,141,163,.1);border-radius:8px;display:flex;justify-content:center;margin-bottom:20px;padding:10px 20px}.inftextbox__label{color:#858da3;font-size:16px;font-style:normal;font-weight:400;line-height:22px}.offerta-text{color:#18181c;margin-bottom:15px;opacity:.5}.offerta-text a{font-weight:700}.offerta-text a:hover{text-decoration:underline}.authorization{align-items:stretch;background:linear-gradient(103.12deg,#eff2fa .53%,#fff 84.78%);display:flex;height:100vh;position:relative}.authorization__form{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:50px;position:relative;z-index:2}.authorization__form-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:500px}.authorization__form-content .authorization__multiselect{margin-bottom:10px;width:100%}.authorization__form-content .authorization__multiselect-select .css-1pahdxg-control,.authorization__form-content .authorization__multiselect-select .css-1s2u09g-control{border-radius:8px}.authorization__form-content .authorization__agreement{margin:.7rem 0 1.2rem .7rem}.authorization__title{color:#18181c;font-size:34px;font-style:normal;font-weight:700;line-height:46px;margin:0 auto 50px}.authorization__tabs{display:flex;gap:15px;margin-bottom:60px;width:100%}.authorization__tab{align-items:center;border:1px solid #c9c8ce;border-radius:8px;color:#000;cursor:pointer;display:flex;font-size:16px;font-style:normal;font-weight:500;height:60px;justify-content:center;letter-spacing:.41px;line-height:120%;transition:all .3s;width:100%}.authorization__tab.solid{background:#0050d9;border:1px solid #0050d9;color:#fff}.authorization__tab.solid:hover{background:#2c6ce5;border:1px solid #2c6ce5}.authorization__tab:hover{background:rgba(28,79,209,.1);border:1px solid rgba(28,79,209,.1)}.authorization__input{display:flex;flex-direction:column;margin-bottom:70px;width:100%}.authorization__input-label{color:#18181c;font-size:15px;font-style:normal;font-weight:400;line-height:120%;margin-bottom:25px;opacity:.5}.authorization__input-input{align-items:center;background:none;border:1px solid rgba(133,141,163,.3);border-radius:8px;color:rgba(24,24,28,.5);display:flex;flex-shrink:0;font-size:16px;font-style:normal;font-weight:400;height:60px;line-height:20px;padding:10px 25px;transition:all .3s}.authorization__input-input::-webkit-input-placeholder{color:rgba(24,24,28,.5)}.authorization__input-input::placeholder{color:rgba(24,24,28,.5)}.authorization__input-input:focus{border-color:#1c4fd1}.authorization__input-errortxt{color:#ff3535;font-size:14px;font-style:normal;font-weight:400;line-height:120%;margin-top:8px}.authorization__input-errortxt.error-field{margin-bottom:15px}.authorization__input-toggler{align-items:center;cursor:pointer;display:flex;flex-shrink:0;height:100%;height:60px;padding:10px 25px;position:relative;width:100%}.authorization__input-toggler-arrow{display:flex;height:15px;position:absolute;right:25px;transition:all .3s;width:15px}.authorization__input-toggler p{color:#18181c;font-size:16px;font-style:normal;font-weight:400;line-height:140%;opacity:.5}.authorization__input-context{background:#fff;border:1px solid #858da3;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:0;left:-1px;max-height:0;opacity:0;overflow:hidden;position:absolute;right:-1px;top:100%;transition:all .3s;z-index:3}.authorization__input-element{align-items:center;cursor:pointer;display:flex;height:60px;justify-content:flex-start;overflow:hidden;padding:10px 25px;transition:all .3s;white-space:nowrap}.authorization__input-element.current,.authorization__input-element:hover{background:#eff2fa}.authorization__input.dropdown{align-items:center;background:#fff;border:1px solid #858da3;border-radius:8px;display:flex;flex-direction:column;height:60px;overflow:hidden;position:relative}.authorization__input.dropdown.opened{border-bottom-left-radius:0;border-bottom-right-radius:0;overflow:visible}.authorization__input.dropdown.opened::-webkit-scrollbar{width:0}.authorization__input.dropdown.opened .authorization__input-toggler-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.authorization__input.dropdown.opened .authorization__input-context{max-height:600px;opacity:1;overflow:auto;z-index:4}.authorization__input.dropdown.opened .authorization__input-context::-webkit-scrollbar{width:0}.authorization__input.register{margin-bottom:10px}.authorization__input.error .authorization__input-input{border:1px solid #ff3535}.authorization__multiselect{min-height:60px}.authorization__multiselect-select{height:100%}.authorization__multiselect-select.single>div{background:none;border:1px solid rgba(133,141,163,.3);border-radius:8px;height:100%;padding:10px 25px}.authorization__button{height:60px!important;margin-bottom:20px;width:100%}.authorization__smsblock{display:flex;flex-direction:column;margin-bottom:30px;width:100%}.authorization__smsblock-title{margin-bottom:5px;opacity:.5}.authorization__smsblock-num,.authorization__smsblock-title{color:#18181c;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.authorization__smsblock-num{margin-bottom:50px}.authorization__smsblock-input{display:flex;margin-bottom:50px}.authorization__smsblock-inputitem{display:flex!important;gap:15px;justify-content:space-between;width:100%}.authorization__smsblock-inputitem input{align-items:center;background:rgba(133,141,163,.1);border:1px solid transparent;border-radius:8px;color:rgba(24,24,28,.5);display:flex;font-size:18px;font-style:normal;font-weight:500;height:60px;justify-content:center;line-height:120%;margin:0;text-align:center;transition:all .3s;-webkit-user-select:none;user-select:none;width:60px}.authorization__smsblock-inputitem input:focus{border-color:#1c4fd1}.authorization__smsblock-timeoutbox{align-items:center;display:flex;justify-content:space-between}.authorization__smsblock-timeouttxt{font-size:16px;line-height:20px}.authorization__offer,.authorization__smsblock-timeouttxt{color:#18181c;font-style:normal;font-weight:400;opacity:.5}.authorization__offer{font-size:14px;line-height:120%;margin:0 auto;text-align:center}.authorization__offer.register{margin-bottom:30px;margin-left:5px;margin-top:0}.authorization__offer a{text-decoration:underline;transition:all .3s}.authorization__offer a:hover{opacity:.7}.authorization__registerimage{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto 20px}.authorization__registerimage-img{height:100%;object-fit:cover;width:100%}.authorization__registerimage-txt{color:#1c4fd1;cursor:pointer;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.authorization__registerbox{background:rgba(24,24,28,.06);border-radius:100%;height:80px;margin-bottom:10px;overflow:hidden;width:80px}.authorization__back,.authorization__registerbox{align-items:center;display:flex;justify-content:center}.authorization__back{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.authorization__back-dot{border-radius:50%;-webkit-filter:blur(10vw);filter:blur(10vw);height:40vw;opacity:.2;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:40vw}.authorization__back-dot:first-child{-webkit-animation:dotrotate 20s linear infinite;animation:dotrotate 20s linear infinite;background:#1c4fd1;left:10%;top:55%}.authorization__back-dot:last-child{animation:dotrotate 38s linear infinite reverse;background:#1c4fd1;left:90%;top:60%}@-webkit-keyframes dotrotate{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}50%{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}50%{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg);-webkit-transform-origin:0 50%;transform-origin:0 50%}}@keyframes dotrotate{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}50%{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}50%{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg);-webkit-transform-origin:0 50%;transform-origin:0 50%}}@-webkit-keyframes breathing{0%{-webkit-transform:scale(.95);transform:scale(.95)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.95);transform:scale(.95)}}@keyframes breathing{0%{-webkit-transform:scale(.95);transform:scale(.95)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.95);transform:scale(.95)}}@media(max-width:1200px){.authorization{padding:0}.authorization__form-content{width:400px}}@media(max-width:992px){.authorization{align-items:center;flex-direction:column;gap:30px;height:auto;min-height:100vh;padding:50px 30px}.authorization__form{flex-grow:1;margin:0 auto;min-width:760px}.authorization__form form,.authorization__form-content{width:100%}.authorization__form-content .authorization__multiselect{font-size:14px;width:100%}.authorization__form-content .authorization__agreement{margin:.7rem 0 1.2rem 1rem}.authorization__title{font-size:26px;line-height:100%;margin:0 auto 20px}.authorization__tabs{gap:10px;margin-bottom:20px}.authorization__tab{font-size:14px;height:50px}.authorization__input{margin-bottom:40px}.authorization__input-label{font-size:14px;margin-bottom:10px}.authorization__input-input{font-size:14px;height:50px;line-height:100%}.authorization__input-toggler{height:50px}.authorization__input-toggler p{font-size:14px}.authorization__button,.authorization__input-element,.authorization__input.dropdown,.authorization__multiselect{height:50px}.authorization__multiselect-select>div{padding:0 15px}}@media(max-width:768px){.authorization__form{min-width:auto;padding:0;width:100%}.authorization__form-content{width:60%}.authorization{gap:20px;padding:30px 20px}.authorization__form-content{width:calc(100% - 40px)}.authorization__smsblock{margin-bottom:20px}.authorization__smsblock-title{font-size:14px}.authorization__smsblock-num{font-size:14px;margin-bottom:30px}.authorization__smsblock-input{margin-bottom:30px}.authorization__smsblock-inputitem{gap:10px;justify-content:center}.authorization__smsblock-inputitem input{font-size:16px;height:50px;width:50px}.authorization__smsblock-timeouttxt{font-size:13px;line-height:1}}.chat{height:calc(100vh - 80px);padding:30px 0}.chat__content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start}.chat__body{background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);display:flex;flex-grow:1;overflow:hidden;padding-top:70px;position:relative;width:100%}.chat__body-header{align-items:center;border-bottom:1px solid #e0e5f5;display:flex;height:70px;justify-content:flex-start;left:0;padding:10px 25px 10px 310px;position:absolute;right:0;top:0}.chat__body-header:before{border-right:1px solid #e0e5f5;bottom:0;content:"";display:flex;left:0;position:absolute;top:0;width:290px}.chat__body-header-status{background:rgba(28,79,209,.1);border-radius:52px;color:#1c4fd1;font-size:12px;font-style:normal;font-weight:400;line-height:120%;padding:8px 15px}.chat__body-header .personcard{margin:0 auto 0 0}.chat__body-chats{border-right:1px solid #e0e5f5;display:flex;flex-direction:column;flex-shrink:0;height:100%;overflow-x:hidden;overflow-y:scroll;padding:10px 0;width:291px}.chat__body-chats::-webkit-scrollbar{width:4px}.chat__body-chats::-webkit-scrollbar-track{background:transparent}.chat__body-chats::-webkit-scrollbar-thumb{background:#d8d8d8}.chat__body-main{display:flex;flex-direction:column;flex-grow:1;padding:25px 25px 25px 20px}.chat__item{align-items:center;cursor:pointer;display:flex;flex-shrink:0;gap:10px;height:70px;padding:0 15px;transition:all .3s}.chat__item-img{border-radius:100%;display:flex;flex-shrink:0;height:40px;object-fit:cover;width:40px}.chat__item-name{color:#18181c;font-weight:500;line-height:20px}.chat__item-name,.chat__item-txt{-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;box-orient:vertical;display:-moz-box;display:-webkit-box;font-size:14px;font-style:normal;overflow:hidden;text-overflow:ellipsis}.chat__item-txt{color:#858da3;font-weight:400;line-height:120%;max-width:155px}.chat__item-stats{align-items:flex-end;display:flex;flex-direction:column;margin-left:auto;width:50px}.chat__item-time{color:#858da3;font-size:12px;font-style:normal;font-weight:400;line-height:120%;margin-bottom:5px}.chat__item-count{align-items:center;background:#1c4fd1;border-radius:9px;color:#fff;display:flex;flex-shrink:0;font-size:12px;height:18px;justify-content:center;line-height:1;min-width:20px;padding:0 6px}.chat__item-active,.chat__item:hover{background-color:rgba(133,141,163,.1)}.chat__conversation-title{color:#18181c;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:25px;text-align:center}.chat__conversation-writerbtn{cursor:pointer}.chat__conversation-writerbtn.loading{pointer-events:none;position:relative}.chat__conversation-writerbtn.loading:after{-webkit-animation:rotater 1s ease-in-out infinite;animation:rotater 1s ease-in-out infinite;background:url(/static/media/icon-loader.94d568080267ef24d09d.svg) no-repeat 50%/contain;content:"";display:flex;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);height:30px;left:50%;position:absolute;top:50%;transition:.3s;width:30px}.chat__conversation-writerbtn.grey:after{-webkit-filter:brightness(0) opacity(.3);filter:brightness(0) opacity(.3)}.chat__conversation-messages{flex-grow:1;margin-bottom:auto;overflow-y:scroll;padding-right:5px}.chat__conversation-messages::-webkit-scrollbar{width:4px}.chat__conversation-messages::-webkit-scrollbar-track{background:transparent}.chat__conversation-messages::-webkit-scrollbar-thumb{background:#d8d8d8}.chat__conversation-messages-list{align-items:flex-end;display:flex;flex-direction:column;gap:10px;margin-bottom:20px;width:100%}.chat__conversation-actions{display:flex;flex-shrink:0;gap:10px;margin:20px 0}.chat__conversation-btn{align-items:center;background:rgba(28,79,209,.1);border:0;border-radius:52px;cursor:pointer;display:flex;height:40px;justify-content:center;outline:none;padding:10px 25px;transition:all .3s}.chat__conversation-btn:hover{opacity:.7}.chat__conversation-btn p{color:#1c4fd1;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.chat__conversation-btn.red{background:rgba(255,53,53,.7)}.chat__conversation-btn.red p{color:#fff}.chat__conversation-writer{align-items:flex-end;background:#fff;border:1px solid #858da3;border-radius:15px;display:flex;flex-shrink:0;gap:10px;justify-content:flex-start;min-height:40px;padding:5px 15px;width:100%}.chat__conversation-writerbtn{align-items:center;background:none;border:0;display:flex;flex-shrink:0;height:30px;justify-content:center;outline:none;transition:all .3s;width:30px}.chat__conversation-writerbtn:hover{opacity:.7}.chat__conversation-writerbtn img{height:100%;object-fit:contain;width:100%}.chat__conversation-textarea{background:none;border:0;border-left:1px solid #858da3;flex-grow:1;height:100%;height:30px;max-height:150px;overflow:auto;padding:5px 15px;resize:none}.chat__conversation-textarea::-webkit-scrollbar{width:0}.chat__message{background:#e8edfa;border-radius:12px;display:flex;flex-direction:column;max-width:70%;padding:15px 20px}.chat__message p{color:#18181c;font-size:14px;margin-bottom:5px}.chat__message p,.chat__message span{font-style:normal;font-weight:400;line-height:120%}.chat__message span{color:#858da3;font-size:12px;text-align:right}.chat__message.left{align-self:flex-start;background:#f3f4f6}.chat__message.image_message{padding:10px;width:250px}.chat__message.image_message img{border-radius:6px;display:flex;margin-bottom:10px;max-height:300px;min-height:150px;object-fit:cover;width:100%}.chat__message .price_message{align-items:center;display:flex;gap:9px}.chat__message .price_message p{font-size:16px;font-weight:700;letter-spacing:.41px;line-height:24px}.chat__message .price_message img{height:35px;object-fit:cover;width:35px}.chat__modal-action{display:flex;gap:15px;margin-bottom:30px}.chat__modal-textarea{margin-bottom:35px}.chat__modal-templates{display:flex;flex-direction:column;margin-bottom:30px;width:100%}.chat__modal-template{border-bottom:1px solid #858da3;cursor:pointer;display:flex;padding:10px;transition:all .3s}.chat__modal-template p{-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;box-orient:vertical;color:#18181c;display:-moz-box;display:-webkit-box;font-size:14px;font-style:normal;font-weight:400;line-height:130%;overflow:hidden;text-overflow:ellipsis}.chat__modal-template.current,.chat__modal-template:hover{background:rgba(28,79,209,.1)}.chat__modal-input{margin-bottom:30px}@media(max-width:992px){.chat__body-chats{width:250px}.chat__body-header{padding-left:265px}.chat__body-header:before{width:249px}.chat__item-name{font-size:12px}.chat__item-txt{font-size:10px}.chat__item-count{font-size:10px;padding:2px 5px}.chat__conversation-actions .btn{height:35px;min-width:100px}.chat__conversation-actions .btn p{font-size:12px;white-space:nowrap}}@media(max-width:768px){.chat__body{overflow:hidden;position:relative}.chat__body-header{height:60px;padding:0 20px;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all .3s}.chat__body-header:before{display:none}.chat__body-chats{background:#fff;border:0;bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transform:translateX(0);transform:translateX(0);transition:all .3s;width:auto;z-index:3}.chat__body-main{padding-top:40px;position:relative;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all .3s}.chat__conversation-backbtn{background:url(/static/media/icon-arrowback.d799764d5f9a1840a309.svg) no-repeat 50% #fff;border:1px solid #1c4fd1;border-radius:10px;display:flex;height:40px;left:20px;position:absolute;top:5px;width:40px}.chat__item-stats{margin-left:auto}.chat.mobileopened .chat__body-chats{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.chat.mobileopened .chat__body-header,.chat.mobileopened .chat__body-main{-webkit-transform:translateX(0);transform:translateX(0)}}@media(max-width:576px){.chat{padding:0}.chat__body-header{padding-right:90px}.chat__body-header-status{align-items:center;display:flex;font-size:10px;height:30px;height:auto;justify-content:center;margin:0;padding:3px 10px;position:absolute;right:10px;top:10px}.chat__body-main{width:100%}.chat__conversation-backbtn{height:30px;width:30px}.chat__conversation-actions{overflow:auto;width:100%}.chat__conversation-writer{border-radius:8px;min-height:25px;padding:5px}.chat__conversation-writerbtn{height:25px;width:25px}.chat__conversation-textarea{font-size:12px;height:25px;padding:10px}.chat__message{max-width:85%;padding:15px}.chat__message p{font-size:12px}.chat__message span{font-size:10px}}.favorites{padding:30px 0}.favorites__body{align-items:flex-start;display:flex;gap:20px}.favorites__context{flex-grow:1}.favorites__sidebar{background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);flex-shrink:0;padding:30px;width:280px}.emptyblock{padding:30px 0;width:100%}.emptyblock,.emptyblock__content{display:flex;flex-direction:column}.emptyblock__content{height:100%}.emptyblock__body{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center}.emptyblock__body-title{color:#18181c;font-size:24px;font-style:normal;font-weight:700;line-height:120%;margin-bottom:40px}.emptyblock__body-img{-webkit-animation:breathing 6s ease-in-out infinite;animation:breathing 6s ease-in-out infinite;display:flex;height:280px;margin-bottom:50px;object-fit:contain;width:280px}.emptyblock__body-desc{color:#858da3;font-size:16px;font-style:normal;font-weight:400;line-height:120%}@media(max-width:992px){.favorites{padding:20px 0}}@media(max-width:768px){.favorites__body{align-items:center;flex-direction:column}.favorites__body .banner{align-self:auto}}@media(max-width:576px){.favorites{padding:0}}.services{overflow:visible;padding:30px 0}.services-goback{align-items:center;cursor:pointer;display:flex}.services-goback img{height:20px;object-fit:contain;width:20px}.services-goback p{color:#1c4fd1}.services__titling{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.services__titling-title{color:#18181c;font-size:24px;font-style:normal;font-weight:700;line-height:120%}.services__btn{align-items:center;background:rgba(28,79,209,.1);border:0;border-radius:8px;color:#1c4fd1;cursor:pointer;display:flex;font-size:16px;font-style:normal;font-weight:400;height:50px;justify-content:center;line-height:120%;min-width:190px;outline:none;padding:5px 20px}.services__btn.onempty{bottom:calc(100% + 15px);position:absolute;right:0}.services__body{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr)}.services__card{align-items:flex-start;background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);cursor:pointer;display:flex;flex-direction:column;min-height:100px;padding:20px;position:relative;transition:all .3s}.services__card:hover{box-shadow:0 2px 20px rgba(0,0,0,.08)}.services__card-title{color:#18181c;font-size:17px;font-style:normal;font-weight:700;line-height:120%;margin-bottom:auto;width:100%}.services__card-title span{align-items:center;background:#1c4fd1;border-radius:100%;color:#fff;display:flex;font-size:11px;height:23px;justify-content:center;object-fit:contain;position:absolute;right:30px;top:10px;width:23px}.services__card-title p{width:90%}.services__card-desc{color:#858da3;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.services__card-btn{cursor:pointer;position:absolute;right:30px;top:70%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s}.services__card-btn img{width:24px}.services__card-btn:hover{opacity:.7}.services__categories{position:relative}.services__categories-context{background:#fff;border-radius:10px;box-shadow:0 0 22px -2px rgba(0,0,0,.15);opacity:0;padding:30px;position:absolute;right:0;top:calc(100% + 10px);transition:all .3s;visibility:hidden;width:450px;z-index:2}.services__categories-context.opened{opacity:1;visibility:visible}.services__categories-title{color:#18181c;font-size:24px;font-style:normal;font-weight:700;line-height:120%;margin-bottom:30px}.services__categories-item{align-items:center;border-bottom:1px solid rgba(183,186,202,.3);display:flex;height:60px;justify-content:flex-start}.services__categories-input{opacity:0;position:absolute;visibility:hidden}.services__categories-input:checked+.services__categories-label span{background:url(/static/media/icon-check.25a9f3d6b31d6812c9bb.svg) no-repeat 50% #1c4fd1;border:1px solid #1c4fd1}.services__categories-label{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:space-between;-webkit-user-select:none;user-select:none;width:100%}.services__categories-labeltxt{color:#2b2d30;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.services__categories-labelcheck{background-position:50%;border:1px solid rgba(133,141,163,.4);border-radius:2px;height:20px;transition:all .3s;width:20px}.services__categories-list{margin-bottom:30px}.services__categories-action{align-items:center;display:flex;justify-content:space-between}.services__categories-btn{align-items:center;background:#1c4fd1;border:1px solid #1c4fd1;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-style:normal;font-weight:500;height:50px;justify-content:center;line-height:130%;min-width:140px;outline:none;transition:all .3s}.services__categories-btn:hover{background:transparent;color:#1c4fd1}.services__categories-btn.grey{background:rgba(133,141,163,.1);border:1px solid rgba(133,141,163,.1);color:#18181c}.services__categories-btn.grey:hover{background:#1c4fd1;border:1px solid #1c4fd1;color:#fff}.case{padding:30px 0}.case__body{align-items:flex-start;display:flex;gap:20px}.case__context{flex-grow:1}.case__card{background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);display:flex;flex-wrap:wrap;margin-bottom:20px;min-height:200px;padding:30px;transition:all .3s}.case__card.user{min-height:150px}.case__card-cases{display:flex;gap:12px;margin-bottom:20px}.case__card-cases div{display:flex;gap:4px}.case__card-cases span{font-size:14px}.case__card-cases-new span{color:#1c4fd1}.case__card-cases-selected span{color:#2cad7f}.case__card-cases img{width:14px}.case__card-cap{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px;width:100%}.case__card-cap.user{margin-bottom:10px}.case__card-img{border-radius:100%;display:flex;height:35px;margin-right:15px;object-fit:cover;overflow:hidden;width:35px}.case__card-title{color:#18181c;font-size:18px;font-style:normal;font-weight:500;line-height:120%;margin-right:auto}.case__card-heart{align-items:center;cursor:pointer;display:flex;height:20px;justify-content:center;position:relative;transition:all .3s;width:20px}.case__card-heart.checked svg path{fill:#1c4fd1;stroke:#1c4fd1}.case__card-heart:hover svg path{fill:#ff3535;stroke:#ff3535}.case__card-heart svg{display:flex;height:100%;left:0;object-fit:contain;position:absolute;top:0;transition:all .3s;width:100%;z-index:1}.case__card-heart svg path{fill:transparent;stroke:#858da3;stroke-width:1px;transition:all .3s}.case__card-body{margin-bottom:20px;width:100%}.case__card-body p{-webkit-line-clamp:6;-webkit-box-orient:vertical;line-clamp:6;box-orient:vertical;color:#858da3;display:-moz-box;display:-webkit-box;font-size:16px;font-style:normal;font-weight:400;line-height:150%;overflow:hidden;text-overflow:ellipsis}.case__card-credentials{align-items:center;display:flex;gap:30px;justify-content:flex-start;width:100%}.case__card-credentials-status{align-items:center;border-radius:52px;display:flex;font-size:12px;font-style:normal;font-weight:400;height:30px;justify-content:center;line-height:16px;min-width:70px;padding:0 15px}.case__card-credentials-status.yellow{background:rgba(173,122,44,.1);color:#ad7a2c}.case__card-credentials-status.red{background:rgba(173,44,44,.1);color:#ad2c2c}.case__card-credentials-status.green{background:rgba(44,173,127,.1);color:#2cad7f}.case__card-credentials-status.blue{background:rgba(28,79,209,.1);color:#1c4fd1}.case__card-credentials-status.grey{background:rgba(133,141,163,.1);color:#858da3}.case__card-credential{align-items:center;display:flex;gap:5px}.case__card-credential img{display:flex;height:15px;object-fit:contain;width:15px}.case__card-credential p{color:#18181c;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.case__card-showfeed{align-items:center;border-top:1px solid hsla(240,2%,78%,.3);display:flex;justify-content:space-between;margin-top:20px;padding-top:25px;width:100%}.case__card-showfeedtxt{color:#18181c;font-size:14px;font-style:normal;font-weight:400;line-height:140%}.case__card-status{align-items:center;border-radius:52px;display:flex;font-size:12px;font-style:normal;font-weight:400;height:30px;justify-content:center;line-height:16px;min-width:70px;padding:0 12px}.case__card-status.REJECTED{background:rgba(173,44,44,.1);color:#ff3535}.case__card-status.ACCEPTED{background:rgba(44,173,127,.1);color:#2cad7f}.case__card-checkbox label{background:#858da3;border-radius:20px;cursor:pointer;display:flex;height:30px;transition:all .3s;width:50px}.case__card-checkbox label span{background:#fff;border:3px solid #858da3;border-radius:100%;height:30px;margin-left:0;transition:all .3s;width:30px}.case__card-checkbox input[type=checkbox]{opacity:0;position:absolute;visibility:hidden}.case__card-checkbox input[type=checkbox]:checked+label{background:#1c4fd1}.case__card-checkbox input[type=checkbox]:checked+label span{border-color:#1c4fd1;margin-left:20px}.case__card-lawyer{align-items:center;border-top:1px solid hsla(0,0%,85%,.5);display:flex;gap:15px;margin:20px 0 0;padding-top:20px;width:100%}.case__card-lawyer-img{display:flex;height:35px;object-fit:contain;width:35px}.case__card-lawyer-name{color:#18181c;font-size:17px;font-style:normal;font-weight:500;line-height:120%}.case__card-lawyer-status{color:#2cad7f;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.case__card-favlawyer{align-items:center;display:flex;gap:15px;width:100%}.case__card-favlawyer-img{display:flex;height:50px;object-fit:contain;width:50px}.case__card-favlawyer-name{color:#18181c;font-size:17px;font-style:normal;font-weight:500;line-height:120%}.case__card-favlawyer-status{color:#2cad7f;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.case__card-favlawyer-status.UNVERIFIED{color:#858da3}.case__sidebar-context{background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);flex-shrink:0;margin-bottom:100px;padding:30px;width:280px}.case__sidebar-title{color:#18181c;font-size:24px;font-style:normal;font-weight:700;line-height:120%;margin-bottom:25px}.case__sidebar-list{display:flex;flex-direction:column;gap:15px}.case__sidebar-item{align-items:center;cursor:pointer;display:flex;width:100%}.case__sidebar-item input{display:flex;height:15px;margin:0 15px 0 0;width:15px}.case__sidebar-item label{color:#18181c;font-size:16px;font-style:normal;font-weight:400;line-height:125%;margin:0;overflow:hidden;padding:0;white-space:nowrap}.caserequest{padding:30px 0}.caserequest__body{background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);display:flex;flex-direction:column;padding:30px}.caserequest__body-text{color:#2cad7f}.caserequest__body-person{display:flex;gap:20px;margin-bottom:25px}.caserequest__body-btn{align-items:center;cursor:pointer;display:flex;margin-bottom:20px}.caserequest__body-btn img{height:20px;object-fit:contain;width:20px}.caserequest__body-btn p{color:#1c4fd1}.caserequest__body-context{color:#858da3;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin-bottom:20px}.caserequest__body-credentials{align-items:center;display:flex;gap:30px;justify-content:flex-start;margin-bottom:20px}.caserequest__body-credential{align-items:center;display:flex;gap:5px}.caserequest__body-credential img{display:flex;height:15px;object-fit:contain;width:15px}.caserequest__body-credential p{color:#18181c;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.caserequest__body-title{color:#18181c;font-size:16px;font-style:normal;font-weight:500;line-height:130%;margin-bottom:10px}.caserequest__body-images{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;margin-bottom:20px}.caserequest__body-img{border:1px solid rgba(133,141,163,.2);border-radius:5px;cursor:pointer;display:flex;height:150px;object-fit:cover;transition:all .3s;width:150px}.caserequest__body-img:hover{opacity:.7}.caserequest__body-btnholder{align-items:center;display:flex;justify-content:flex-start}.caserequest__body-action{display:flex;flex-direction:column;gap:20px}.caserequest__body-desc{color:rgba(24,24,28,.5);font-size:16px;font-weight:400;line-height:22px}.caserequest__person-img{border-radius:100%;display:flex;height:40px;margin:0 15px 0 0;object-fit:cover;padding:0;width:40px}.caserequest__person-name{color:#18181c;font-size:16px;font-style:normal;font-weight:500;line-height:120%}.caserequest__person-contact{color:#858da3;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.caserequest__modal-inputbox{margin-bottom:20px}.caserequest__modal-input{border:1px solid rgba(133,141,163,.2);border-radius:8px;color:#18181c;font-size:14px;font-style:normal;font-weight:400;height:50px;line-height:160%;padding:15px;width:100%}.caserequest__modal-title{color:#18181c;display:flex;font-size:16px;font-style:normal;font-weight:500;line-height:120%;margin-bottom:10px}.caserequest__modal-textarea{border:1px solid rgba(133,141,163,.2);border-radius:8px;color:#18181c;display:flex;font-size:14px;font-style:normal;font-weight:400;height:120px;line-height:130%;padding:15px;resize:none;width:100%}.caserequest__modal-textarea.mb{margin-bottom:15px}.caserequest__modal-btn{align-items:center;background:none;border:0;cursor:pointer;display:flex;justify-content:flex-start;outline:none}.caserequest__modal-btn p{color:#1c4fd1;font-size:14px;font-style:normal;font-weight:400;line-height:160%}.caserequest__modal-btn img{display:flex;height:20px;object-fit:contain;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:20px}.caserequest__templates-cap{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.caserequest__template{border-bottom:1px solid #eee;cursor:pointer;display:flex;height:70px;padding:15px;transition:all .3s;width:100%}.caserequest__template p{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;box-orient:vertical;color:#18181c;display:-moz-box;display:-webkit-box;font-size:14px;font-style:normal;font-weight:400;line-height:160%;overflow:hidden;text-overflow:ellipsis}.caserequest__template.current,.caserequest__template:hover{background:rgba(28,79,209,.1)}.caserequest__modaltemplates{margin-bottom:auto;max-height:280px;overflow:auto}.caserequest__modaltemplates::-webkit-scrollbar{height:0;margin-bottom:20px;width:0}.templates{display:flex;flex-direction:column;gap:20px;padding-bottom:20px;width:100%}.templates__item{background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);padding:30px;position:relative}.templates__item-text{color:#18181c;font-size:16px;font-style:normal;font-weight:400;line-height:160%;padding-right:90px}.templates__item-btn{align-items:center;cursor:pointer;display:flex;gap:3px;height:15px;justify-content:center;position:absolute;right:30px;top:15px;width:15px}.templates__item-btn span{background:#858da3;border-radius:100%;display:flex;height:3px;width:3px}.templates__item-btn:hover .templates__action{opacity:1;visibility:visible;z-index:3}.templates__action{background:#fff;border-radius:5px;box-shadow:0 0 25px 5px rgba(0,0,0,.04);display:flex;flex-direction:column;opacity:0;padding:5px 0;position:absolute;right:0;top:100%;transition:all .3s;visibility:hidden;z-index:1}.templates__action-item{align-items:center;cursor:pointer;display:flex;gap:10px;height:50px;justify-content:flex-start;padding:0 20px;transition:all .3s;width:180px}.templates__action-item p{color:#1c4fd1;font-size:14px;font-weight:700}.templates__action-item img{display:flex;flex-shrink:0;height:20px;object-fit:contain;width:20px}.templates__action-item.delete p{color:#ff3535}.templates__action-item:hover{background:#eee}@media(max-width:992px){.services{padding:20px 0}.services__body{grid-template-columns:repeat(2,1fr)}.templates{gap:10px}.templates__item-text{padding-right:50px}}@media(max-width:768px){.services__body{display:flex;flex-direction:column}.services__btn.onempty{bottom:auto;position:absolute;right:0;top:calc(100% + 15px)}.case{padding:20px 0}.case__body{flex-direction:column-reverse}.case__sidebar{width:100%}.case__sidebar-context{margin:0;padding:25px;width:100%}.case__sidebar .banner{display:none}.caserequest{padding:20px 0}.templates__item-text{font-size:14px}}@media(max-width:576px){.services{padding:0}.services__body{gap:10px}.services__card{min-height:auto;padding-right:80px}.services__card-title{font-size:14px}.services__card-title span{font-size:10px}.services__card-desc{font-size:12px}.services__card-btn{right:20px}.services__btn{font-size:14px;height:40px;min-width:130px;padding:5px 15px}.services__titling{margin-bottom:15px}.services__titling-title{font-size:18px}.services__categories-context{padding:25px;width:320px}.services__categories-item{height:50px}.services__categories-title{font-size:18px;margin-bottom:10px}.services__categories-labeltxt{font-size:14px}.services__categories-labelcheck{height:15px;width:15px}.case__sidebar-context{padding:20px}.case__sidebar-title{font-size:16px;margin-bottom:10px}.case__sidebar-list{gap:10px}.case__sidebar-item input{height:10px;margin:0 10px 0 0;width:10px}.case__sidebar-item label{font-size:12px}.case__card{min-height:auto;padding:20px}.case__card,.case__card-cap{margin-bottom:10px}.case__card-lawyer-name,.case__card-title{font-size:16px}.case__card-body{margin-bottom:15px}.case__card-body p,.case__card-credential p{font-size:12px}.case__card-showfeed{margin-top:10px;padding-top:15px}.case__card-showfeedtxt{font-size:12px}.case__card-checkbox label{height:25px;width:40px}.case__card-checkbox label span{height:25px;width:25px}.case__card-checkbox input[type=checkbox]:checked+label span{margin-left:15px}.caserequest{padding:0 0 20px}.caserequest__body{background:none;box-shadow:none;padding:0}.caserequest__body-person{margin-bottom:10px}.caserequest__body-context{font-size:14px;line-height:140%;margin-bottom:10px}.caserequest__body-credential p{font-size:12px}.caserequest__body-images{display:grid;grid-template-columns:repeat(2,1fr)}.caserequest__body-img{width:100%}.caserequest__person-name{font-size:14px}.caserequest__person-contact{font-size:12px}.caserequest__modal-inputbox{margin-bottom:10px}.caserequest__modal-input{font-size:12px;height:30px}.caserequest__modal-title{font-size:14px}.caserequest__modal-textarea{font-size:12px;height:100px}.caserequest__modal-btn p{font-size:10px}.caserequest__modal-btn img{height:15px;width:15px}.caserequest__template p{font-size:12px}.templates{padding:0 0 20px}.templates__item{padding:40px 15px 15px}.templates__item-text{font-size:12px;padding-right:0}.templates__action-item{height:40px;padding:0 15px;width:120px}.templates__action-item img{height:15px;width:15px}.templates__action-item p{font-size:12px}}.profile{padding:30px 0}.profile__body{align-items:flex-start;display:flex;gap:30px;position:relative}.pfpdata{background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);display:flex;flex-direction:column;flex-grow:1;margin:0;padding:30px}.pfpdata__heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.pfpdata__btn{align-items:center;background:none;border:0;cursor:pointer;display:flex;height:30px;justify-content:center;outline:none;padding:10px;width:30px}.pfpdata__btn:hover{opacity:.7}.pfpdata__btn img{display:flex;height:20px;object-fit:contain;width:20px}.pfpdata__user-data{align-items:center;display:flex;gap:20px}.pfpdata__user-img{border-radius:100%;height:60px;object-fit:cover;overflow:hidden;width:60px}.pfpdata__user-name{color:#18181c;font-size:17px;font-style:normal;font-weight:500;line-height:130%}.pfpdata__user-status{color:#ff3535;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.pfpdata__user-status.green{color:#2cad7f}.pfpdata__contact{border-bottom:1px solid hsla(240,2%,78%,.3);display:flex;gap:40px;padding-bottom:25px}.pfpdata__contact-item{align-items:center;color:#858da3;display:flex;font-size:14px;font-style:normal;font-weight:400;gap:10px;line-height:110%;transition:all .3s}.pfpdata__contact-item:hover{opacity:.7}.pfpdata__contact-item img{display:flex;height:15px;object-fit:contain;width:15px}.pfpdata__contact.user{border:0;padding:0}.pfpdata__statistics{padding:20px 0}.pfpdata__statistics-title{color:#18181c;font-size:16px;font-style:normal;font-weight:500;line-height:120%;margin-bottom:20px}.pfpdata__statistics-list{grid-gap:15px;display:grid;grid-template-columns:repeat(5,1fr)}.pfpdata__statistic-context{color:#18181c;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:5px}.pfpdata__statistic-desc{font-size:14px}.pfpdata__footinfo,.pfpdata__statistic-desc{color:#858da3;font-style:normal;font-weight:400;line-height:120%}.pfpdata__footinfo{align-self:flex-end;background:rgba(133,141,163,.1);border-radius:46px;box-shadow:0 2px 5px rgba(0,0,0,.04);display:flex;font-size:12px;padding:7px 20px}.pfpdata__modal{align-items:center;display:flex;flex-direction:column;justify-content:center}.pfpdata__modal-title{color:#18181c;font-weight:500;margin-bottom:20px}.pfpdata__modal-title,.pfpdata__modal-upload{font-size:16px;font-style:normal;line-height:120%}.pfpdata__modal-upload{background:none;border:0;color:#1c4fd1;cursor:pointer;font-weight:400;margin:5px 0 10px;outline:none}.pfpdata__modal-desc{color:#858da3;line-height:130%;margin-bottom:30px}.pfpdata__modal-desc,.pfpdata__modal-input{font-size:14px;font-style:normal;font-weight:400}.pfpdata__modal-input{align-items:center;border:1px solid rgba(133,141,163,.2);border-radius:8px;color:#18181c;display:flex;height:50px;line-height:120%;padding:0 15px}.pfpdata__modal-input,.pfpdata__modal-selector{margin-bottom:15px;width:100%}.pfpdata__modal-phone{align-self:flex-start;color:#858da3;font-size:14px;font-style:normal;font-weight:400;line-height:120%;margin-bottom:15px;transition:all .3s}.pfpdata__modal-phone:hover{opacity:.7}.pfpdata__modal-btn{width:100%}.pfverf{background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);display:flex;flex-direction:column;flex-grow:1;margin:0;padding:30px;position:relative}.pfverf__status{align-items:center;display:flex;gap:10px;justify-content:flex-start;position:absolute;right:30px;top:30px}.pfverf__status-img{display:flex;height:20px;object-fit:contain;width:20px}.pfverf__status-txt{color:#fd1e39;font-size:14px;font-style:normal;font-weight:400;line-height:140%}.pfverf__heading{border-bottom:1px solid hsla(240,2%,78%,.3);margin-bottom:20px;padding-bottom:20px}.pfverf__title{color:#18181c;font-size:16px;font-weight:500;margin-bottom:4px}.pfverf__desc,.pfverf__title{font-style:normal;line-height:120%}.pfverf__desc{color:#858da3;font-size:14px;font-weight:400}.pfverf__inputbox{align-items:flex-start;display:flex;flex-direction:column;width:70%}.pfverf__inputbox-title{margin-bottom:15px}.pfverf__filesbox{display:flex;flex-direction:column;gap:15px;margin-bottom:30px;width:70%}.pfverf__filesbox.info{background:rgba(133,141,163,.1);border-radius:8px;padding:10px 20px}.pfverf__input,.pfverf__textarea{align-items:center;border:1px solid rgba(133,141,163,.5);border-radius:8px;color:rgba(24,24,28,.5);display:flex;font-size:14px;font-style:normal;font-weight:400;height:50px;line-height:120%;margin-bottom:20px;padding:15px 20px;width:100%}.pfverf__itemblock{margin-bottom:15px;width:100%}.pfverf__textarea{height:115px;margin:0;resize:none}.pfverf__selectors{width:100%}@media(max-width:390px){.pfverf__selectors{display:flex;flex-direction:column}}.pfverf__btn{align-self:flex-end}.pfverf__agreement{margin-bottom:30px}.pfverf__agreement-checkbox{opacity:0;position:absolute;visibility:hidden}.pfverf__agreement-checkbox:checked+.pfverf__agreement-label span{background:url(/static/media/icon-check.25a9f3d6b31d6812c9bb.svg) no-repeat 50% #1c4fd1;border:1px solid #1c4fd1}.pfverf__agreement-label{align-items:center;cursor:pointer;display:flex;gap:10px;justify-content:flex-start;-webkit-user-select:none;user-select:none}.pfverf__agreement-labeltxt{color:#18181c;font-size:14px;font-style:normal;font-weight:400;line-height:120%;opacity:.5}.pfverf__agreement-labelcheck{background-position:50%;border:1px solid rgba(133,141,163,.4);border-radius:2px;height:15px;transition:all .3s;width:15px}.pfverf__btns{align-items:center;display:flex;justify-content:space-between}@media(max-width:390px){.pfverf__btns{align-items:center;flex-direction:column;gap:10px;justify-content:center}.pfverf__btns .btn{align-self:center;min-width:170px}}.pfverf input[type=file]{display:none}.pffavs{padding:30px 0}.pffavs__body{display:flex;gap:20px}.pfonverf{align-items:center;align-self:stretch;background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);display:flex;flex-direction:column;flex-grow:1;gap:30px;justify-content:center;padding:40px}.pfonverf__title{color:#18181c;font-size:16px;font-weight:500;letter-spacing:.41px;line-height:24px}.pfonverf__img{-webkit-animation:breathing 6s ease-in-out infinite;animation:breathing 6s ease-in-out infinite;display:flex;height:230px;object-fit:contain;width:230px}.pfonverf__desc{color:#858da3;font-size:16px;font-style:normal;font-weight:400;line-height:22px;text-align:center;width:330px}.pfonverf__btn{min-width:340px}.pfonverf__btn img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);transition:all .3s}.pfonverf__btn:hover img{-webkit-filter:revert;filter:revert}.pffeeds{flex-grow:1}@media(max-width:992px){.pfpdata__statistics-list{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.profile{min-height:90vh}.pffavs .banner{display:none}.pfonverf{margin:20px 0}}@media(max-width:576px){.profile{padding:10px 0}.pfverf{padding:60px 20px 20px}.pfverf__filesbox,.pfverf__inputbox{width:100%}.pfverf__title{font-size:14px;margin:0}.pfpdata__user-data{gap:10px}.pfpdata__user-img{height:40px;width:40px}.pfpdata__user-name{font-size:14px}.pfpdata__user-status{font-size:12px}.pfpdata__contact{flex-direction:column;gap:15px}.pfpdata__statistics-list{grid-gap:30px;grid-template-columns:repeat(2,1fr)}.pfpdata__statistics-title{font-size:16px}.pfonverf__img{height:160px;width:160px}.pfonverf__desc{font-size:14px;width:auto}.pfonverf__btn{min-width:auto}}.requests{overflow:visible;padding:30px 0}.requests__card{background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);cursor:pointer;display:flex;flex-wrap:wrap;margin-bottom:20px;min-height:200px;padding:30px;position:relative;transition:all .3s}.requests__card-cap{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px;width:100%}.requests__card-title{color:#18181c;font-size:18px;font-style:normal;font-weight:500;line-height:120%;margin-right:auto;position:relative}.requests__card-title span{background:#1c4fd1;border-radius:100%;color:#fff;font-size:12px;height:15px;left:105%;line-height:1;object-fit:contain;overflow:hidden;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px}.requests__card-action,.requests__card-title span{align-items:center;display:flex;justify-content:center}.requests__card-action{cursor:pointer;height:20px;position:relative;transition:all .3s;width:20px}.requests__card-action:hover{opacity:.5}.requests__card-action.several:hover{opacity:1}.requests__card-action img{display:flex;height:100%;object-fit:contain;width:100%}.requests__card-action-btn{align-items:center;cursor:pointer;display:flex;flex-shrink:0;gap:4px;height:30px;justify-content:center;width:30px}.requests__card-action-btn>span{background:#858da3;border-radius:100%;display:flex;height:4px;width:4px}.requests__card-action-btn:hover .requests__card-actionlist{opacity:1;visibility:visible}.requests__card-actionlist{background:#fff;border-radius:5px;box-shadow:0 0 25px 5px rgba(0,0,0,.04);display:flex;flex-direction:column;opacity:0;padding:5px 0;position:absolute;right:0;top:100%;transition:all .3s;visibility:hidden;z-index:1}.requests__card-action-item{align-items:center;cursor:pointer;display:flex;gap:10px;height:50px;justify-content:flex-start;min-width:190px;padding:0 20px;transition:all .3s}.requests__card-action-item p{color:#1c4fd1;font-size:14px;font-weight:700}.requests__card-action-item img{display:flex;flex-shrink:0;height:20px;object-fit:contain;width:20px}.requests__card-action-item.delete p{color:#ff3535}.requests__card-action-item:hover{background:#eee}.requests__card-body{margin-bottom:20px;width:100%}.requests__card-body p{-webkit-line-clamp:6;-webkit-box-orient:vertical;line-clamp:6;box-orient:vertical;color:#858da3;display:-moz-box;display:-webkit-box;font-size:16px;font-style:normal;font-weight:400;line-height:150%;overflow:hidden;text-overflow:ellipsis}.requests__card-credentials{align-items:center;display:flex;gap:30px;justify-content:flex-start;position:relative;width:100%}.requests__card-credentials .requests__card-status{bottom:0;position:absolute;right:0}.requests__card-credential{align-items:center;display:flex;gap:5px}.requests__card-credential img{display:flex;height:15px;object-fit:contain;width:15px}.requests__card-credential p{color:#18181c;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.requests__card-status{align-items:center;border-radius:52px;display:flex;font-size:12px;font-style:normal;font-weight:400;height:30px;justify-content:center;line-height:16px;min-width:70px;padding:0 15px}.requests__card-status.yellow{background:rgba(173,122,44,.1);color:#ad7a2c}.requests__card-status.red{background:rgba(173,44,44,.1);color:#ad2c2c}.requests__card-status.green{background:rgba(44,173,127,.1);color:#2cad7f}.requests__card-status.blue{background:rgba(28,79,209,.1);color:#1c4fd1}.requests__card-status.grey{background:rgba(133,141,163,.1);color:#858da3}.requests__card-footer{border-top:1px solid hsla(0,0%,85%,.5);margin:25px 0 0;padding:25px 0 0;width:100%}.requests__card-footertxt{color:#858da3;font-size:14px;font-style:normal;font-weight:400;line-height:140%;margin-bottom:20px}.requests__card-footer-action{display:flex;gap:15px}.requests__card:hover{box-shadow:0 2px 40px 15px rgba(0,0,0,.06)}.requests__content{position:relative}.requests__action{align-items:center;display:flex;justify-content:flex-end;position:absolute;right:300px;top:0}.emty_request{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:1rem 0}.request{padding:30px 0}.request__context{width:100%}.request__lawyers{background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);padding:10px 0}.request__lawyer,.request__lawyers{display:flex;flex-direction:column;width:100%}.request__lawyer{cursor:pointer;padding:20px 30px;position:relative;transition:all .3s}.request__lawyer-empty{align-items:center;display:flex;flex-direction:column;padding-top:40px;width:100%}.request__lawyer:after{background:hsla(0,0%,85%,.5);bottom:0;content:"";height:1px;left:30px;position:absolute;right:30px}.request__lawyer:hover{background:#f6f6f6}.request__lawyer:last-child:after{display:none}.request__lawyer-cap{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.request__lawyer-person{align-items:center;display:flex;gap:15px;width:100%}.request__lawyer-person-img{border-radius:100%;display:flex;height:50px;object-fit:cover;width:50px}.request__lawyer-person-name{color:#18181c;font-size:17px;font-style:normal;font-weight:500;line-height:120%}.request__lawyer-person-status{color:#2cad7f;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.request__lawyer-person-status.not-verified{color:#858da3}.request__lawyer-status{background:rgba(28,79,209,.1);border-radius:52px;color:#1c4fd1;font-size:14px;font-style:normal;font-weight:400;line-height:120%;padding:8px 15px;white-space:nowrap}.request__lawyer-credentials{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-start;position:relative}.request__lawyer-credential{color:#858da3;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.request__lawyer-credential.price{color:#18181c;font-size:16px;font-style:normal;font-weight:500;line-height:140%;position:absolute;right:0;top:0}.request__createmodal-body{display:flex;flex-direction:column;gap:20px}.request__createmodal-titling{align-items:flex-start;display:flex;flex-direction:column;gap:5px;margin-bottom:0}.request__createmodal-imgs{grid-gap:10px;display:grid;grid-template-columns:repeat(4,1fr);width:100%}.request__createmodal-img{align-items:center;border:1px solid rgba(133,141,163,.2);border-radius:5px;cursor:pointer;display:flex;height:120px;justify-content:center;object-fit:cover;overflow:hidden;transition:all .3s;width:120px}.request__createmodal-img:hover{opacity:.7}.request__createmodal-img.create{border:1px dashed rgba(133,141,163,.2);flex-direction:column}.request__createmodal-img.create:hover{background:rgba(133,141,163,.2)}.request__createmodal-img.create:hover img,.request__createmodal-img.create:hover span{-webkit-filter:brightness(0);filter:brightness(0);opacity:1}.request__createmodal-img.create input{opacity:0;position:absolute;visibility:hidden}.request__createmodal-img.create img{display:flex;height:25px;margin-bottom:5px;object-fit:contain;transition:all .3s;width:25px}.request__createmodal-img.create span{color:#858da3;font-size:9px;font-style:normal;font-weight:400;line-height:12px;opacity:.5;transition:all .3s}.request__createmodal-block{align-items:flex-start;display:flex;flex-wrap:nowrap;justify-content:space-between}.request__createmodal-blocktitle{color:#18181c;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.request__createmodal-blockdesc{color:#18181c;font-size:12px;font-style:normal;font-weight:400;line-height:120%;opacity:.5}.lawyer{padding:30px 0}.lawyer__card{background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);display:flex;flex-direction:column;gap:15px;padding:30px}.lawyer__card-cap{align-items:flex-start;display:flex;justify-content:space-between}.lawyer__card-person{align-items:center;display:flex;gap:15px;width:100%}.lawyer__card-person-img{border-radius:100%;display:flex;height:50px;object-fit:cover;width:50px}.lawyer__card-person-name{color:#18181c;font-size:17px;font-style:normal;font-weight:500;line-height:120%}.lawyer__card-person-status{color:#2cad7f;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.lawyer__card-person-status.red{color:#858da3}.lawyer__card-contacts{display:flex;gap:40px}.lawyer__card-contact{align-items:center;color:#858da3;display:flex;font-size:14px;font-style:normal;font-weight:400;gap:10px;line-height:110%;transition:all .3s}.lawyer__card-contact:hover{opacity:.7}.lawyer__card-contact img{display:flex;height:15px;object-fit:contain;width:15px}.lawyer__card-credentials{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-start;position:relative}.lawyer__card-credential{color:#858da3;font-size:14px;font-style:normal;font-weight:400;line-height:120%}.lawyer__card-credential.price{color:#18181c;font-size:16px;font-style:normal;font-weight:500;line-height:140%;position:absolute;right:0;top:0}.lawyer__card-pricing{align-items:flex-end;border-bottom:1px solid hsla(0,0%,85%,.5);display:flex;justify-content:space-between;padding-bottom:15px;width:100%}.lawyer__card-price{color:#18181c;font-size:16px;font-style:normal;font-weight:500;line-height:120%}.lawyer__card-status{border-radius:52px;font-size:14px;font-style:normal;font-weight:400;line-height:120%;padding:8px 15px;white-space:nowrap}.lawyer__card-status.blue{background:rgba(28,79,209,.1);color:#1c4fd1}.lawyer__card-status.green{background:rgba(44,173,127,.1);color:#2cad7f}.lawyer__card-status.red{background:rgba(253,30,57,.2);color:#ff3535}.lawyer__card-action{align-items:center;display:flex;gap:10px;justify-content:flex-start}.lawyer__card-action .lawyer__card-btnsquare{min-width:120px;width:auto}.lawyer__card-desc-title{color:#18181c;font-size:16px;font-style:normal;font-weight:700;line-height:150%}.lawyer__card-desc-txt{color:#18181c;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.lawyer__feedbacks{padding:20px 0}@media(max-width:1250px){.request__lawyer-credentials{padding-top:40px}.requests__action{right:315px}.requests__content .titling__title{margin-bottom:40px}}@media(max-width:992px){.lawyer{padding:30px 0}.lawyer__card{padding:20px 20px 50px;position:relative}.lawyer__card-person-img{height:40px;width:40px}.lawyer__card-person-name{font-size:16px}.lawyer__card-contacts{gap:20px}.lawyer__card-credentials{align-items:flex-start;flex-direction:column;gap:5px}.lawyer__card-credential{font-size:12px;margin:0;padding:0}.lawyer__card-credential.price{font-size:14px}.lawyer__card-status{bottom:15px;position:absolute;right:15px}.lawyer__card-desc-title{font-size:14px}.lawyer__card-desc-txt{font-size:12px}.requests__action{right:20px}}@media(max-width:768px){.requests__body{display:flex}.lawyer__body,.requests__body{flex-direction:column}.lawyer__body .banner{margin:0 auto}.lawyer__card-price{font-size:14px}}@media(max-width:576px){.requests{padding:0 0 20px}.requests__card{min-height:auto;padding:20px}.requests__card,.requests__card-cap{margin-bottom:10px}.requests__card-title{font-size:16px}.requests__card-body{margin-bottom:15px}.requests__card-body p,.requests__card-credential p{font-size:12px}.requests__card-footer{margin:15px 0 0;padding:15px 0 0}.requests__card-footer-action{flex-wrap:wrap;gap:5px}.requests__card-footertxt{font-size:12px;margin-bottom:15px}.request__lawyer-credentials{gap:0;padding:0}.request__lawyer-credential{font-size:14px;margin-right:20px;order:2}.request__lawyer-credential.price{font-size:14px;margin:0 0 10px;order:1;padding:0;position:static;width:100%}}.faq__list{gap:20px}.faq__item,.faq__list{display:flex;flex-direction:column}.faq__item{background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);max-height:65px;overflow:hidden;transition:all .3s}.faq__item.opened{max-height:600px}.faq__item.opened .faq__item-togglerimg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.faq__item-toggler{align-items:center;cursor:pointer;display:flex;flex-shrink:0;height:65px;justify-content:space-between;padding:10px 20px;transition:all .3s;width:100%}.faq__item-toggler:hover{background:#f9f9f9}.faq__item-togglertxt{-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;box-orient:vertical;color:#18181c;display:-moz-box;display:-webkit-box;font-size:16px;font-style:normal;font-weight:400;line-height:100%;overflow:hidden;padding-right:70px;text-overflow:ellipsis}.faq__item-togglerimg{align-items:center;display:flex;flex-shrink:0;height:20px;justify-content:center;object-fit:contain;transition:all .3s;width:20px}.faq__item-context{flex-grow:1;overflow:auto;padding:20px}.faq__item-context::-webkit-scrollbar{height:0;width:0}.faq__item-context p{background:#f9f9f9;border-radius:10px;font-size:14px;padding:10px}@media(max-width:992px){.faq__item-togglertxt{font-size:14px}}@media(max-width:768px){.faq .banner{align-self:center}.faq__body{align-items:center;flex-direction:column}}@media(max-width:576px){.faq__list{gap:10px}.faq__item{height:50px}.faq__item-toggler{height:50px;padding:5px 15px}.faq__item-togglerimg{height:15px;width:15px}}.support{height:calc(100vh - 200px);overflow:auto;padding:0;width:100%}.support::-webkit-scrollbar{height:0;width:0}.support__content{height:100%}.support__body,.support__content{display:flex;flex-direction:column}.support__body{background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.04);flex-grow:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;padding:20px;position:relative}.support__chat-header{align-items:center;border-bottom:1px solid #e0e5f5;display:flex;height:60px;justify-content:flex-start;padding:5px 30px}.support__chat-body{display:flex;flex-direction:column;height:calc(100% - 60px);overflow:hidden;padding:15px 0 0}.support__chat-messages{display:flex;flex-grow:1;height:auto;margin-bottom:20px;max-height:none;overflow:auto;padding-right:4px}.support__chat-messages::-webkit-scrollbar{width:4px}.support__chat-messages::-webkit-scrollbar-track{background:#f1f1f1}.support__chat-messages::-webkit-scrollbar-thumb{background:#d8d8d8}.support__chat-messages-list{align-items:flex-end;display:flex;flex-direction:column;flex-grow:1;gap:15px;height:auto;max-height:none;width:100%}.support__chat-writer{flex-shrink:0;margin-top:auto;width:100%}.support__chatempty{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.support__chatempty-title{color:#858da3;font-size:17px;font-style:normal;font-weight:700;line-height:20px;margin-bottom:15px}.support__chatempty-contacts{align-items:center;display:flex;flex-direction:column}.support__chatempty-contact{align-items:center;cursor:pointer;display:flex;gap:5px;margin-bottom:10px;transition:all .3s}.support__chatempty-contact:hover{opacity:.7}.support__chatempty-txt{color:#18181c;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:5px}.support__chatempty-img{display:flex;-webkit-filter:brightness(0);filter:brightness(0);height:20px;object-fit:contain;opacity:.8;width:20px}@media(max-width:576px){.support{padding:0}.support__chat-header{height:50px;padding:10px}.support__chat-messages::-webkit-scrollbar{height:0;width:0}}.fof{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0}.fof__content{width:400px}.fof__imgs{padding-top:60%;position:relative;width:100%}.fof__imgs img:nth-child(2){-webkit-animation:scaler 22s ease-in-out infinite;animation:scaler 22s ease-in-out infinite;height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%;z-index:1}.fof__imgs img:first-child{-webkit-animation:jumper 10s ease-in-out infinite;animation:jumper 10s ease-in-out infinite;height:200px;left:35%;object-fit:contain;position:absolute;top:25%;width:200px;z-index:2}.fof__body{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:50px}.fof__body-title{font-size:100px;font-weight:700;text-align:center}.fof__body-title,.fof__body-txt{color:#18181c;font-style:normal;line-height:1}.fof__body-txt{font-size:18px;font-weight:400;margin-bottom:50px}@-webkit-keyframes jumper{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes jumper{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes scaler{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaler{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}to{-webkit-transform:scale(1);transform:scale(1)}}@media(max-width:768px){.fof__conten{width:500px}.fof__imgs{padding-top:50%}.fof__imgs img:first-child{height:150px;width:150px}}@media(max-width:576px){.fof__conten{padding:0 20px;width:100%}.fof__imgs{padding-top:60%}.fof__imgs img:first-child{height:100px;top:50%;width:100px}.fof__body{margin-top:10px}.fof__body-title{font-size:76px}.fof__body-txt{font-size:14px;margin-bottom:20px}}.moderator{margin:0;min-height:100vh;padding:0;position:relative}.moderator,.moderator__body{display:flex;overflow:hidden}.moderator__body{flex-direction:column;flex-grow:1;height:100vh}.moderator__context{flex-grow:1;overflow:hidden;padding:20px}.mdlist__content{background:#fff;border-radius:8px;box-shadow:0 0 14px 1px rgba(58,63,75,.1);display:flex;flex-direction:column;height:100%;overflow:auto;padding:35px 25px}.mdlist__title{color:#18181c;font-size:24px;font-style:normal;font-weight:700;line-height:120%}.mdlist__formbar,.mdlist__title{flex-shrink:0;margin-bottom:20px}.mdlist__formbar{display:flex;flex-wrap:wrap;gap:30px}.mdlist__formbar-input{border:1px solid rgba(133,141,163,.4);border-radius:8px;height:50px;padding:0 15px;width:290px}.mdlist__table{flex-grow:1;margin-bottom:20px}.mdlist__table::-webkit-scrollbar{height:0;width:0}.mdlist__table table{border:0;border-spacing:0;width:100%}.mdlist__table table th{color:#858da3;font-size:16px;font-style:normal;font-weight:500;line-height:160%;padding:10px;text-align:left;vertical-align:middle}.mdlist__table table th p{cursor:pointer;display:flex;gap:5px;transition:all .3s}.mdlist__table table th p:hover{opacity:.7}.mdlist__table table th p img{align-self:center;display:flex;height:15px;object-fit:contain;width:15px}.mdlist__table table td{border-bottom:1px solid rgba(183,186,202,.3);padding:10px}.mdlist .mdlist-icon-popup{background:#fff;border-radius:4px;box-shadow:0 0 10px #eae7e7;display:none;padding:16px;position:absolute;transition:all .8s}.mdlist .mdlist-icon-popup:before{background-color:#fff;content:"";display:none;height:20px;position:absolute;right:0;top:40%;-webkit-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%);width:20px}.mdlist .mdlist__item-img{display:flex;height:25px;margin:auto;object-fit:contain;width:25px}.mdlist .mdlist__item-icon{display:flex;position:relative}.mdlist .mdlist__item-icon img{height:25px;width:25px}.mdlist .mdlist__item-icon .mdlist-icon-1{left:-170px;top:-10px}.mdlist .mdlist__item-icon .mdlist-icon-2{left:-260px;top:-10px}.mdlist .mdlist__item-icon:hover .mdlist-icon-popup,.mdlist .mdlist__item-icon:hover .mdlist-icon-popup:before{display:block}.mdlist__item{cursor:pointer;position:relative;transition:all .3s}.mdlist__item:hover{background:#f2f2f2}.mdlist__item:hover td{border-color:transparent}.mdlist__item-action{background-color:#fff;border-radius:6px;box-shadow:0 0 10px #eae7e7;padding:20px;position:absolute;right:50px;top:40px;z-index:2}.mdlist__item-action ul{display:flex;flex-direction:column;gap:20px;list-style:none}.mdlist__item-img{border-radius:100%;display:flex;height:40px;margin:0 auto;width:40px}.mdlist__item-txt{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;box-orient:vertical;color:#18181c;display:flex;display:-moz-box;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.mdlist__item-position,.mdlist__item-txt{align-items:center;font-size:17px;font-style:normal;font-weight:400;line-height:120%}.mdlist__item-position{color:#858da3;display:flex}.mdlist__item-status{align-items:center;border-radius:62px;display:inline-flex;font-size:14px;font-style:normal;font-weight:400;height:30px;justify-content:center;line-height:120%;padding:0 20px}.mdlist__item-status.verified{background:rgba(44,173,127,.2);color:#2cad7f}.mdlist__item-status.await{background:rgba(28,79,209,.2);color:#1c4fd1}.mdlist__item-status.rejected{background:rgba(253,30,57,.2);color:#ff3535}.mdlist__item-actionicon{cursor:pointer;display:flex;height:20px;object-fit:contain;transition:all .3s;width:20px}.mdlist__item-actionicon:hover{opacity:.7}.mdlist__actionbar{align-items:center;display:flex;justify-content:space-between;margin:auto 0 0}.mdlist__actionbar-total{color:#18181c;font-size:15px;font-style:normal;font-weight:400;line-height:100%}.mdlist__toggler{display:flex;height:25px;position:relative;width:25px}.mdlist__toggler-btn{align-items:center;cursor:pointer;display:flex;height:25px;justify-content:center;transition:.3s;width:25px}.mdlist__toggler-btn:hover{opacity:.6}.mdlist__toggler-list{background:#fff;border-radius:5px;box-shadow:0 0 30px -1px rgba(0,0,0,.29);-webkit-box-shadow:0 0 30px -1px rgba(0,0,0,.29);-moz-box-shadow:0 0 30px -1px rgba(0,0,0,.29);display:flex;flex-direction:column;min-width:200px;opacity:0;overflow:hidden;position:absolute;right:0;top:100%;transition:.3s;visibility:hidden;z-index:99}.mdlist__toggler-listitem{align-items:center;cursor:pointer;display:flex;justify-content:flex-start;padding:8px 15px;transition:.3s}.mdlist__toggler-listitem:hover{background:#f3f3f3}.mdlist__toggler.opened .mdlist__toggler-list{opacity:1;visibility:visible}.mdverfuser__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;box-orient:vertical;color:#18181c;display:-moz-box;display:-webkit-box;font-size:24px;font-style:normal;font-weight:700;line-height:120%;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis}.mdverfuser__body{background:#fff;border-radius:8px;box-shadow:0 0 14px 1px rgba(58,63,75,.1);flex-grow:1;height:100%;max-width:100%;overflow:scroll;padding:35px 50px}.mdverfuser__maininfo{display:flex;flex-direction:column;gap:50px}.mdverfuser__maininfo-block{grid-gap:60px;display:grid;grid-template-columns:repeat(3,1fr);width:100%}.mdverfuser__maininfo-action{align-items:center;display:flex;gap:15px;justify-content:flex-start}.mdverfuser__fileimg-title{color:#18181c;font-size:16px;font-style:normal;font-weight:500;letter-spacing:.41px;line-height:24px;margin-bottom:10px}.mdverfuser__fileimg-holder{background:rgba(133,141,163,.1);border-radius:8px;overflow:hidden;padding-top:130%;position:relative}.mdverfuser__fileimg-holder img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.mdverfuser__infoblock{align-items:flex-start;display:flex;flex-direction:column;gap:30px}.mdverfuser__infoblock-item-label{color:#18181c;font-size:16px;font-style:normal;font-weight:500;letter-spacing:.41px;line-height:24px;opacity:.5}.mdverfuser__infoblock-item-context{color:#18181c;font-size:16px;font-style:normal;font-weight:400;line-height:22px}.mdverfuser__infoblock-input{display:flex;flex-wrap:wrap;gap:10px;width:100%}.mdverfuser__infoblock-input-label{color:#18181c;font-size:15px;font-style:normal;font-weight:400;line-height:120%;opacity:.5;width:100%}.mdverfuser__infoblock-input-input{border:1px solid rgba(133,141,163,.3);border-radius:8px;color:#18181c;font-size:14px;font-style:normal;font-weight:400;height:48px;line-height:20px;padding:0 15px;width:100%}.mdverfuser__infoblock-input-input.seria{text-align:center;width:60px}.mdverfuser__infoblock-input-input.seria+input{flex-grow:1;width:auto}.mdverfuser__modal-list{max-height:500px;overflow:auto;padding-right:10px}.mdverfuser__modal-item{align-items:flex-start;border-bottom:1px solid rgba(183,186,202,.3);display:flex;flex-direction:column;gap:5px;justify-content:flex-start;max-height:60px;overflow:hidden;transition:all .3s}.mdverfuser__modal-input{opacity:0;position:absolute;visibility:hidden}.mdverfuser__modal-input:checked+.mdverfuser__modal-label span{background:url(/static/media/icon-check.25a9f3d6b31d6812c9bb.svg) no-repeat 50% #1c4fd1;border:1px solid #1c4fd1}.mdverfuser__modal-label{align-items:center;cursor:pointer;display:flex;flex-shrink:0;gap:10px;height:60px;justify-content:flex-start;-webkit-user-select:none;user-select:none}.mdverfuser__modal-labeltxt{color:#2b2d30;font-size:16px;font-style:normal;font-weight:400;line-height:120%}.mdverfuser__modal-labelcheck{background-position:50%;border:1px solid rgba(133,141,163,.4);border-radius:2px;height:20px;transition:all .3s;width:20px}.mdverfuser__modal-textarea{border:1px solid rgba(133,141,163,.3);border-radius:8px;color:rgba(24,24,28,.5);font-size:14px;font-style:normal;font-weight:400;height:120px;line-height:20px;overflow:auto;padding:15px;resize:none;width:100%}.mdverfuser__modal-item.checked{max-height:500px;padding-bottom:20px}.mdverfuser__modal-action{align-items:center;display:flex;justify-content:space-between;margin:20px 0 0;width:100%}.mduser{display:flex;gap:30px}.mduser__body{display:flex;flex-direction:column;flex-grow:1;gap:20px;overflow:auto;padding:35px 50px}.mduser__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;box-orient:vertical;color:#18181c;display:-moz-box;display:-webkit-box;font-size:24px;font-style:normal;font-weight:700;line-height:120%;overflow:hidden;text-overflow:ellipsis}.mduser__topinfo{align-items:center;border-bottom:1px solid #e0e5f5;display:flex;justify-content:space-between;padding-bottom:30px}.mduser__topinfo .personcard{margin:0}.mduser__maininfo{display:flex;gap:50px}.mduser__maininfo-holder{display:flex;flex-direction:column;gap:20px;width:100%}.mduser__maininfo-label{color:#18181c;font-size:16px;font-style:normal;font-weight:500;letter-spacing:.41px;line-height:24px;opacity:.5}.mduser__maininfo-context{color:#18181c;font-size:16px;font-style:normal;font-weight:400;line-height:22px}.mduser__sidebar{display:flex;flex-direction:column;flex-shrink:0;gap:40px;overflow:scroll;padding:35px 30px;width:420px}.mduser__body,.mduser__sidebar{background:#fff;border-radius:8px;box-shadow:0 0 14px 1px rgba(58,63,75,.1)}.mduser__modal-form{display:flex;flex-direction:column;gap:10px;margin:20px 0 0}.mduser__modal-input{width:100%}.mdchat{height:100%}.mdchat__search{align-items:center;background:#fff;display:flex;height:69px;justify-content:center;left:0;padding:0 30px;position:absolute;top:0;width:290px}.mdchat__chats{padding-bottom:100px}.mdchat .mdmactions{align-items:center;border:1px solid #e0e5f5;border-radius:6px;display:flex;height:50px;justify-content:flex-start;margin:20px 0 0;padding:10px 0;position:relative}.mdchat .mdmactions:after{background:url(/static/media/icon-search.5f9f285e4634ae0c7203.svg) no-repeat 50%/contain #fff;content:"";display:flex;height:18px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);transition:all .3s;width:18px}.mdchat .mdmactions__dropdown{border-right:1px solid #858da3;flex-shrink:0;min-width:130px;padding:0 15px;position:relative}.mdchat .mdmactions__dropdown:after{background:url(/static/media/icon-arrowshort.e4b9c6edab902dd1353c.svg) no-repeat 50%/contain;content:"";display:flex;-webkit-filter:brightness(0);filter:brightness(0);height:13px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);transition:all .3s;width:13px}.mdchat .mdmactions__dropdown-toggler{-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;box-orient:vertical;align-items:center;color:#18181c;cursor:pointer;display:flex;display:-moz-box;display:-webkit-box;font-size:14px;font-style:normal;font-weight:500;justify-content:space-between;line-height:100%;overflow:hidden;padding:5px 0;text-overflow:ellipsis}.mdchat .mdmactions__dropdown-context{background:#fff;border-bottom:1px solid transparent;border-left:1px solid transparent;border-radius:6px;border-right:1px solid transparent;border-top-color:transparent;left:0;max-height:0;overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);transition:all .3s}.mdchat .mdmactions__dropdown-item{-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;box-orient:vertical;color:#18181c;cursor:pointer;display:-moz-box;display:-webkit-box;font-size:14px;font-weight:500;line-height:100%;overflow:hidden;padding:10px 15px;text-overflow:ellipsis;transition:all .3s}.mdchat .mdmactions__dropdown-item:hover{background:#f3f3f3}.mdchat .mdmactions__dropdown.opened .mdmactions__dropdown-context{border-color:#e0e5f5;max-height:500px}.mdchat .mdmactions__dropdown.opened:after{-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}.mdchat .mdmactions__input{align-items:start;background:none;border:0;display:flex;flex-grow:1;height:100%;outline:none;padding:0 10px}.mdchat .mdmuser{margin:20px 0 0}.mdchat .mdmuser__item{align-items:center;cursor:pointer;display:flex;gap:15px;height:60px;padding:8px 20px;transition:all .3s;width:100%}.mdchat .mdmuser__item:hover{background:rgba(28,79,209,.1);border-radius:8px}.mdchat .mdmuser__item:hover .mdmuser__arrow{-webkit-transform:translateX(5px);transform:translateX(5px)}.mdchat .mdmuser__img{flex-shrink:0;height:45px;width:45px}.mdchat .mdmuser__img-img{border-radius:100%;display:flex;height:100%;object-fit:cover;width:100%}.mdchat .mdmuser__body{flex-grow:1}.mdchat .mdmuser__arrow{display:flex;height:20px;object-fit:contain;transition:all .3s;width:20px}.mdchat .mdmuser__name{color:#18181c;font-size:16px;font-weight:500;line-height:120%}.mdchat .mdmuser__name,.mdchat .mdmuser__phone{-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;box-orient:vertical;display:-moz-box;display:-webkit-box;font-style:normal;overflow:hidden;text-overflow:ellipsis}.mdchat .mdmuser__phone{color:#858da3;font-size:15px;font-weight:400;line-height:100%}.mdhbook{display:flex}.mdhbook__body{background:#fff;border-radius:8px;box-shadow:0 0 14px 1px rgba(58,63,75,.1);display:flex;flex-grow:1;overflow:hidden}.mdhbook__sidebar{border-right:1px solid #e0e5f5;flex-shrink:0;padding:30px 25px;width:25%}.mdhbook__list,.mdhbook__sidebar{display:flex;flex-direction:column}.mdhbook__list-item{align-items:center;color:#18181c;cursor:pointer;display:flex;font-size:16px;font-style:normal;font-weight:400;height:50px;line-height:22px;padding:0 10px;transition:all .3s}.mdhbook__list-item a{height:100%;width:100%}.mdhbook__list-item:hover{opacity:.7}.mdhbook__context{display:flex;flex-direction:column;flex-grow:1;padding:30px 25px}.mdhbook__action{align-items:center;border-bottom:1px solid rgba(183,186,202,.3);display:flex;justify-content:space-between;padding-bottom:10px}.mdhbook__action-btn{width:auto!important}.mdhbook__action-title{color:#18181c;font-size:17px;font-style:normal;font-weight:500;line-height:20px}.mdhbook__books{flex-grow:1;overflow:auto}.mdhbook__book{align-items:center;border-bottom:1px solid rgba(183,186,202,.3);display:flex;height:12.5%;justify-content:space-between;padding:0 15px}.mdhbook__book-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;box-orient:vertical;align-items:center;color:#18181c;display:flex;display:-moz-box;display:-webkit-box;flex-grow:1;font-size:16px;font-style:normal;font-weight:400;line-height:22px;overflow:hidden;text-overflow:ellipsis}.mdhbook__book-btns{flex-shrink:0;gap:5px;width:100px}.mdhbook__book-btn,.mdhbook__book-btns{align-items:center;display:flex;justify-content:center}.mdhbook__book-btn{background:none;border:0;cursor:pointer;height:35px;outline:none;transition:all .3s;width:35px}.mdhbook__book-btn:hover{opacity:.5}.mdhbook__book-btn img{display:flex;max-height:25px;max-width:25px;object-fit:contain}.mdhbook__modal-form{margin:0}.mdhbook__modal-desc{margin-bottom:20px}.pagination{align-items:center;display:flex;gap:15px}.pagination .current{color:#1c4fd1}.pagination>div{align-items:center;color:#858da3;cursor:pointer;display:flex;font-size:17px;font-style:normal;font-weight:400;height:30px;justify-content:center;line-height:20px;transition:all .3s;width:20px}.pagination>div:hover{opacity:.7}.pagination__btn{background:rgba(28,79,209,.2);border-radius:3px;margin:0 5px;padding:10px;width:30px!important}.pagination__btn.next{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cfmodal__info,.cfmodal__inftext p,.cfmodal__phone{color:#18181c;font-size:16px;font-style:normal;font-weight:400;line-height:22px;opacity:.7;text-align:center}.cfmodal__phone{margin-bottom:20px;opacity:1}.cfmodal__inftext{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.cfmodal__authinput{display:flex!important;gap:15px;justify-content:space-between;margin-bottom:40px;width:100%}.cfmodal__authinput input{align-items:center;border:1px solid rgba(133,141,163,.3);border-radius:8px;color:#18181c;display:flex;font-size:18px;font-style:normal;font-weight:500;height:50px;justify-content:center;line-height:1;margin:0;text-align:center;transition:all .3s;-webkit-user-select:none;user-select:none;width:50px}.cfmodal__authinput input:focus{border-color:#1c4fd1}