.app .userInfo > .container, .app .menu > .container, .app .familyAccess > .container, .app .userdata > .container, .app .about > .container, .app .settings > .container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
}

.app .menu {
    margin-top: -48px;
    padding: 48px 0 30px;
    border-radius: 48px 48px 0 0;
    background: #FFFFFF;
}

.app .menu button {
    width: 100%;
    padding: 16px;
    border: none;
    margin-bottom: 24px;
    border-radius: 12px;
    background: #90278E;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.app .menu .list {
    display: flex;
    flex-direction: column;
}

.app .menu .list a {
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5EA;
    text-decoration: none;
}

.app .menu .list a * {
    pointer-events: none;
}

.app .menu .list a::before {
    margin-right: 12px;
}

.app .menu .list a.userdata::before {
    content: url("/assets/site/pz_img/profile/userdata.svg");
    margin-right: 12px;
}

.app .menu .list a.support::before {
    content: url("/assets/site/pz_img/profile/support.svg");
}

.app .menu .list a.support.newState::before {
    content: url("/assets/site/pz_img/profile/support_message.svg");
}

.app .menu .list a.family::before {
    content: url("/assets/site/pz_img/profile/family.svg");
}

.app .menu .list a.about::before {
    content: url("/assets/site/pz_img/profile/about.svg");
}

.app .menu .list a.settings::before {
    content: url("/assets/site/pz_img/profile/settings.svg");
}

.app .menu .list a.more::before {
    content: url("/assets/site/pz_img/profile/more.svg");
}

.app .menu .list a.exit::before {
    content: url("/assets/site/pz_img/profile/exit.svg");
}

.app .menu .list a::after {
    width: 7px;
    height: 7px;
    content: "";
    margin-left: auto;
    border-top: 2px solid #333333;
    border-left: 2px solid #333333;
    rotate: 135deg;
}

.app .menu .list a > div {
    display: flex;
    flex-direction: column;
}

.app .menu .list a .title {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.app .menu .list a .subtitle {
    font-size: 12px;
    font-weight: 400;
    color: #90278E;
}



/* FamilyAccess */
.app .familyAccess .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.app .familyAccess .header .title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}

.app .familyAccess .info {
    margin-top: 24px;
}

.app .familyAccess .info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: #555555;
}

.app .familyAccess .info p span {
    font-size: 16px;
    font-weight: 500;
}

.app .familyAccess .addMember {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 16px;
    border: none;
    margin-bottom: 24px;
    border-radius: 12px;
    background: #90278E;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}

.app .familyAccess .addMember.active {
    display: flex;
}

.app .familyAccess .addMember::before {
    width: 20px;
    height: 20px;
    display: block;
    content: url("/assets/site/pz_img/profile/addMember.svg");
    margin-right: 8px;
}

.app .familyAccess .wrapper {
    margin-top: 3px;
}

.app .familyAccess .wrapper .user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #CECECE;
}

.app .familyAccess .wrapper .user p {
    font-size: 14px;
    font-weight: 500;
    color: #282828;
}

.app .familyAccess .wrapper .user.link p {
    font-size: 13px;
    color: #555555;
}

.app .familyAccess .wrapper .user svg {
    width: 24px;
    height: 24px;
    pointer-events: none;
}



/* Userdata */
.app .userdata .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.app .userdata .header .title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}

.app .userdata .main {
    margin-top: 16px;
}

.app .userdata .main .field, .app .userdata .main .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.app .userdata .main .field .title, .app .userdata .main .info .title {
    width: 100%;
    flex: 1 1 auto;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    color: #282828;
}

.app .userdata .main .field .label, .app .personalData .info .label {
    flex: 1 1 0;
}

.app .userdata .main .field .label label{
    position: relative;
}

.app .userdata .main .field .label input, .app .userdata .main .info .label {
    width: 100%;
    height: 56px;
    padding: 16px;
    border: none;
    border-radius: 12px;
    outline:none;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    background: #F2F4F8;
}

.app .userdata .main .field .label input[type="password"]:not(:placeholder-shown) {
    font-family: Verdana, serif !important;
    letter-spacing: 0.125em;
}

.app .userdata .main .field.error .label input {
    border: 1px solid #FF2C4A;
}

.app .userdata .main .field .label input::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #828282;
}

.app .userdata .main .field .label .icon {
    width: 24px;
    height: 24px;
    position: absolute;
    content: '';
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}

.app .userdata .main .field.password .label .icon {
    background: url("/assets/site/pz_img/login-popup/eyeCrossed.svg") no-repeat center;
}

.app .userdata .main .field.password .label .icon.show {
    background: url("/assets/site/pz_img/login-popup/eye.svg") no-repeat center;
}

.app .userdata .main .field .label .message {
    max-height: 0;
    visibility: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: #FF2C4A;
    transition: max-height 0.3s ease, visibility 0s linear;
}

.app .userdata .main .error .message.active {
    max-height: 120px;
    padding-top: 4px;
    visibility: visible;
    transition: max-height 0.3s ease, visibility 0.3s 0.3s linear;
}

