/* 18.11.2025 */
:root {
    --primary: #dfdfdf;
    --dark: #121212bd;
    --light: #FFFFFF;
    --radius: 25px;
    --radius-btn: 14px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --btn-bg-colors: rgb(76 76 76 / 85%);
    --btnlight-bg-colors: rgb(230 230 230);
    --btndark-bg-colors: rgb(76 76 76);
    --red-btn-color: #d55e4f!important;
    --side-width: 330px;
    --side-width2: 250px;
    --bg: #0b1220;
    --card: rgba(255,255,255,0.06);
    --card-border: rgba(255,255,255,0.12); 
    --muted: #9fb0cc;
    --accent: #ff3b5c;
    --accent2: #5ac8fa;
    --shadow: 0 20px 60px rgba(0,0,0,0.35);
}


.plyr__title {
    margin-left: 10px;
}
.plyr__title:hover, .plyr__author:hover {
    opacity: 0.5!important;
}

.plyr__author {
    margin-left: 10px;
    opacity: 0.7!important;
}

.nowliveair {
    pointer-events: none;
    opacity: 0.6;
    outline: 3px solid var(--red-btn-color);
    outline-offset: 2px;
    border-radius: 20px;
    -webkit-user-drag: none;
}

.nowliveairbtn {
    background-color: var(--red-btn-color)!important;	
    pointer-events: none;
    -webkit-user-drag: none;
}

.btnmesserror a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0px 12px 0px 0px;
    min-width: 24px;
    z-index: 99999;
    position: relative;
}

    
#onlinetrackcontainer {    
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
}
.otrackcontheight {
    margin: 13px 6px 0px 7px!important;
    min-width: 350px;
    min-height: 350px;
    float: left;
}
.cardframemain {
    border-radius: 20px;
    width: 350px;
    height: 350px;

}
#frontface video, #backface video{
width: 270px;
height: 270px;
border-radius: var(--radius);    
}

.radio-container {
      margin: 3px 10px 10px 10px;
}
.radio-container1 {

} 
.radio-container2 {
    
}

.changestream {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.btnchangestream {
    background: var(--btn-bg-colors);
    margin: 5px!important;
    width: auto;
    padding: 7px 9px 7px 9px!important;
    display: flex;
    align-items: center!important;
    justify-content: center!important;
    align-content: center!important;
    flex-direction: row;
    flex-wrap: wrap;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    line-height: 1.4;
    border: 0; /* Убираем рамку браузера */
    -webkit-appearance: none; /* Для Safari */
    appearance: none; /* Для Firefox/Chrome */
    box-sizing: border-box; 
    text-align: center;
    vertical-align: middle;

}
.btnchangestream:hover {
    opacity: 0.7;
}
.plyr__info {
  flex: 1; /* Занимает всё свободное пространство */
  min-width: 0; /* Позволяет сжиматься */
  margin: 0 15px 0 80px;
  overflow: hidden;
  position: relative;    
}

.plyr__title a,
.plyr__author a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: transform 0.4s ease;
}

.plyrposter {
    left: 0px !important;
}   
  
.time-left {
    font-size: 26px;
    left: 180px;
    position: fixed;
    width: 120px;
}
.btn-moreplayer {
    display: block;
}

.playlist_item {
    margin: 0px 10px;
    max-width: 115px;
}
.playlist_time {
    font-size: 25px;
    font-weight: 600;
    color: #d5776b;
    text-align: center;
}    
.playlist_cover, .playlist_cover img {
min-height: 115px;
width: 115px;
border-radius: 10px;
transition: transform 0.3s ease;
margin: 5px 0px 5px 0px;
}
.playlist_cover a:hover, .playlist_cover:hover, .playlist_cover img:hover { /*  */
transform: scale(1.05);
opacity: 1;
}
.playlist_header {
  margin-bottom: 1px;
  padding-bottom: 1px;
}
.playlist_header h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.playlist_content{
    display: flex;
    overflow-x: auto;      /* Включает горизонтальную прокрутку при переполнении */
    overflow-y: hidden;      /* Включает горизонтальную прокрутку при переполнении */
}
.playlist_content::-webkit-scrollbar {
  display: none;
}
.playlist_title {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
}
.playlist_artist {
    white-space: wrap;
    font-size: 13px;
    font-weight: 700;
}
.playlist_song {
    white-space: wrap;
    font-size: 12px;
    opacity: 0.8;
}
.dropdown-item {
    color: #fff;
}
.btn-moreplayer {
    z-index: 15;
    padding: 0px;
}
.btn-more:hover {
    background: none;
}
.time-progress {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    margin: 15px 0;
    position: relative;
    z-index: 6000;
}
.time-progress-bar {
    height: 100%;
    background: #d65e4e;
    width: 0%;
    transition: width 1s linear;
}    
.plyr-theme-2 .plyr__progress {
    top: -1px!important;
} 
.livelistenmainlink {
    
} 
.livelistenmain {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: static;
    margin: 0px 5px -5px 5px;
    min-width: 60px;
}

.plyr-playlist .plyr__controls{
    margin-left: 0px!important;
}

.onlinemainpage {margin: 0;}   
.wp-block-loop .entry {
margin-bottom: 0rem!important;
}    
.amg-radio-list {
overflow: hidden; /* Очищаем float */
min-height: 350px; /* Чтобы видеть обтекание */
}
.big-logo {
      float: left;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
}
.small-icon,.big-logo {    
    margin: 13px 6px 13px 7px!important;
}
.small-icon {
    
    justify-content: center;
    line-height: 1.2;
    float: left;
    width: 108px;
    top: unset;
}
.content .metadata-container {
    width: 350px;
    height: 350px;
}

.content .metadata-container .show-info-card {
 margin: 0!important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}




.stations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
}
.favstations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
}
.nofavstations {
    display: none;
}


/* Элемент, который мы держим в руках */
.sortable-ghost {
    opacity: 1;
    filter: grayscale(0);
    background: #c8ebfb;
}

