.wrap-player{
  width: 100%;
  max-width: 600px;
  margin: 20px auto 25px;
  position: relative;
  overflow: hidden;
  height: 76px;
  display: flex;
  align-items: flex-end;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.player {
  background-color: #c09d52;
  background-image: linear-gradient(2deg, #c09d52, #d8cd96 49%, #c09d52 103%);
  display: flex;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  position: relative;
  box-shadow: -2px 0 7px 0 #fff, 1px 1px 3px 0 #02282f;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.left-player,
.right-player {
  flex: 1;
  max-width: 55px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.left-player,
.right-player,
.center-player {
  padding: 5px;
}

.left-player {
  padding-right: 0;
}

.right-player {
  padding-left: 0;
  /*border-bottom-right-radius: 8px;*/
  /*border-top-right-radius: 8px;*/
}

.center-player {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.inner-left-player,
.inner-center-player,
.inner-rigth-player {
  border: 1px dashed #565657;
  border-radius: 8px;
  flex: 1;
}

.inner-left-player,
.inner-rigth-player {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.player .inner-left-player .fa,
.player .inner-rigth-player .fa {
  font-size: 43px;
  cursor: pointer;
  transition: 0.1s;
  color: black;
}

.inner-rigth-player .fa {
  font-size: 35px;
}

.inner-left-player .fa:hover,
.inner-rigth-player .fa:hover {
  transform: scale(0.96);
}

.inner-center-player {
  display: flex;
  flex-direction: column;
}

.flare {
  position: absolute;
  top: 0;
  height: 60px;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg,
  rgba(255, 255, 255, 0.1),
  rgba(255, 255, 255, 0.4));
  animation: flareAnimation 2s linear;
}

@keyframes flareAnimation {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.center-player-top {
  flex: 2;
  padding: 7px 5px 2px;
}

.center-player-bottom {
  flex: 3;
  padding: 0 6px 0px;
  display: flex;
}

.scale-bar {
  width: 100%;
  background: #000;
  cursor: pointer;
  box-shadow: -1px 1px 1px #000;
}

.fill-scale-bar {
  background: #c8dbf5;
  width: 30%;
  position: relative;
}

.scale-bar,
.fill-scale-bar {
  height: 12px;
}

.left-bottom {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.right-bottom {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.player .fill-scale-info-block {
  position: absolute;
}

.player audio, .player [data-pause], .player [data-slash] {
  display: none;
}

.player [data-pause], .player [data-play], .player [data-scale], .player [data-inner-scale] {
  cursor: pointer;
}

.player [data-inner-scale] {
  width: 0;
  position: relative;
}

.player .float-timer-block {
  position: absolute;
  display: none;
}

.player .scale-info-block {
  position: absolute;
  background: #000;
  border: 1px solid #d7dbdc;
  height: 18px;
  width: 40px;
  font-size: 12px;
  color: #fff;
  top: -29px;
  left: 0;
  z-index: 2;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scale-info-triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #d7dbdc;
  position: absolute;
  top: -14px;
  left: 15px;
}


.volume {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.volume i {
  font-size: 26px;
  color: #000;
  margin-right: 1px;
}

.volume-elements {
  display: flex;
  align-items: center;
  width: 120px;
}

.volume-item {
  width: 2px;
  margin-left: 2px;
}

.volume-item,
.volume-elements {
  height: 18px;
}

.volume-cover {
  position: absolute;
  height: 18px;
  width: 133px;
  display: flex;
}

.volume-cover-left {
  flex: 1;
  max-width: 12px;
  position: relative;
}

.volume-cover-right {
  flex: 1;
}

.slash {
  position: relative;
  transform: rotate(-115deg);
  top: 8px;
  left: -4px;
  height: 2px;
  width: 21px;
  background: rgb(221, 65, 65);
}

@media (max-width: 900px) {
  .player {
    overflow: hidden;
  }
  .wrap-player{
    height: fit-content;
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {

  .player .left-player,
  .player .right-player {
    max-width: 45px;
  }

  .player .inner-left-player .fa,
  .player .inner-rigth-player .fa {
    font-size: 35px;
  }

  .player .inner-rigth-player .fa {
    font-size: 30px;
  }

  .player .left-player,
  .player .right-player,
  .player .center-player {
    padding: 3px;
  }

  .player,
  .flare {
    height: 57px;
  }
}

@media (max-width: 360px) {

  .player .left-player,
  .player .right-player {
    max-width: 40px;
  }

  .player .inner-left-player .fa,
  .player .inner-rigth-player .fa {
    font-size: 30px;
  }

  .player .inner-rigth-player .fa {
    font-size: 25px;
  }

  .player,
  .flare {
    height: 49px;
  }

  .center-player-top {
    padding: 4px 4px 1px;
  }

  .inner-left-player,
  .inner-center-player,
  .inner-rigth-player {
    border-radius: 5px;
  }

  .scale-bar,
  .fill-scale-bar {
    height: 10px;
  }

  .left-bottom {
    font-size: 14px;
  }

  .volume-elements {
    width: 90px;
  }

  .volume-cover {
    width: 103px;
  }

  .volume-item {
    width: 1px;
  }

  .volume-elements {
    height: 16px;
  }

  .left-bottom {
    font-size: 13px;
  }

  .volume {
    font-size: 24px;
  }
}

@media (max-width: 320px) {
  .left-player {
    padding-right: 1px;
  }

  .right-player {
    padding-left: 1px;
  }

  .left-player,
  .right-player {
    max-width: 34px;
  }

  .player .inner-left-player .fa {
    font-size: 26px;
  }

  .audio-block {
    padding-left: 3px;
    padding: 3px;
  }

  .player {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .video-bottom .player {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .center-player-bottom {
    padding: 0 6px 0px 4px;
  }
}