/* Hide links to the retired FAQ section in copied navigation blocks. */
a[href*="/voprosotvet"],
a[href*="/page22432001.html"],
li:has(> a[href*="/voprosotvet"]),
li:has(> a[href*="/page22432001.html"]) {
  display: none !important;
}
