Как отключить функцию «Hot»?

I think you can hide them with CSS

span.hc-topic-card__status.--hot {
  display: none;
}
2 лайка