.app .userdata .main .warning {
    max-height: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: max-height 1s ease, opacity 0.5s ease 0.2s;
}

.app .userdata .main .warning.active {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
}

.app .userdata .main .warning p {
    margin-bottom: 16px;
    color: red;
}

.app .userdata .main .info .label {
    color: #777;
}

.app .userdata .main .button {
    width: 100%;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 16px;
    border: none;
    border-radius: 12px;
    background: #F2F4F8;
    cursor: default;
    transition: background-color 0.3s ease;
}

.app .userdata .main .button.active {
    background: #90278E;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

@media (hover: hover) and (pointer: fine) {
    .app .userdata .main .button.active:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    }
}

.app .userdata .main .button.active:active {
    background: #993897;
}

.app .userdata .main .button .spinner {
    display: none;
    width: auto;
    height: 80%;
    position: absolute;
    margin: auto;
}

.app .userdata .main .button.await .spinner {
    display: block;
}

.app .userdata .main .button p {
    font-size: 16px;
    font-weight: 600;
    pointer-events: none;
    color: #828282;
}

.app .userdata .main .button.await p {
    color: rgba(130, 130, 130, 0.2);
}

.app .userdata .main .button.active p {
    color: #FFFFFF;
}



/* About */
.app .about .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.app .about .header .title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}

.app .about .main {
    margin-top: 16px;
}

.app .about .main .info {
    margin-bottom: 8px;
}

.app .about .main .info p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.app .about .main .info p + p {
    margin-bottom: 16px;
}

.app .about .main .offer {
    margin-bottom: 16px;
}

.app .about .main .offer img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 16px;
}

.app .about .main .offer > p {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

.app .about .main .offer a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.app .about .main .offer a svg {
    margin-right: 8px;
}

.app .about .main .offer a p {
    font-size: 14px;
    font-weight: 500;
    color: #90278E;
}

.app .about .main .contacts {
    margin-bottom: 16px;
}

.app .about .main .contacts h2 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

.app .about .main .contacts a {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #EFEFF4;
    text-decoration: none;
}

.app .about .main .contacts a:last-child {
    border-bottom: 1px solid #EFEFF4;
}

.app .about .main .contacts a svg {
    margin-right: 16px;
}

.app .about .main .contacts a p {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #000000;
}

.app .about .main .contacts a:active p {
    color: #B63BB4;
}

.app .about .main .social {
    margin-bottom: 16px;
}

.app .about .main .social h2 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

.app .about .main .social a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.app .about .main .social a + a {
    margin-top: 16px;
}

.app .about .main .social a svg {
    margin-right: 8px;
}

.app .about .main .social a p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
}

.app .about .main .social a:active p {
    color: #B63BB4;
}



/* Settings */
.app .settings .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.app .settings .header .title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}

.app .settings .main {
    margin-top: 16px;
}

.app .settings .main h2 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.app .settings .main > p {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
}

.app .settings .main .options {
    margin-bottom: 14px;
}

.app .settings .main .options > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #CFD3D8;
}

.app .settings .main .options > div p {
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    color: #292D32;
}

.app .settings .main .options > div .switch {
    width: 32px;
    height: 20px;
    position: relative;
    border-radius: 20px;
    background-color: #DEDEDE;
    transition: background-color ease 0.2s;
}

.app .settings .main .options > div .switch.active {
    background-color: #396AFC;
}

.app .settings .main .options > div .switch * {
    pointer-events: none;
}

.app .settings .main .options > div .switch div {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    margin: auto 0;
    border-radius: 50%;
    background-color: #FFFFFF;
    transition: left ease 0.2s;
    z-index: 1;
}

.app .settings .main .options > div .switch.active div {
    left: calc(100% - 19px);
}

.app .settings .main .options .delete p {
    pointer-events: none;
    color: #959395;
}

.app .settings .main .feedback {
    display: block;
    position: relative;
    text-decoration: none;
}

.app .settings .main .feedback img {
    width: 100%;
    object-fit: contain;
}

.app .settings .main .feedback p {
    width: 100%;
    position: absolute;
    top: 42%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    z-index: 1;
}



/* Popup's */
.addMember-popup, .removeMember-popup {
    max-width: 90%;
    max-height: 90%;
    display: none;
    box-sizing: border-box;
    border-radius: 16px;
    overflow-y: auto;
    background: #FFFFFF;
    z-index: 1;
}

.addMember-popup.active, .removeMember-popup.active {
    display: block;
    scale: 0;
    transition: scale ease;
    transition-duration: 0.2s;
}

.addMember-popup.active.animation, .removeMember-popup.active.animation {
    scale: 1;
    transition: scale ease;
    transition-duration: 0.3s;
}

.addMember-popup::-webkit-scrollbar, .removeMember-popup::-webkit-scrollbar {
    display: none;
}

.addMember-popup .header, .removeMember-popup .header {
    padding: 24px 24px 0;
    background-color: inherit;
    touch-action: none;
    z-index: 1;
}

