.header {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  padding: 1.5rem 1rem;
  width: 100%;
  margin: 3rem 0 0;
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(94,94,94,0.4);
  background-image: url("/themes/mobileext/img/header.png");
}
.header_logo {
  margin-bottom: 0.5rem;
  font-size: 0;
}
.header_phone {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}
.header_iconPhone {
  width: 1rem;
  height: 1rem;
  fill: #727272;
  margin-right: 0.5rem;
}

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