.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: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  color: #8a8a8a;
}
.contacts__print .contacts_icon {
  fill: #000;
}
.contacts_icon__address {
  height: 1.25rem;
}

/*# sourceMappingURL=../maps/component/contacts.css.map */
