@media screen and (max-width: 500px) {
.i-mobile-header .i-user-settings,
.i-mobile-header {
    display: flex !important;
}
}
.i-mobile-header {
    display: none;
    margin-bottom: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: -16px;
    justify-content: space-between;
    align-items: center;
    z-index: 10000;
    position: relative;
}
.i-mobile-header .i-user-settings {
    list-style-type: none;
    align-items: center;
    gap: 8px;
    margin-bottom: 0 !important;
}
.i-mobile-header .popup-menu {
    left: auto;
    right: 0;
    top: 56px;
    bottom: auto;
}
.a-go-home {
    background: none !important;
    margin-right: 20px;
}