.footer {
  width: 100%;
  min-width: 1222px;
  background: #1252b0;
  font-weight: 300;
  color: #fff;
}
.footer_bg {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1222px;
  min-width: 1222px;
  padding: 45px -webkit-calc((1222px - 1180px)/2) 40px;
  padding: 45px calc((1222px - 1180px)/2) 40px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_left {
  max-width: 260px;
}
.footer_center {
  max-width: 380px;
}
.footer_right {
  max-width: 280px;
}
.footer_sitemap {
  margin-bottom: 16px;
}
.footer_copyright {
  margin-bottom: 4px;
}
.footer a {
  color: #bde1ff;
}
.footer a:hover {
  color: #e8eff7;
}
a.footer_totallyNotALink {
  color: inherit;
}
a.footer_totallyNotALink:hover {
  color: inherit;
}
a.footer_totallyNotALink > span {
  color: #bde1ff;
}
a.footer_totallyNotALink:hover > span {
  color: #e8eff7;
}

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