body {
    font-family: "Inter", sans-serif;
    font-size: 14px;

    color: #fff;
}
#footer {
    background: #000;
}
#content {
   /* background: linear-gradient(222deg, #717076 0%, #656565 100%); */
   background: #000;

    position: relative;
    min-height: 100%;
  /*  background: #706E75; */
}
/*
#content.detail_pers_p {
    background: #1E1E1E;

} */
#content:before {
    content: " ";

    left: -60%;

    /* background: url(/images/elem/RADIO7_PATTERN_ROUND_RGB_COLOR2.svg) no-repeat; */
     background: url(/images/elem/trace.svg) no-repeat;
    /*  background: url(/images/elem/round.jpg) no-repeat; */
    width: 100%;

    top: 0;
    position: fixed;
    z-index: 3;
    background-position: center;

    max-width: 100%;

    height: 100vh;
    opacity: .5;
    background-size: 1000px;
}
#page {
    z-index: 5;
    position: relative;
}
.top_line_header {
    padding-top: 11px;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding-bottom: 11px;
}
.top_line_header.scrolled {
    background: #000;
            
}
.dropdown-togglestyle {
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    cursor: pointer;
}
.lang_globico, .lang_globarrow {
    display: flex
;
    align-items: center;
}

.language-menu {
    position: relative;
    font-size: 16px;
    margin-top: 17px;
}
.language-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.language-menu > ul > li {
    position: relative;
    display: inline-block;
    /* padding-right: 17px; */
}
.language-menu a {
    text-decoration: none;

    display: block;
}

.language-menu a:hover {
   opacity: 0.8;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 45px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 100;
    border-radius: 10px;
    right: 0;
    text-align: center;
}
.dropdown-menu li a {
    padding: 5px;
    color: #333;
}
.dropdown-menu li a:hover {
    background: #f0f0f0;
    border-radius: 10px;
}
.dropdown.active .dropdown-menu {
    display: block;
}




.header_menu {
    color: #CFCFCE;
    font-weight: 500;
    font-size: 14px;
    display: flex
;
    gap: 17px;
    align-items: center;
    margin-top: 17px;
    flex-direction: row;
    justify-content: flex-end;
}
.head_menu_l {

}
.head_menu_l:hover, .head_menu_l.active {
    color: #fff;
}
.head_menu_l_ico {

}


.header_b_logo {

}
.header_blog_a {
    display: flex;
    gap: 15px;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.logo_b_imb {

}
.logo_word {
    font-weight: 700;
    font-size: 29px;
    text-transform: uppercase;
    text-align: center;
    color: #fdfdfd;
}
.logo_b_back {
    border-radius: 100px;
   /* background: linear-gradient(223deg, #3a3a3c 0%, #000 100%); */
    display: inline-block;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
.logo_b_back img{
    max-height: 42px;
}*/Й

.b_play_right {
    display: flex
;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}


.home_b_play {
    border-radius: 43px;
    width: 100%;
    height: 278px;
    background: url("/images/elem/play_play_bg_std.png") #000;

    padding-left: 34px;
    padding-top: 35px;
    padding-bottom: 57px;
    padding-right: 48px;

    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;

    margin-top: 30px;
    margin-bottom: 28px;
}
.b_play_1contrl {


    display: flex
;
    align-items: center;
    gap: 24px;

}
.b_play_msc {
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid rgb(167 167 167 / 40%);
    position: relative;
}
.b_play_volum {
    cursor: pointer;
    position: relative;
    height: 70px;
    width: 70px;
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.bplay_txt_b {

}
.bplay_head1 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    opacity: 0.58;
    margin-top: 20px;
}
.bplay_musname {
    font-weight: 600;
    font-size: 28px;
   color: #fff;
    margin-top: 7px;
}
.bplay_musauth {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 8px;
}


.bplay_play_b {
    cursor: pointer;
    border-radius: 100%;
    background: url(/images/elem/play_play_round_bg.svg) no-repeat;
    width: 101px;
    height: 101px;
    display: flex
;
    align-items: center;
    justify-content: center;

}
.bplay_play_b img {
    width: 35px;
    max-width: 100%;
}

.bplay_play_b_word {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;

}
.bplay_play_b.isplay img {
    content: url(/images/elem/pause_btn.svg);
    height: 37px;
    max-height: 100%;
}
.word_to_pause {
    display: none;
}
.bplay_play_b_word.isplay .word_to_pause {
    display: block;
}
.bplay_play_b_word.isplay .word_to_play {
display: none;
}







/* Поповер скрыт по умолчанию */
.volume-popover {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding: 5px;
    width: 120px;
    height: auto;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
    z-index: 10;
}

.b_play_volum_hover {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
}
.b_play_volum_hover:hover .volume-popover,
.b_play_volum_hover:focus-within .volume-popover,
.b_play_volum_hover.is-open .volume-popover { /* класс is-open включаем JS для мобилы */
    display: block;
}
#volumeSlider {
    width: 100%;
    height: 6px;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    outline: none;
    margin: 0 0 6px 0;   /* небольшой отступ снизу */
}

/* Трек */
#volumeSlider::-webkit-slider-runnable-track {
    height: 4px;
    background: #e5e7eb;
    border-radius: 999px;
}
#volumeSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #111827;
    cursor: pointer;
    margin-top: -5px; /* чтобы центрировался по треку */
}
#volumeSlider::-moz-range-track {
    height: 4px;
    background: #e5e7eb;
    border-radius: 999px;
}
#volumeSlider::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #111827;
    border: none;
    cursor: pointer;
}

