.mainMenu {
  zoom: 1;
  width: 1220px;
  padding: 0 -webkit-calc((1220px - 1180px)/2);
  padding: 0 calc((1220px - 1180px)/2);
  margin: 0 auto;
  background: #004977;
}
.mainMenu:after,
.mainMenu:before {
  content: "";
  display: table;
}
.mainMenu:after {
  clear: both;
}
.mainMenu_firstLevel {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
.mainMenu_firstLevelItem {
  margin: 0;
  padding: 0;
  float: left;
  height: 56px;
}
.mainMenu_firstLevelItemLink {
  display: block;
  padding: 0 16px;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  position: relative;
}
.mainMenu_firstLevelItemLink:after {
  display: block;
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mainMenu_firstLevelItemLink:hover:after {
  content: "";
  background: #4380ba;
}
.mainMenu_firstLevelItemLink__section:not(:hover) {
  color: #ffcc42;
}
.mainMenu_firstLevelItemLink__section:not(:hover):after {
  content: "";
  background: #ffcc42;
}

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