/* Contact/social icons without bubble backgrounds. */

.contact_item {
  grid-template-columns: 24px 1fr;
  gap: 12px;
}

.contact_item i {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: transparent;
  color: var(--secondary-dark);
  font-size: var(--font-accent);
}

.contact_social {
  gap: 16px;
  align-items: center;
  margin-left: 17px;
}

.contact_social a {
  width: auto;
  height: auto;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 28.6px;
  line-height: 1;
}

.contact_section .form_container,
.contact_section .map_container {
  min-height: 310px;
}

.contact_section .map_container .map {
  min-height: 310px;
}

.contact_section .map_container iframe,
.contact_section .map_container ymaps {
  min-height: 310px !important;
}

.contact_social a:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  transform: translateY(-2px);
  opacity: .82;
}

.contact_social a[aria-label="ВКонтакте"]:hover { color: #4C75A3; }
.contact_social a[aria-label="Instagram"]:hover { color: #d357fe; }
.contact_social a[aria-label="Facebook"]:hover { color: #1877f2; }
.contact_social a[aria-label="WhatsApp"]:hover { color: #25D366; }
.contact_social a[aria-label="Telegram"]:hover { color: #229ED9; }
.contact_social a[aria-label="Viber"]:hover { color: #7360f2; }
