/* Фиксируем хэдер поверх всех страниц */
#rec1481022273 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999 !important;
  background: transparent !important; /* полностью прозрачный */
  box-shadow: none !important; /* без тени */
  backdrop-filter: none !important; /* без размытия */
}
  
/* убираем стандартный отступ под хэдером */
.t-records {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
