.v2__site-header__user-panel__city-selector {
    position: absolute;
    right:0;
    top: 100%;
}

.v2__site-header__city-selector {
    overflow: hidden;

    max-width: 16em; /* Александровск-Сахалинский */
    padding: 1em 1em 1em 1.5em;

    white-space: nowrap;
    text-overflow: ellipsis;

    background-image: url('/assets/website/svg/v2/ico_city_grey.svg');
    background-repeat: no-repeat;
    background-position: -0.5em center;
    background-size: 2em 100%;

    line-height: 1;
}
