html{-webkit-box-sizing:border-box;box-sizing:border-box}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}body{min-height:100vh;background:#F2F2F2;font-family:Arial, sans-serif;font-size:16px;color:#0F1E36}button,input{font-family:inherit}button{cursor:pointer}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit}ul{list-style:none;padding:0;margin:0}h1,h2,h3,p{padding:0;margin:0}main{padding-bottom:100px}.temp{height:60%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.container{min-width:900px;margin:0 auto}@media (max-width: 1024px){.container{max-width:550px;min-width:auto}}@media (max-width: 650px){.container{max-width:300px;min-width:auto}}.header{padding-top:30px;text-align:center;margin-bottom:50px}.player{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:50px}.player-btn{width:140px;height:30px;padding:0;font-size:13px;font-weight:700;line-height:2;margin:0;cursor:pointer;border-bottom:2px solid #000}@media (max-width: 650px){.player-btn{max-width:100px;min-width:auto}}.player-video.active{border-top:2px solid #F51E38;border-right:2px solid #F51E38;border-bottom:2px solid transparent}.player-audio.active{border-top:2px solid #F51E38;border-right:2px solid #F51E38;border-bottom:2px solid transparent;border-left:2px solid #F51E38}.player-radio.active{border-top:2px solid #F51E38;border-bottom:2px solid transparent;border-left:2px solid #F51E38}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.footer-fix{width:100%;height:80px;background-color:#0F1E36;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;left:0;bottom:0;z-index:999;color:#fff}.radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:50px;text-align:center}.radio-player{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.radio-cover{position:relative;width:300px;height:300px;border-radius:50%;margin-right:30px}@media (max-width: 1024px){.radio-cover{margin-right:0}}.radio-cover:after{content:'';width:16px;height:16px;background-color:#F2F2F2;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.radio-cover__img{width:100%;height:100%;border-radius:50%;-webkit-animation:rotate 6s linear infinite;animation:rotate 6s linear infinite;-webkit-animation-play-state:paused;animation-play-state:paused;-o-object-fit:cover;object-fit:cover}.radio.play .radio-cover__img{-webkit-animation-play-state:running;animation-play-state:running}.radio-header{text-align:left}.radio-header__big{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:48px}@media (max-width: 650px){.radio-header__big{font-size:36px}}.radio-container{width:100%}.radio-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.radio-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-item-align:center;align-self:center;width:140px}.radio-item.select .radio-check{border:5px solid #aaa}.radio-item input[type=radio]{position:absolute;visibility:hidden}.radio-item label{display:block;position:relative;font-weight:300;font-size:1.35em;margin:5px auto;z-index:9;cursor:pointer;-webkit-transition:all 0.25s linear}.radio-item:hover label{color:#F51E38}.radio-item:hover .radio-check{border:5px solid #F51E38}.radio-check{display:block;border:5px solid transparent;cursor:pointer;border-radius:50%;width:140px;height:140px;top:30px;left:20px;z-index:5;transition:border .25s linear;-webkit-transition:border .25s linear}.radio-check img{border-radius:50%;width:100%;height:100%}.radio-stop{background-color:transparent;border:none;font-size:56px;color:#fff}.radio-stop:disabled{color:#aaa;opacity:.3}.audio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:50px;text-align:center}.audio-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.audio-cover{position:relative;width:300px;height:300px;border-radius:50%;margin-right:30px}@media (max-width: 1024px){.audio-cover{margin-right:0}}.audio-cover:after{content:'';width:16px;height:16px;background-color:#F2F2F2;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.audio-img{width:100%;height:100%;border-radius:50%;-webkit-animation:rotate 6s linear infinite;animation:rotate 6s linear infinite;-webkit-animation-play-state:paused;animation-play-state:paused;-o-object-fit:cover;object-fit:cover}.audio-header{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:48px}@media (max-width: 1024px){.audio-header{width:100%}}@media (max-width: 650px){.audio-header{font-size:36px}}.audio.play .audio-img{-webkit-animation-play-state:running;animation-play-state:running}.audio-progress{width:450px;height:4px;border-radius:3px;background-color:#fff;margin:12px 0;cursor:pointer}@media (max-width: 950px){.audio-progress{width:200px}}@media (max-width: 360px){.audio-progress{width:150px}}.audio-progress__timing{background-color:#F51E38;border-radius:3px;width:0%;height:100%;-webkit-transition:width 0.1s linear;transition:width 0.1s linear}.audio-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.audio-button{background-color:transparent;border:none;font-size:24px;color:#fff;outline:0}.audio-btns{display:-webkit-box;display:-ms-flexbox;display:flex;width:180px;-ms-flex-pack:distribute;justify-content:space-around}@media (max-width: 650px){.audio-btns{width:100%;margin-bottom:15px}}.audio-time{font-size:13px;margin-left:15px;margin-right:15px}@media (max-width: 650px){.audio-footer{height:120px}}input[type=range]{-webkit-appearance:none;margin:18px 0;width:100%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8.4px;cursor:pointer;-webkit-box-shadow:1px 1px 1px #000000, 0px 0px 1px #0d0d0d;box-shadow:1px 1px 1px #000000, 0px 0px 1px #0d0d0d;background:#3071a9;border-radius:1.3px;border:0.2px solid #010101}input[type=range]::-webkit-slider-thumb{-webkit-box-shadow:1px 1px 1px #000000, 0px 0px 1px #0d0d0d;box-shadow:1px 1px 1px #000000, 0px 0px 1px #0d0d0d;border:1px solid #000000;height:20px;width:20px;border-radius:50%;background:#ffffff;cursor:pointer;-webkit-appearance:none;margin-top:-7px}input[type=range]:focus::-webkit-slider-runnable-track{background:#367ebd}input[type=range]::-moz-range-track{width:100%;height:8.4px;cursor:pointer;box-shadow:1px 1px 1px #000000, 0px 0px 1px #0d0d0d;background:#3071a9;border-radius:1.3px;border:0.2px solid #010101}input[type=range]::-moz-range-thumb{box-shadow:1px 1px 1px #000000, 0px 0px 1px #0d0d0d;border:1px solid #000000;height:36px;width:16px;border-radius:3px;background:#ffffff;cursor:pointer}input[type=range]::-ms-track{width:100%;height:8.4px;cursor:pointer;background:transparent;border-color:transparent;border-width:16px 0;color:transparent}input[type=range]::-ms-fill-lower{background:#2a6495;border:0.2px solid #010101;border-radius:2.6px;box-shadow:1px 1px 1px #000000, 0px 0px 1px #0d0d0d}input[type=range]::-ms-fill-upper{background:#3071a9;border:0.2px solid #010101;border-radius:2.6px;box-shadow:1px 1px 1px #000000, 0px 0px 1px #0d0d0d}input[type=range]::-ms-thumb{box-shadow:1px 1px 1px #000000, 0px 0px 1px #0d0d0d;border:1px solid #000000;height:36px;width:16px;border-radius:3px;background:#ffffff;cursor:pointer}input[type=range]:focus::-ms-fill-lower{background:#3071a9}input[type=range]:focus::-ms-fill-upper{background:#367ebd}.video{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:50px;text-align:center}.video-header{margin-bottom:30px}.video-container{position:relative;border:1px solid rgba(15,30,54,0.2);border-bottom:none;max-width:800px;margin:0 auto}.video-player{width:100%;height:449px;cursor:pointer}@media (max-width: 1024px){.video-player{height:308px}}@media (max-width: 650px){.video-player{height:168px}}.video-navigation{position:absolute;bottom:-44px;border-left:1px solid rgba(15,30,54,0.2);border-right:1px solid rgba(15,30,54,0.2);left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#0F1E36;color:#fff}.video-button{color:#fff;background-color:transparent;border:0;outline:0;margin:15px}.video-time{margin:15px;font-weight:700}.video{display:none}.video.active{display:-webkit-box;display:-ms-flexbox;display:flex}.audio{display:none}.audio.active{display:-webkit-box;display:-ms-flexbox;display:flex}.radio{display:none}.radio.active{display:-webkit-box;display:-ms-flexbox;display:flex}.red-text{color:#F51E38}

input.control-volume {
  max-width: 100px;
  margin-right: 5px;
}
.control-icon {
  margin-right: 5px;
}
.video-fullscreen, 
.radio-mute {
  cursor: pointer;
  font-size: 24px;
}

/*# sourceMappingURL=style.min.css.map */