/* Элемент, который остается на месте (выбранный) */
.sortable-chosen {
    opacity: 0.06;
    transform: scale(0.95);
    transition: transform 0.2s;
}

/* Тень/линия в месте вставки */
.sortable-drag {
    cursor: grabbing;
    box-shadow: 0 15px 30px rgba(0,0,0,0.9);
}

.station-item.dragging {
    opacity: 1;
    transform: scale(1);
}


.station-item {
    cursor: pointer;
    position: relative;
    border-radius: var(--radius);
    box-shadow: 0 20px 66px rgba(0, 0, 0, 0.2);
    /* overflow: hidden; */ /* ВНИМАНИЕ: Если это свойство обрезает линию, замените его */
    aspect-ratio: 1/1;
    z-index: 14;
    transition: var(--transition);
    /* Отключаем системное меню при долгом нажатии (которое мешает драгу) */
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    
    /* Убираем синее выделение при тапе */
    -webkit-tap-highlight-color: transparent;    
    
}

  

#favstations {
    /* Разрешаем контейнеру скроллиться, но Sortable перехватит управление при долгом нажатии */
    touch-action: auto !important; 
}


/* Применяем скругление к картинке явно, если у родителя убрали overflow: hidden */
.station-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius); 
    -webkit-user-drag: none; 
    user-select: none;
    display: block;
}








/* .station-item:hover {scale: 1.02;} */
.station-item:hover {opacity: 0.8;}






.station-item .fav-icon,
.station-item .edit-custom-icon{
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Показываем иконку при наведении на весь блок */
.station-item:hover .fav-icon,
.station-item:hover .edit-custom-icon{
  opacity: 1;
}




.cover-container {
    width: 270px;
    height: 270px;
    margin: 6px auto;
    border-radius: var(--radius);
    position: relative;
    aspect-ratio: 1/1;
    perspective: 1500px; /* Увеличено для уменьшения искажений */
    z-index: 1;
}

.cover-container img {
    width: 270px;
    height: 270px;
}

#card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.5s linear;
    position: relative;
}

#card.flip {
    transform: rotateY(-180deg);
}
#card.flip2 {
    transform: rotateY(180deg);
}

#card.no-transition {
    transition: none; /* Отключаем анимацию при сбросе */
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: var(--radius);
}

.front {
    z-index: 2;
}

.back {
    transform: rotateY(180deg);
}

#cover, #cover-back {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius);
}

.track-info {
    text-align: center;
    margin: 25px 25px 25px 25px;
    z-index: 9999;
    position: relative;
    max-width: var(--side-width);
    padding: 15px;
}

#song, #errorm {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

#artist {
    font-size: 1.1em;
    opacity: 0.8;
    margin-bottom: 15px;
    cursor: pointer;
}

.stats {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.dark .stat-item {
    background: rgba(255,255,255,0.1);
    padding: 6px 11px;
    border-radius: 12px;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    gap: 2px;
    font-weight: 600;
}

.stat-item {
    background: rgb(100 100 100 / 10%);
    padding: 8px 15px;
    border-radius: 15px;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.bitrate-selector {
    display: none;
    gap: 10px;
}

.bitrate-selector.active {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.bitrate-btn {
    padding: 6px 10px;
    background-color: #494949;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}

.bitrate-btn.active {
    background-color: var(--red-btn-color);
}

.bitrate-btn:hover {
    opacity: 0.7;
}

.volume-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

#volume {
    flex-grow: 1;
    height: 6px;
    -webkit-appearance: none;
    background: rgba(255,255,255,0.1);
    border-radius: 3px;
}

#volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: var(--primary);
    border-radius: 50%;
    cursor: pointer;
}








.gd-primary, .player [data-plyr="play"] {
    color: #fff !important;

}

.plyr-playlist .plyr__controls .plyr__poster {
    opacity: 1;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    left: 0px;
    z-index: 5000;
    margin-top: 7px;
}
.playbutton {
    position: absolute;
    left: 70px;
    z-index: 999999;
}

.btn-more {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    color: inherit !important;
    background-color: transparent !important;
    border: none;
    outline: 0 !important;
    fill: none;
    width: 30px;
}

.slisteners {
    position: absolute;   
    left: -20px;
    top: -20px;
    background: var(--btnlight-bg-colors);
    z-index: 2;
}
.stimeleft {
    position: absolute;
    right: -20px;
    background: var(--btnlight-bg-colors);
    z-index: 2;
    top: 245px;
}

.dark .slisteners {
    background: var(--btndark-bg-colors);
}
.dark .stimeleft {
    background: var(--btndark-bg-colors);
}


/* Базовые стили */
.fav-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    filter: drop-shadow(0 2px 5px rgba(255, 255, 255, 1));
    margin: 10px;
    z-index: 989;
    pointer-events: all;
    
}


/* Пустое сердце */
.fav-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/></svg>") no-repeat center;
    background-size: contain;
    color: #888; /* цвет обводки пустого сердца */
}
.fav-icon:hover::before {
    content: "";
    display: none;
}

.fav-icon:hover {
    filter: drop-shadow(0 2px 5px rgba(255, 255, 255, 1));
    scale: 1.2;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d55e4f'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/></svg>") no-repeat center;
    
}

/* Закрашенное сердце */
.fav-icon.active::before {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d55e4f'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/></svg>") no-repeat center;
    background-size: contain;
    
}

.edit-custom-icon {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z'/></svg>") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    filter: drop-shadow(0 2px 5px rgba(255, 255, 255, 1));
    margin: 10px;
    z-index: 989;
    pointer-events: all;
}

.plyr .edit-custom-icon {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d55e4f'><path d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z'/></svg>") no-repeat center!important;
    background-size: contain;
    position: unset;
    height: 22px;
    width: 22px;
    cursor: pointer;
    transition: unset;
    filter: unset;
    margin: 0 0.25rem;
    z-index: 989;
    pointer-events: all;
    opacity: 1;
    display: block;
}