/* Цифровое значение громкости */
.volume-value {
    text-align: center;
    font-size: 12px;
    color: #374151;
}

/* Мелкая анимация появления (необязательно) */
.volume-popover {
    opacity: 0;
    transform: translateX(-50%) translateY(4px);
    transition: opacity .12s ease, transform .12s ease;
}
.b_play_volum_hover:hover .volume-popover,
.b_play_volum_hover:focus-within .volume-popover,
.b_play_volum_hover.is-open .volume-popover {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}



.head_white {
    font-weight: 600;
    font-size: 28px;
}




/* ====== БАЗА КОНТЕЙНЕРА ====== */
.b_list_autdio {
    margin-top: 14px;
}
.tdprog_wrap{

    background:#808080;
    border-radius: 20px;
    overflow:hidden;

    box-shadow: 0 1px 9px rgba(30, 25, 25, 0.06);
    border: 0.50px solid rgba(255, 255, 255, 0.2);

    margin-bottom: 28px;

    background: linear-gradient(0deg, rgba(0,0,0,.4), rgba(0,0,0,.4)),

    linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.4) 100%),

    linear-gradient(0deg, rgba(255,255,255,.1), rgba(255,255,255,.1)),

    linear-gradient(180deg, rgba(204,204,204,0) 0%, rgba(255,255,255,0) 100%);
}

/* ====== ШАПКА ====== */
.tdprog_header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:12px 16px;

    /* верхний градиент из фигмы */
    background: linear-gradient(152deg, rgb(255 255 255 / 16%) 0%, rgb(207 207 207 / 20%) 66.68%, rgb(255 255 255 / 16%) 100%)
}

/* Левая часть шапки (заголовок + подзаголовок) */
.tdprog_header_left{
    min-width:0; /* чтобы текст корректно обрезался на узких экранах */
}

/* Правая часть шапки (время + иконка) */
.tdprog_header_right{
    display:flex;
    align-items:center;
    gap:12px;
    flex-shrink:0;
}

/* Заголовок — “Hits NON-STOP” */
.tdprog_title{
    margin: 0;
    font-weight: 500;
    font-size: 16px;

    white-space: nowrap;

}

/* Подзаголовок — “All hits” */
.tdprog_subtitle{
    margin-top: 3px;
    font-weight: 500;
    font-size: 13px;
    opacity: .8;
}

/* Время в шапке — “16:00 - 20:00” */
.tdprog_time-range{
    font-weight: 500;
    font-size: 14px;

    text-align: right;
    white-space: nowrap;
}

