diff --git a/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx b/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx
index d52a60d5..e449235e 100644
--- a/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx
+++ b/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx
@@ -2,6 +2,8 @@ import { T9n } from 'features/T9n'
import { client } from 'features/AuthServiceApp/config/clients'
+import { AUTH_SERVICE } from 'config/routes'
+
import {
ScBody,
Modal,
@@ -42,11 +44,11 @@ export const ConfirmPopup = (props: Props) => {
-
+
-
+
diff --git a/src/features/AuthServiceApp/config/lexics.tsx b/src/features/AuthServiceApp/config/lexics.tsx
index 0e6ae5f8..ea51c171 100644
--- a/src/features/AuthServiceApp/config/lexics.tsx
+++ b/src/features/AuthServiceApp/config/lexics.tsx
@@ -1,6 +1,7 @@
export const lexics = {
accept_cookies: 17203,
accept_privacy: 17202,
+ and: 17878,
change_password: 13442,
check_email: 15907,
check_password: 15842,
diff --git a/src/features/AuthServiceApp/styled.tsx b/src/features/AuthServiceApp/styled.tsx
index ee892d67..dd92d0be 100644
--- a/src/features/AuthServiceApp/styled.tsx
+++ b/src/features/AuthServiceApp/styled.tsx
@@ -41,6 +41,7 @@ export const CenterBlock = styled.div`
${isMobileDevice
? css`
margin-top: 107px;
+ overflow-y: auto;
@media screen and (orientation: landscape) {
width: 290px;
margin: auto;
diff --git a/src/features/UserAccount/components/PersonalInfoForm/index.tsx b/src/features/UserAccount/components/PersonalInfoForm/index.tsx
index 3693b3d8..dddab60f 100644
--- a/src/features/UserAccount/components/PersonalInfoForm/index.tsx
+++ b/src/features/UserAccount/components/PersonalInfoForm/index.tsx
@@ -1,5 +1,6 @@
import { client } from 'config/clients'
import { formIds } from 'config/form'
+import { AUTH_SERVICE } from 'config/routes'
import { Combobox } from 'features/Combobox'
import { Input } from 'features/Common'
@@ -113,13 +114,13 @@ export const PersonalInfoForm = (props: Props) => {