h1 {
  font-family: EuclidFlex, sans-serif;
  font-weight: 400;
}
.author-rm-2 {
  padding-top: 15px;
}
.lenta-menu {
  position: relative;
  margin: 15px 0 7px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.lenta-menu li {
  float: left;
  display: inline-block;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 5px;
}
.lenta-menu a {
  display: block;
  padding: 4px 0 2px 0;
  border: none;
  border-bottom: 2px solid #ededed;
  background: transparent;
  color: #727272;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.lenta-menu a:hover {
  color: #000;
  border-bottom-color: #fe0002;
}
@media (min-width: 1400px) {
  .lenta-menu li {
    margin-right: 30px;
  }
}
/*# sourceMappingURL=lenta.css.map */