.RegistrationForm-module-scss-module__HVnFjW__page{box-sizing:border-box;background-color:var(--background-gray);min-height:100%}.RegistrationForm-module-scss-module__HVnFjW__container{box-sizing:border-box;width:100%;max-width:1366px;margin:0 auto;padding:152px 60px 32px;position:relative}@media (max-width:768px){.RegistrationForm-module-scss-module__HVnFjW__container{padding:144px 40px 32px}}@media (max-width:540px){.RegistrationForm-module-scss-module__HVnFjW__container{padding:88px 16px 16px}}.RegistrationForm-module-scss-module__HVnFjW__formCard{box-sizing:border-box;background:var(--background-white);border-radius:24px;width:100%;max-width:736px;margin:0 auto;padding:32px 32px 40px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}@media (max-width:768px){.RegistrationForm-module-scss-module__HVnFjW__formCard{width:100%;max-width:100%}}@media (max-width:540px){.RegistrationForm-module-scss-module__HVnFjW__formCard{padding:24px}}.RegistrationForm-module-scss-module__HVnFjW__header{justify-content:space-between;align-items:center;width:100%;margin-bottom:24px;display:flex}@media (max-width:540px){.RegistrationForm-module-scss-module__HVnFjW__header{justify-content:center}}.RegistrationForm-module-scss-module__HVnFjW__title{font-size:var(--Typography-Font-Size-fontSizeHeading2);font-style:normal;font-weight:var(--Typography-Font-Weight-fontWeightStrong);line-height:var(--Typography-Line-Height-lineHeightHeading2);margin:0}@media (max-width:540px){.RegistrationForm-module-scss-module__HVnFjW__title{font-size:var(--Typography-Font-Size-fontSizeHeading3);line-height:var(--Typography-Line-Height-lineHeightHeading3)}}.RegistrationForm-module-scss-module__HVnFjW__loginBlock{align-items:center;gap:12px;display:flex}@media (max-width:540px){.RegistrationForm-module-scss-module__HVnFjW__loginBlock{display:none}}.RegistrationForm-module-scss-module__HVnFjW__loginBlockMobile{text-align:center;margin-top:16px;display:none}@media (max-width:540px){.RegistrationForm-module-scss-module__HVnFjW__loginBlockMobile{display:block}}.RegistrationForm-module-scss-module__HVnFjW__loginBlockConfirm{text-align:center;margin-top:32px}.RegistrationForm-module-scss-module__HVnFjW__loginBlockText{font-size:var(--Typography-Font-Size-fontSizeLG);font-style:normal;font-weight:400;line-height:var(--Typography-Line-Height-lineHeightLG);color:var(--Gray-600,#6a778b)}.RegistrationForm-module-scss-module__HVnFjW__loginLink{font-weight:var(--Typography-Font-Weight-fontWeightStrongL);font-family:var(--font-inter)}.RegistrationForm-module-scss-module__HVnFjW__loginLinkMobile{box-sizing:border-box;background-color:var(--background-white);cursor:pointer;border:none;border-radius:8px;width:100%;height:40px;padding:8px 15px;display:block}.RegistrationForm-module-scss-module__HVnFjW__loginLinkMobile:hover,.RegistrationForm-module-scss-module__HVnFjW__loginLinkMobile:focus{background-color:var(--Primary-50);color:var(--Primary-600)}.RegistrationForm-module-scss-module__HVnFjW__loginLinkMobile:active{background-color:var(--Primary-50);color:var(--Primary-600);outline:2px solid var(--Primary-50)}.RegistrationForm-module-scss-module__HVnFjW__loginLinkMobile:disabled{opacity:.6;cursor:not-allowed}.RegistrationForm-module-scss-module__HVnFjW__form{width:100%}.RegistrationForm-module-scss-module__HVnFjW__formItem{margin-bottom:24px}@media (max-width:540px){.RegistrationForm-module-scss-module__HVnFjW__formItem{margin-bottom:16px}}.RegistrationForm-module-scss-module__HVnFjW__input{box-sizing:border-box;border:1px solid var(--Components-Input-Global-colorBorder);background:var(--background-white);width:100%;height:40px;color:var(--Components-Input-Global-colorText);font-size:var(--Typography-Font-Size-fontSizeLG);font-style:normal;font-weight:var(--Typography-Font-Weight-fontWeightNormal);line-height:var(--Typography-Line-Height-lineHeightLG);font-family:var(--font-sans);border-radius:8px;padding:0 11px;transition:border-color .16s,background-color .16s}.RegistrationForm-module-scss-module__HVnFjW__input::placeholder{color:var(--Components-Input-Global-colorTextPlaceholder)}.RegistrationForm-module-scss-module__HVnFjW__input:hover{border-color:var(--Components-Input-Component-activeBorderColor)}.RegistrationForm-module-scss-module__HVnFjW__input:focus,.RegistrationForm-module-scss-module__HVnFjW__input:active{border-color:var(--Components-Input-Component-activeBorderColor);outline-color:var(--Colors-Brand-Control-controlOutline);outline-offset:2px}.RegistrationForm-module-scss-module__HVnFjW__inputError{border-color:var(--Components-Input-Global-colorError);box-shadow:0 0 0 3px var(--Colors-Base-Blue-3)}.RegistrationForm-module-scss-module__HVnFjW__checkboxItem{margin-bottom:32px}.RegistrationForm-module-scss-module__HVnFjW__checkboxLabel{color:var(--Components-Input-Global-colorText);font-family:var(--font-sans);font-size:var(--Typography-Font-Size-fontSizeM);font-weight:var(--Typography-Font-Weight-fontWeightNormal);line-height:var(--Typography-Line-Height-lineHeightM);align-items:flex-start;gap:8px;display:inline-flex}@media (max-width:540px){.RegistrationForm-module-scss-module__HVnFjW__checkboxLabel{font-size:var(--Typography-Font-Size-fontSizeM);line-height:var(--Typography-Line-Height-lineHeightM)}}.RegistrationForm-module-scss-module__HVnFjW__checkboxErrorMessage{margin-bottom:8px!important}@media (prefers-reduced-motion:reduce){.RegistrationForm-module-scss-module__HVnFjW__input{transition:none}}.RegistrationForm-module-scss-module__HVnFjW__submitItem{margin-bottom:0}.RegistrationForm-module-scss-module__HVnFjW__submitButton{background-color:var(--Components-Button-Global-colorPrimary);width:100%;height:40px;color:var(--background-white);box-shadow:0 2px 0 0 var(--Colors-Brand-Control-controlOutline);font-family:var(--font-sans);font-size:var(--Typography-Font-Size-fontSizeLG);font-style:normal;font-weight:var(--Typography-Font-Weight-fontWeightNormal);line-height:var(--Typography-Line-Height-lineHeightLG);cursor:pointer;border:none;border-radius:8px;padding:0 15px}.RegistrationForm-module-scss-module__HVnFjW__submitButton:hover{background-color:var(--Components-Button-Global-colorPrimaryHover)}.RegistrationForm-module-scss-module__HVnFjW__submitButton:focus{background-color:var(--Components-Button-Global-colorPrimaryHover);outline:2px solid var(--Colors-Brand-Control-controlOutline);outline-offset:2px}.RegistrationForm-module-scss-module__HVnFjW__submitButton:disabled{opacity:.6;cursor:not-allowed}.RegistrationForm-module-scss-module__HVnFjW__formDescription{margin-bottom:24px}.RegistrationForm-module-scss-module__HVnFjW__formDescriptionEmail{font-weight:var(--Typography-Font-Weight-fontWeightStrongL)}.RegistrationForm-module-scss-module__HVnFjW__formAttention{font-size:var(--Typography-Font-Size-fontSizeM);border:1px solid var(--Components-Alert-Global-colorWarningBorder);background:var(--Components-Alert-Global-colorWarningBg);border-radius:8px;align-items:flex-start;gap:8px;padding:8px 12px;display:flex}.RegistrationForm-module-scss-module__HVnFjW__formAttentionIcon{flex-shrink:0;margin-top:4px}
.FormError-module-scss-module__wN8GjW__error{box-sizing:border-box;color:#ff4d4f;width:100%;font-size:var(--Typography-Font-Size-fontSizeLG);font-weight:var(--Typography-Font-Weight-fontWeightNormal);line-height:var(--Typography-Line-Height-lineHeightLG);font-family:var(--font-sans);align-items:flex-start;gap:8px;margin:8px 0 24px;display:flex}.FormError-module-scss-module__wN8GjW__errorIcon{flex-shrink:0;margin-top:3.5px;display:block}.FormError-module-scss-module__wN8GjW__error.FormError-module-scss-module__wN8GjW__alert{color:var(--Components-Input-Global-colorText);background-color:var(--Components-Alert-Global-colorErrorBg);border:1px solid var(--Components-Alert-Global-colorErrorBorder);border-radius:8px;padding:8px 12px}
.Checkbox-module-scss-module__m3xU6G__wrapper{flex-shrink:0;width:16px;height:16px;margin-top:3px;position:relative}.Checkbox-module-scss-module__m3xU6G__checkbox{box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--Components-Input-Global-colorBorder);background:var(--background-white);cursor:pointer;border-radius:4px;flex-shrink:0;width:16px;height:16px;transition:background-color .16s,border-color .16s;position:absolute;top:0;left:0}.Checkbox-module-scss-module__m3xU6G__checkbox:hover{border-color:var(--Components-Input-Component-activeBorderColor)}.Checkbox-module-scss-module__m3xU6G__checkbox:checked{background:var(--Colors-Brand-Primary-colorPrimary);border-color:var(--Components-Input-Component-activeBorderColor)}.Checkbox-module-scss-module__m3xU6G__checkboxError{border-color:var(--Components-Input-Global-colorError)}.Checkbox-module-scss-module__m3xU6G__checkIcon{pointer-events:none;opacity:0;transform-origin:50%;transition:opacity .14s,transform .2s cubic-bezier(.2,.8,.2,1);position:absolute;top:-4.5px;left:2.5px;transform:scale(.9)}.Checkbox-module-scss-module__m3xU6G__checkbox:checked~.Checkbox-module-scss-module__m3xU6G__checkIcon{opacity:1;transform:scale(1)}@media (prefers-reduced-motion:reduce){.Checkbox-module-scss-module__m3xU6G__checkbox,.Checkbox-module-scss-module__m3xU6G__checkIcon{transition:none}}
