/* PUBLIC_SAFE_MODE_CLEANUP_20260703 */
/* Hide chat bot widget temporarily */
.chat-widget,
.chatbot-widget,
.chat-bot-widget,
.chat-launcher,
.chatbot-launcher,
.chat-assistant,
.logoped-chat,
#chat-widget,
#chatBotWidget,
#logoped-chat-widget,
.site-chat-widget,
.floating-chat,
.floating-chatbot,
.chatbot-button {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Hide public navigation sections temporarily */
header a[href="/contacts"], header a[href="/reviews"],
header a[href$="/contacts"], header a[href$="/reviews"],
.site-header a[href="/contacts"], .site-header a[href="/reviews"],
.site-header a[href$="/contacts"], .site-header a[href$="/reviews"],
.main-nav a[href="/contacts"], .main-nav a[href="/reviews"],
.main-nav a[href$="/contacts"], .main-nav a[href$="/reviews"],
.mobile-menu a[href="/contacts"], .mobile-menu a[href="/reviews"],
.mobile-menu a[href$="/contacts"], .mobile-menu a[href$="/reviews"] {
  display: none !important;
}

/* Desktop header: remove phone next to CTA. Keep mobile bottom "Позвонить" untouched. */
@media (min-width: 860px) {
  header a[href^="tel:"],
  .site-header a[href^="tel:"],
  .main-header a[href^="tel:"],
  .topbar a[href^="tel:"],
  .header-phone,
  .site-phone,
  .nav-phone {
    display: none !important;
  }
}

/* If child data legal text accidentally appears as a public content block, hide it outside legal pages via JS too. */
.temporary-hidden-child-data-block {
  display: none !important;
}
/* END PUBLIC_SAFE_MODE_CLEANUP_20260703 */
