/* BF101 — фиксированная кнопка слева снизу */
.uc-booking-fixed {
    position: fixed !important;
    left: 10px !important;
    bottom: 10px !important;
    z-index: 99999 !important;
}

/* BF502N — поверх всех элементов страницы */
.uc-booking-popup {
    position: relative !important;
    z-index: 999999 !important;
}