/**
 * Place your custom styles here.
 */
.breadcrumb { margin-bottom: 0;margin-top: -15px; }
#block-contacts .messenger-item .fa { font-size: 32px; }
#block-contacts .messenger-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.telegram-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* Отступ между иконкой и текстом */
  text-decoration: none;
  color: #2AABEE;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px; /* Размер круга */
  height: 24px;
  background-color: #fff; /* Белый фон */
  border-radius: 50%; /* Делаем круг */
  padding: 4px; /* Отступ внутри круга */
}

.icon-circle i {
  font-size: 16px; /* Размер иконки */
  color: #0088cc; /* Цвет иконки Telegram (опционально) */
}
