.gc-restyled-audio .jp-video {
  all: unset;
  --gc-audio-player-font-size: 16px;
  --gc-audio-player-bg: #F2F2F2;
  --gc-audio-player-main-color: #00B881;
  --gc-audio-player-text-color: #000000;
  --gc-audio-player-text-color-secondary: rgba(0, 0, 0, 0.35);
  --gc-audio-player-border: rgba(0, 0, 0, 0.35);
  --gc-audio-player-border-radius: 12px;
  --gc-audio-player-padding: 24px 24px 16px;
  --gc-audio-player-progress-bg: rgba(0, 0, 0, 0.05);
  --gc-audio-player-progress-height: 4px;
  --gc-audio-player-progress-border-radius: 4px;
  --gc-audio-player-btn-play: url("https://fs.getcourse.ru/fileservice/file/download/a/89365/sc/400/h/bbe4cae96ebbf7685e86d7e274f213bd.svg") center / auto no-repeat, transparent;
  --gc-audio-player-btn-stop: url("https://fs.getcourse.ru/fileservice/file/download/a/89365/sc/451/h/5befc5ce3b5c064bdd32abeb31caa341.svg") center / auto no-repeat, transparent;
  --gc-audio-player-btn-pause: url("https://fs.getcourse.ru/fileservice/file/download/a/89365/sc/330/h/fe3bd6e0cc0b69a6544f488304afbba3.svg") center / auto no-repeat, transparent;
  --gc-audio-player-btn-volum-max: url("https://fs.getcourse.ru/fileservice/file/download/a/89365/sc/480/h/981921d3c23450eb2459c49f7b386708.svg") center / auto no-repeat, transparent;
  --gc-audio-player-btn-repeat: url("https://fs.getcourse.ru/fileservice/file/download/a/89365/sc/55/h/ff499028a1734e512d40dc9a544066f6.svg") center / auto no-repeat, transparent;
  --gc-audio-player-btn-volum-min: url("https://fs.getcourse.ru/fileservice/file/download/a/89365/sc/327/h/42e6acae6deda30fc0d01bf9816f2249.svg") center / auto no-repeat, transparent;
  --gc-audio-player-btn-mute: url("https://fs.getcourse.ru/fileservice/file/download/a/89365/sc/209/h/651eeaf42d78044f449f59e93d3da0d7.svg") center / auto no-repeat, transparent;
  --gc-audio-player-btn-opacity: 0.35;
}
.gc-restyled-audio .jp-gui {
  border-radius: var(--gc-audio-player-border-radius) var(--gc-audio-player-border-radius) 0 0;
  background: var(--gc-audio-player-bg);
  padding: var(--gc-audio-player-padding);
  position: relative;
}
.gc-restyled-audio .jp-gui .jp-interface {
  all: unset;
  display: block;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-seek-bar, .gc-restyled-audio .jp-gui .jp-interface .jp-progress, .gc-restyled-audio .jp-gui .jp-interface .jp-volume-bar {
  overflow: visible !important;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-progress,
.gc-restyled-audio .jp-gui .jp-interface .jp-volume-bar {
  border-radius: var(--gc-audio-player-progress-border-radius);
  height: var(--gc-audio-player-progress-height);
  background: var(--gc-audio-player-progress-bg);
  cursor: pointer;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-progress {
  border: 0 !important;
  margin-bottom: 7px;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-progress .jp-seek-bar {
  background: none;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-play-bar,
.gc-restyled-audio .jp-gui .jp-interface .jp-volume-bar-value {
  border-radius: var(--gc-audio-player-progress-border-radius);
  height: var(--gc-audio-player-progress-height);
  background: var(--gc-audio-player-main-color);
  position: relative;
  overflow: visible !important;
  cursor: pointer;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-play-bar:before,
.gc-restyled-audio .jp-gui .jp-interface .jp-volume-bar-value::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--gc-audio-player-main-color);
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
  overflow: visible !important;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-current-time,
.gc-restyled-audio .jp-gui .jp-interface .jp-duration {
  color: var(--gc-audio-player-text-color-secondary);
  font-size: var(--gc-audio-player-font-size);
  font-weight: 400;
  line-height: 1.3;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-current-time {
  float: left;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-duration {
  float: right;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder {
  display: flex;
  margin: 36px 0 0 0 !important;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls,
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-controls {
  flex: 0 1 33%;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls {
  display: flex !important;
  align-items: center;
  grid-gap: 4px;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls button, .gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls .jp-volume-bar {
  position: unset;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls .jp-mute {
  margin-left: -8px;
  background: var(--gc-audio-player-btn-volum-min);
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls .jp-mute:focus {
  background: var(--gc-audio-player-btn-volum-min);
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls .jp-volume-max {
  background: var(--gc-audio-player-btn-volum-max);
  order: 2;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls .jp-volume-max:focus {
  background: var(--gc-audio-player-btn-volum-max);
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls .jp-volume-bar {
  max-width: 60%;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  order: 1;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-toggles {
  flex: 1;
  justify-content: flex-end;
  margin: 0;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-toggles .jp-full-screen {
  background: var(--gc-audio-player-btn-full-screen);
  display: none;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-toggles .jp-shuffle {
  background: var(--gc-audio-player-btn-shuffle);
  display: none;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-toggles .jp-repeat, .gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-toggles .jp-repeat:focus {
  background: var(--gc-audio-player-btn-repeat);
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-controls {
  justify-content: center;
  margin: 0;
  background: 0;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-controls .jp-previous {
  background: var(--gc-audio-player-btn-previous);
  display: none;
}
.gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-controls .jp-next {
  background: var(--gc-audio-player-btn-next);
  display: none;
}
.gc-restyled-audio .jp-type-playlist {
  all: unset;
}
.gc-restyled-audio .jp-type-playlist .jp-playlist {
  font-size: 14px;
  border-radius: 0 0 var(--gc-audio-player-border-radius) var(--gc-audio-player-border-radius);
  background: var(--gc-audio-player-bg);
  border-top: 1px solid var(--gc-audio-player-border);
  padding: 12px 24px;
  position: relative;
}
.gc-restyled-audio .jp-type-playlist .jp-playlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gc-restyled-audio .jp-type-playlist .jp-playlist a {
  color: var(--gc-audio-player-text-color);
  text-decoration: none;
  outline: 0;
}
.gc-restyled-audio .jp-type-playlist .jp-playlist .jp-playlist-current {
  all: unset;
  font-size: 14px;
}
.gc-restyled-audio .jp-type-playlist .jp-playlist .jp-playlist-current .jp-playlist-item.jp-playlist-current {
  font-weight: 600;
  color: var(--gc-audio-player-main-color);
  text-decoration: none;
}
.gc-restyled-audio .jp-controls,
.gc-restyled-audio .jp-toggles {
  display: flex !important;
  align-items: center;
  grid-gap: 8px;
}
.gc-restyled-audio .jp-play,
.gc-restyled-audio .jp-stop,
.gc-restyled-audio .jp-mute,
.gc-restyled-audio .jp-repeat,
.gc-restyled-audio .jp-shuffle,
.gc-restyled-audio .jp-volume-max,
.gc-restyled-audio .jp-previous,
.gc-restyled-audio .jp-next {
  font-size: 0;
  border: none;
  width: 44px;
  height: 44px;
  padding: 0;
}
.gc-restyled-audio .jp-repeat,
.gc-restyled-audio .jp-shuffle,
.gc-restyled-audio .jp-full-screen {
  font-size: 0;
  border: none;
  width: 36px;
  height: 36px;
  padding: 0;
  opacity: var(--gc-audio-player-btn-opacity);
}
.gc-restyled-audio .jp-state-looped .jp-repeat {
  opacity: 1;
}
.gc-restyled-audio .jp-play {
  background: var(--gc-audio-player-btn-play) !important;
}
.gc-restyled-audio .jp-state-playing .jp-play {
  background: var(--gc-audio-player-btn-pause) !important;
}
.gc-restyled-audio .jp-stop {
  background: var(--gc-audio-player-btn-stop) !important;
}
.gc-restyled-audio .jp-state-muted .jp-mute {
  background: var(--gc-audio-player-btn-mute) !important;
}
.gc-restyled-audio .jp-state-muted .jp-volume-max {
  opacity: var(--gc-audio-player-btn-opacity);
}
.gc-restyled-audio .jp-speeding {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  padding: 0;
  margin: 0;
}
.gc-restyled-audio .jp-speeding li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gc-restyled-audio .jp-speeding li:last-child {
  width: 26px;
  justify-content: flex-end;
}
.gc-restyled-audio .jp-speeding li a {
  color: var(--gc-audio-player-text-color);
  text-decoration: none;
  outline: 0;
}
.gc-restyled-audio .jp-speeding li a:hover, .gc-restyled-audio .jp-speeding li a.selected {
  color: var(--gc-audio-player-main-color);
  text-decoration: none;
}

@media (min-width: 641px) {
  .gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-mute, .gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-max, .gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-bar, .gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-bar .jp-volume-bar-value {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls {
    flex: 0;
  }
  .gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls .jp-mute {
    display: block !important;
    background: var(--gc-audio-player-btn-volum-max);
  }
  .gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls .jp-volume-max,
  .gc-restyled-audio .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls .jp-volume-bar {
    display: none !important;
  }
  .gc-restyled-audio .jp-speeding {
    font-size: 16px;
  }
  .gc-restyled-audio .jp-speeding li {
    width: 30px;
  }
  .gc-restyled-audio .jp-speeding li:last-child {
    width: 23px;
    justify-content: flex-end;
  }
}

/*# sourceMappingURL=jplayer.gc.adapter.css.map */
