.header {
  zoom: 1;
  position: relative;
  width: 100%;
  height: 13.5rem;
  min-height: 13.5rem;
  margin: 0 auto;
  color: #fff;
  box-shadow: 2px 4px 16px rgba(0,0,0,0.16);
  background-color: #00aeef;
  background-image: url("/themes/corpbase/img/header.png");
  background-position: center;
  background-repeat: no-repeat;
}
.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_logo {
  display: block;
  margin-left: 1rem;
}
.header_logo img {
  display: block;
}
.header_slogan {
  display: block;
  color: #0072a7 !important;
  font-size: 1.5rem;
  font-style: italic;
  margin-top: 1.25rem;
}
.header_contacts {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 500px;
  margin-right: 1rem;
}
.header_contactsItem {
  width: 225px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.25rem;
  line-height: 1.25;
  padding-left: 2.25rem;
}
.header_contactsItem:nth-child(3),
.header_contactsItem:nth-child(4) {
  margin-top: 0.5rem;
}
.header_contactsItem__phone {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.header_contactsItem__phone a {
  text-decoration: none !important;
}
.header_contactsItem a {
  text-decoration: underline;
  color: #fff !important;
}
.header_contactsItem a:hover {
  text-decoration: none;
}
.header_contactsItem__callback {
  text-decoration: none !important;
  font-size: 1.125rem;
}
.header_contactsItem__callback a {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  text-decoration: none !important;
  border-bottom: 1px dashed currentColor;
  line-height: 1;
  margin-left: auto;
}
.header_contactsItemTitle {
  font-family: 'Cuprum', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

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