.audio-list {
  list-style: none;
}
.audio-list__more .btn {
  padding-left: 50px;
  padding-right: 50px;
}
.audio-list__item.inner {
  margin-bottom: 31px;
}
.audio-list__description {
  color: #464650;
}
.audio-list__item .user-review__inner:before {
  background: url(/img/redesign/microphone.svg) no-repeat center center;
  background-size: contain;
}
.audio-player {
  max-width: 460px;
  position: relative;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-left: -13px;
}
.audio-player .control {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  text-align: center;
  color: #c2c2cd;
  text-decoration: none !important;
}
.audio-player .control:hover {
  color: #85859b;
}
.audio-player .volume {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  color: #c2c2cd;
  text-decoration: none !important;
}
.audio-player .volume:hover {
  color: #85859b;
}
.audio-player__timeline {
  position: absolute;
  top: 50%;
  left: 40px;
  right: 40px;
  height: 3px;
  margin-top: -2px;
  background: #c8c8cd;
  cursor: pointer;
}
.audio-player__timeline-range {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #6667D9;
}
.audio-player.active .control,
.audio-player.active .volume {
  color: #85859b;
}
.audio-player.active .control:hover,
.audio-player.active .volume:hover {
  color: #646475;
}
.audio-player.active .audio-player__timeline {
  background: #91919c;
}
.audio-block .section-title {
  margin: 17px 0;
}
.audio-block .title--lk {
  margin-bottom: 20px;
}
/*# sourceMappingURL=redesign-audio.css.map */