.plyr .edit-custom-icon:hover {
    opacity: 1;
}

.settingsapp {
    background: rgba(0, 0, 0, 0);
    border: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    z-index: 999999999;
    padding: 0px;
    margin: 0px 6px;
}

.settingsapp svg {
  transition: transform 0.6s ease-in-out;
}

.settingsapp.active svg {
  animation: spin 1.2s linear infinite;
}







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






.settingsmenu {
    position: fixed;
    z-index: 1000;
    display: none;
    float: right;
    right: 0;
    left: unset;
    padding: 10px;
    margin: 10px;
    color: #fff;
    list-style: none;
    background-clip: unset;
    border: 3px solid rgb(229 231 238 / 25%);
    border-radius: 15px;
    text-shadow: none;
    top: calc(10px + var(--navbar-height));
    justify-content: flex-start;    
    white-space: nowrap; /* Запрещает перенос строк (сохраняет горизонтальное расположение) */  
    /* Ограничиваем максимальную ширину (опционально) */
    max-width: 80%;
    /* Чтобы блок не растягивался бесконечно */
    width: fit-content;
    background-color: var(--body-bg-color)!important;
}

.fullscreenbutton{
    cursor: pointer;
    background: rgba(120, 130, 140, 0.3);
    border-radius: 50%;

}

.dark .fullscreenbutton{
    cursor: pointer;
    background: rgba(120, 130, 140, 0.3);
    border-radius: 50%;
    margin: 0px 6px;

}

#fullscreen-button{
    cursor: pointer;
}

#fullscreen-button svg {
    height: 30px;
    padding: 3px 3px 3px 3px;
}

.settingsmenuhead {    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    
}

.settingsmenu svg {
    padding: 1px 0px 0px 0px;
    height: 22px;
}

.settingsmenu > div {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    padding: 5px 5px;
}

.settingsmenu > div:hover {
    background-color: #7b7b7b4a!important;
}

.dropdown-menu {
    position: fixed;
    z-index: 1000;
    display: none;
    float: right;
    right: -15px;
    left: unset;
    min-height: 300px;
    padding: 10px 20px 30px 10px;
    margin: 0px;
    color: #fff;
    list-style: none;
    background-clip: unset;
    border: 3px solid rgb(229 231 238 / 35%);
    border-radius: 15px;
    text-shadow: none;
    bottom: 55px;
    top: unset;
    justify-content: flex-start;    
    /* white-space: nowrap; Запрещает перенос строк (сохраняет горизонтальное расположение) */  
    /* Ограничиваем максимальную ширину (опционально) */
    max-width: 100%;
    /* Чтобы блок не растягивался бесконечно */
    width: fit-content;
    background-color: var(--body-bg-color)!important;    
}

.dropdown-menu.show {
    display: block;
    color: var(--text-color);
}

.settingsmenu.show {
    display: block;
    color: var(--text-color);
    fill:  var(--text-color);
    padding: 20px;
    z-index: 9999999999;
}

.themecolor {
    padding: 0 0px 0 10px;
}
.settingsmenuspan {
    padding: 2px 5px 0 5px;
}

.redbutton {
    margin: 15px auto;
    padding: 6px 11px;
    border-radius: 6px;
    font-size:16px;
    background-color: var(--red-btn-color);
    color: #fff;
    border: unset;
}
.redbutton:hover {
    opacity: 0.7;
}


.normalbutton {
    margin: 15px auto;
    padding: 6px 11px;
    border-radius: 6px;
    font-size:16px;
    background-color: var(--btn-bg-colors);
    color: #fff;
    border: unset;
}
.normalbutton:hover {
    opacity: 0.7;
}


.theme-color,
.theme-switch {
    display: inline-flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}


.theme-switch i {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 20px;
    border-radius: 2rem;
    background-color: rgba(120, 130, 140, 0.5);
    line-height: 1;
    cursor: pointer;

    flex-shrink: 0;
}

.theme-switch i:before {
    content: "";
    display: block;
    opacity: 1;
    width: 25px;
    height: 25px;
    margin-top: -2.5px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
    position: absolute;
    border-radius: 2rem;
    transition: all 0.2s;
    left: 0;
}

.dark .theme-switch i:before {
    left: 15px;
}

.fullscreenbutton svg, .themecolor svg {
   height: 35px; 
}






#fullscreen-button svg:hover {
    transform: scale(1.125);
}
#fullscreen-button svg:last-child {
  display: none;
}

:fullscreen #fullscreen-button svg:first-child {
  display: none;
}

:fullscreen #fullscreen-button svg:last-child {
  display: block;
}

.site-navbar {
    display: flex;
    align-items: center;
    min-height: var(--navbar-height);
}

.site-brand {
    display: flex;
    align-items: center;
    user-select: none;
    min-height: var(--navbar-height);
}

.site-title {
    margin: 0 0.25rem;
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.033em;
    color: inherit;
    padding: 1px 0px 0px 3px;
	white-space: nowrap;
}


.page-animating {
    
}

.loaderifr {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 5;
}

html.page-animating .loaderifr {
  opacity: 1;
  pointer-events: auto;
}



#menu-state:checked ~ .site-main #content-wrap {
  transform: translate3d(var(--offcanvas), 0, 0);
}



