/* XFAME_AVATAR_PENCIL_CIRCLE_RESTORE_V7 */
/* Оставляем аватарку в скруглённой форме, но возвращаем полный вид кружка с карандашом */
body.profile-page-avatar-final .profile-avatar-edit-target-final{
  overflow:visible!important;
  isolation:isolate!important;
}
body.profile-page-avatar-final .profile-avatar-edit-target-final > .profile-avatar-current-layer{
  overflow:hidden!important;
  border-radius:22px!important;
  clip-path:inset(0 round 22px)!important;
  -webkit-clip-path:inset(0 round 22px)!important;
}
body.profile-page-avatar-final .profile-avatar-edit-target-final > .profile-avatar-current-layer > img{
  border-radius:22px!important;
  clip-path:inset(0 round 22px)!important;
  -webkit-clip-path:inset(0 round 22px)!important;
}
body.profile-page-avatar-final .profile-avatar-edit-target-final > .profile-avatar-pencil-final{
  position:absolute!important;
  top:-7px!important;
  right:-7px!important;
  z-index:40!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  border-radius:50%!important;
  overflow:visible!important;
  clip-path:none!important;
  -webkit-clip-path:none!important;
  box-shadow:0 6px 16px rgba(0,0,0,.34)!important;
}
body.profile-page-avatar-final .profile-avatar-edit-target-final > .profile-avatar-pencil-final svg{
  width:15px!important;
  height:15px!important;
}