/* Кнопка-иконка справа (звук/настройки) — опционально */
.tdprog_iconbtn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;height:28px;
    border:none;
    border-radius:6px;
    background:transparent;
    cursor:pointer;
    padding:0;
    transition:background .15s ease, opacity .15s ease;
}
.tdprog_iconbtn:hover{ background:rgba(255,255,255,.08); }
.tdprog_iconbtn:active{ opacity:.8; }

/* Заглушка под иконку (замени на svg-фоном) */
.tdprog_icon{
    width: 16px;
    height: 16px;
    display: inline-block;
}
.tdprog_icon--sound{
    background: url(/images/elem/today_mus_ico_white.svg) no-repeat center / contain;
}


/* Элемент списка */
.tdprog_item{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    padding:10px 16px;
    transition:background .15s ease;
}
.tdprog_item:hover{
    background:rgba(255,255,255,.06);
}

/* Левая колонка элемента: название + артист */
.tdprog_item_main{
    min-width:0; /* для многобуквенных названий */
}

/* Название трека/передачи — “Free to see” */
.tdprog_item_title{
    font-weight: 500;
    font-size: 16px;

}

/* Подзаголовок — исполнитель/ведущий */
.tdprog_item_sub{
    margin-top: 3px;
    font-size: 13px;
    opacity: .8;
}


.tdprog_item_meta{
    align-items: center;
display: flex
;

    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    gap: 15px;
}
.tdprog_item_time{
    font-weight:500;
    font-size:14px;
    opacity:.8;
    text-align:right;
    white-space:nowrap;
}


.b_leading {
    margin-top: 18px;
    margin-bottom: 20px;
}
.b_lead_el_img {
    margin-bottom: 12px;
}
.b_lead_el_img img{
    margin: 0 auto;
    border-radius: 100px;
}
.b_lead_el_tl {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.b_lead_elb {
    margin-bottom: 7px;
}



.b_events {
    margin-top: 18px;
    margin-bottom: 28px;
}









.tdcar_swiper{
    --gap: 0px;
    --radius: 18px;
    position: relative;

}

.tdcar_nav{
    position: absolute;
    z-index: 3;
    top: -44px;
    right: 0;
    display: flex;
    gap: 8px;
}
.tdcar_btn{
    width: 36px; height: 36px;
    border: none;
    border-radius: 10px;
    background: rgba(255,255,255,.08);

    font-size: 20px;
    cursor: pointer;
    transition: background .15s ease, opacity .15s ease;
}
.tdcar_btn:hover{ background: rgba(255,255,255,.14); }
.tdcar_btn:disabled{ opacity: .4; cursor: default; }

/* Трек Swiper */
#tdcarSwiper{
    overflow: hidden;
}
#tdcarSwiper .swiper-wrapper{
    gap: var(--gap);
}


.tdcar_card{
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
}




.tdcar_badge{
    border-radius: 999px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    backdrop-filter: blur(4px);

    background: rgba(255, 255, 255, 0.3);
    padding: 6px 12px;
    margin-top: 8px;
    display: inline-block;
}
.tdcar_title{
    font-weight: 700;
    font-size: 17px;
    color: #fff;
}
.tdcar_place {
    border-right:  var(--radius);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    padding-top: 8px;
}
.b_see_all {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 10px;
}

