.b-navigation {
  height: inherit;
}
.b-navigation__item {
  display: inline-block;
  height: inherit;
  margin-right: -4px;
  line-height: inherit;
}
.b-navigation__item > a {
  position: relative;
  display: block;
  height: inherit;
  padding: 0 20px;
  font-weight: 700;
  color: #C4CBCC;
  text-transform: uppercase;
}
.b-navigation__item > a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  content: "";
  background-color: #212526;
  transition: height 0.3s ease;
}
.b-navigation__item > a:hover, .b-navigation__item > a:focus, .b-navigation__item > a:active {
  color: #FDB13F;
  text-decoration: none;
}
.b-navigation__item > a:hover::after, .b-navigation__item > a:focus::after, .b-navigation__item > a:active::after {
  height: 100%;
}
.b-navigation__item > a.active {
  color: #6EBB25;
}
.b-navigation__item--icon > a {
  padding: 0 22px !important;
  font-size: 17px !important;
}
.b-navigation__item--active > a {
  background-color: #212526;
}
.b-navigation__item--submenu {
  position: relative;
}
.b-navigation__item-text {
  position: relative;
  z-index: 102;
}

@media (max-width: 970px) {
  .b-navigation {
    height: auto;
  }
  .b-navigation__item {
    display: block;
    padding: 0 2%;
  }
  .b-navigation__item a {
    text-align: left;
    position: static;
    padding: 0;
    font-weight: 700;
    color: #C4CBCC;
    text-transform: uppercase;
  }
  .b-navigation__item a::after {
    display: none;
  }
  .b-navigation__item a:hover {
    color: #FDB13F;
    text-decoration: none;
  }
  .b-navigation__item-text {
    position: static;
  }
}
@media (min-width: 970px) and (max-width: 1170px) {
  .b-navigation__item a {
    padding: 0 15px;
  }
}
@media (max-width: 1170px) {
  .b-navigation__item a {
    font-size: 15px;
  }
}
/*# sourceMappingURL=navigation.css.map */
