 
t-tildalаbеl. {
    display: none!important;
}
.t-tildalаbеl__wrapper {
    display: none!important;
}

.uc-fixedbutton {
    position: fixed;
    bottom: 10px;
    width: 100%;
    z-index: 1000;
}

.VideoPlayerEmbed__button:hover {
    display: none;
}

.VideoPlayerEmbed__button {
    display: none;
}
    

/* Скрытие Zero Block с формой по ID */
#rec1395675571 {
  position: absolute;  /* Скрываем элемент, но сохраняем в документе */
  width: 0;            /* Обнуляем ширину */
  height: 0;           /* Обнуляем высоту */
  opacity: 0;          /* Делаем элемент невидимым */
  pointer-events: none; /* Отключаем взаимодействие с элементом */
  z-index: -1;         /* Чтобы элемент не перекрывал другие элементы */
}

/* Скрытие количества записанных в лист ожидания */
p.waint-list_rz {
    display: none;
}