/* Стили для страницы контактов */
.telegram-link:hover {
  background: #178dcf !important;
  color: #fff !important;
  transform: scale(1.06);
  box-shadow: 0 4px 16px #b6e6fa, 0 2px 8px #229ed9;
  text-decoration: none;
}
.d-flex.flex-wrap.align-items-center.justify-content-center.mb-4.gap-3.gap-md-4 > a,
.d-flex.flex-wrap.align-items-center.justify-content-center.mb-4.gap-3.gap-md-4 > span {
  margin-bottom: 8px;
}
.phone-link:hover {
  background: #f6ffd9 !important;
  color: #b6d300 !important;
  transform: scale(1.06);
  box-shadow: 0 4px 16px #e6f7b0, 0 2px 8px #b6d300;
  text-decoration: none;
}
