.user-profile-container.bigpopup .u-i-p-c-body-bc {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
}

.user-profile-container.bigpopup .u-i-profile-page-container {
    flex: 0 0 314px;
    width: 314px;
    min-width: 314px;
    max-width: 314px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.user-profile-container.bigpopup .u-i-profile-page-bc,
.user-profile-container.bigpopup .u-i-profile-page-content {
    max-width: 100%;
    box-sizing: border-box;
}

.user-profile-container.bigpopup .profile-popup-subpage-root {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.user-profile-container.bigpopup .profile-popup-subpage-root:empty {
    display: none;
}

.user-profile-container.bigpopup .profile-popup-subpage-root:not(:empty) {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    z-index: 1;
    overflow: auto;
    box-sizing: border-box;
    background: inherit;
}

.user-profile-container.bigpopup .u-i-p-c-body-bc > .my-profile-info-block,
.user-profile-container.bigpopup .u-i-p-c-body-bc > .dep-w-info-bc,
.user-profile-container.bigpopup .u-i-p-c-body-bc > .u-i-e-p-p-content-bc {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    position: relative;
    z-index: 1;
}

.user-profile-container.bigpopup .profile-popup-subpage-root:not(:empty) .dep-w-info-bc,
.user-profile-container.bigpopup .profile-popup-subpage-root:not(:empty) .u-i-e-p-p-content-bc,
.user-profile-container.bigpopup .profile-popup-subpage-root:not(:empty) .my-profile-info-block {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.user-profile-container.bigpopup .u-i-p-c-body-bc > .u-i-e-p-p-content-bc.profilepage {
    position: relative;
    z-index: 1;
}

.user-profile-container.bigpopup .u-i-p-c-body-bc .historyList-bc .historyListEl {
    margin-top: 0;
}

.user-profile-container.bigpopup .my-profile-info-block.history-page {
    position: relative;
    z-index: 1;
}

.user-profile-container.bigpopup .my-profile-info-block.history-page .u-i-e-p-p-content-bc {
    padding-top: 0;
}

body > .swal-overlay,
html body .swal-overlay {
    z-index: 2147483000 !important;
    position: fixed !important;
}

body > .swal-overlay .swal-modal,
html body .swal-overlay .swal-modal {
    z-index: 2147483001 !important;
    position: relative !important;
}
