.header {
  zoom: 1;
  position: relative;
  width: 1220px;
  height: 448px;
  min-height: 448px;
  margin: 0 auto;
  background-color: #b7effd;
  background-image: url("/themes/comp1/img/header.png");
  background-position: center;
  background-repeat: no-repeat;
}
.header:after,
.header:before {
  content: "";
  display: table;
}
.header:after {
  clear: both;
}
.header_logo {
  position: absolute;
  left: 131px;
  top: 43px;
}
.header_contacts {
  position: absolute;
  left: 73px;
  top: 317px;
}
.header_contacts a {
  color: #005690;
}
.header_contacts a:hover {
  color: #5790ce;
}

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