.loaderifr-inner {transform: scale(1.2);bottom: 0;height: 60px;left: 0;margin: auto;position: absolute;right: 0;top: 0;width: 100px;}.loaderifr-line-wrap {animation: spins 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite ;box-sizing: border-box;height: 50px;left: 0;overflow: hidden;position: absolute;top: 0;transform-origin: 50% 100%;width: 100px;}.loaderifr-line {border: 4px solid transparent;border-radius: 100%;box-sizing: border-box;height: 100px;left: 0;margin: 0 auto;position: absolute;right: 0;top: 0;width: 100px;}
.loaderifr-line-wrap:nth-child(1) {animation-delay: -50ms;}
.loaderifr-line-wrap:nth-child(2) {animation-delay: -100ms;}
.loaderifr-line-wrap:nth-child(3) {animation-delay: -150ms;}
.loaderifr-line-wrap:nth-child(4) {animation-delay: -200ms;}
.loaderifr-line-wrap:nth-child(5) {animation-delay: -250ms;}
.loaderifr-line-wrap:nth-child(1) .loaderifr-line {border-color: #eb4747; height: 90px;width: 90px;top: 7px;}
.loaderifr-line-wrap:nth-child(2) .loaderifr-line {border-color: #eb4747db; height: 76px;width: 76px;top: 14px;}
.loaderifr-line-wrap:nth-child(3) .loaderifr-line {border-color: #eb4747bf; height: 62px;width: 62px;top: 21px;}
.loaderifr-line-wrap:nth-child(4) .loaderifr-line {border-color: #eb4747ab; height: 48px;width: 48px;top: 28px;}
.loaderifr-line-wrap:nth-child(5) .loaderifr-line {border-color: #eb47478f; height: 34px;width: 34px;top: 35px;}
@keyframes spins {0%, 15% {transform: rotate(0);}100% {transform: rotate(360deg);}}


#content {
  position: relative;
  min-height: 200px; /* чтобы было куда встать */
  animation-fill-mode: both;
  padding: 0px 20px 20px 20px;
}

/* когда начинается переход */
html.page-animating #content, html.page-animating #footer {
  animation-name: fadeOut;
}

/* когда контент уже заменён */
html:not(.page-animating) #content, html:not(.page-animating) #footer {
  animation-name: fadeIn;
}

#content .loaderifr {
  position: absolute;
  inset: 0;
  z-index: 10;
}

#content .loaderifr {
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
}

html.page-animating #content .loaderifr {
  opacity: 1;
  pointer-events: auto;
}

body {
overflow-y: scroll;
}

body.fullscreen-mode::-webkit-scrollbar {
  width: 0; /* Убираем ширину */
}

body.fullscreen-mode::-webkit-scrollbar-track {
  background: transparent; /* Прозрачная дорожка */
}

body.fullscreen-mode::-webkit-scrollbar-thumb {
  background: transparent; /* Прозрачный ползунок */
}




.radiosearchcontainer {
    margin: 0 10px;
}


.radiosearchinput {
    height: 2.2rem;
    width: 250px;
}



.radiosearchinput::placeholder,
.modal-editradio input::placeholder
{
  color: var(--text-color);
  font-weight: 500;
}

.search-results-dropdown {
    overflow-y: auto;
    display: none;
    position: fixed;
    z-index: 1011;
    float: right;
    right: 0;
    left: unset;
    padding: 10px;
    margin: 10px;
    list-style: none;
    background-clip: unset;
    border: 3px solid rgb(229 231 238 / 25%);
    border-radius: 15px;
    text-shadow: none;
    top: calc(15px + var(--navbar-height));
    justify-content: flex-start;
    white-space: nowrap;
    width: fit-content;
    background-color: var(--body-bg-color) !important;
    white-space: normal;
}
.search-result-item {
    display: flex;
    align-items: center;
    padding: 8px;
    cursor: pointer;
    border-radius: 10px;
}
.search-result-item img {
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

.search-result-item span {
    margin: 10px 0px 10px 10px;
    opacity: 0.5;
}
.search-result-item span:first-of-type {
    font-weight: 900;
    opacity: 1;
}

.search-result-item:hover {
    background: #77777780;
}

.mainnot {
    text-align: center;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
}

.hnot {
    display: flex;
    justify-content: center;
    font-size: 17px;
    padding: 5px 10px;
    
}
.poyasnenie {
    display: flex;
    justify-content: center;
    padding: 5px 10px;
    text-align: center;    
}

.mailtext {
    display: block;
    padding: 5px 10px;
    line-height: 2.1;
    text-align: center;
    
}
.mailbtn {
    background: #77777780;
    border-radius: 5px;
    padding: 3px 5px 5px 5px;
    margin: 5px;
    cursor: pointer;
}
.mailbtn:hover {
    background: #777777bd;
}




.custom-editradio {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: fadeIn 0.3s forwards;
}



.modal-editradio {
    border-radius: 16px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    background: var(--body-bg-color);
    padding: 24px 30px 24px 30px;
    text-align: center;
}


.modal-editradio h3 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;

}

.modal-editradio h4 {
 text-align: center;
 margin-bottom: 1.1rem;
}




.modal-editradio input {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    box-sizing: border-box;
}
.modal-editradio button {
    margin: 8px 6px 0 0;
    
}


.filter-container-country,
.filter-container-city, 
.filter-container-genre, 
.filter-container-com 
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.filter-btn {
    background: var(--btn-bg-colors);
    color: var(--text-color);
    margin: 6px;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}
.filter-btn:hover {
    opacity: 0.7;
}


#menu-state:checked~.site-sidebar {
   top: calc(14px + var(--navbar-height));
   border-top: 3px solid rgba(130, 140, 150, 0.2); 
}


.site-content {
    margin-top: calc(35px + var(--navbar-height));
    transition: margin 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.header-container {
    padding: 0 6px 0 6px;
    position: relative;
	
}


/* Кнопка лупы */
.search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: none;  /* По умолчанию скрыта */
    padding: 0 5px 0 10px;
}
.lupa-icon {
    width: 30px;
    height: 30px;
}

/* Мобильный поиск */
.mobile-search-hidden {
    display: none !important;
}
.mobile-search-shown {
    display: block !important;
    width: 100%;  /* Полная ширина на мобильных */
    margin-bottom: 10px;
    position: fixed;
}







.site-navbar-right {
    display: flex;
    align-items: center;

}




.btnauth {
    background: rgba(0, 0, 0, 0);
    border: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    z-index: 999999999;
    padding: 0px;
    margin: 0px 6px;
}
.btnauth svg {
    fill: none;
}

