.UserProfile{display:grid;grid-template-columns:1fr;justify-items:center}.UserProfile--editing-wrapper{height:100%;grid-template-rows:auto 1fr}.UserProfile--close-button{margin-bottom:20px;justify-self:flex-start}@media(max-width:767.98px){.UserProfile--close-button{margin-bottom:40px}}.UserProfile--content{display:grid;grid-template-columns:1fr;justify-items:left;grid-row-gap:30px;row-gap:30px;width:100%}.UserProfile--line{width:100%;height:1px;background:#364f50}.UserProfile--name-block{display:grid;grid-template-columns:auto 1fr;grid-column-gap:10px;column-gap:10px;align-items:center}.UserProfile--info-block{display:grid;grid-template-columns:1fr;grid-row-gap:12px;row-gap:12px;width:100%}.UserProfile--info-block--title{margin-bottom:20px}.UserProfile--info-block--content{grid-gap:16px;gap:16px;display:grid;align-items:center;grid-template-rows:auto auto;grid-template-columns:auto 1fr}.UserProfile--info-block--content-no-location p{color:var(--text-input-default)}.UserProfile--info-block--content-no-location path{fill:var(--text-input-default)}.UserProfile--info-block--location{display:grid;grid-template-columns:auto 1fr;grid-column-gap:12px;column-gap:12px;align-items:center}.UserProfile--info-block--location--none p{color:var(--text-input-default)}.UserProfile--info-block--location--none path{fill:var(--text-input-default)}.UserProfile--editing{width:100%;display:flex;flex-direction:column;justify-content:space-between}.UserProfile--editing--avatar-block{display:grid;grid-template-columns:1fr;justify-items:center;grid-row-gap:30px;row-gap:30px;margin-bottom:40px}.UserProfile--editing--avatar-block--buttons{display:grid;grid-template-columns:1fr auto;width:100%;grid-gap:10px;gap:10px}.UserProfile--editing--info-block{display:grid;grid-template-columns:1fr;grid-row-gap:20px;row-gap:20px;width:100%}.UserProfile--editing--buttons-block{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:10px;column-gap:10px}.HeaderMenu{position:fixed;width:400px;height:100vh;top:0;right:0;background:var(--bg-green-light);border-left:1px solid var(--border-default)}@media(max-width:767.98px){.HeaderMenu{width:100vw;border-left:unset}}.HeaderMenu__wrapper{display:flex;flex-direction:column;height:100%;padding:40px 30px 30px;justify-content:space-between}@media(max-width:767.98px){.HeaderMenu__wrapper{padding:20px 30px 30px}}.HeaderMenu--line{margin:30px 0;width:100%;height:1px;background:var(--border-light)}.HeaderMenu__top{display:grid;grid-template-columns:1fr}.HeaderMenu__top--close{margin-bottom:20px;justify-self:flex-start}@media(max-width:767.98px){.HeaderMenu__top--close{margin-bottom:40px}}.HeaderMenu__personal-info{padding:10px 16px;display:grid;grid-column-gap:10px;column-gap:10px;grid-template-columns:auto 1fr auto}.HeaderMenu__personal-info--sign-in-margin{margin:16px 0 0 50px}.HeaderMenu__personal-info--email{grid-column:2}.HeaderMenu__bottom--copyright{font-size:10px;font-weight:500;text-align:center}