.tabs_nav {
  border-bottom: 1px solid #000;
}
.tabs_nav > div {
  position: relative;
  padding: 25px 10px;
  font-size: 1.2em;
  font-weight: 400;
}
.tabs_nav > div .icon {
  display: none;
  position: absolute;
  right: 50%;
  bottom: 0;
  height: 20px;
  width: 20px;
  transform: translate(50%, 0);
}
.tabs_nav > div .icon use {
  fill: #b0063a;
}
.tabs_nav > div.active {
  color: #b0063a;
}
.tabs_nav > div.active .icon {
  display: block;
}
.tabs_nav > div:hover, .tabs_nav > div:focus {
  cursor: pointer;
}
.tabs_nav.labels .item {
  margin: 0 auto;
}
.tabs_nav.labels .item:hover, .tabs_nav.labels .item:focus {
  cursor: pointer;
}

/*# sourceMappingURL=tabs.css.map */
