html {
    --yellow: #ff9735;
    --blue: #101e3e;
    --l_blue: #5872a1;
    --border_blue: #374c71;
    --m_blue: #0e1e44;
    --d_blue: #060e21;
    --red: #a40524;
    --coral: #f23554;
    --purple: #611c64
}

body {
    font-family: MuseoSans, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    background: var(--blue);
    height: 100%
}

.player_btn-wrapper img {
    width: 100%
}

/*container custom*/
.container {
    max-width: 1000px
}

.ui-page {
    outline: none;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c507f), to(#02082a));
    background: -webkit-linear-gradient(top, #2c507f, #02082a);
    background: -moz-linear-gradient(top, #2c507f, #02082a);
    background: -ms-linear-gradient(top, #2c507f, #02082a);
    background: -o-linear-gradient(top, #2c507f, #02082a);
    background: linear-gradient(top, #2c507f, #02082a);
    background-attachment: fixed
}

.ui-page .header {
    background-color: #26212121
}

.ui-page .header-menu-wrap {
    border-color: #435c83
}

.ui-widget-header {
    background: #ff9735 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x
}

.ui-page .h-search-wrap {
    background-color: #26212121
}

/*sidemenu*/

.sidemenu {
    position: fixed;
    width: 400px;
    height: 100%;
    left: -400px;
    padding: 18px 60px;
    background: var(--d_blue);
    z-index: 10;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.sidemenu.open {
    left: 0
}

.side-control {
    width: 35px;
    height: 35px;
    top: -6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #142c65;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    outline: none
}

.side-control svg {
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    left: -1px
}

.side-title {
    color: var(--border_blue);
    margin-bottom: 20px;
    pointer-events: none
}

.side-item {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 30px;
    text-decoration: none;
    cursor: pointer
}

.side-item:hover, .side-item:focus {
    color: #fff;
    text-decoration: none
}

.side-icon {
    width: 20px;
    margin-right: 15px
}

.side-text {
    font-size: 18px;
    padding-top: 2px;
    font-weight: 600
}

.side-toMain {
    margin: 50px 0
}

.side-radio:hover .side-text, .side-radio.current .side-text {
    color: #fff;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -ms-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s
}

.side-radio .side-icon {
    width: 23px;
    height: 20px;
    fill: var(--border_blue);
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -ms-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s
}

.side-radio .side-text {
    color: var(--border_blue)
}

.urkainske:hover .side-icon, .urkainske.current .side-icon {
    fill: var(--red)
}

.promin:hover .side-icon, .promin.current .side-icon {
    fill: #ff9735
}

.cultura:hover .side-icon, .cultura.current .side-icon {
    fill: var(--purple)
}

.side-bottom {
    margin-top: 70px;
    margin-bottom: 90px
}

/*menu*/
.header {
    margin-bottom: 30px
}

.header-menu-wrap {
    border-bottom: 1px solid var(--border_blue);
    margin-bottom: 1px
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    position: relative
}

.h-menu {
    width: 30px;
    height: 30px
}

.sideToggler {
    pointer-events: auto;
}

.menu-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    pointer-events: none
}

.h-search {
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center
}

.ui-input-text {
    width: 100%
}

.h-search .fa-times {
    display: none
}

.h-search-wrap {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    background: var(--blue);
    z-index: 2;
    display: none
}

.h-search-input {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center
}

.h-search-input .search-btn {
    position: absolute;
    top: 18px;
    right: 5px;
    background: #fff;
    border: none;
    color: var(--d_blue);
    font-size: 20px;
    outline: none;
}

.h-search-input input {
    width: 100%;
    height: 40px;
    padding: 10px 35px 10px 10px;
    color: var(--d_blue);
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}

.h-title {
    font-size: 18px;
    font-weight: 100;
    width: 15%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.h-title img {
    width: 100%
}

.data-el {
    cursor: pointer
}

.navbar-wrap {
    background-color: var(--d_blue);
}

.navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.navitem {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    font-weight: 100;
    text-decoration: none !important;
    cursor: pointer
}

.navitem.current {
    color: var(--yellow);
    font-weight: 400;
}

.navitem.current:before {
    opacity: 1;
}

.navitem:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--yellow);
    top: -2px;
    opacity: 0;
}

.navitem:nth-child(1) {
    width: 78px;
}

.navitem:nth-child(2){
    width: 60px;
}

.navitem:nth-child(3){
    width: 103px;
}

.navitem:nth-child(4){
    width: 77px;
}

.navitem:nth-child(5){
    width: 49px;
}

.navitem:hover,
.navitem:focus {
    color: var(--yellow);
    font-weight: 400;
}

.navitem:hover:before,
.navitem:focus:before {
    opacity: 1;
}

/*Programs*/
.program-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 290px;
    margin-bottom: 10px;
}

.program-item a {
    width: 100%;
}

.program-item img {
    width: 100%;
    height: 220px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.program-item .name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 7px 0;
    height: 45px;
    overflow: hidden
}

/*Leaders*/
.leaders-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.leaders-item {
    display: flex;
    flex-direction: column;
    padding: 10px
}

.leaders-item > div {
    display: flex;
    justify-content: center;
    align-items: center
}

.leaders-item img {
    width: 200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.leaders-item .name {
    font-size: 18px;
    margin-top: 7px;
    text-align: center
}

/*Special*/

.special-item {
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.special-item img {
    width: 100%;
    height: 80%;
    position: relative;
    z-index: 1
}

.special-item .name {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.special-item .shadow {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 30%;
    bottom: -1px;
    left: 0;
    background-image: linear-gradient(#000e1e00, #0e1e44ba)
}

/*Schedule*/

.page-schedule {
    margin-top: -10px
}
/*calendar*/

.calendar {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.day {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    color: var(--l_blue);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.date {
    cursor: pointer
}

.day.current {
    background-color: var(--yellow);
    color: #fff;
}

.schedule-list {
    display: grid;
    grid-template-columns: 1fr;
    width: 80%;
    margin: 20px auto;
}

.schedule-item {
    display: flex;
    width: 100%;
    padding: 15px;
    height: 130px;
    overflow: hidden;
    border: 1px solid var(--border_blue);
    margin-bottom: 10px;
    border-radius: 10px
}

.schedule-item .image {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px
}

.schedule-item .info {
    width: 86%;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.schedule-item .time {
    font-size: 14px;
}

.schedule-item .time-now {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--yellow);
    position: relative;
    display: none;
}

.time-now .circle {
    width: 5px;
    height: 5px;
    background-color: var(--yellow);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
}

.schedule-item .name {
    font-size: 18px;
    margin: 5px 0;
}

.schedule-item .description {
    font-weight: 100;
    font-size: 16px;
    color: var(--l_blue);
    max-height: 42px;
    overflow: hidden;
}

.schedule-item.current {
    background: var(--d_blue);
    border: none;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.schedule-item.current .image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid var(--yellow);
}

.schedule-item.current .time {
    display: none;
}

.schedule-item.current .time-now {
    display: flex;
    align-items: center;
}

.schedule-item.current .description {
    color: #fff;
}

/*Best page*/

.best-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 320px;
    margin-bottom: 20px;
}

.best-item img {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.best-item .info {
    margin-top: 10px;
}

.best-item .name {
    font-size: 18px;
    font-weight: 700;
    max-height: 50px;
    overflow: hidden;
}

.best-item .description {
    color: #8294af;
    max-height: 68px;
    overflow: hidden;
    font-weight: 300
}

.modal__links {
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

.modal__links a {
    width: 45%;
    cursor: pointer
}

.modal__links img {
    width: 100%
}

.modal__header {
    font-size: 1.2em;
    color: #292929;
    margin-bottom: 2em;
    text-align: center
}

.header-main .h-title {
    font-weight: 600
}

.main_prev_slide_btn img, .main_next_slide_btn img {
    width: 100%;
    z-index: 9
}

.main_prev_slide_btn, .main_next_slide_btn {
    width: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9
}

.main_prev_slide_btn {
    left: 15%
}

.main_next_slide_btn {
    right: 15%
}

.slider {
    width: 100%;
    position: relative;
    margin-top: 20px
}

.slide {
    width: 350px;
    position: absolute;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    touch-action: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    text-decoration: none !important
}

.slide.current-slide {
    z-index: 2;
    left: 50%;
    opacity: 1;
    cursor: pointer
}

.slide.prev-slide {
    left: calc(50% - 180px);
    z-index: 1;
    opacity: .3;
    -webkit-transform: scale(0.75) translateX(-50%);
    -moz-transform: scale(0.75) translateX(-50%);
    -ms-transform: scale(0.75) translateX(-50%);
    -o-transform: scale(0.75) translateX(-50%);
    transform: scale(0.75) translateX(-50%);
}

.slide.next-slide {
    left: calc(50% + 90px);
    z-index: 1;
    opacity: 0.3;
    -webkit-transform: scale(0.75) translateX(-50%);
    -moz-transform: scale(0.75) translateX(-50%);
    -ms-transform: scale(0.75) translateX(-50%);
    -o-transform: scale(0.75) translateX(-50%);
    transform: scale(0.75) translateX(-50%);
}

.slide .image-wrap {
    position: relative;
    pointer-events: none;
}

.slide.current-slide .image-wrap {
    pointer-events: auto;
}

.image-wrap .play {
    position: absolute;
    bottom: 0;
    left: 50px;
    background-color: #0f2148;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ff9735
}

.slide .image {
    top: 0;
    width: 350px;
    height: 350px;
    border: 5px solid #ffffff61;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    pointer-events: none;
}

.name-badge {
    width: 180px;
    margin-bottom: 40px;
}

.name-badge img {
    width: 100%
}

.slide.next-slide .name-badge, .slide.prev-slide .name-badge, .slide.next-slide .slide-program, .slide.prev-slide .slide-program, .slide.prev-slide .play {
    opacity: 0
}

.play img {
    width: 100%;
    cursor: pointer
}

.slide.next-slide .image, .slide.prev-slide .image {
    border-color: transparent
}

.slide-program {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px
}

.header-menu .status-wrap {
    width: 110px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--yellow);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
    font-size: .8em
}

.listen-online-btn {
    cursor: pointer
}

.slide-program .status-wrap {
    width: 90px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--yellow);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 20px
}

.slide-program .circle {
    width: 5px;
    height: 5px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px
}

.slide-program .status {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #fff
}

.slide-program .name {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.slide-program .time {
    font-size: 20px;
    font-weight: 300;
    color: var(--l_blue)
}

/*Favorites page*/

.favorite-item {
    position: relative
}

.favorite-item a {
    position: relative;
}

.favorite-item .icon-like {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--coral);
    color: #fff;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.favorite-item .icon-download {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 120px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s
}

.favorite-item:hover .icon-download {
    visibility: visible;
    opacity: 1
}

.favorite-item .icon-download img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.player-wrapper {
    height: 100px;
    background: #060E21;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 999
}

.player {
    display: flex
}

.player_img-wrapper img {
    height: 100px
}

.player_info-wrapper {
    width: 30%;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    height: 100px;
    text-align: left;
    justify-content: center
}

.player_info {
    font-size: .8em
}

.player_info-title {
    margin: 0
}

.player_btn-wrapper {
    position: absolute;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 10%
}

.player_btn, .prev_btn, .next_btn {
    cursor: pointer
}

.player_btn {
    width: 40%
}

.prev_btn, .next_btn {
    width: 28%;
    margin: auto
}
/*!!!*/
/*.prev_btn, .next_btn svg {
    width: 96%;
}*/

.player_btn-wrapper {
    z-index: 1000
}

.time_wrapper {
    position: absolute;
    width: 100px;
    top: 20px;
    right: 5px;
    font-size: .8em
}

#vol-control {
    color: #fb9c4c
}

#volume_wrapper {
    width: 10%;
    height: 50px;
    position: absolute;
    margin: 0 auto;
    right: 50px;
    top: 50%
}

#volume_wrapper i {
    position: absolute;
    margin-top: -6px;
    color: #ff9735
}

#volume_wrapper i.fa-volume-down {
    margin-left: -25px
}

#volume_wrapper i.fa-volume-up {
    margin-right: -25px;
    right: 0
}

#volume {
    position: absolute;
    margin: 0 auto;
    height: 5px;
    width: 100%;
    background: #ff9735;
    border-radius: 15px
}

.ui-slider-range-min {
    height: 5px;
    position: absolute;
    background: #2ecc71;
    border: none;
    border-radius: 10px;
    outline: none
}

.ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: red;
    position: absolute;
    margin-left: -8px;
    margin-top: -8px;
    cursor: pointer;
    outline: none
}

.ui-widget-content {
    border: none
}

.ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    cursor: pointer
}

