.radio-fixed {
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 10001;
  width: 200px;
  padding: 5px 10px 30px;
  border-top: 4px solid #005bab;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
  background: #002546 url(../images/radio_note.png) 100% -5px no-repeat;
  background-size: 78px;
  color: #fff;
}
.radio-fixed__logo {
  float: left;
  width: 60px;
  margin: -20px 5px 10px 0;
  line-height: 0;
}
.rj-player-controls {
  margin: 0 8px;
  font-size: 1.1rem;
  line-height: 2.1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #002546;
  clear: both;
}
.jp-play,
.jp-pause {
  position: relative;
  display: block;
  padding: 0 0 0 32px;
  background: #fff;
}
.jp-play:before,
.jp-pause:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 11px;
  width: 10px;
  height: 12px;
  background: url(../images/radio_sprite.svg) -5px -4px no-repeat;
  background-size: 80px 20px;
}
.jp-pause:before {
  background-position: -24px -4px;
}
.jp-play-text {
  display: block;
  border-left: 2px solid #002546;
}
.jp-no-solution {
  display: none;
}


@media screen and (max-width: 1360px),
screen and (max-height: 1000px) {
  .radio-fixed {
    display: none;
  }
}
