

/* Start:/local/templates/cabinet_auth/template_styles.min.css?17815059416567*/
:root{--default-bg:#FFFFFF;--default-text:#0F172A;--second-text:#6C6E6D;--muted-text:#A0A0A0;--muted-bg:#86878A1A;--surface-bg:#FFFFFF;--surface-border:#E6E7E8;--surface-muted:#F1F1F1;--lk-content-inset:30px;--primary-color:#E50071;--primary-color-hover:#ff349a;--secondary-color:#2D66E4;--secondary-color-hover:#3877ff;--muted-color:#F6F6F6;--muted-color-hover:#E6E6E6;--success-text:#10B981;--success-bg:#00BD6F1A;--success-border:#C4EBD1;--error-text:#D72B2B;--error-bg:#FFE8E8;--error-border:#F4BCBC;--dark-text:#0F172A;--orange-text:#FF8244;--auth-default-text:#0F172A;--lk-auth-header-height:119px;--lk-auth-content-min-height:691px;--lk-auth-gap-min:24px;--lk-auth-visual-ratio:calc(720 / 691)}*{box-sizing:border-box}body{margin:0;font-family:GolosText;color:var(--default-text);background:var(--surface-bg)}a{color:inherit}p{color:var(--auth-default-text);font-size:16px;line-height:24px}.lk-auth-header{background:var(--default-bg)}.lk-auth-header .wrapper{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 16px;height:68px}.lk-header__logo{width:100%;height:100%;object-fit:contain}.lk-auth-header__logo-link{text-decoration:none}.lk-auth-header__logo-mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--primary-color);color:#fff;font-size:11px;line-height:1;font-weight:700;letter-spacing:.04em}.lk-auth-header__logo-text{color:var(--auth-default-text);font-size:14px;line-height:18px;font-weight:500;white-space:nowrap}.lk-auth-header__title{display:none}.lk-auth-layout .wrapper{min-height:calc(100vh - 68px)}.lk-auth-layout__visual{display:none}.lk-auth-layout__content{padding:24px 16px 64px;display:flex;flex-direction:column;min-height:calc(100vh - 68px);max-width:640px;margin:0 auto;width:100%}.lk-auth-footer{margin-top:auto;min-height:89px;padding:0;display:flex;flex-direction:column;justify-content:flex-end;gap:13px;font-size:12px;line-height:14px;font-weight:300;color:var(--auth-default-text)}.lk-auth-footer__policy{border-bottom:1px solid #e6e7e8;width:fit-content;text-decoration:none}.lk-auth-footer__bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.lk-auth-footer__social{display:inline-flex;align-items:center;gap:16px}.lk-auth-footer__social-link{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.lk-auth-footer__social-link img{display:block;max-width:100%;max-height:100%}.auth-form{width:100%}.auth-form__title{margin:0;font-size:28px;line-height:36px;color:var(--auth-default-text);letter-spacing:-1%;font-weight:500}.auth-form__description{margin:24px 0 0;max-width:362px;font-size:16px;font-weight:300;line-height:22px;color:var(--default-text)}.auth-form__form{margin-top:40px;display:flex;flex-direction:column;gap:22px}.auth-form__forgot-link{margin-top:-8px;align-self:flex-start;font-size:14px;line-height:22px;font-weight:300;color:var(--secondary-color);text-decoration:none}.auth-form__forgot-link:hover{text-decoration:underline}.auth-form__field{display:flex;flex-direction:column;gap:2px;position:relative}.auth-form__input{width:100%;height:52px;padding:22px 14px 8px;border:1px solid var(--surface-border);border-radius:4px;background:var(--surface-bg);font-size:14px;font-weight:300;line-height:22px;color:var(--default-text);transition:border-color .2s;outline:0}.auth-form__field .auth-form__input+label{color:var(--second-text);font-size:14px;line-height:22px;font-weight:300;position:absolute;top:15px;left:14px;transition:.3s}.auth-form__field .auth-form__input:-webkit-autofill+label,.auth-form__field .auth-form__input:focus+label,.auth-form__field .auth-form__input:focus-visible+label,.auth-form__field.auth-form__field--filled label{font-size:12px;line-height:14px;top:8px}.auth-form__input:-webkit-autofill,.auth-form__input:-webkit-autofill:active,.auth-form__input:-webkit-autofill:focus,.auth-form__input:-webkit-autofill:hover{-webkit-text-fill-color:var(--default-text);transition:background-color 9999s ease-in-out;box-shadow:0 0 0 1000px var(--surface-bg) inset}.auth-form__field--error .auth-form__input{border-color:var(--error-text)}.auth-form__field-error{margin:0;font-size:11px;line-height:14px;font-weight:300;position:absolute;bottom:-16px;color:var(--error-text)}.auth-form__error{margin:0;padding:10px 16px;border-radius:4px;background:var(--error-bg);font-size:14px;color:var(--error-text);font-weight:300;line-height:22px;border:none}.auth-form__submit{width:100%;height:52px;padding:0;border:0;border-radius:12px;background:var(--primary-color);color:var(--surface-bg);font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:background-color .25s,color .25s,opacity .25s}.auth-form__submit:hover{background:var(--primary-color-hover)}.auth-form__submit:disabled{opacity:.5;cursor:not-allowed}.auth-form__submit--success{width:151px;background:var(--success-bg)!important;color:var(--success-text)!important}.auth-form__submit--success:disabled{opacity:1}.auth-form__submit-icon{display:inline-flex;width:20px;height:20px;flex:0 0 auto}.auth-form__submit-icon svg{display:block;width:100%;height:100%}.auth-form__actions{display:flex;align-items:center;flex-direction:column;gap:16px}.muted-btn{background:var(--muted-color);color:var(--dark-text);transition:.3s}.muted-btn:hover{background:var(--muted-color-hover);color:var(--dark-text)}.muted-btn:active,.muted-btn:focus-visible{background:var(--muted-color);color:var(--dark-text)}.auth-form__notice{margin-top:15px}@media (min-width:768px){.lk-auth-header .wrapper{gap:20px;padding:0 24px;height:79px}.lk-auth-header__logo-link{height:31px}.lk-auth-header__title{margin-top:0;font-size:16px;color:var(--auth-default-text);font-weight:400;line-height:20px;display:block}.lk-auth-layout .wrapper{min-height:calc(100vh - 79px);display:block}.lk-auth-layout__content{min-height:calc(100vh - 79px);padding:56px 40px 89px}.auth-form{min-width:304px}.auth-form__title{font-size:40px;line-height:46px}.auth-form__submit{width:120px}.auth-form__submit--success{width:151px}.auth-form__actions{flex-direction:row}}@media (min-width:1440px){.wrapper{max-width:1440px;margin:0 auto}.lk-auth-header .wrapper{gap:40px;height:80px}.lk-auth-layout .wrapper{min-height:calc(100vh - 80px)}.lk-auth-header__logo-link{width:auto}.lk-auth-layout__content{min-height:calc(100vh - 80px);padding:64px 80px 80px}.auth-form{min-width:560px}.auth-form__title{font-size:64px;line-height:70px}}
/* End */
/* /local/templates/cabinet_auth/template_styles.min.css?17815059416567 */
