.a-logo {
  position: relative;
}
.a-logo__text {
  position: absolute;
  font-family: MuseoSansCyrl, serif;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 0.75rem;
  letter-spacing: 0.15em;
  color: #40b93c;
  text-transform: uppercase;
  white-space: nowrap;
  right: 6px;
  bottom: -10px;
}
.a-logo__text:before {
  content: "";
  background: rgba(64, 185, 60, 0.5);
  height: 1px;
  width: 46px;
  display: block;
  margin: 0 0 2px auto;
}