.btnauth:hover,
.settingsapp:hover
{
    opacity: 0.6;
}



.auth-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}

.auth-modal .modal-content {
  background: linear-gradient(135deg, #313137 0%, #48484d 100%);
  border-radius: 16px;
  padding: 32px 28px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);

  position: relative;
  overflow: hidden;
  background: var(--body-bg-color);
}

.auth-modal h3 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}


.auth-modal p {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.auth-modal #auth-error {
  margin: 0 0 20px;
  padding: 12px 16px;
  background: rgba(213, 94, 79, 0.18);
  border: 1px solid var(--red-btn-color);
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
}

.auth-modal button {
  width: 100%;
  padding: 14px 20px;
  margin: 10px 0;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.auth-modal button:not(.redbutton) {
  background: var(--btn-bg-colors);
  color: #ffffff;
}

.auth-modal button:not(.redbutton):hover {
  background: #585858;
  scale: 1.02;
  
}

.auth-modal button#auth-yandex {
  background: #ffcc00;
  color: #1a1a2e;
  font-weight: 600;
}

.auth-modal button#auth-yandex:hover {
  background: #ffd633;
}

.auth-modal button#auth-vk {
  background: #07f;
  color: white;
}

.auth-modal button#auth-vk:hover {
  
}

.auth-modal button#auth-google {
  background: #ffffff;
  color: #333;
  border: 1px solid #dadce0;
}

.auth-modal button#auth-google:hover {
  background: #f8f9fa;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.auth-modal button.redbutton {
  background: var(--red-btn-color);
  color: white;
  margin-top: 8px;
}

.auth-modal button.redbutton:hover {
  background: #e06b5e;
}

.auth-modal button#auth-cancel {
  background: transparent;
  color: var(--text-color);
  border: 1px solid #404060;
  margin-top: 16px;
}

.auth-modal button#auth-cancel:hover {
  background: #585858;
  color: #fff;
}

/* Анимация появления */
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Анимация появления содержимого */
.auth-modal .modal-content,
.modal_clear_s .modal_clear_s_window
.custom-editradio .modal-editradio
{
  animation: scaleIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.88) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}


.warning_main {
    margin: 0 0 28px;
    font-size: 17px;
    line-height: 1.45;
    text-align: center;
    display: block;
    color: var(--red-btn-color);
    font-weight: 900;
}


.warning_body {
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 1.45;
    text-align: center;
    display: block;
}


.userphoto {
border-radius: 50%;
}

.userlink, .userlinksvg {
display: none;
}

.scalebtn:hover {
scale: 1.02;
}



.btnexit {
cursor: pointer;
display: none;
}


.playlist {
    list-style: none;
    padding: 0;   
    width: 100%;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    
    
}

.playlist-track {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.3s, transform 0.2s;  
    margin-left: -5px;  
}

.playlist-track:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(5px);
    margin-left: -5px;
}

.playlist-date {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--red-btn-color);
    min-width: 90px;
    text-align: center;
    margin: 20px 0px 20px 5px;
}

.playlist-song {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0px 0px 10px;
    padding-right: 20px;
    flex:1;
}

.playlist-artist {
    flex: 1;
    font-size: 1.1rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0px 0px 10px;
}

.playlist-title {
    flex: 1;
    font-size: 1.1rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0px 5px 10px;
    color: #d1d1d1;
}

.playlist-img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    max-width: 70px;
    border-radius: 10px;
    margin: 5px 0px 5px 0px;
 }
.playlist-img img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    max-width: 70px;
 }

.actionlistold {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    min-width: 60px;
    text-align: center;
    margin: 20px;
    
}

.actionlist {
    margin-right: 20px;
}

.actionlist img {
    height: 30px;
    border-radius: unset;
}








/* Основной контейнер */
.modal_clear_s {
  display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: fadeIn 0.3s forwards;
}

.modal_clear_s.active {
  display: flex;
}

/* Внутреннее окно */
.modal_clear_s_window {
    border-radius: 16px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    background: var(--body-bg-color);
}


.modal_clear_s_window h3 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: var(--red-btn-color);
}

.modal_clear_s_content h4 {
 text-align: center;
 margin-bottom: 1.1rem;
}



.modal_clear_s_window p {
  margin: 5px 0px 5px 0px;
  font-size: 17px;
  line-height: 1.45;
  text-align: center;
}

.modal_clear_s_window ul {
  margin: 15px 0px 15px 0px;
}

/* Содержимое */
.modal_clear_s_content {
  padding: 24px 24px 0px 24px;
}

.modal_clear_s_footer {
    margin: 24px 0px 24px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal_clear_s_footer button {
    margin: 0px 10px 0px 10px;
}
    

.hiden {
    display: none!important;
}

.nocursor {
    pointer-events: none!important;
}

.favoritesicon svg {
    fill: none;
    stroke: var(--text-color);
    stroke-width: 2px;
    width: 22px;
}
.helpicon svg {
    width: 22px;
}

.clearlocalstorage svg {
    width: 22px;
}


.site-sidebar {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}


.site-sidebar::before {
content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: var(--side-width);
    height: 100%;
    transform: scale(1.1);
    filter: blur(100px);
    opacity: 0.14;
    z-index: 1;
    pointer-events: none;
  background: var(--sidebar-bg-image) center center / cover, linear-gradient(45deg, rgb(157, 220, 255), rgb(255, 136, 42));

}


.site-header {
    font-size: 0.875rem;
    left: 0;
    right: 0;
    top: var(--adminbar-height);
    z-index: 10500;
    position: fixed;
    background-color: #fff;
    box-shadow: var(--box-shadow);
}

#content {
    position: relative;
    z-index: 990;
}

.stationitemradiofull {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
    align-items: flex-start;
}

.stationitemradioallpl {
    
}

.stationsrek {
    flex: 1 1 295px;
    min-width: 295px;
}


