
  document.addEventListener("DOMContentLoaded", function() {
    let tildaLabel = document.querySelector('div[data-tildа-sign]');
    if (tildaLabel) {
      tildaLabel.remove();
    }
  });