.addMember-popup .header *:not(.close-popup), .removeMember-popup .header *:not(.close-popup) {
    pointer-events: none;
}

.addMember-popup .header, .removeMember-popup .header {
    display: flex;
    justify-content: right;
}

.addMember-popup .container, .removeMember-popup .container {
    position: relative;
    padding: 30px;
}

.addMember-popup .title, .removeMember-popup .title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;
    color: #222222;
}

.addMember-popup .text, .removeMember-popup .text {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 110%;
    color: #333333;
}

.addMember-popup .buttons, .removeMember-popup .buttons {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 24px;
}

.addMember-popup .apply, .removeMember-popup .apply {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    background: #90278E;
    cursor: pointer;
    transition: box-shadow 0.3s ease, background 0.2s ease;
}

.addMember-popup .apply *, .removeMember-popup .apply * {
    pointer-events: none;
}

.addMember-popup .apply + .apply, .removeMember-popup .apply + .apply {
    margin-left: 18px;
}

.addMember-popup .apply.grey, .removeMember-popup .apply.grey {
    font-size: 14px;
    font-weight: 600;
    color: #828282;
    background: #F2F4F8;
}

@media (hover: hover) and (pointer: fine) {
    .addMember-popup .apply:hover, .removeMember-popup .apply:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    }

    .addMember-popup .apply.grey:hover, .removeMember-popup .apply.grey:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    }
}

.addMember-popup .apply:active, .removeMember-popup .apply:active {
    background: #993897;
}

.addMember-popup .apply.grey:active, .removeMember-popup .apply.grey:active {
    background: #dddee3;
}

.addMember-popup img {
    width: 250px;
    display: block;
    margin: 0 auto;
}



.success-popup {
    max-width: 90%;
    max-height: 90%;
    display: none;
    box-sizing: border-box;
    border-radius: 16px;
    overflow-y: auto;
    background: #FFFFFF;
    z-index: 1;
}

.success-popup.active {
    display: block;
    scale: 0;
    transition: scale ease;
    transition-duration: 0.2s;
}

.success-popup.active.animation {
    scale: 1;
    transition: scale ease;
    transition-duration: 0.3s;
}

.success-popup::-webkit-scrollbar {
    display: none;
}

.success-popup .header {
    position: relative;
    padding: 24px 24px 0;
    background-color: inherit;
    touch-action: none;
    z-index: 1;
}

.success-popup .header *:not(.close-popup) {
    pointer-events: none;
}

.success-popup .header .wrapper {
    width: 100%;
}

.success-popup h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;
    color: #222222;
}

.success-popup .close-popup {
    position: absolute;
    top: 16px;
    right: 16px;
}

.success-popup .container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 30px;
}

.success-popup .image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 50px;
}

.success-popup .apply {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    background: #90278E;
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow 0.3s ease, background 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .success-popup .apply:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    }
}

.success-popup .apply:active {
    background: #993897;
}



.logout-popup {
    max-width: 400px;
    max-height: 90%;
    display: none;
    box-sizing: border-box;
    border-radius: 16px;
    overflow-y: auto;
    background: #FFFFFF;
    z-index: 1;
}

.logout-popup.active {
    display: block;
    scale: 0;
    transition: scale ease;
    transition-duration: 0.2s;
}

.logout-popup.active.animation {
    scale: 1;
    transition: scale ease;
    transition-duration: 0.3s;
}

.logout-popup::-webkit-scrollbar {
    display: none;
}

.logout-popup .header {
    position: relative;
    padding: 24px 24px 0;
    background-color: inherit;
    touch-action: none;
    z-index: 1;
}

.logout-popup .header *:not(.close-popup) {
    pointer-events: none;
}

.logout-popup .header .wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logout-popup h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    color: #333333;
}

.logout-popup .container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.logout-popup img {
    width: 48px;
    height: 48px;
    flex: 1 0 100%;
    margin-bottom: 12px;
}

.logout-popup .title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}

.logout-popup .text {
    margin-bottom: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #777777;
}

.logout-popup .question {
    margin-bottom: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.logout-popup .buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.logout-popup .buttons a {
    text-decoration: none;
}

.logout-popup .apply {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    background: #90278E;
    cursor: pointer;
    transition: box-shadow 0.3s ease, background 0.2s ease;
}

.logout-popup .apply + .apply {
    margin-top: 8px;
}

.logout-popup .apply.black {
    color: #FFFFFF;
    background: #000000;
}

.logout-popup .apply.grey {
    color: #000000;
    background: #F2F4F8;
}

@media (hover: hover) and (pointer: fine) {
    .logout-popup .apply:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    }

    .logout-popup .apply.black:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    }

    .logout-popup .apply.grey:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    }
}

.logout-popup .apply:active {
    background: #993897;
}

.logout-popup .apply.black:active {
    background: #222222;
}

.logout-popup .apply.grey:active {
    background: #dddee3;
}