.stationitemradioall {
    display: flex;
    margin-bottom: 20px;
    column-gap: 20px;
}
.stationitemradio {
    width: 150px;
    height: 150px;
}
.stationitemradiotext {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;  
}
.stationitemradiobtn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.opisanie_radio {
    max-width: 800px;
    font-size: 16px;
    margin: 20px 0px;
}

.opisanie_radio_nopls {
    max-width: 500px;
    font-size: 16px;
    margin: 20px 0px;
}

.radio_nopls {
    font-size: 16px;
    margin: 20px 0px;
}

.player-panel {
    margin-top: 20px;
}


.playlist-song:hover .playlist-title,
.playlist-song:hover .playlist-artist {
    white-space: normal!important;
}


.error404wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.error404card{
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 860px;
    background: var(--card);
    border: 1px solid var(--card-border);
    border-radius: 28px;
    padding: 50px 36px;
    text-align: center;
}

.error404code{
    font-size: clamp(90px, 18vw, 180px);
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: -6px;
    margin: 0 0 14px;
    background: linear-gradient(315deg, var(--red-btn-color) 0%, #ff7a59 35%, #e5a99a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0 8px 40px rgba(255,59,92,0.18);
}

.error404title{
    color: var(--text-color);
    font-size: clamp(24px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 14px;
}

.error404text{
    max-width: 650px;
    margin: 0 auto 28px;
    color: var(--text-secondary-color);
    font-size: 17px;
    line-height: 1.65;
}

.error404actions{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-bottom: 28px;
}

.error404btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: var(--radius-btn);
    text-decoration: none;
    font-weight: 700;
    transition: .2s ease;
    border: 1px solid transparent;
}

.error404btn-primary{
    background: linear-gradient(135deg, var(--red-btn-color) 0%, #ff6a3d 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(255,59,92,0.28);
}

.error404btn-primary:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(255,59,92,0.34);
}

.error404btn-secondary{
    background: rgba(255,255,255,0.04);
    color: var(--text-color);
    border-color: rgba(255,255,255,0.1);
}

.error404btn-secondary:hover{
    background: rgba(255,255,255,0.08);
    transform: translateY(-2px);
}

.error404links{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.error404link{
    display: block;
    padding: 16px 14px;
    border-radius: 16px;
    text-decoration: none;
    color: var(--text-color);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    transition: .2s ease;
}

.error404link:hover{
    transform: translateY(-2px);
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.14);
}

.error404link span{
    display: block;
    color: var(--text-secondary-color);
    font-size: 13px;
    margin-top: 5px;
}

.error404note{
    margin-top: 26px;
    color: rgba(255,255,255,0.45);
    font-size: 13px;
}


.updates{
}

.updates-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:30px;
    text-align: center;
}

.update-item{
    display:flex;
    gap:20px;
    margin-bottom:25px;
    position:relative;
}

.update-item::before{
    content: "";
    position: absolute;
    left: 100px;
    top: 5px;
    bottom: -46px;
    width: 2px;
    background: var(--color-border);
}

.update-item:last-child::before{
    display:none;
}

.update-date{
    font-size: 15px;
    font-weight:600;
    color:var(--red-btn-color);
}

.update-content{
    background:var(--card);
    border:1px solid var(--color-border);
    border-radius:10px;
    padding:12px 16px;
    flex:1;
}

.update-version{
    font-weight:700;
    margin-bottom:5px;
}

.update-text{
    color:var(--text-secondary-color);
    font-size: 15px;
}

.faq-page{

}

.faq-hero{
    margin-bottom: 30px;
}

