div.maudio .audio{height:0;overflow:hidden;display:none;}
div.maudio .audio-control{
  overflow:hidden;
  margin-top:10px;
  font-size: 12px;
  font-weight: normal;
}
div.maudio .audio-control a,
div.maudio .audio-control div{
  float:left;
  margin:0 5px;
  cursor:pointer;
}
div.maudio .audio-control a{
  display:block;
  background:url(../img/play.svg) no-repeat 0 0;
  width:30px;
  height:30px;
  text-align:center;
  text-decoration:none;
  overflow:hidden;
}
div.maudio .audio-control a.play{
  border-radius:50%;
  background-color:#00873a;
  background-position:10px 8px;
  border: none;
  background-size: 70px !important;
}
div.maudio.playing .audio-control a.play{
  background-position:11px -22px;
}
div.maudio .audio-control a.fast-reverse,
div.maudio .audio-control a.fast-forward{
  display: none;
  width:17px;
  height:17px;
  margin-top:7px;
  background-position:-50px 1px;
}
div.maudio .audio-control a.fast-reverse{
  background-position:-50px -59px;

}
div.maudio .audio-control a.fast-forward:hover{
  background-position:-50px -29px;
}
div.maudio .audio-control a.fast-reverse:hover{
  background-position:-50px -89px;
}

div.maudio .audio-control .progress-bar{
  width:145px;
  height:8px;
  margin:11px 5px;
  border-radius:3px;
  background:#afafaf;
  overflow:hidden;
}
div.maudio .audio-control .progress-pass{
  width:0;
  height:8px;
  margin:0;
  border-radius:3px;
  background:#00873a;
}
div.maudio .audio-control .time-keep{
  height:30px;
  line-height:30px;
  color:#45556c;
  cursor:default;
}
div.maudio .audio-control .mute{
  width:21px;
  height:17px;
  margin-top:7px;
  background-position:0 -60px !important;
}
div.maudio .audio-control .mute.muted{
  background-position:0 -90px !important;
}
div.maudio .audio-control .mute.muted + .volume-bar .volume-pass{
  background: #afafaf;
}
div.maudio .audio-control .volume-bar{
  width:50px;
  height:5px;
  margin-top:13px;
  border-radius:2px;
  background: #afafaf;
}
div.maudio .audio-control .volume-pass{
  width:100%;
  height:5px;
  margin:0;
  border-radius:2px;
  background:#00873a;
}












.block-audiofeedbacks .title span {
  display: inline;
  font-size: 3.75rem;
}
@media(max-width: 575px) {
  .block-audiofeedbacks .title span {
  display: inline;
  font-size: 2.8rem;
}
}
.block-audiofeedbacks {
background: white !important;
position: relative;
}
.block-audiofeedbacks .container {

}
.block-audiofeedbacks .container .block-audiofeedbacks__body {
max-width: 1000px;
margin: auto;
display: flex;
flex-wrap: wrap;


}
.block-audiofeedbacks .container .title {

}
.block-audiofeedbacks .container .audiofeedback__author {

}
.audiofeedback {
width: 50%;
padding: 30px;
box-sizing: border-box;
margin: auto;
max-width: 500px;
}
@media(max-width: 991px) {
  .audiofeedback {
      width: 100%;
  }
}
@media(max-width: 575px) {
  .audiofeedback {

  padding: 20px 0px;
  }
}
.audiofeedback__title {
font-weight: 700;
margin-bottom: 2px;
padding-left: 77px;
text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media(max-width: 575px) {
  .audiofeedback__title {
      padding-left: 0px;
  }
}
.audiofeedback__author {
margin-bottom: 2px;
padding-left: 77px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-weight: 400 !important;
}
@media(max-width: 575px) {
  .audiofeedback__author {
      padding-left: 0px;
      margin-bottom: 5px;
  }
}
.maudio {

}
.maudio audio {

}
.maudio .audio-control {
display: flex;
align-items: flex-start;
margin-top: -3px !important;

}
.maudio .audio-control .play {
width: 60px;
height: 60px;
background-position: center !important;
position: relative;
top: -37px;
flex-shrink: 0;
}
@media(max-width: 575px) {
  div.maudio .audio-control a.play {
      width: 30px;
      height: 30px;
      top: 0px;
      background-size: 35px !important;
  }
}
.maudio.playing .audio-control .play {
  background:url(../img/pause.svg) no-repeat 0 0;

}
@media(max-width: 575px) {
  .maudio.playing .audio-control .play {
  }
}

div.maudio .audio-control {
  overflow: visible;
}

div.maudio .audio-control .progress-bar {
width: 100%;
}
div.maudio .audio-control .time-keep {
flex-shrink: 0;
}
div.maudio .audio-control .mute {
flex-shrink: 0;
background: url(../img/audio_icon.png) no-repeat 0 0;
}
div.maudio .audio-control .volume-bar {
flex-shrink: 0;
}