
    /* Фиксируем группу с кнопками у низа экрана на мобильных */
@media screen and (max-width: 640px) {
  .uc-menu-card .tn-group[data-group-id="1766646499179000001"] {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 70px !important;                 /* твой отступ от низа */
    top: auto !important;
    margin: 0 auto !important;
    transform: none !important;              /* убираем сдвиги Zero */
    z-index: 9999;                           /* поверх контента */
  }
}
    
</style>