.mainMenu {
  zoom: 1;
  width: 100%;
  padding: 0 -webkit-calc((100% - 1180px)/2);
  padding: 0 calc((100% - 1180px)/2);
  margin: 0 auto;
  background: url("/themes/comp1/img/mainMenu.jpg"), -webkit-linear-gradient(top, #8c8c8c 0%, #5e605e 100%);
  background: url("/themes/comp1/img/mainMenu.jpg"), linear-gradient(to bottom, #8c8c8c 0%, #5e605e 100%);
}
.mainMenu:after,
.mainMenu:before {
  content: "";
  display: table;
}
.mainMenu:after {
  clear: both;
}
.mainMenu_firstLevel {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  width: 1180px;
  height: 61px;
  overflow: hidden;
}
.mainMenu_firstLevelItem {
  margin: 0;
  padding: 0;
  float: left;
  height: 61px;
}
.mainMenu_firstLevelItemLink {
  position: relative;
  display: block;
  padding: 0 16px;
  margin: 8px 0;
  color: #fff;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.117647058823529rem;
  font-weight: 400;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.95px;
}
.mainMenu_firstLevelItemLink:after {
  content: "•";
  position: absolute;
  right: -4px;
  top: 0;
  color: #b5b5b5;
  z-index: 1;
}
.mainMenu_firstLevelItemLink__last:after {
  content: "";
}
.mainMenu_firstLevelItemLink:hover:not(.mainMenu_firstLevelItemLink__section) {
  color: #cebde5;
}
.mainMenu_firstLevelItemLink__section {
  background-image: -webkit-linear-gradient(bottom, #6f5492 0%, #987ebb 100%);
  background-image: linear-gradient(to top, #6f5492 0%, #987ebb 100%);
}

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