.user-profile-container.bigpopup .u-i-p-c-body-bc {
    position: relative;
}

.user-profile-container.bigpopup .profile-popup-subpage-root:not(:empty) {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    overflow: auto;
    box-sizing: border-box;
    background: inherit;
}
