.uc-btn-fix {
    position: fixed !important;  /* фиксируем внизу экрана */
    bottom: 0 !important;
    left: 0;
    width: 100%; 
    z-index: 9999 !important; /* поверх всех блоков */
}

.t-body_popupshowed .uc-btn-fix {
    display: none !important; /* скрываем при открытии попапа */
}


