.header {
  zoom: 1;
  position: relative;
  width: 100%;
  height: 492px;
  min-height: 492px;
  margin: 0 auto;
  background: url("/themes/comp1h/img/header.png") top center no-repeat;
}
.header:after,
.header:before {
  content: "";
  display: table;
}
.header:after {
  clear: both;
}
.header_content {
  padding-top: 72px;
  padding-left: 75px;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 1180px;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
}
.header_contacts {
  display: block;
  width: 320px;
  margin-left: 72px;
  margin-top: 28px;
}
.header_contactsItem {
  font-size: 1rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2.25rem;
  padding-top: 0.125rem;
}
.header_contactsItem:not(:last-child) {
  margin-bottom: 0.75rem;
}
.header_contactsItemTitle {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
.header_contactsItemValue {
  color: #373737;
}
.header_contactsItemValue.typography_a {
  color: #de6800;
}

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