.ui-slider-horizontal .ui-slider-handle {
    top: 2px
}

.pages-wrapper {
    display: flex;
    width: 100%;
    justify-content: center
}

.page-num {
    margin: 10px;
    cursor: pointer;
    font-size: 1.2em
}

.pages-wrapper .current {
    color: var(--yellow);
    margin-bottom: 10px
}

.progress_wrapper {
    text-align: center;
    width: 100%;
    position: relative;
    min-height: 2em;
    top: -13px;
    cursor: pointer
}

.progress {
    position: absolute;
    margin-left: -5px;
    bottom: -10px;
    cursor: pointer
}

.progress img {
    width: 15px
}

.progress-line_wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer
}

.progress-line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: var(--main-bg-color);
    border: 2px solid #fff;
    position: relative
}

.progress-line-color {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: #ff9735;
    border: 2px solid #ff9735;
    z-index: 9999
}

@media only screen and (max-width: 1376px) {
    #volume_wrapper {
        width: 14%
    }

    .player_btn-wrapper {
        width: 15%
    }
}

@media only screen and (max-width: 1024px) {
    .player_volume {
        display: none
    }

    .main_prev_slide_btn, .main_next_slide_btn {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .player_info-wrapper {
        width: 60%
    }

    .player_btn-wrapper {
        left: 90%;
        width: 20%
    }

    .h-title {
        width: 30%
    }

    .player_volume {
        display: none
    }
}

@media only screen and (max-width: 576px) {
    .player_info-wrapper {
        width: 60%
    }

    .player_btn-wrapper {
        left: 85%;
        width: 30%
    }

    .player_img-wrapper, .player_volume {
        display: none
    }

    .header-menu .status-wrap {
        width: 85px
    }
}