/* === Ховер для .point — если есть  внутри */
.point a:hover {
  color: #1C75BC !important;
  transition: color 0.3s ease;
}

/* === Ховер для .point — если  нет, но текст внутри .tn-atom */
.point:hover .tn-atom {
  color: #1C75BC !important;
  transition: color 0.3s ease;
}

/* === Ховер для .phone — если есть  */
.phone a:hover {
  color: #384267 !important;
  transition: color 0.3s ease;
}

/* === Ховер для .phone — если  нет */
.phone:hover .tn-atom {
  color: #384267 !important;
  transition: color 0.3s ease;
}

/* === Ховер: увеличение иконок соцсетей */
.t-sociallinks__item a .t-sociallinks__svg {
  transition: transform 0.3s ease;
}
.t-sociallinks__item a:hover .t-sociallinks__svg {
  transform: scale(1.05);
}

/* === Ховер для номера телефона в меню */
.t450__right_descr a:hover span {
  color: #384267 !important;
  transition: color 0.3s ease;
}