.registration-page{width:100%}.registration-page>h1{text-align:center}.registration-layout{flex-direction:column;gap:1.75rem;width:100%;margin-top:.25rem;display:flex}.registration-intro{color:#334155;width:100%;font-size:.9375rem;line-height:1.55}.registration-intro p{margin:0 0 .75rem}.registration-intro p:last-child{margin-bottom:0}.registration-intro strong{color:var(--text-color,#0f172a);font-size:1rem;font-weight:500}.registration-formPanel{border:1px solid color-mix(in srgb, var(--content-button-bg,#3a4d5c) 14%, #cbd5e1);background:var(--main-surface,#fff);box-sizing:border-box;border-radius:10px;width:100%;padding:1.35rem 1.5rem 1.5rem;box-shadow:0 2px 10px #0f172a0d}.registration-form{width:100%}.registration-form__fields{flex-direction:column;gap:1.75rem;width:100%;display:flex}.registration-form__group{flex-direction:column;gap:.875rem;min-width:0;display:flex}.registration-form__groupTitle{text-align:center;color:var(--text-color,#0f172a);margin:0;font-size:.9375rem;font-weight:500;line-height:1.35}.registration-form__row{grid-template-columns:1fr;gap:1rem;width:100%;display:grid}@media (min-width:640px){.registration-form__row--fio{grid-template-columns:repeat(3,minmax(0,1fr))}.registration-form__row--fio:has(>:only-child){grid-template-columns:1fr}.registration-form__row--fio:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.registration-form__row--2{grid-template-columns:repeat(2,minmax(0,1fr))}}.registration-form__addressField{grid-column:1/-1}.registration-form__submit{justify-content:flex-start;padding-top:.25rem;display:flex}.registration-form__propertyGroups{flex-direction:column;gap:1rem;display:flex}.registration-form__propertyGroup .MuiInputAdornment-root i{color:var(--content-button-bg,#3a4d5c);opacity:.88;font-size:.95rem}.registration-termsCard{border:1px solid color-mix(in srgb, var(--content-button-bg,#3a4d5c) 18%, #cbd5e1);background:linear-gradient(145deg, color-mix(in srgb, var(--main-surface,#fff) 92%, var(--page-background,#f4f6f8)), color-mix(in srgb, var(--page-background,#f4f6f8) 35%, var(--main-surface,#fff)));border-radius:10px;margin-top:.25rem;padding:.875rem 1rem .75rem;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 2px #0f172a0a}.registration-termsCard--accepted{border-color:color-mix(in srgb, var(--content-button-bg,#3a4d5c) 42%, #86efac);box-shadow:0 2px 8px #0f172a0f}.registration-termsCard--error{border-color:#e57373;box-shadow:0 0 0 1px #e5737359}.registration-termsCard__header{align-items:flex-start;gap:.75rem;margin-bottom:.35rem;display:flex}.registration-termsCard__icon{width:2.25rem;height:2.25rem;color:var(--content-button-bg,#3a4d5c);background:color-mix(in srgb, var(--content-button-bg,#3a4d5c) 12%, #fff);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.registration-termsCard__heading{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.registration-termsCard__title{color:var(--text-color,#000);font-size:.9375rem;font-weight:600;line-height:1.35}.registration-termsCard__subtitle{color:#64748b;font-size:.8125rem;line-height:1.4}.registration-termsCard__readBtn{border:1.5px solid color-mix(in srgb, var(--content-button-bg,#3a4d5c) 55%, #cbd5e1);background:var(--main-surface,#fff);color:var(--content-button-bg,#3a4d5c);cursor:pointer;border-radius:8px;flex-shrink:0;align-self:center;padding:.35rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:600;line-height:1.2;transition:background-color .15s,border-color .15s,color .15s}.registration-termsCard__readBtn:hover{border-color:var(--content-button-hover-bg,#4a6278);color:var(--content-button-hover-bg,#4a6278);background:color-mix(in srgb, var(--content-button-hover-bg,#4a6278) 10%, #fff)}.registration-termsCard__check{align-items:flex-start!important;margin:0!important}.registration-termsCard__check .MuiCheckbox-root{padding-top:.15rem}.registration-termsCard__label{color:#334155;font-size:.875rem;line-height:1.45}.registration-termsLink{font:inherit;color:var(--site-link-color,#334155);text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, var(--site-link-color,#334155) 45%, transparent);text-decoration-color:color-mix(in srgb, var(--site-link-color,#334155) 45%, transparent);text-underline-offset:2px;cursor:pointer;text-align:left;background:0 0;border:none;margin:0;padding:0;font-weight:600}.registration-termsLink:hover{color:var(--site-link-hover-color,#1e293b);text-decoration-color:currentColor}.registration-termsCard__error{color:#d32f2f;margin:.35rem 0 0 2rem;font-size:.75rem;line-height:1.35}.registration-termsDialog .MuiDialog-paper{border-radius:12px;overflow:hidden}.registration-termsDialog__title{align-items:center;gap:.65rem;padding:1rem 1.25rem .75rem!important;font-size:1.125rem!important;font-weight:600!important;display:flex!important}.registration-termsDialog__titleIcon{width:2rem;height:2rem;color:var(--content-button-bg,#3a4d5c);background:color-mix(in srgb, var(--content-button-bg,#3a4d5c) 12%, #fff);border-radius:8px;justify-content:center;align-items:center;font-size:.95rem;display:flex}.registration-termsDialog__content{max-height:min(60vh,28rem);padding:1rem 1.25rem!important}.registration-termsDialog__actions{padding:.75rem 1.25rem 1rem!important}.registration-termsBody{color:#334155;font-size:.9375rem;line-height:1.55}.registration-termsBody p{margin:0 0 .75rem}.registration-termsBody p:last-child{margin-bottom:0}.registration-termsBody ul,.registration-termsBody ol{margin:0 0 .75rem;padding-left:1.35rem}.registration-termsBody h1,.registration-termsBody h2,.registration-termsBody h3{color:var(--text-color,#000);margin:1rem 0 .5rem;font-size:1rem;font-weight:600}.registration-termsBody h1:first-child,.registration-termsBody h2:first-child,.registration-termsBody h3:first-child{margin-top:0}.registration-form__dropzoneSurface{border:1px solid color-mix(in srgb, var(--content-button-bg,#3a4d5c) 14%, #cbd5e1);background:var(--main-surface,#fff);border-radius:8px;transition:border-color .15s,box-shadow .15s;overflow:hidden}.registration-form__dropzoneSurface:focus-within{border-color:color-mix(in srgb, var(--content-button-bg,#3a4d5c) 42%, #94a3b8);box-shadow:0 0 0 3px color-mix(in srgb, var(--content-button-bg,#3a4d5c) 12%, transparent)}.registration-form__dropzoneSurface:has([class*=dragActive]){border-color:color-mix(in srgb, var(--content-button-bg,#3a4d5c) 42%, #94a3b8);box-shadow:0 0 0 3px color-mix(in srgb, var(--content-button-bg,#3a4d5c) 12%, transparent)}.registration-form__dropzoneSurface--error{border-color:#d32f2f}.registration-form__dropzoneSurface--error:focus-within{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f2e}.registration-form__dropzoneSurface--error:has([class*=dragActive]){border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f2e}.registration-form__dropzoneSurface .registration-form__dropzone{text-align:left;grid-template-columns:auto 1fr;place-items:center start;gap:.15rem .75rem;min-height:52px;margin:0;padding:.875rem;color:#475569!important;background:0 0!important;border:none!important;border-radius:0!important;display:grid!important}.registration-form__dropzoneSurface .registration-form__dropzone i{color:#64748b;opacity:1;grid-row:1/span 2;align-self:center;margin:0;font-size:1.125rem}.registration-form__dropzoneSurface .registration-form__dropzone p{text-align:left;grid-column:2;margin:0}.registration-form__dropzoneSurface .registration-form__dropzone p:first-of-type{font-size:.9375rem;font-weight:400;line-height:1.4;color:#64748b!important}.registration-form__dropzoneSurface .registration-form__dropzone p:nth-of-type(2){opacity:1;font-size:.75rem;line-height:1.35;color:#94a3b8!important}.registration-form__dropzoneSurface .registration-form__dropzone p:nth-of-type(n+3){grid-column:1/-1;font-size:.75rem;color:#d32f2f!important}.registration-form__dropzoneSurface .registration-form__dropzone[class*=dragActive] p:first-of-type{color:var(--content-button-bg,#3a4d5c)!important}.registration-form__hint{color:#64748b;margin:.5rem 0 0;font-size:.875rem}.registration-form__error{color:#b91c1c;margin:.5rem 0 0;font-size:.875rem}
