.player{height:232px;text-align:center;background-color:rgba(0,0,0,.6);border-radius:10px}.player .song-title{font-size:16px;font-weight:400;color:#fff;padding:29px 0}@media(max-width: 600px){.player{height:auto}}.wrap-buttons{display:flex;justify-content:space-between;align-items:center;width:90%;margin:auto}.wrap-buttons__item{display:flex;align-items:center;justify-content:space-evenly;width:147px}.wrap-buttons__item img{cursor:pointer}.wrap-buttons__sound{display:flex;justify-content:space-between;align-items:center;width:147px}.wrap-buttons__sound img{cursor:pointer}.wrap-buttons__control{width:147px;display:flex}.wrap-buttons__control .repeat{margin-right:27px;margin-left:0}.wrap-buttons__control img{cursor:pointer;width:auto}.wrap-buttons .btn{cursor:pointer;padding:0 10px}@media(max-width: 600px){.wrap-buttons{flex-direction:column}.wrap-buttons__item{order:1;width:auto;padding:10px 0}.wrap-buttons__sound{order:3;padding:10px 0}.wrap-buttons__control{order:2;padding:10px 0}}.progress__container{width:92%;margin:40px auto}.progress__container .progress{width:98%;height:4px;cursor:pointer}.progress__container .range{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;overflow:hidden;height:5px}.progress__container .range::-webkit-slider-runnable-track{height:7px;background-color:#757575}.progress__container .range::-webkit-slider-thumb{background:#fff;cursor:pointer;width:15px;height:15px;border-radius:50%;-webkit-appearance:none;margin-top:-4px;box-shadow:-400px 0 0 400px #ff5900}.progress__container .range::-moz-range-track{height:5px;background-color:#757575}.progress__container .range::-moz-range-thumb{background:#fff;cursor:pointer;height:5px;border-radius:0;box-shadow:-400px 0px 0px 400px #ff5900;padding:0;margin:0}.wrap-buttons__item_line{display:flex;align-items:center}.wrap-buttons__item_line .volume{background-color:#fff;border-radius:5px;height:4px;max-width:116px}.wrap-buttons__item_line .range{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;overflow:hidden;height:5px}.wrap-buttons__item_line .range::-webkit-slider-runnable-track{height:7px;background-color:#757575}.wrap-buttons__item_line .range::-webkit-slider-thumb{background:#eaebee;cursor:pointer;width:13px;height:13px;-webkit-appearance:none;margin-top:-4px;box-shadow:-400px 0 0 400px #c3c6cf}.wrap-buttons__item_line .range::-moz-range-track{height:5px;background-color:#757575}.wrap-buttons__item_line .range::-moz-range-thumb{background:#eaebee;cursor:pointer;height:5px;border-radius:0;box-shadow:-400px 0 0 400px #c3c6cf;padding:0;margin:0}.song-time{display:flex;justify-content:space-between;padding:5px}.song-time span{color:#fff}.active path{fill:#757575}