#sound.single .main_block .main_title mark {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.125em 0.5em;
  border-radius: 0.25em;
  font-size: 0.6em;
}
#sound.single .main_block .main_title mark::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: -1px auto auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0.5em 0;
  border-color: #43abea transparent;
}
@media screen and (max-width: 599px) {
  #sound .sound_block {
    left: 50%;
    max-width: 100vw;
    translate: -50% 0;
  }
}
/*# sourceMappingURL=sound.css.map */