.header {
  zoom: 1;
  position: relative;
  width: 100%;
  height: 7rem;
  min-height: 7rem;
  margin: 0 auto;
  color: #fff;
  box-shadow: 2px 4px 16px rgba(0,0,0,0.16);
}
.header:after,
.header:before {
  content: "";
  display: table;
}
.header:after {
  clear: both;
}
.header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 100%;
  width: 1136px;
  margin: 0 auto;
}
.header_contactsBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_callback {
  margin-right: 4rem;
}
.header_phone {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #101212;
}
.header_phoneIcon {
  width: 2rem;
  height: 2rem;
  vertical-align: bottom;
}

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