/* Ширина суб-меню в хедере */
.t-menusub__menu {
    min-width:250px;
    text-align:left;
}

/* Позиционирование иконок корзины и личного кабинета */

/* Корзина: двигаем только саму плавающую иконку */
.t706__carticon {
    position: fixed !important;
    right: 20px !important;
    top: 80px !important;
    left: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 9999 !important;
}

/* Профиль */
.tlk-userbar {
    position: fixed !important;
    right: 20px !important;
    top: 175px !important;
    left: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 9999 !important;
}

/* На всякий случай убираем внутренние сдвиги */
.tlk-userbar__user,
.tlk-userbar__user-image,
.t706__carticon-wrapper {
    margin: 0 !important;
    transform: none !important;
}
