.contacts__footer {
  margin-bottom: 1rem;
}
.contacts:not(.contacts__footer) {
  margin: 2rem 0 0;
}
.contacts_header {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 2rem;
}
.contacts_item {
  position: relative;
  display: block;
  padding-left: 1.5rem;
}
.contacts_item:not(:last-child) {
  margin-bottom: 1rem;
}
.contacts_icon {
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  color: #00bbfe;
}
.contacts_icon__address {
  height: 1.25rem;
}