.b_seeall_word {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.b_cont_ctus {
    display: flex
;
    gap: 10px;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.b_contct_s {
    margin-top: 18px;
    margin-bottom: 28px;
}
.b_ctus {
    box-shadow: 0 1px 9px 0 rgba(30, 25, 25, 0.06);

    border: 0.50px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 12px 16px;
    background: #555557;
}
.b_cont_celtl {
    font-weight: 500;
    font-size: 14px;

}
.b_cont_cel {
    display: flex
;
    gap: 8px;
    align-items: center;
}

.b_soc_el {
    background: #555557;
    padding: 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.b_soc_elbg {

}
.b_soc_eltl {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
}
.b_soc_elimg {
    text-align: center;
}
.b_soc_elimg img {
    margin: 0 auto;
}
.b_social {
    margin-top: 15px;
}


.b_lst_radio {
    margin-bottom: 25px;
    display: flex
;
    gap: 50px;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.b_lirad_el {

}
.b_lst_rad_tl {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.58;
    margin-bottom: 3px;
}
.b_lst_rad_fm {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}



.bprog_days{
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    align-items: stretch;
    flex-direction: row;
}

.bprog_day-option{
    width:100%;
    height:100px;
    border-radius:20px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition: box-shadow .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;

    background:
            linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
            linear-gradient(0deg, rgba(255,255,255,0.1), rgba(255,255,255,0.1)),
            linear-gradient(180deg, rgba(204,204,204,0) 0%, rgba(255,255,255,0) 100%);
    border: none;
}


.bprog_day-option.is-active{
    box-shadow: 0 1px 9px rgba(30,25,25,0.06);
    background:
            linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2)),
            linear-gradient(0deg, rgba(255,255,255,0.2), rgba(255,255,255,0.2));
    border: .5px solid rgba(255,255,255,0.7);
}
.bprog_day-option.is-active .bprog_day-ico img {
    content: url("/images/elem/program_white_time.svg");
}

.bprog_day-inner{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.bprog_day-ico{

}

.bprog_day-label{
    font-size:15px;
    text-align:center;

    font-weight:400;
}
.bprog_day-option.is-active .bprog_day-label{
    font-weight:500;
}


.bprog_day-option:focus-visible{
    outline: 2px solid rgba(255,255,255,.6);
    outline-offset: 2px;
}

.b_program {
    margin-top: 25px;
}



.tdfav_list {
    padding-top: 0;
}
.tdfav_item{
    position: relative;
    display: flex
;
    align-items: center;

}
.tdfav_item.is-playing {
    background: rgba(255, 255, 255, .06);
}
.tdfav_audio{
    display: none;
}

.tdfav_progress{
    position: absolute;
    left: 1px;
    right: 56px;
    bottom: 1px;
    height: 2px;
    background: rgba(255,255,255,.25);
    border-radius: 999px;

    cursor: pointer;
    width: 100%;
    display: none;
}
.tdfav_progress-bar{
    width: 0%;
    height: 100%;
    background: rgba(255,255,255,.9);
    transition: width .1s linear;
}
.tdfav_progress-dot{
    position: absolute;
    top: -2px;
    left: 1%;
    width: 12px;
    height: 12px;
    margin-top: -3px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0,0,0,.35);
    pointer-events: none;
    opacity: .95;
}

.tdfav_btn{
    width: 18px;
    height: 18px;
    border: 0;

    background: none;
    cursor: pointer;

    background-position: center;
    background-repeat: no-repeat;

    background-image: url(/images/elem/play_play_ico.svg);
    background-size: contain;
}

.tdfav_item.is-playing .tdfav_btn{
    background-position: center;
    background-repeat: no-repeat;

    background-image: url(/images/elem/pause_btn.svg);
    background-size: contain;
}
.tdfav_iconmus {
    display: none;
}
.tdfav_item.is-playing .tdfav_progress{
    display: block;
}
.tdfav_item.is-playing .tdfav_iconmus{
    display: block;
}
.tdfav_btn:not(.is-pause){
    /* background-image: url('/images/ico_play.svg'); */
}
.tdfav_btn.is-pause{
    /* background-image: url('/images/ico_pause.svg'); */
}
.fav_del {
    cursor: pointer;

}
.fav_del.active img {
    content: url("/images/elem/fav_empty_page.svg");
    width: 20px;
}
.pleerAddFav.active img {
    content: url("/images/elem/fav_empty_page.svg");
    width: 30px;
}

.tdfav_icon_tl {
    display: flex
;
    align-items: center;
    gap: 10px;
    align-content: center;
    flex-direction: row;
}

.empty_fav {
    border-radius: 20px;
    padding: 0px 0px 36px;

    box-shadow: 0 1px 9px rgba(30, 25, 25, 0.06);
    border: 0.50px solid rgba(255, 255, 255, 0.2);
    padding: 110px 0px;

    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;


    background: linear-gradient(0deg, rgba(0,0,0,.4), rgba(0,0,0,.4)),

    linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.4) 100%),

    linear-gradient(0deg, rgba(255,255,255,.1), rgba(255,255,255,.1)),

    linear-gradient(180deg, rgba(204,204,204,0) 0%, rgba(255,255,255,0) 100%);
}
.fav_empty_tl {
    font-weight: 500;
    font-size: 16px;

    text-transform: uppercase;
    text-align: center;
    color: #fafafa;
    margin-bottom: 5px;
}
.fav_empty_ico {
    margin-bottom: 12px;
}
.fav_empty_txt {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #b9b9b9;
    max-width: 288px;
}
.fav_empty_content {
    display: flex
;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

}



