.authForm__logo{position:absolute;top:40px;left:40px;display:flex;align-items:center}.authForm__logo_center{left:50%;transform:translate(-50%)}.authForm__header{margin-bottom:40px}.authForm__header_center{text-align:center}.authForm__title{margin-bottom:15px}.authForm__title:last-child{margin-bottom:0}.authForm__subtitle p{margin-bottom:10px}.authForm__subtitle p:last-child{margin-bottom:0}.authForm__subtitle a{margin-left:4px}.authForm__subtitle a:hover{text-decoration:underline}.authForm__forgotLink{margin-top:11px;font-weight:600}.authForm__forgotLink a:hover{text-decoration:underline}.authForm__submit{width:100%;margin:30px 0}.authForm__submit:last-child{margin-bottom:0}.authForm__rule-container{display:flex}.authForm__rule-block:first-child{margin-right:60px}.authForm__validation-flag{display:flex;align-items:center}.authForm__validation-flag svg{margin-right:4px}.authForm__validation-flag_default{color:#515863}.authForm__validation-flag_valid{color:#327D8A}.authForm__validation-flag_no-valid{color:#F04438}.authForm__submit-error{color:#F04438;text-align:center}.authForm__submit-banner{display:flex;align-items:center;gap:8px;margin:10px 0 0;padding:10px 12px;border:1px solid #f4e3e1;background:#FFF6F6;color:#B42318;border-radius:8px;animation:fadeIn .16s ease-out}.authForm__submit-banner-icon svg{width:18px;height:18px}.authForm__submit-banner-text{font-size:14px;line-height:1.3}.authForm__submit-banner-link{color:#B42318;text-decoration:underline;font-weight:600;transition:opacity .2s ease}.authForm__submit-banner-link:hover{opacity:.8}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.forgotPasswordForm__message{transition:all .3s ease-in-out}.forgotPasswordForm__message_success{padding:12px 16px;background:#F0F9FF;border:1px solid #b9e6fe;border-radius:8px;color:#026AA2;animation:fadeIn .3s ease-out}.forgotPasswordForm__submit{margin-top:30px;margin-bottom:20px}.forgotPasswordForm__backLink{text-align:center;font-weight:600}.forgotPasswordForm__backLink a{color:#327D8A;text-decoration:none;transition:all .2s ease}.forgotPasswordForm__backLink a:hover{text-decoration:underline;color:#266169}.profile-card{position:relative;background:#ffffff;border:1px solid #e0e4e9;border-radius:12px;padding:40px;max-width:600px;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .3s ease;overflow:hidden}.profile-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.profile-card__actions{position:absolute;top:0;right:26px;display:flex;align-items:center;gap:6px;padding:6px 8px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-right-radius:8px;border-bottom-left-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;pointer-events:none}.profile-card:hover .profile-card__actions{transform:translateY(0);opacity:1;pointer-events:auto}.profile-card__action-btn{display:flex;align-items:center;justify-content:center;padding:6px;border-radius:6px;border:none;background:transparent;transition:all .2s ease;color:#6b7280;cursor:pointer}.profile-card__action-btn:hover{background:#f3f4f6;color:#374151}.profile-card__action-btn--active{background:rgba(59,130,246,.15);color:#ffffff}.profile-card__action-btn--active:hover{background:rgba(59,130,246,.25)}.profile-card__action-btn svg{width:16px;height:16px}.profile-card__avatar-container{display:flex;justify-content:flex-start;gap:20px;margin-bottom:32px}.profile-card__avatar-container-left{display:flex;justify-content:flex-start;flex-basis:calc(50% - 20px)}.profile-card__avatar{position:relative;width:150px;height:150px;border-radius:16px;overflow:hidden;border:4px solid #f7fafc;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;background:#f7fafc;transition:all .3s ease}.profile-card__avatar img{width:100%;height:100%;object-fit:cover}.profile-card__avatar svg{width:60%;height:60%;color:#a0aec0}.profile-card__avatar--editable{cursor:pointer}.profile-card__avatar--editable:hover{transform:scale(1.05);border-color:#e2e8f0}.profile-card__avatar--editable:hover .profile-card__avatar-overlay{opacity:1}.profile-card__avatar-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#ffffff}.profile-card__form{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px}.profile-card__form--editing{gap:20px}.profile-card__field{display:flex;flex-direction:column;gap:6px;padding:12px 0;border-bottom:1px solid #f7fafc;flex:1 1 100%;min-width:0}.profile-card__field--half-part{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 10px);min-width:0}.profile-card__field:last-child{border-bottom:none}.profile-card__label{font-size:13px;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px}.profile-card__value{font-size:16px;color:#2d3748;font-weight:400;line-height:1.5}.profile-card__value--full-name{max-width:259px;max-height:99px;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis}.profile-card__phone{display:flex;align-items:center}@media (max-width:768px){.profile-card{padding:24px}.profile-card__avatar{width:100px;height:100px}.profile-card__field--half-part{flex:1 1 100%}.profile-card__actions{padding:4px 6px;gap:4px}.profile-card__action-btn{padding:4px}.profile-card__action-btn svg{width:14px;height:14px}}.profile-card p{text-align:center;color:#718096;padding:40px 0}.addFiles{width:100%}.addFilesBottom{margin-bottom:15px}.addFiles__head{display:flex;align-items:center;justify-content:flex-start;width:100%}.addFiles__info{display:flex;flex-direction:column;font-size:14px;color:#515863;margin-left:auto;align-items:flex-end}.addFilesButton{width:55px;height:55px;background-color:#f6f6f6;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;margin-left:5px}.addFilesButtonLabel{display:inline-flex;align-items:center;cursor:pointer}.addFilesButtonLabel:hover svg{transform:scale(1.3)}.button--disabled{pointer-events:none;opacity:.5}.addFiles__list{margin-top:15px;padding-left:10px;border-left:1px solid #bfc6d1}.addFiles__iconsGrid{display:flex;flex-wrap:nowrap;gap:4px;cursor:pointer}.fileTile{width:55px;height:55px;border:1px solid #bfc6d1;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;background:#fff;cursor:pointer}.fileTile--uploading{cursor:default}.fileTile__spinner{width:18px;height:18px;border-radius:50%;position:relative}.fileTile--uploading .fileTile__progress{position:absolute;bottom:-14px;left:50%;transform:translateX(-50%);font-size:10px;color:#327d8a}@keyframes filespin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fileTile__spinner--indeterminate{border:2px solid rgba(50,125,138,.2);border-top-color:#327d8a;animation:filespin .8s linear infinite}.fileTile__spinner--determinate:after{content:"";position:absolute;inset:3px;background:#fff;border-radius:50%}.fileTile__remove{position:absolute;top:-10px;right:-10px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:1;transform:scale(.8);transition:opacity .2s ease-in-out,transform .2s ease-in-out;pointer-events:none;z-index:10}.fileTile:hover .fileTile__remove{opacity:1;transform:scale(1);pointer-events:auto}@keyframes vibrate-3{0%{transform:translate(0)}10%{transform:translate(-.3px,-.3px)}20%{transform:translate(.3px,-.3px)}30%{transform:translate(-.3px,.3px)}40%{transform:translate(.3px,.3px)}50%{transform:translate(-.3px,-.3px)}60%{transform:translate(.3px,-.3px)}70%{transform:translate(-.3px,.3px)}80%{transform:translate(-.3px,-.3px)}90%{transform:translate(.3px,-.3px)}to{transform:translate(0)}}.fileTile__remove,.fileTile__remove svg{animation:vibrate-3 2.5s linear infinite both}.fileTile__remove:hover{animation:none;transform:scale(1.1)}.fileTile__remove:hover svg{animation:none;transform:scale(1.3);stroke:red}.fileTile__remove:focus-visible{outline:2px solid #327d8a;outline-offset:2px;border-radius:4px}.fileTile__icon{display:flex;cursor:pointer}.fileTile__preview{width:100%;height:100%;object-fit:cover;border-radius:7px}.fileTile__preview-wrapper{width:55px;height:55px;overflow:hidden;border-radius:7px;display:flex;border:1px solid #bfc6d1}.fileTile--image{padding:0}.addFileButton__input{display:none}.addedFile{display:flex;align-items:center;margin-bottom:10px}.addedFile:last-child{margin-bottom:0}.addedFile__icon{width:24px;display:flex;align-items:center;opacity:.5;cursor:pointer;transition:.25s}.addedFile__icon img{width:100%;height:auto}.addedFile__icon:hover{opacity:1}.addedFile__icon:focus-visible{outline:2px solid #327d8a;border-radius:4px}.addedFile__data{width:calc(100% - 24px);padding-right:10px;display:flex;align-items:center}.addedFile__image{width:24px}.addedFile__text{width:calc(100% - 24px);padding-left:10px}.filesList{margin-top:8px;width:100%}.filesList__toggle{display:inline-flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-size:13px;color:#515863;padding:4px 0;transition:color .2s}.filesList__toggle:hover{color:#327d8a}.filesList__chevron{display:inline-block;font-size:12px;transition:transform .2s;transform:rotate(-90deg)}.filesList__chevron--open{transform:rotate(0deg)}.filesList__list{list-style:none;margin:4px 0 0;padding:4px 8px;border:1px solid #e0e4e8;border-radius:8px}.filesList__item{display:flex;align-items:center;gap:8px;padding:4px;font-size:13px;color:#333;border-bottom:1px solid #f0f0f0;border-radius:4px;transition:background-color .15s;cursor:pointer}.filesList__item--highlighted,.filesList__item:hover{background-color:#f4f8f9}.filesList__item:last-child{border-bottom:none}.filesList__icon{display:flex;align-items:center;flex-shrink:0}.filesList__icon svg{width:16px!important;height:18px!important}.filesList__name{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filesList__ext{min-width:40px;text-align:center}.filesList__ext,.filesList__size{flex-shrink:0;color:#8a919b;font-size:12px}.filesList__size{min-width:60px;text-align:right}.filesList__delete{display:flex;align-items:center;justify-content:center;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px;margin-left:auto}.filesList__delete svg{color:red}.filesList__delete:hover svg{transform:scale(1.2)}.fileTile--highlighted{border-color:#327d8a;box-shadow:0 0 0 2px rgba(50,125,138,.25)}.profile-document-item{margin-bottom:8px}.profile-document-item__collapse{border:1px solid #e5e7eb;border-radius:12px;background:#ffffff;overflow:hidden}.profile-document-item__collapse .ant-collapse-item{border:none}.profile-document-item__collapse .ant-collapse-header{padding:16px 20px;background:#ffffff;border:none;align-items:center}.profile-document-item__collapse .ant-collapse-header:hover{background:#f9fafb}.profile-document-item__collapse .ant-collapse-content{border-top:1px solid #f1f3f4;background:#fafbfc}.profile-document-item__collapse .ant-collapse-content-box{padding:20px}.profile-document-item__header{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative}.profile-document-item__header-left{display:flex;align-items:center;gap:12px;flex:1 1}.profile-document-item__header-right{position:relative}.profile-document-item__info{display:flex;align-items:center;gap:12px;flex:1 1}.profile-document-item__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:#f0f9ff;flex-shrink:0}.profile-document-item__icon svg{width:28px;height:28px;color:#327d8a}.profile-document-item__title{font-size:16px;font-weight:500;color:#374151;margin:0}.profile-document-item__status{display:flex;align-items:center}.profile-document-item__documents-indicator{display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:6px;background:#f0f9ff;color:#327d8a;font-size:14px;font-weight:500}.profile-document-item__documents-indicator svg{width:24px;height:24px;flex-shrink:0}.profile-document-item__documents-count{font-size:12px;font-weight:600;color:#327d8a;min-width:16px;text-align:center}.profile-document-item__actions{position:absolute;top:-36px;right:0;display:flex;align-items:center;gap:6px;padding:6px 8px;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-right-radius:8px;border-bottom-left-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;pointer-events:none}.ant-collapse-header:hover .profile-document-item__actions,.profile-document-item__collapse--editing .profile-document-item__actions,.profile-document-item__header:hover .profile-document-item__actions{transform:translateY(0);opacity:1;pointer-events:auto}.profile-document-item__action-btn{display:flex;align-items:center;justify-content:center;padding:6px;border-radius:6px;border:none;background:transparent;transition:all .2s ease;color:#6b7280;cursor:pointer}.profile-document-item__action-btn:hover{background:#f3f4f6;color:#374151}.profile-document-item__action-btn--active{background:rgba(59,130,246,.15);color:#ffffff}.profile-document-item__action-btn--active:hover{background:rgba(59,130,246,.25)}.profile-document-item__action-btn svg{width:16px;height:16px}.profile-document-item__content{margin-top:8px}.profile-document-item__collapse .ant-collapse-expand-icon{color:#9ca3af;font-size:14px;transition:all .2s ease}.profile-document-item__collapse .ant-collapse-item-active .ant-collapse-expand-icon{color:#327d8a}@media (max-width:768px){.profile-document-item__collapse .ant-collapse-header{padding:14px 16px}.profile-document-item__collapse .ant-collapse-content-box{padding:16px}.profile-document-item__icon{width:36px;height:36px}.profile-document-item__icon svg{width:20px;height:20px}.profile-document-item__title{font-size:15px}.profile-document-item__header-left{gap:8px}.profile-document-item__status{margin-left:0}.profile-document-item__documents-indicator{padding:3px 6px;font-size:13px}.profile-document-item__documents-indicator svg{width:14px;height:14px}.profile-document-item__documents-count{font-size:11px}.profile-document-item__actions{padding:4px 6px;gap:4px}.profile-document-item__action-btn{width:28px;height:28px}.profile-document-item__action-btn svg{width:14px;height:14px}}.profile-drawer{position:fixed;z-index:100;top:0;right:0;width:700px;height:100%;background:#fff;box-shadow:0 4px 36px rgba(21,28,39,.25);display:flex;flex-direction:column}.profile-drawer__close{position:absolute;top:15px;right:calc(100% + 15px);width:50px;height:50px;background:#fff;border:1px solid #327d8a;box-shadow:0 0 24px rgba(21,28,39,.25);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-drawer__close path{stroke:#327d8a;transition:.25s}.profile-drawer__close:hover{background:#327d8a}.profile-drawer__close:hover path{stroke:#fff}.profile-drawer__content{height:100%;display:flex;flex-direction:column}.profile-drawer__header{padding:30px 40px 20px;flex-shrink:0}.profile-drawer__title{font-size:24px;font-weight:600;color:#252525;margin:0}.profile-drawer__scrollable{flex:1 1;overflow-y:auto;overflow-x:hidden}.profile-drawer__scrollable::-webkit-scrollbar{width:6px}.profile-drawer__scrollable::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.profile-drawer__scrollable::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.profile-drawer__scrollable::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.profile-drawer__avatar-section{display:flex;flex-direction:column;align-items:center;padding:30px 40px;border-bottom:1px solid #f7fafc}.profile-drawer__avatar{position:relative;width:120px;height:120px;border-radius:16px;overflow:hidden;border:4px solid #f7fafc;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;background:#f7fafc;cursor:pointer;transition:all .3s ease}.profile-drawer__avatar:hover{transform:scale(1.05);border-color:#e2e8f0}.profile-drawer__avatar:hover .profile-drawer__avatar-overlay{opacity:1}.profile-drawer__avatar img{width:100%;height:100%;object-fit:cover}.profile-drawer__avatar svg{width:60%;height:60%;color:#a0aec0}.profile-drawer__avatar-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#ffffff}.profile-drawer__avatar-hint{margin-top:12px;font-size:14px;color:#718096;text-align:center}.profile-drawer__avatar-loading{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;border-radius:12px}.profile-drawer__avatar-spinner{width:50px;height:50px;border-radius:50%;position:relative}.profile-drawer__avatar-spinner:before{content:"";position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 0deg,#327d8a 0deg,#4a9dab 90deg,rgba(50,125,138,.3) 180deg,rgba(50,125,138,.1) 270deg,#327d8a 1turn);animation:avatar-spinner-rotate 1s linear infinite}.profile-drawer__avatar-spinner:after{content:"";position:absolute;inset:4px;border-radius:50%;background:rgba(0,0,0,.6)}@keyframes avatar-spinner-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profile-drawer__form{padding:20px 40px}.profile-drawer__form .inputsWrap{padding:0}.profile-drawer__readonly-field{padding:12px 16px;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#718096;font-size:14px;margin-top:8px}.profile-drawer__footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 40px;background:white;flex-shrink:0}@media (max-width:768px){.profile-drawer{width:100%}.profile-drawer__close{right:auto;left:15px;top:15px}.profile-drawer__avatar-section,.profile-drawer__footer,.profile-drawer__form,.profile-drawer__header{padding-left:20px;padding-right:20px}}.profile-documents{background:#ffffff;border-radius:16px;padding:24px;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.1);width:100%}.profile-documents__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.profile-documents__title-section{display:flex;align-items:center;gap:12px}.profile-documents__title{font-size:20px;font-weight:600;color:#1f2937;margin:0}.profile-documents__info-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#e5f3ff;color:#3b82f6;font-size:12px;font-weight:600;cursor:help;transition:all .2s ease}.profile-documents__info-icon:hover{background:#dbeafe;transform:scale(1.1)}.profile-documents__add-btn{background:#327d8a;border:none;border-radius:8px;height:40px;padding:0 16px;font-weight:500;display:flex;align-items:center;gap:8px;transition:all .2s ease}.profile-documents__add-btn:hover{background:#26606d;transform:translateY(-1px);box-shadow:0 4px 12px rgba(50,125,138,.3)}.profile-documents__add-btn:active{transform:translateY(0)}.profile-documents__add-btn svg{width:16px;height:16px}.profile-documents__list{display:flex;flex-direction:column;gap:16px}.profile-documents__add-btn.ant-btn-primary{background:#327d8a;border-color:#327d8a}.profile-documents__add-btn.ant-btn-primary:hover{background:#26606d!important;border-color:#26606d!important}.profile-documents__add-btn.ant-btn-primary:focus{background:#327d8a;border-color:#327d8a;box-shadow:0 0 0 2px rgba(50,125,138,.2)}@media (max-width:768px){.profile-documents{padding:20px;border-radius:12px}.profile-documents__header{flex-direction:column;align-items:stretch;gap:16px}.profile-documents__title-section{justify-content:center}.profile-documents__title{font-size:18px}.profile-documents__add-btn{width:100%;justify-content:center}.profile-documents__list{gap:12px}}@media (max-width:480px){.profile-documents{padding:16px}.profile-documents__header{margin-bottom:20px}.profile-documents__title{font-size:16px}.profile-documents__info-icon{width:18px;height:18px;font-size:11px}.profile-documents__add-btn{height:36px;padding:0 14px;font-size:14px}}