 (function(w,d,u){ var s=d.createElement('script');s.async=true;s.src=u+'?'+(Date.now()/60000|0); var h=d.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h); })(window,document,'https://cdn-ru.bitrix24.ru/b19015814/crm/tag/call.tracker.js'); 

/* 1. Скрываем лишние телефоны Bitrix вверху */
body > a[href^="tel"],
body > span a[href^="tel"],
body > div a[href^="tel"] {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* 2. Стили для телефона */
.phone-wrapper {
  display: inline;
  font-weight: bold;
}

/* По умолчанию — показываем текст, скрываем ссылку */
.bitrix-tel {
  display: none;
  text-decoration: none;
  color: inherit;
}

.tel-desktop-text {
  display: inline;
  pointer-events: none;
  user-select: text;
  cursor: default;
}

/* На мобильных — скрываем текст, включаем ссылку */
@media screen and (max-width: 768px) {
  .bitrix-tel {
    display: inline !important;
  }
  .tel-desktop-text {
    display: none !important;
  }
}