.event_page_list {
    border-radius: 20px;
    box-shadow: 0 1px 9px rgba(30, 25, 25, 0.06);
    border: 0.50px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 28px;
    padding: 16px;

    background:

            linear-gradient(0deg, rgba(0,0,0,.4), rgba(0,0,0,.4)),

            linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.4) 100%),

            linear-gradient(0deg, rgba(255,255,255,.1), rgba(255,255,255,.1)),

            linear-gradient(180deg, rgba(204,204,204,0) 0%, rgba(255,255,255,0) 100%);
}

.even_lst_el {
    margin-bottom: 14px;
}
.even_lst_img {
    max-width: 160px;
}
.even_lst_img img {
    border-radius: 8px;
}
.even_lst_txt {

}
.eve_lst_tl {
    font-weight: 500;
    font-size: 20px;
   margin-bottom: 6px;
}
.eve_lst_date {
    font-weight: 500;
    font-size: 14px;

    opacity: 0.8;

}

.even_lst_el_data {
    gap: 14px;
    display: flex
;
    align-items: center;
    align-content: center;
    flex-direction: row;
}
.even_det_date {
    margin-top: 20px;
    opacity: 0.8;
    font-weight: 500;
    font-size: 16px;
}
.eve_p_name {
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
}
.eve_p_img {
    margin-bottom: 20px;
    position: relative;
}
.even_txt {
    font-weight: 400;

    font-size: 16px;

    line-height: 1.5;
}

.eve_p_img .tdcar_badge {
    position: absolute;
    top: 15px;
    left: 15px;
}


.det_p_img {
    margin-top: 30px;
    margin-bottom: 20px;
}
.det_p_img img {
    margin: 0 auto;
    border-radius: 36px;
}

.pd_name {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}
.pd_supname {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #b9b9b9;
    margin-bottom: 12px;
}
.pd_social {
    margin-bottom: 20px;
    gap: 20px;
    display: flex
;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}
.pd_soc_el {
    gap: 8px;
    display: flex
;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.pd_soc_elimg {

}
.pd_soc_ela {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #4a99ff;
}
.evenp_bg_txt {
    background:

            linear-gradient(0deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 14%)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 24%) 100%), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)), linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(255, 255, 255, 0) 100%)
}



.player_tl {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #fafafa;
    margin-top: 70px;
    margin-bottom: 10px;
}
.player_icon {
    text-align: center;
    position: relative;
}
.player_icon img {
    margin: 0 auto;
}
.player_p_pointer {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 45%;

}

.td_player_l {
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    margin-left: 18px;
    margin-top: 12px;
    margin-bottom: 10px;
}
.player_l_time {
    font-weight: 500;
    font-size: 10px;

    color: #aaa;
}

.player_d_cnt {
    margin-top: 40px;

}

.player_tl_cnt {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
}
.player_tl_subcnt {
    margin-top: 8px;
    font-weight: 600;
    font-size: 18px;

    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;


}
.play_control_p {
    gap: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 30px;
}
.player_cntr_b {

}

.btn_play_player {
    background: linear-gradient(150deg, rgba(41,38,38,.85) 0%, rgba(2,2,2,.85) 100%);

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);

    width: 60px;
    height: 60px;
    border-radius: 100%;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}
.container {
    z-index: 15;
}
.logo_backtound {
    content: " ";
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url(/images/elem/logo_black_round.svg) no-repeat;
    width: 550px;
    height: 550px;
    top: 20vh;
    position: absolute;
    z-index: 3;
    background-position: center;
    filter: blur(7px);

    max-width: 100%;

}
.player_icon_img_play {
    z-index: 10;
    position: relative;
}
.player_p_pointer {
    z-index: 5;
}

