/* ПОЛИТИКА КОНФИДЕНЦИАЛЬНОСТИ в подвале (подсветка при ховере)*/
#rec2096372383 a,
#rec2096372383 .tn-atom{
  transition: color .3s ease, text-shadow .3s ease !important;
}

#rec2096372383 a:hover,
#rec2096372383 .tn-atom:hover{
  color: #F65626 !important;
  text-shadow:
    0 0 6px rgba(246, 86, 38, 0.35),
    0 0 12px rgba(246, 86, 38, 0.25),
    0 0 18px rgba(246, 86, 38, 0.18) !important;
}

------------

#rec2094819083 .t-btn,
#rec2094819233 button.t-submit {
  transition: color 0.3s ease, text-shadow 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

/* НОМЕР ТЕЛЕФОНА в шапке (подсветка при ховере)*/
#rec2094819073 a[href^="tel:"] {
  transition: color 0.3s ease, border-color 0.3s ease;
  color: inherit;
  text-decoration: none !important;
  border-bottom: 2px solid transparent;
}

#rec2094819073 a[href^="tel:"]:hover {
  color: #F65626 !important;
  border-bottom: 2px solid #ffffff;
}

/* ТЁМНАЯ верхняя кнопка (подсветка при наведении) */
#rec2094819083 .t-btn.t-btnflex_type_button2:hover {
  color: #F65626 !important;
  text-shadow:
    0 0 6px rgba(246, 86, 38, 0.35),
    0 0 12px rgba(246, 86, 38, 0.25),
    0 0 18px rgba(246, 86, 38, 0.18);
  box-shadow:
    0 0 10px rgba(246, 86, 38, 0.18),
    0 0 20px rgba(246, 86, 38, 0.10);
  filter: brightness(1.03);
}

/* ВЕРХНЯЯ оранжевая кнопка (подсветка при наведении)  */
#rec2094819083 .t-btn.t-btnflex_type_button:hover {
  color: #333333 !important;
  text-shadow:
    0 0 6px rgba(51, 51, 51, 0.28),
    0 0 12px rgba(51, 51, 51, 0.18),
    0 0 18px rgba(51, 51, 51, 0.10);
  box-shadow:
    0 0 10px rgba(246, 86, 38, 0.18),
    0 0 20px rgba(246, 86, 38, 0.10);
  filter: brightness(1.05);
}

/* НИЖНЯЯ одиночная оранжевая кнопка (подсветка при наведении)  */
#rec2094819233 button.t-submit:hover {
  color: #333333 !important;
  text-shadow:
    0 0 6px rgba(51, 51, 51, 0.28),
    0 0 12px rgba(51, 51, 51, 0.18),
    0 0 18px rgba(51, 51, 51, 0.10);
  box-shadow:
    0 0 10px rgba(246, 86, 38, 0.18),
    0 0 20px rgba(246, 86, 38, 0.10);
  filter: brightness(1.05);
}