 html { scrollbar-color: #000000 #ffffff; scrollbar-width: thin; } html::-webkit-scrollbar { width: 19px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #ffffff !important; } html::-webkit-scrollbar-thumb:hover { background: #3d3d3d !important; } html::-webkit-scrollbar-thumb { background: #000000 !important; border: 0px solid #ffffff !important; -webkit-border-radius: 0px !important;  box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);  } 
/* Фиксируем панель BF906 на мобильных */
@media (max-width: 980px) {
  #rec2112755951 {
    position: fixed !important;
    Bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 100050; /* при необходимости увеличьте */
  }
  .t-records {
    transition: padding-bottom .2s ease;
  }
}