.b_pleer_allp {
    z-index: 500;
    border: 0.50px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    width: 336px;
    height: 60px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 50px;
    box-shadow: 0 1px 9px 0 rgba(30, 25, 25, 0.06);
    background: #706F75;
}
.b_cntpleerall {
    position: relative;
    overflow: hidden;
    max-height: 100%;

    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    padding: 0px 10px;
}
.b_cntpleerall:after {
    content: " ";
    right: 0;
    left: 0;
    margin: 0 auto;
    background: url(/images/elem/logo_black_round.svg) no-repeat;
    width: 100%;
    height: 550px;
    top: 0;
    position: absolute;
    z-index: 3;
    background-position: top center;
    filter: blur(7px);
    max-width: 100%;
    background-size: 165px;
}
.bcntpler_lft {
    position: relative;
    z-index: 15;
    display: flex
;
    gap: 12px;
}
.bcntpler_ico {

}
.bcntpler_tl_b {

} 
.bcntpler_tlbig {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    margin-bottom: 3px;
}
.bcntpler_tlsup {
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: #cfcfce;

}
.bcntpler_rht {
    position: relative;
    z-index: 15;

    display: flex;
    align-items: center;
    gap: 8px;
}
.bcntpler_btnpley{
    cursor: pointer;
    border-radius: 100%;
    background: url(/images/elem/play_play_round_bg.svg) no-repeat;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    border: 0;
}
.bcntpler_btnpley img {
    width: 16px;
}

.pleerAddFav {
    cursor: pointer;
}









.view_mob_block {
    display: none;
}

/* Контейнер: фиксируем снизу только на мобилке */
.mbpnl_tabbar{
    display: none;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 30px;
    z-index: 999;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 999px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
    color: var(--color-icons-white, #fff);

    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)), linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(255, 255, 255, 0) 100%);
}

/* Кнопка-ссылка: по умолчанию только иконка */
.mbpnl_tab{

    display: inline-flex
;
    align-items: center;
    gap: 6px;
    height: 44px;
    padding: 4px;
    border-radius: 999px;
    text-decoration: none;
    color: inherit;
    transition: background .18s ease, border-color .18s ease, padding .18s ease, opacity .18s ease;
    flex: 0 0 auto;

}
.mbpnl_tab:hover{ opacity: 1; }

/* Кружок-иконка */
.mbpnl_tab-ico{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    flex: 0 0 36px;
}

/* Подпись — скрыта у неактивных */
.mbpnl_tab-label{
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    font-weight: 600;
    letter-spacing: .2px;
    transition: max-width .18s ease, opacity .18s ease, margin .18s ease;
    font-size: 11px;
}

/* Активная — «пилюля» с фоном и подписью */
.mbpnl_tab.active{
    padding: 4px 14px 4px 6px;

    /*border: 1px solid var(--pill-border);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);*/
    background: rgba(255, 255, 255, 0.3);
}
.mbpnl_tab.active .mbpnl_tab-label{
    max-width: 160px;  /* подгон под длину слов */
    opacity: 1;
    margin-left: 2px;
}

/* Иконки: подставь свои пути */
.mbpnl_tab{ --icon-default: none; --icon-active: none; }
.mbpnl_tab .mbpnl_tab-ico{ background-image: var(--icon-default); }
.mbpnl_tab.active .mbpnl_tab-ico{ background-image: var(--icon-active); }

.mbpnl_tab.is-home{
    --icon-default: url('/images/elem/mobpanel_home_std.svg');
    --icon-active:  url('/images/elem/mobpanel_home_act.svg');
}
.mbpnl_tab.is-program{
    --icon-default: url('/images/elem/mobpanel_prog_std.svg');
    --icon-active:  url('/images/elem/mobpanel_prog_act.svg');
}
.mbpnl_tab.is-favorites{
    --icon-default: url('/images/elem/mobpanel_fav_std.svg');
    --icon-active:  url('/images/elem/mobpanel_fav_act.svg');
}

.js-bprog-volume {
    max-width: 100%;
    -webkit-appearance: none;
}
/* Общий стиль самого слайдера */
.js-bprog-volume {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #04D16E;
    outline: none;
}
.js-bprog-volume::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 4px;

}


