.formAccountAvatar{position:relative}.formAccountAvatar__buttons{display:flex;gap:20px}.formAccountAvatar--hide{position:absolute;width:0;height:0;opacity:0}.changePhoto{display:flex;gap:27px;align-items:center}.form__errorMessage{display:flex;gap:15px;justify-content:center;margin-top:8px;font-size:10px;line-height:14px;color:var(--text-color-third)}.form__line{margin-bottom:20px}.form__line--buttons{display:flex;align-items:center;justify-content:space-between}.form__line--last{margin-top:30px;margin-bottom:0}@media(max-width:800px){.form__line{margin-bottom:16px}.form__line--last{margin-top:32px;text-align:center}}.formAccountEmail__button{margin-top:40px}@media(max-width:767px){.formAccountEmail__button{width:100%;max-width:none}}.errorLine{display:flex;gap:6px;align-items:center;padding:11px 15px;color:var(--text-color-white);background-color:var(--color-error);border-radius:15px}.errorLine__text{font-size:14px;font-weight:700;line-height:140%}.errorLine__icon{min-width:18px;height:18px}.formAccountPassword__button{margin-top:40px}@media(max-width:767px){.formAccountPassword__button{width:100%;max-width:none}}.tooltip{position:relative;display:flex;color:#565f66;cursor:pointer}.tooltip:hover{color:var(--accent)}.tooltip__text{width:max-content;max-width:400px;padding:20px 40px 20px 25px;font-size:11px;line-height:15px;color:var(--textColor)}.tooltip__text--smallGap{padding:8px 10px}@media(max-width:767px){.formAccountSettings__button{width:100%;max-width:none}}.dropzoneField{display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:center;padding:32px 16px;text-align:center;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%239AA7BE' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='3' stroke-linecap='square'/%3e%3c/svg%3e");border-radius:16px}.dropzoneField__thumbsContainer{display:flex;flex-flow:row wrap;margin-top:8px}.dropzoneField__thumb{box-sizing:border-box;display:inline-flex;width:50px;height:50px;padding:4px;margin-right:8px;margin-bottom:8px;border:1px solid var(--boardBorderColor);border-radius:8px}.dropzoneField__thumbInner{display:flex;min-width:0;overflow:hidden}.dropzoneField__image{display:block;width:auto;height:100%}