/* Не даем логотипу растягивать половину меню */
.t-menu-popover__leftwrapper{
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: auto !important;
}

/* Правая часть занимает остаток */
.t-menu-popover__rightwrapper{
    flex: 1 1 auto !important;
    display:flex !important;
    justify-content:flex-end !important;
    align-items:center !important;
    flex-wrap:nowrap !important;
    gap:14px !important;
    min-width:0 !important;
}

/* Сам контейнер */
.t-menu-popover__mainwrapper{
    display:flex !important;
    align-items:center !important;
}