:root {
    --mgps-cover: '/images/artists/cover_default.png';
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}
@-moz-keyframes def {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}
@-webkit-keyframes def {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
@keyframes def {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes recent-block-animate {
    0% {
        width: 0;
        height: 0;
    }
    100% {
        width: 150px;
        height: 220px;
    }
}
@-webkit-keyframes recent-block-animate {
    0% {
        width: 0;
        height: 0;
    }
    100% {
        width: 150px;
        height: 220px;
    }
}
@keyframes recent-block-animate {
    0% {
        width: 0;
        height: 0;
    }
    100% {
        width: 150px;
        height: 220px;
    }
}

@-moz-keyframes vinyl-out {
    0% {
        /*left: 90px;*/
        top: 143px;
    }
    50% {
        left: 300px;
        top: 143px;
    }
    95% {
        width: 240px;
        height: 240px;
    }
    100% {
        left: 300px;
        top: 500px;
        width: 30px;
        height: 30px;
    }
}
@-webkit-keyframes vinyl-out {
    0% {
        /*left: 90px;*/
        top: 143px;
    }
    50% {
        left: 300px;
        top: 143px;
    }
    95% {
        width: 240px;
        height: 240px;
    }
    100% {
        left: 300px;
        top: 500px;
        width: 30px;
        height: 30px;
    }
}
@keyframes vinyl-out {
    0% {
        /*left: 90px;*/
        top: 143px;
    }
    50% {
        left: 300px;
        top: 143px;
    }
    95% {
        width: 240px;
        height: 240px;
    }
    100% {
        left: 300px;
        top: 500px;
        width: 30px;
        height: 30px;
    }
}

@-moz-keyframes blinking {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes blinking {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

@-webkit-keyframes impulse {
    0% {
        box-shadow: 0 0 8px 6px rgba(0,176,103, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(0,176,103, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px rgba(255, 51, 75, 1), 0 0 12px 10px rgba(255, 51, 75, 0), 0 0 0 0 rgba(255, 51, 75, 1);
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(0,176,103, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(0,176,103, 0);
    }
}
@-moz-keyframes impulse {
    0% {
        box-shadow: 0 0 8px 6px rgba(0,176,103, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(0,176,103, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px rgba(255, 51, 75, 1), 0 0 12px 10px rgba(255, 51, 75, 0), 0 0 0 0 rgba(255, 51, 75, 1);
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(0,176,103, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(0,176,103, 0);
    }
}
@keyframes impulse {
    0% {
        box-shadow: 0 0 8px 6px rgba(0,176,103, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(0,176,103, 0);
    }
    10% {
        box-shadow: 0 0 8px 6px rgba(255, 51, 75, 1), 0 0 12px 10px rgba(255, 51, 75, 0), 0 0 0 0 rgba(255, 51, 75, 1);
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(0,176,103, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(0,176,103, 0);
    }
}

@keyframes grow {
    from {transform: scale(0,0); opacity: 0;}
    to {transform: scale(1,1); opacity: 1;}
}

@keyframes move {
    from {transform: translateX(0px)}
    to {transform: translateX(45px)}
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
}
body {
    position: relative;
    display: flex;
    flex-direction: column;
}
.main-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
}



.lang-wrapper {
    position: absolute;
    top: 40px;
    right: 25px;
    z-index: 97;
}
.lang-wrapper .lang-list {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
}
.lang-wrapper .lang-list .lang {
    padding: 0 5px;
    color: #666;
    font-weight: bold;
    cursor: pointer;
}
.lang-wrapper .lang-list .lang.active {
    color: #fff;
    cursor: default!important;
}




.left-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    min-height: 100vh;
    height: 100%;
    background: #1d2d3c;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    z-index: 1;
}
.left-menu-container .menu-icon {
    display: none;
}
.left-menu-container .logo {
    width: 200px;
    height: auto;
    margin: 8px auto 15px;
}
.left-menu-container .left-menu-title {
    width: 200px;
    padding: 20px 0 15px;
    font-size: 1.5rem;
    font-weight: bold;
}
.left-menu-container .left-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
}
.left-menu-container .left-menu-item {
    position: relative;
    width: 150px;
    font-size: 1rem;
    font-weight: bold;
    padding: 5px 0;

}
.left-menu-container .left-menu-item.active {
    color: #ff2153;
}
.left-menu-container .left-menu-item .icon,
.left-menu-container .left-menu-item .title {
    cursor: pointer;
}
.left-menu-container .disable {
    color: #666!important;
}
.left-menu-container .left-menu-item .icon.disable,
.left-menu-container .left-menu-item .title.disable {
    color: #666!important;
    cursor: url(/templates/images/disable.svg) 2 2, pointer;!important;
}
.left-menu-container .left-menu-item .soon {
    position: absolute;
    font-size: 9px;
    padding: 1px 3px;
    left: -45px;
    top: 7px;
    background: #36f;
    border-radius: 5px;
    color: #ddd;
    font-weight: lighter;
}












.content-container {
    position: relative;
    width: 100%;
}
.content-container .preloader {
    display: none;
}

.content-container.loading .preloader {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 250px);
    height: calc(100vh - 75px);
    background: rgba(255, 255, 255, .3);
    z-index: 9999;
}

.content-container.loading .preloader .container {
    height: 15px;
    width: 105px;
    display: flex;
    position: relative;}
.content-container.loading .preloader .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    animation: move 500ms linear 0ms infinite;
    margin-right: 30px;
}
.content-container.loading .preloader .circle:first-child {
     position: absolute;
     top:0;
     left:0;
     animation: grow 500ms linear 0ms infinite;
 }
.content-container.loading .preloader .circle:last-child {
     position: absolute;
     top: 0;
     right: 0;
     margin-right: 0;
     animation: grow 500ms linear 0s infinite reverse;
}




.content {
    width: 100%;
    height: 100vh;
    background: #0d1c2e;
    color: #fff;
    padding: 35px 15px 100px 275px;
    overflow-y: scroll;
}
.content .now-playing-wrapper {
    position: relative;
}
.content .now-playing .cartridge {
    position: absolute;
    opacity: 0;
    left: 300px;
    top: 115px;
    width: 30px;
    height: 130px;
    background: url("/templates/images/cartridge.png") no-repeat;
    background-size: 100%;
    transform: rotate(-120deg);
    z-index: 6;
    transition: .3s;
}
.content .now-playing.playing .cartridge {
    transform: rotate(-90deg);
    opacity: 1;
    transition: .3s;
}
.content .now-playing-wrapper .music-box {
    position: relative;
    display:inline-block;
    width: 400px;
    height: 400px;
    background: url(https://megapolisfm.md/images/artists/cover_default.png) center no-repeat;
    background-size: 250px 250px;
    -webkit-mask: radial-gradient(circle 52px, transparent 100%, #fff 100%);
    mask: radial-gradient(circle 52px, transparent 100%, #fff 100%);
    -webkit-mask-position: 120px 0;
    mask-position: 120px 0;
    -webkit-mask-repeat: round round;
    z-index: 5;
}
.content .now-playing .vinyl {
    width: 240px;
    height: 240px;
    position: absolute;
    border-radius: 50%;
    background: url('/templates/images/vinyl.svg');
    background-size: 100%;
    z-index: 1;
    top: 85px;
    left: 90px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-property: transform;
    transition-timing-function: ease-in-out;
    transition: .3s;
    animation: def 3s linear;
}
.content .now-playing .vinyl::before {
    position: absolute;
    display: block;
    content: '';
    width: 70px;
    height: 70px;
    background: var(--mgps-cover);
    background-size: 100%;
    border-radius: 50%;
    top: 85px;
    right: 85px;
}
.content .now-playing.playing .vinyl {
    left: 200px;
    transition: .3s;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
.content .now-playing .vinyl.animate-vinyl-left {
    z-index: 2;
    animation: vinyl-out ease-in-out 1.5s;
}
.control-wrapper {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 5;
    top: 290px;
    left: 45px;
}
.control-wrapper .playpause {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.control-wrapper .control {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.control-wrapper .control.play {
    background: #FF334B;
    -webkit-box-shadow: 5px 3px 30px 25px rgba(255, 51, 75, 0.2);
    -moz-box-shadow: 5px 3px 30px 25px rgba(255, 51, 75, 0.2);
    box-shadow: 5px 3px 30px 25px rgba(255, 51, 75, 0.2);
    transition: .3s;
}
.player .control-wrapper .control.play {
    background: #f93;
    -webkit-box-shadow: 5px 3px 30px 25px rgba(255, 153, 51, 0.2);
    -moz-box-shadow: 5px 3px 30px 25px rgba(255, 153, 51, 0.2);
    box-shadow: 5px 3px 30px 25px rgba(255, 153, 51, 0.2);
}
.player .control-wrapper .control.stop {
    border: 7px solid #f93;
    -webkit-box-shadow: 5px 3px 30px 25px rgba(255, 153, 51, 0.2);
    -moz-box-shadow: 5px 3px 30px 25px rgba(255, 153, 51, 0.2);
    box-shadow: 5px 3px 30px 25px rgba(255, 153, 51, 0.2);
}
.control-wrapper .control.play:before {
    position: absolute;
    content: '';
    background: url(/templates/images/play.svg) no-repeat;
    width: 25px;
    height: 28px;
    background-size: 100%;
    top: 21px;
    left: 25px;
}
.control-wrapper .control.stop {
    background: #09121C;
    -webkit-box-shadow: 5px 3px 30px 25px rgba(255, 51, 75, 0.2);
    -moz-box-shadow: 5px 3px 30px 25px rgba(255, 51, 75, 0.2);
    box-shadow: 5px 3px 30px 25px rgba(255, 51, 75, 0.2);
    border: 7px solid #FF334B;
    transition: .3s;
}
.control-wrapper .control.stop:before {
    position: absolute;
    content: '';
    background: url(/templates/images/pause.svg) no-repeat;
    width: 10px;
    height: 30px;
    background-size: 100%;
    top: 13px;
    left: 15px;
}
.control-wrapper .control.stop:after {
    position: absolute;
    content: '';
    background: url(/templates/images/pause.svg) no-repeat;
    width: 10px;
    height: 30px;
    background-size: 100%;
    top: 13px;
    right: 15px;
}
.control-wrapper .control.connecting {
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 2;
    transition: .3s;
}
.control-wrapper .control.connecting:before {
    width: 3px;
    height: 3px;
    background: rgba(255,51,75,.5);
    position: absolute;
    top: auto;
    left: auto;
    border-radius: 50%;
    -webkit-animation: 1s linear 0s infinite alternate connecting;
    -moz-animation: 1s linear 0s infinite alternate connecting;
    -o-animation: 1s linear 0s infinite alternate connecting;
    animation: 1s linear 0s infinite alternate connecting;
}
.control-wrapper .control.connecting:after {
    width: 3px;
    height: 3px;
    background: rgba(255,51,75,.5);
    position: absolute;
    top: auto;
    right: auto;
    border-radius: 50%;
    -webkit-animation: 1s linear .5s infinite alternate connecting;
    -moz-animation: 1s linear .5s infinite alternate connecting;
    -o-animation: 1s linear .5s infinite alternate connecting;
    animation: 1s linear .5s infinite alternate connecting;
}





.content .recent-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.content .section-title {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin: 3px 0 25px;
}
.content .now-playing-wrapper .announce {
    position: relative;
    padding: 10px 35px 10px 15px;
    background-color: #93c;
    border-radius: 15px;
}
.content .now-playing-wrapper .announce p {

}
.content .now-playing-wrapper .announce .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 10px;
    cursor: pointer;
}
.content .now-playing-wrapper .announce .close::before,
.content .now-playing-wrapper .announce .close::after {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    background: white;
    top: 13px;
    left: -2px;
}
.content .now-playing-wrapper .announce .close::before {
    transform: rotate(45deg);
}
.content .now-playing-wrapper .announce .close::after {
    transform: rotate(-45deg);
}
.content .now-playing-wrapper .now-playing {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.content .now-playing-wrapper .now-playing .track {
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    padding: 0 0 0 70px;
}
.content .now-playing-wrapper .now-playing .track .song {
    font-size: 2rem;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.content .recent-wrapper .scroll-wrapper {
    width: 100%;
    height: 220px;
}
.content .recent-wrapper .recent-list {
    position: relative;
    margin: 25px 0 0 0;
    width: 100%;
    height: 220px;
    z-index: 5;
}
.content .recent-wrapper .flickity-prev-next-button {
    outline: none;
    background: transparent;
    transition: .3s;
}
.content .recent-wrapper .flickity-prev-next-button:hover {
    background: transparent;
    color: #999;
    transition: .3s;
}
.content .recent-wrapper .flickity-prev-next-button.next {
    top: -25px;
    left: 45px;
}
.content .recent-wrapper .flickity-prev-next-button.previous {
    top: -25px;
    left: 5px;
}
.content .recent-wrapper .recent-list .recent-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 150px;
    height: 220px;
    margin: 0 20px 50px 0;
    /*border-radius: 10px;*/
    overflow: hidden;
}
.content .recent-wrapper .recent-list .recent-item .cover {
    width: 150px;
    height: 150px;
}
.content .recent-wrapper .recent-list .recent-item .info {
    width: 100%;
    height: 80px;
    background: #fff;
    color: #000;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .7rem;
}
.content .recent-wrapper .recent-list .recent-item .control-wrapper {
    position: absolute;
    top: 110px;
    left: 5px;
    width: 50px;
    height: 50px;
}
.player .control-wrapper {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 12.5px;
    left: 35px;
}

.player .control-wrapper .control,
.content .new-wrapper .new-list .new-item .control,
.content .chart-list .chart-item .control-wrapper .control,
.content .recent-wrapper .recent-list .recent-item .control-wrapper .control {
    width: 50px;
    height: 50px;
}

.player .control-wrapper .control.play::before,
.content .new-wrapper .new-list .new-item .control.play::before,
.content .chart-list .chart-item .control-wrapper .control.play::before,
.content .recent-wrapper .recent-list .recent-item .control-wrapper .control.play::before {
    width: 20px;
    height: 23px;
    background-size: 100%;
    top: 13px;
    left: 18px;
}
.player .control-wrapper .control.stop:before,
.content .new-wrapper .new-list .new-item .control.stop:before,
.content .chart-list .chart-item .control-wrapper .control.stop:before,
.content .recent-wrapper .recent-list .recent-item .control-wrapper .control.stop:before {
    position: absolute;
    content: '';
    background: url(/templates/images/pause.svg) no-repeat;
    width: 5px;
    height: 15px;
    background-size: 100%;
    top: 10px;
    left: 10px;
}
.player .control-wrapper  .control.stop:after,
.content .new-wrapper .new-list .new-item .control.stop:after,
.content .chart-list .chart-item .control-wrapper .control.stop:after,
.content .recent-wrapper .recent-list .recent-item .control-wrapper  .control.stop:after {
    position: absolute;
    content: '';
    background: url(/templates/images/pause.svg) no-repeat;
    width: 5px;
    height: 15px;
    background-size: 100%;
    top: 10px;
    right: 10px;
}


.content .new-wrapper .month {
    position: relative;
    width: 100%;
}
.content .new-wrapper .month::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.2);
    top: 10px;
    left: 0;
    z-index: 0;
}
.content .new-wrapper .month .title {
    position: relative;
    padding: 3px 5px;
    background: #0d1c2e;
    margin: 0 0 0 15px;
    z-index: 5;
}
.content .new-wrapper .new-list {
    margin: 25px 15px 25px 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.content .new-wrapper .new-list .new-item {
    position: relative;
    width: 150px;
    height: 220px;
    margin: 0 35px 50px 0;
    display: flex;
    flex-direction: column;
}
.content .new-wrapper .new-list .new-item .control-wrapper {
    top: 110px;
    left: 5px;
}
.content .new-wrapper .new-list .new-item .info {
    width: 100%;
    height: 80px;
    background: #fff;
    color: #000;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .7rem;
}



.schedule-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    list-style: none;
    padding: 0 0 0 50px;
    margin: 50px 0 25px;
}
.schedule-timeline::before {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 47px);
    top: 24px;
    left: 50px;
    background: white;
}
.schedule-timeline .schedule-item {
    position: relative;
    margin: 15px 0 15px 50px;
}
.schedule-timeline .schedule-item::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 6px;
    left: -55px;
    background: #fff;
}
.schedule-timeline .schedule-item span.time {
    position: relative;
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #666;
    border-radius: 7px;
}
.schedule-timeline .schedule-item.active span.time {
    background: #fff;
    color: #000;
}
.schedule-timeline .schedule-item span.programm {
    position: relative;
    padding: 7px 15px;
    border: 1px solid #f93;
    border-radius: 7px;
    margin: 0 0 0 20px;
    color: #666;
}
.schedule-timeline .schedule-item.active span.programm {
    background: #f93;
    color: #000;
}
.schedule-timeline .schedule-item.active .radio-btn-wrapper {
    position: absolute;
    width:70px;
    height:70px;
    opacity:0.7;
    z-index:9;
    top: -25px;
    left: -85px;
    border-radius: 50%;
}
.schedule-timeline .schedule-item.active .radio-btn-wrapper .radio-btn {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(255, 51, 75, 1);
    width: 10px;
    height: 10px;
    -webkit-animation: impulse 1.5s 0s ease-out infinite;
    -moz-animation: impulse 1.5s 0s ease-out infinite;
    animation: impulse 1.5s 0s ease-out infinite;
    position: absolute;
    top: 31px;
    left: 30px;
}
.schedule-timeline .schedule-item.active .radio-btn-wrapper.active .radio-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: impulse 1.5s linear infinite;
    -moz-animation: impulse 1.5s linear infinite;
    animation: impulse 1.5s linear infinite;
}

.content .chart-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.content .chart-list .chart-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
    background: #1d2d3c;
    padding: 15px 25px;
}
.content .chart-list .chart-item .control-wrapper {
    top: 105px;
    left: 90px;
}
.content .chart-list .chart-item .position {
    position: relative;
    height: 150px;
    width: 60px;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
}
.content .chart-list .chart-item .position::after {
    position: absolute;
    width: 2px;
    height: 48px;
    top: 5px;
    right: -15px;
    background: rgba(255,255,255,.2);
    content: '';
}
.content .chart-list .chart-item .cover {
    width: 150px;
    height: 150px;
    margin: 0 35px;
}
.content .chart-list .chart-item .info {
    font-size: 1.5rem;
}

.content .artists-wrapper .filter {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.content .artists-wrapper .filter .filter__item {
    color: #fff;
    margin: 0 3px;
    cursor: pointer;
    font-weight: bold;
}
.content .artists-wrapper .filter .filter__item.active {
    color: #ff2153;
    cursor: default;
}


.content .one-track-wrapper {
    padding: 90px 0 0 0;
}
.content .one-track-wrapper .one-track-container {
    display: flex;
    flex-direction: row;
}
.content .one-track-wrapper .one-track-container .cover {
    width: 250px;
    height: 250px;
    position: relative;
}
.content .one-track-wrapper .one-track-container .cover img {
    width: 100%;
    height: 100%;
}
.content .one-track-wrapper .one-track-container .track {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 0 25px;
}
.content .one-track-wrapper .one-track-container .track .song {
    font-weight: bold;
    font-size: 3rem;
}
.content .one-track-wrapper .one-track-container .track .artist {
    font-size: 1rem;
}
.content #waveform {
    margin: 50px 0 0 0;
}

.content .one-track-wrapper .one-track-container .control-wrapper {
    top: 215px;
    left: 200px;
}
.content .one-track-wrapper .one-track-container .control-wrapper.disable {
    display: none;
}






.contacts-wrapper #map {
    width: 100%;
    height: 400px;
}
.contacts-wrapper .offices-container {
    display: flex;
}
.contacts-wrapper .offices-container .office {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin: 0 50px;
}
.contacts-wrapper .offices-container .office:first-child {
    margin: 0!important;
}
.contacts-wrapper .offices-container .office .office-title {
    font-size: 2rem;
    padding: 15px 0 25px;
}
.contacts-wrapper .offices-container .office .office-phone,
.contacts-wrapper .offices-container .office .office-email {
    padding: 10px 0;
}
.contacts-wrapper .cadru_legal {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 45px 0 0;
}
.contacts-wrapper .cadru_legal .title {
    font-size: 2rem;
    padding: 10px 0 15px;
}
.contacts-wrapper .cadru_legal .cadru-legal-link {
    padding: 3px 0;
}
.contacts-wrapper .cadru_legal a {
    color: #fff;
    text-decoration: underline;
    margin: 5px 0;
}





.player {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 75px;
    bottom: 0;
    left: 0;
    background: #293f50;
    display: flex;
    align-items: center;
    padding: 0 25px;
    overflow: hidden;
}
.player .preloader {
    display: none;
}
.player.loading .preloader {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 75px;
    background: rgba(255, 255, 255, .3);
    z-index: 9999;
}
.player.loading .preloader .container {
    height: 15px;
    width: 105px;
    display: flex;
    position: relative;
}
.player.loading .preloader .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    animation: move 500ms linear 0ms infinite;
    margin-right: 30px;
}
.player.loading .preloader .circle:first-child {
    position: absolute;
    top:0;
    left:0;
    animation: grow 500ms linear 0ms infinite;
}
.player.loading .preloader .circle:last-child {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    animation: grow 500ms linear 0s infinite reverse;
}



.player .controls-wrapper {
    position: relative;
    width: 130px;
    height: 75px;
}
.player .controls-wrapper .live.hidden {
    display: none;
}
.player .controls-wrapper .live {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/templates/images/live.svg);
    background-size: 100%;
    right: 0;
    top: 22.5px;
}
.player .controls-wrapper .live::after {
    position: absolute;
    content: 'live';
    text-transform: uppercase;
    font-size: 8px;
    bottom: -5px;
    left: 7px;
    color: red;
    animation: blinking 3s infinite;
    -webkit-animation: blinking 3s infinite;
    -moz-animation: blinking 3s infinite;
    -o-animation: blinking 3s infinite;
}
.player .now-playing-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    padding: 0 265px 0 15px;
}
.player .now-playing-wrapper .cover {
    width: 50px;
    height: 50px;
}
.player .now-playing-wrapper .now-playing {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding:  0 0 0 25px;
    color: #fff;
}
.player .now-playing-wrapper .now-playing span:first-child {
    font-weight: bold;
}





.player .volume-wrapper {
    position: absolute;
    top: 0;
    right: 25px;
    width: 250px;
    height: 75px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.player .volume-wrapper .icon {
    width: 20px;
    height: 20px;
    background: url(/templates/images/volume.svg);
    background-size: 100%;
    color: red;
}
.player .volume-wrapper input[type=range] {
    position: relative;
    width: 200px;
    height: 5px;
    -webkit-appearance: none;
    border-radius: 5px;
    overflow: hidden;
    border: 0;
    outline: none;
    cursor: pointer;
}
.player .volume-wrapper input[type=range]:focus {
    outline: none;
}
.player .volume-wrapper input[type='range']::-webkit-slider-runnable-track {
    height: 15px;
    -webkit-appearance: none;
    margin-top: -1px;
}
.player .volume-wrapper input[type='range']::-moz-range-thumb{
    width: 0;
    height: 0;
    border: 0;
    outline: 0;
}
.player .volume-wrapper input[type='range']::-webkit-slider-thumb {
    width: 0;
    -webkit-appearance: none;
    height: 15px;
    box-shadow: -200px 0 0 200px #f93;
}
.player .volume-wrapper [type="range"]::-moz-range-progress {
    background-color: #f93;
    height: 15px;
}
.player .volume-wrapper input[type="range"]::-moz-range-track {
    background-color: #fff;
    height: 15px;
}
.player .volume-wrapper [type="range"]::-ms-fill-lower {
    background-color: #f93;
}
.player .volume-wrapper input[type="range"]::-ms-fill-upper {
    background-color: #f93;
}

/* MEDIA QUERIES */

@media screen and (max-width: 959px) {
    .left-menu-container .menu-icon {
        position: fixed;
        width: 30px;
        height: 30px;
        top: 25px;
        left: 15px;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 99;
        cursor: pointer;
    }
    .left-menu-container .menu-icon li {
        width: 30px;
        height: 3px;
        margin: 2px 0;
        background: #fff;
        transition: .3s;
    }
    .left-menu-container.open .menu-icon li:nth-child(1) {
        position: absolute;
        transform: rotate(45deg);
        transition: .3s;
    }
    .left-menu-container.open .menu-icon li:nth-child(2) {
        width: 0;
        transition: .3s;
    }
    .left-menu-container.open .menu-icon li:nth-child(3) {
        position: absolute;
        transform: rotate(-45deg);
        transition: .3s;
    }
    .left-menu-container {
        width: 290px;
        padding: 15px 45px;
        position: absolute;
        top: 0;
        left: -295px;
        transition: .3s;
        z-index: 98;
    }

    .left-menu-container.open {
        position: absolute;
        top: 0;
        left: 0;
        transition: .3s;
    }
    .lang-wrapper {
        right: 15px;
    }
    .content {
        padding: 55px 15px 90px;
    }
    .content .now-playing-wrapper .music-box {
        
    }
    .content .now-playing .vinyl {
        display: none;
    }
    .content .now-playing-wrapper .music-box {
        width: 250px;
        height: 250px;
        -webkit-mask: none;
        mask: none;
        -webkit-mask-position: unset;
        mask-position: unset;
        -webkit-mask-repeat: unset;
    }
    .content .now-playing.playing .cartridge {
        opacity: 0;
    }
    .content .now-playing-wrapper .now-playing {
        margin-bottom: 100px;
    }
    .content .now-playing-wrapper .now-playing .control-wrapper {
        top: 330px;
        left: 0;
    }
    .content .now-playing-wrapper .now-playing .track {
        width: calc(100% - 200px);
        padding: 0 0 0 20px;
    }

}

@media screen and (max-width: 639px) {
    .content .now-playing-wrapper .now-playing {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 50px;
    }
    .content .now-playing-wrapper .now-playing .track {
        width: 100%;
    }
    .content .now-playing-wrapper .now-playing .control-wrapper {
        position: relative;
        top: 0;
        left: 0;
        margin: 15px 0;
    }
    .content .now-playing-wrapper .now-playing .track .song,
    .content .now-playing-wrapper .now-playing .track .artist {
        text-align: center;
    }
    .player {
        padding: 0 10px;
    }
    .player .controls-wrapper {
        width: 80px;
    }
    .player .controls-wrapper .control-wrapper {
        position: relative;
        left: 0;
    }
    .player .controls-wrapper .live {
        right: 5px;
        top: 27.5px;
        width: 20px;
        height: 20px;
    }
    .player .controls-wrapper .live::after {
        bottom: -7px;
        left: 3px;
    }
    .player .now-playing-wrapper {
        padding: 0;
        width: calc(100% - 80px);
    }
    .player .now-playing-wrapper .now-playing {
        padding-left: 10px;
        width: calc(100% - 50px);
        font-size: 14px;
    }
    .player .volume-wrapper {
        display: none;
    }
    .schedule-timeline {
        padding: 0 0 0 10px;
    }
    .schedule-timeline::before {
        left: 10px;
    }
    .schedule-timeline .schedule-item {
        margin: 15px 0 15px 20px;
    }
    .schedule-timeline .schedule-item::before {
        left: -25px;
    }
    .schedule-timeline .schedule-item.active .radio-btn-wrapper {
        left: -55px;
    }
    .schedule-timeline .schedule-item span.programm {
        display: inline-block;
        padding: 7px 10px;
        margin: 0 0 0 10px;
    }

    .content .new-wrapper .new-list {
        justify-content: space-between;
    }
    .content .new-wrapper .new-list .new-item {
        margin: 0 0 50px 0;
    }

    .content .chart-list .chart-item {
        padding: 10px 10px;
    }
    .content .chart-list .chart-item .control-wrapper {
        top: 50px;
        left: 40px;
    }
    .content .chart-list .chart-item .position {
        height: 50px;
        width: 30px;
        font-size: 2rem;
    }
    .content .chart-list .chart-item .cover {
        width: 75px;
        height: 75px;
        margin: 0 10px 0 35px;
    }
    .content .chart-list .chart-item .info {
        font-size: 1rem;
    }

}
@media screen and (max-width: 380px) {
    .schedule-timeline {
        font-size: 12px;
    }
}
@media screen and (max-width: 346px) {
    .content .new-wrapper .new-list {
        justify-content: center;
    }
}