.faq-badge{
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid var(--color-border);
    color: var(--red-btn-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
}

.faq-page h1{
    margin: 0 0 12px;
    font-size: clamp(30px, 5vw, 46px);
    line-height: 1.1;
}

.faq-subtitle{
    margin: 0;
    max-width: 820px;
    color: var(--text-secondary-color, #a9afbb);
    font-size: 17px;
    line-height: 1.7;
}

.faq-search-wrap{
    margin: 24px 0 28px;
}

.faq-search{
    width: 100%;
    background: var(--card);
    border: 1px solid var(--color-border);
    color: var(--text-color);
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 15px;
    box-sizing: border-box;
}

.faq-search:focus{
    outline: none;
    border-color: var(--red-btn-color);
    box-shadow: 0 0 0 3px rgb(213 94 79 / 81%);
}
.faq-search::placeholder {
    color: var(--text-color);
}

.faq-list{
    display: grid;
    gap: 14px;
}

.faq-item{
    background: var(--card);
    border: 1px solid var(--color-border);
    border-radius: 18px;
    overflow: hidden;
    transition: 0.2s ease;
}

.faq-item:hover{
    border-color: rgba(255,255,255,0.18);
    transform: translateY(-1px);
}

.faq-item summary{
    list-style: none;
    cursor: pointer;
    padding: 18px 54px 18px 20px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
}

.faq-item summary::-webkit-details-marker{
    display: none;
}

.faq-item summary::after{
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.06);
    color: var(--red-btn-color);
    font-size: 20px;
    font-weight: 700;
}

.faq-item[open] summary::after{
    content: "–";
}

.faq-answer{
    padding: 0 20px 20px;
    color: var(--text-secondary-color, #b7bdc9);
    line-height: 1.75;
    font-size: 15px;
}

.faq-answer p{
    margin: 0 0 12px;
}

.faq-answer ul,
.faq-answer ol{
    margin: 0 0 12px 20px;
    padding: 0;
}

.faq-answer li{
    margin-bottom: 6px;
}

.faq-hidden{
    display: none !important;
}

@media (max-width: 700px){
    .faq-page{
        padding: 24px 14px 40px;
    }

    .faq-item summary{
        font-size: 16px;
        padding: 16px 48px 16px 16px;
    }

    .faq-answer{
        padding: 0 16px 16px;
        font-size: 14px;
    }

    .faq-subtitle{
        font-size: 15px;
    }
}
















/* ДРУГИЕ РАЗРЕШЕНИЯ */



@keyframes loading {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}  


/* 1390px */
@media (max-width: 1390px){
    

    
    
.dropdown-menu {
    position: fixed;
    z-index: 1000;
    display: none;
    float: right;
    right: 0;
    left: unset;
    min-height: 310px;
    padding: 10px 10px 25px 10px;
    margin: 0px;
    color: #fff;
    list-style: none;
    background-clip: unset;
    border-radius: 0px;
    text-shadow: none;
    bottom: 65px;
    top: unset;
    justify-content: flex-start;    
    /* white-space: nowrap; Запрещает перенос строк (сохраняет горизонтальное расположение) */  
    /* Ограничиваем максимальную ширину (опционально) */
    max-width: 100%;
    /* Чтобы блок не растягивался бесконечно */
    width: fit-content;
    background-color: var(--body-bg-color)!important;
    border: unset;
    border-block-start: 3px solid rgb(229 231 238 / 35%);
}
    
    
    
    
}

 
/* 1200px */
@media (max-width: 1200px){
    
.stationitemradiofull {
    display: unset;
    flex-wrap: unset;
    column-gap: unset;
    row-gap: unset;
    align-items: unset;
}

.stationitemradioallpl {
    width: unset;
}    
    
    
.dropdown-menu {
    position: fixed;
    z-index: 1000;
    display: none;
    float: right;
    right: 0;
    left: unset;
    min-height: 300px;
    padding: 10px 10px 20px  10px;
    margin: 0px;
    color: #fff;
    list-style: none;
    background-clip: unset;
    border-block-start: 3px solid rgb(229 231 238 / 35%);
    border-radius: 0px;
    text-shadow: none;
    bottom: 66px;
    top: unset;
    justify-content: flex-start;    
    /* white-space: nowrap; Запрещает перенос строк (сохраняет горизонтальное расположение) */  
    /* Ограничиваем максимальную ширину (опционально) */
    max-width: 100%;
    /* Чтобы блок не растягивался бесконечно */
    width: fit-content;
    background-color: var(--body-bg-color)!important;    
}
    
    
    
    
    
    
    
    
    
    
.plyr__info {

    
}
}
/* 1200px */


/* 990px */
@media (max-width: 990px){
   
    

    
    
    
.site-sidebar {    
    width: var(--side-width2);   
}    
    
.site-sidebar::before {
    width: var(--side-width2);
}
    
.site-sidebar~.loaderifr, .site-sidebar~.site-content, .site-sidebar~.site-footer {
        margin-inline-start: var(--side-width2);
        -webkit-margin-start: var(--side-width2);
    }

 
    
.cover-container {
    width: 210px;
    height: 210px;
}    
    
.cover-container img {
    width: 210px;
    height: 210px;
}   
    
#frontface video, #backface video {
    width: 210px;
    height: 210px;
}
    
.stimeleft {
    top: 185px;
    right: -15px;
}
.slisteners  {
    left: -15px;   
 }   
.dark .stat-item {
    font-size: 1.1em;
}

.stations-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
.favstations-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }

.playlist-date {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 0px 6px;
    min-width: 60px;
}

.playlist-song {
    margin: 0px 0px 0px 0px;
    padding-right: 20px;
}

.playlist-artist {
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0px 0px 10px;
}

.playlist-title {
    font-size: 13px;
    font-weight: 500;
    margin: 0px 0px 5px 10px;
}

.playlist-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    max-width: 50px;
    border-radius: 10px;
    margin: 5px 0px 5px 0px;
 }    
    
 .playlist-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    max-width: 50px;
 }   
    
    
    
    
    
.small-icon {
    width: 122px;
}
.radio-container {
margin:unset; 
}
.radio-container1 {
display: flex;
justify-content: center;
margin-bottom: 10px;  
}
.radio-container2 {
display: flex!important;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;    
}
.big-logo {
      float: unset;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
}
.plyr__info {
    /* opacity:0!important; */
}

.time-left {
    font-size: 26px;
    left: 66px;
    position: fixed;
    width: 120px;
}
.otrackcontheight {
    margin: 20px 6px 0px 7px!important;
}

}
/* 990px */






/* 781px */

@media (max-width: 781px) {
    
     .error404card{
        padding: 34px 20px;
        border-radius: 22px;
    }

    .error404text{
        font-size: 15px;
    }

    .error404actions{
        flex-direction: column;
    }

    .error404btn{
        width: 100%;
    }
    
    
.footerbtn{
    background-color: #d55e4f;
    color: #fff;
    font-size: 17px;
    padding: 8px;
    margin: 5px;
    border-radius: var(--radius-btn);
    line-height: 2.7;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
} 
	
.punkt{
display: none;
}
.footerbtn:hover {
    opacity: 0.5;
}    
    
    
    
.site-sidebar {
  align-items: center;
}    

.player-panel {
    margin-top: unset;
}       
    
.cover-container {
    width: 270px;
    height: 270px;
}
    
.cover-container img {
    width: 270px;
    height: 270px;
}   
    
#frontface video, #backface video {
    width: 270px;
    height: 270px;
}    
    