.js-bprog-volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #04D16E;
    cursor: pointer;
    margin-top: -6px;
}

/* Для Firefox */
.js-bprog-volume::-moz-range-track {
    height: 8px;
    border-radius: 4px;
    background: #04D16E;
}
.js-bprog-volume::-moz-range-progress {
    height: 8px;
    border-radius: 4px;
    background: #04D16E;
}
.js-bprog-volume::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #04D16E;
    cursor: pointer;
}
.copy_place {
    font-size: 11px;
    text-align: left;
    color: #fff;
    opacity: 0.58;
    padding-top: 50px;
    text-align: right;
}

.links_ft {
    color: #CFCFCE;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    gap: 17px;
    align-items: center;
    padding-top: 17px;
    flex-direction: row;
    justify-content: left;
}
.links_ft_el:hover, .links_ft_el.active {
    color: #fff;
}

.js-bprog-play {
    position: relative;
    overflow: hidden;
}

.js-bprog-play.is-loading::after {
    content: "";
    position: absolute;
    border: 7px solid rgba(255, 255, 255, 0.5);
    border-top-color: #06ba63;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    pointer-events: none;
    z-index: 50;
    background: #ffffff69;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@keyframes pulse_1 {
    from {
        opacity: 1;
        transform: scale(0.9, 0.9);
    }

    to {
        opacity: 0;
        transform: scale(1.3, 1.3);
    }
}

@keyframes pulse_2 {
    from {
        opacity: 1;
        transform: scale(0.8, 0.8);
    }

    to {
        opacity: 0;
        transform: scale(1.5, 1.5);
    }
}

@keyframes pulse_3 {
    from {
        opacity: 1;
        transform: scale(0.8, 0.8);
    }

    to {
        opacity: 0;
        transform: scale(1.7, 1.7);
    }
}

.pulse-button__rings {
    border: 1px solid #c2c5c8;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    border-radius: 50%;
    animation-duration: 2.0s;
    animation-name: pulse_1;
    animation-iteration-count: infinite;
    z-index: 0;
}

.pulse-button__rings:nth-child(2) {
    animation-name: pulse_2;
}

.pulse-button__rings:nth-child(3) {
    animation-name: pulse_3;
}

.player_icon_b {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.order_public_btn {
    cursor: pointer;
    color: #fff;
    background-color: #25d366;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}




/* ====== Базовые настройки ====== */
.popubl_overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1050;
}

.popubl_popup {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 480px;
    background: #0d0d0d;
    color: #fff;
    border-radius: 10px;

    display: none;
    z-index: 1100;
    box-shadow: 0 1px 9px rgba(30, 25, 25, 0.06);
    border: 0.50px solid rgba(255, 255, 255, 0.2);
}

.popubl_content {
    padding: 30px 25px;
    position: relative;
}

.popubl_title {
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 5px;
}

/* ====== Кнопка закрытия ====== */
.popubl_close {
    position: absolute;
    top: 15px; right: 20px;
    font-size: 26px;
    cursor: pointer;
    color: #aaa;
    transition: color 0.3s;
}
.popubl_close:hover {
    color: #00c66a;
}


.popubl_form label {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 5px;
    display: block;
}
.popubl_form_fld {
    margin-bottom: 10px;
}

.popubl_form input,
.popubl_form textarea {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    width: 100%;
}

.popubl_form input:focus,
.popubl_form textarea:focus {
    outline: none;
    border-color: #00c66a;
}

.popubl_form textarea {
    resize: vertical;
    min-height: 80px;
}

/* ====== Кнопка отправить ====== */
.popubl_submit {
    background: #25d366;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    transition: background 0.3s;
    margin: 0 auto;
    margin-top: 15px;
}
.popubl_submit:hover {
    color: #fff;
}


/* ====== Адаптивность ====== */
@media (max-width: 480px) {
    .popubl_content {
        padding: 20px 15px;
    }
    .popubl_title {
        font-size: 18px;
    }
    .popubl_submit {
        font-size: 14px;
        padding: 10px;
    }
}




















