.profile-settings-row{width:100%;display:flex;flex-direction:column;gap:12px}.profile-settings-row__input{background:hsla(0,2%,80%,.1);border-radius:18px;height:56px;display:flex;align-items:center;padding:0 16px;max-width:360px;width:100%;font-size:16px;line-height:24px;font-family:Proxima Nova,sans-serif;color:#fff}@media screen and (max-width:700px){.profile-settings-row__input{max-width:100%}}.profile-settings-row__input:disabled{color:#cecccc}.profile-settings-row__input--description{width:100%;height:auto}.profile-settings-row__input--description ::-webkit-scrollbar{width:4px;height:4px}.profile-settings-row__input--description ::-webkit-scrollbar-track{background:transparent;border-radius:10px}.profile-settings-row__input--description ::-webkit-scrollbar-thumb{background:#a0a0a0;border-radius:10px}.profile-settings-row__input--description ::-webkit-scrollbar-thumb:hover{background:#888}.profile-settings-row__input--description textarea{resize:vertical;overflow:auto;padding-bottom:20px;padding-right:20px;position:relative}.profile-settings-row__input--description textarea:after{content:"";position:absolute;bottom:0;right:0;width:30px;height:30px;background:linear-gradient(135deg,hsla(0,0%,63%,.7),transparent);pointer-events:none;z-index:1;border-radius:0 0 10px}.profile-settings-row__input--yellow{height:48px;width:142px;background:#fff700;display:flex;align-items:center;justify-content:center;color:#191919;font-family:var(--font-space-bold),sans-serif;border-radius:10px;position:relative;cursor:pointer;font-size:16px}.profile-settings-row__content{margin-left:170px;display:flex;flex-direction:column;font-size:14px;line-height:20px;color:#fff}@media screen and (max-width:700px){.profile-settings-row__content{margin-left:0}}.profile-settings-row__buttons{display:flex;gap:16px}@media screen and (max-width:700px){.profile-settings-row__buttons-wrapper--desktop{display:none}}.profile-settings-row__buttons-wrapper--mobile{display:none}@media screen and (max-width:700px){.profile-settings-row__buttons-wrapper--mobile{display:flex;justify-content:flex-end}}.profile-info{display:flex;flex-direction:column;gap:16px}.profile-info__line{width:100%;height:1px;background:#666}.profile-info__password{margin-top:12px;display:flex;flex-direction:column;background:#cecccc;padding:16px;border-radius:18px;color:#000;gap:8px}.profile-settings-notifications .profile-settings__row-title{max-width:none}.profile-settings-notifications__row{width:100%;display:flex;justify-content:space-between;align-items:center}.profile-settings-notifications__row--title{max-width:748px;padding-bottom:16px;border-bottom:1px solid #666}.profile-settings-notifications__items{margin-top:16px;display:flex;flex-direction:column;align-items:flex-end;gap:32px;width:100%;max-width:748px}.profile-settings-notifications__info{display:flex;flex-direction:column;gap:8px}.profile-settings-notifications__info p{color:#cecccc}.profile-settings-notifications__info p:first-child{color:#fff;font-size:16px;line-height:20px}