.stimeleft {
    top: 245px;
}
.dark .stat-item {
    font-size: 1.4em;
}

    
 
    
    
    
    .site-sidebar~.loaderifr,
    .site-sidebar~.site-content,
    .site-sidebar~.site-footer {
        margin-inline-start: unset;
        -webkit-margin-start: unset;
    }   
    
    
	.bitrate {
	font-size: 19px;
	}
    h1.entry-title {
        font-size: 2rem;
    }
    .site-brand {
        min-width: auto;
    }
    .admin-bar .site-header {
        top: 0;
        position: relative;
    }
    .admin-bar .site-sidebar {
        top: 0;
        z-index: 100000;
    }
    .admin-bar .site-content {
        margin-top: 0;
    }
    
    
    /* скрывает сайдбар */
    .site-sidebar {
		width: 100%;
        transform: translate3d(var(--offcanvas), 0, 0);
    }
    .site-sidebar .site-brand {
        display: flex;
        align-items: center;
    }
    #menu-state:checked~.site-header .menu-toggle {
        background-color: #313137;
        position: fixed;
        z-index: 990;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    #menu-state:checked~.site-sidebar {
        /* top: 0; */
        padding-top: 0; 
        z-index: 990;
        transform: none !important; 
    }
    .site-header .menu-avatar>a>span:not(.avatar),
    .site-header .nav>.menu-has-icon>a>span {
        display: none;
    }
    .site-header .menu-has-icon.btn-link a {
        padding-left: 0;
        padding-right: 0;
        min-width: 30px;
        text-align: center;
        justify-content: center;
    }
    #icon-nav {
        display: block;
        padding: 0 0.5rem;
        font-size: 12px;
        min-height: var(--navbar-height);
        line-height: var(--navbar-height);
    }
    .site-header .secondary-menu .nav {
        padding: 0;
        border-radius: 0;
        min-width: 10rem;
        display: block;
        opacity: 0;
        transform: translate3d(0, 2rem, 0);
        transition: opacity .5s 0.25s cubic-bezier(0.52, 0.16, 0.24, 1), transform .5s 0.25s cubic-bezier(0.52, 0.16, 0.24, 1);
    }
    .site-header .secondary-menu .nav li {
        flex-direction: column;
        align-items: stretch;
    }
    .site-header .secondary-menu .nav a {
        padding: 0.75rem 1rem;
    }
    .site-header .secondary-menu>div>.nav>li>a {
        border-top: 1px solid rgba(140, 150, 160, 0.1);
    }
    .site-header .secondary-menu>div {
        height: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        left: 0;
        top: 100%;
        background-color: var(--sub-menu-color, #fff);
        transition: height .35s cubic-bezier(0.52, 0.16, 0.24, 1);
        -webkit-overflow-scrolling: touch;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
    }
    .site-header .secondary-menu.current-menu-ancestor>div {
        height: calc(100vh - var(--navbar-height));
        overflow-y: auto;
        padding-bottom: 4rem;
    }
    .site-header .secondary-menu.current-menu-ancestor .nav {
        opacity: 1;
        transform: none;
    }
    .site-header .secondary-menu .sub-menu {
        transform: none;
        position: static;
        padding: 0;
        box-shadow: none;
        left: 0;
    }
    .site-header .secondary-menu .menu-item-has-children>a:after {
        margin-inline-start: auto;
        -webkit-margin-start: auto;
    }
    .nav-links .prev span,
    .nav-links .next span {
        display: none;
    }
    .hide-md {
        display: none;
    }


#content {
    position: relative;
    z-index: 900;
}    
    
    
.btnchangestream {
    font-size: 18px;
}
    
    
 #content {
  padding: 0px 5px 20px 5px;
}   
    
.site-content {
    margin-top: calc(20px + var(--navbar-height));
}
    
.stations-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
.favstations-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }

    
    
#song {font-size: 1.2em;}   
    

.content .metadata-container .show-info-card .card-frame {
margin-top: 15px;
}
.small-icon {
    width: 122px;
}
.otrackcontheight {
    min-width: auto;
    min-height: auto;
    margin: 20px 6px 0px 7px!important;
}
    
    
}
/* 781px */






/* 600px */
@media (max-width: 600px) {

.radiosearchcontainer {
    margin: calc(70px + var(--navbar-height)) 0px auto 0px;
    background-color: var(--body-bg-color) !important;
    padding: 20px 10px 30px 10px;
    z-index: 9999999;
    left: 0;
    
}
    
.radiosearchinput {
    width: 100%;

}

.search-results-dropdown {
    max-width: 100%;
    inset: calc(50px + var(--navbar-height)) 0px auto 0px;
}

}
/* 600px */




/* 430px */
@media (max-width: 430px){
.time-left {
        font-size: 20px;
        left: 50px;
        margin-top: 4px;
}



}
/* 430px */


/* 410px */
@media (max-width: 410px){
.radio-container {
margin:0px 0px 0px 0px; 
}
.radio-container1 {
margin-bottom: 0px;
} 
.radio-container2 {
display: flex!important;
}   
.small-icon {
width: 85px;
}    
 .cardframemain {
width: 281px;
height: 281px;
}


}
/* 410px */



/* 380px */
@media (max-width: 380px){

.fullscreenbutton{
    display: none;

}



    
}
/* 380px */
    
/* 1284×2778 pixels at 460ppi iPhone 14 Pro Max, iPhone 15 Plus and iPhone 15 Pro Max:
only screen and (width: 430px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) */
@media only screen and (width: 430px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
/*
.site-navbar {
    display: flex;
    align-items: flex-end;
    min-height: 100px;
	padding-bottom: 10px;
}
.site-brand .menu-toggle {
    padding: 10px 10px 5px 10px;
}
.site-logo {
    padding: 12px 0px 0px 10px;
}
.site-title {
    padding: 0px 0px 4px 0px;
}
.bugsicon {
    max-width: 37px;
    padding: 5px 5px 0px 5px;
    margin-right: 20px;
}	
.theme-color, .theme-switch {
    display: inline-flex;
    align-items: center;
    margin: 0 0 -5px 0;
}	
.site-navbar {
    margin-bottom: 0px;
}
.site-content {
    margin-top: calc(70px + var(--navbar-height));
    transition: margin 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}	
#menu-state:checked~.site-sidebar {
    top: 0;
    padding-top: 46px;
    z-index: 100000;
    transform: none !important;
	background-color: #313137;
	padding-bottom: 150px;
}
 */	
.site-header { /*  добавляет отступ на айфонах  */
  /*  top: -10px;  */	
}





:root {
    --plyr-control-height: calc( var(--plyr-control-icon-size, 18px) + var(--plyr-control-spacing, 10px) * 1.4 + 66px);
}

















