.profilePage{padding-top:56px;padding-bottom:32px}.profilePage .container{max-width:800px}.profilePage__user{padding:16px;display:-ms-flexbox;display:flex;margin-bottom:48px;margin-top:48px}@media only screen and (max-width:769px){.profilePage__user{padding:0;margin-bottom:32px;margin-top:32px}}.profilePage__userAvatar{width:56px;height:56px;border-radius:50%;font-size:18px;color:#111;margin-right:24px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#d1e7fe}.profilePage__userName{margin-bottom:4px}.profilePage__formTitle{margin-bottom:24px}.profilePage form input{padding:12px 16px;font-size:14px;border:1px solid hsla(0,0%,7%,.2);border-radius:4px;color:#111}.profilePage form input::-webkit-input-placeholder{color:hsla(0,0%,7%,.75)}.profilePage form input::-moz-placeholder{color:hsla(0,0%,7%,.75)}.profilePage form input:-ms-input-placeholder,.profilePage form input::-ms-input-placeholder{color:hsla(0,0%,7%,.75)}.profilePage form input::placeholder{color:hsla(0,0%,7%,.75)}.profilePage form#updateProfileForm{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}@media only screen and (max-width:769px){.profilePage form#updateProfileForm{gap:16px}}.profilePage form#updateProfileForm input{width:calc(33.33% - 48px / 3)}@media only screen and (max-width:769px){.profilePage form#updateProfileForm input{width:100%}}.profilePage form#updateProfileForm input:first-child,.profilePage form#updateProfileForm input:nth-child(2){width:calc(50% - 12px)}@media only screen and (max-width:769px){.profilePage form#updateProfileForm input:first-child,.profilePage form#updateProfileForm input:nth-child(2){width:100%}}.profilePage form button{margin-top:16px;margin-bottom:48px;margin-left:auto;border:0}@media only screen and (max-width:769px){.profilePage form button{margin-right:0;margin-top:8px;margin-bottom:32px}}.profilePage form#changePasswordForm{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px}.profilePage form#changePasswordForm input{width:100%}.profilePage form#changePasswordForm button{margin-right:0;-ms-flex-order:1;order:1}.profilePage__message{color:hsla(0,0%,7%,.75)}.profilePage__message:empty{display:none}