.contacts__content {
  margin: 2rem 0 0;
  font-size: 1.125rem;
}
.contacts_header {
  margin-top: 0;
  line-height: 1;
  color: #fff;
}
.contacts_item__content {
  position: relative;
  display: block;
  padding-left: 3rem;
}
.contacts_item__content:not(:last-child) {
  margin-bottom: 1rem;
}
.contacts_item__address br {
  display: none;
}
.footer .contacts_item__address {
  text-decoration: underline;
}
.contacts_item__footerStandard {
  width: -webkit-calc(1136px / 4);
  width: calc(1136px / 4);
  margin-right: 1.5rem;
}
.contacts_item__footerComplete {
  margin-bottom: 0.5rem;
}
.contacts_item__footerLight,
.contacts_item__footerComplete {
  display: block;
  font-size: 1.25rem;
}
.contacts_item__footerLight.contacts_item__phone,
.contacts_item__footerComplete.contacts_item__phone {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.125rem;
  text-decoration: none !important;
}
.contacts_icon {
  width: 2rem;
  height: 2rem;
}
.contacts_icon__header {
  width: auto;
  height: auto;
  margin-top: 0.375rem;
  position: absolute;
  top: 0;
  left: 0;
}
.contacts_icon__footerStandard {
  display: block;
  margin-bottom: 1rem;
  fill: #a6bab7;
}
.contacts_icon__footerComplete {
  fill: #fff;
  vertical-align: bottom;
}
.contacts_icon__content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #0072a7;
  color: #0072a7;
}
.contacts__print .contacts {
  fill: #000;
}

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