﻿@font-face {
  font-family: 'Montserrat';
  src: url('/Templates/fonts/Montserrat-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/Templates/fonts/Montserrat-Italic-400.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/Templates/fonts/Montserrat-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/Templates/fonts/Montserrat-Italic-500.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/Templates/fonts/Montserrat-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/Templates/fonts/Montserrat-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; scroll-behavior: smooth; }
:root {
     --main-color-transparent: transparent;
     --white: #ffffff;	 
	 --main-color-light-gray: #c8c8c8;         /* светло-серый для границ */
	 --main-color-gray: #b9b9b9;               /* темно-серый для границ */
	 
	 --main-color-light-gray-text: #8b8b8b;    /* светло серый для текста */
	 --dark-text: #505050;          /* темный серый для основного текста */
	 --red: #b52e2e;                /* красный для ссылок */
	 --blue: #2d82b2;               /* синий для ссылок */
	 
	 --light-gray: #f2f2f2;                    /*  светлосерый (для фона) var(--light-gray);  */
	 --gray-ground: #e5e5e5;                   /*  серый для выделенных ссылок */
	 --main-color-blue-ground: #5b9dc2;        /*  синий для фона */
	 --green: #40942c;                         /*  зеленый */
	 --orange: #fc740e;                        /*  оранжевый */
     --main-color-purple: #78a3d4;             /*  светло-голубой */	 	
}
::-moz-selection { background: var(--main-color-purple); color: var(--white); }
::selection { background: var(--main-color-purple); color: var(--white); }
:focus { outline: none; }
.isMobile .no-user-select { user-select: none; }
:root{
    --bg-intensity:0.75;
}
body {
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.47;
  font-weight: 500;
  color: var(--dark-text);
}
 body{
    background:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.35), transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(0,0,0,0.12), transparent 50%),
        linear-gradient(135deg, rgba(245,245,245,0.9), rgba(230,230,230,0.9)),
        url("/Templates/img/fon.png");

    background-repeat:no-repeat,no-repeat,no-repeat,repeat;

    background-size:
        1200px 1200px,
        1200px 1200px,
        cover,
        auto;
		background-blend-mode: normal, normal, normal, multiply;
}

body.menu-top-open { overflow: hidden; }
body.overflow-hidden { overflow: hidden; }
a { color: var(--blue); text-decoration: none; -webkit-tap-highlight-color: transparent; -webkit-user-drag: none; }
a:hover { text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.main-wrap {
	overflow: visible;
/* Header 	overflow: hidden; */
	position: relative;
	z-index: 1;
}
.center {
     max-width: 1366px;
     padding-left: 15px;
     padding-right: 15px;
     margin: 0 auto;
}
button {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
button:disabled { cursor: default; }

.styled-btn { 	
  display: inline-block;
  position: relative;
  padding: 15px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  color: var(--main-color-gray);
  background: var(--white);
  border: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 150ms ease-in-out, background 150ms ease-in-out, transform 0.1s ease;
}
.styled-btn:hover { background: var(--main-color-purple); color: var(--white); }
.styled-btn:active { transform: scale(.95); }
.styled-btn.styled-btn-purple { color:#fff; background: var(--main-color-gray); }
.styled-btn.styled-btn-purple:hover { color:#fff; background: var(--main-color-gray); }

/* Header */
/* header { background: #b95d5d;  background: linear-gradient(#ad4d4d, #b55151); } */
/* header { background: linear-gradient(180deg, #b54848 0%, #a13f3f 100%); } */
header { background: linear-gradient(180deg, #b54848 0%, #a13f3f 100%); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }

header .center { height: 50px; }
header .header-main-row { position: relative; z-index: 1; }
[id] { scroll-margin-top: 10px; }
/* кнопка левого меню */
.cd-menu-trigger {
  position: absolute;
  left: 0;
  top: 3px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

.cd-menu-trigger:active, .cd-menu-trigger:focus { outline: none; background: none; }
.cd-menu-trigger .cd-menu-icon { width: 26px; height: 26px; background: url("/Templates/img/trig.svg") no-repeat center / 100%; }
.cd-menu-trigger .cd-menu-icon::before,
.cd-menu-trigger .cd-menu-icon:after { content: '';	width: 100%; height: 100%; position: absolute; background-color: inherit; left: 0; }
.cd-menu-trigger:active { transform: scale(0.94); }
/*  пнопка при нажатии */
.cd-menu-trigger.is-clicked .cd-menu-icon { background-image: url("/Templates/img/trig1.svg"); background-size: cover; }
/* / кнопка левого меню */

/* Logo */
header .header-main-row .logo-top { display: block; position: relative; float: left; left: 32px; top: 4px; }
header .header-main-row .logo-top a {}
header .header-main-row .logo-top a img { width: 183px; height: 36px; }
/* /Logo */

/* Top Menu для РС */
header .topMenu { position: absolute; float: left; left: 265px; }
header .topMenu ul { overflow: hidden; }
header .topMenu li { float: left; }
header .topMenu li a { position: relative;      font-size: 16px; color: var(--white); display: inline-block; height: 50px; margin-top: 0px; padding-top: 14px; padding-right: 13px; }
header .topMenu li a:hover { text-decoration: underline; }
header .topMenu li.categories a { padding-left: 29px; background: url("/Templates/img/top-menu-cat.svg") left / 24px 24px no-repeat; }

/* Верхнее меню */
.categories-for-PC-content {
  display: none;
  position: fixed;
  background: var(--white);
  top: 50px;
  left: 50%;
  padding: 5px 18px 18px 18px;
  transform: translateX(-50%);
  width: min(1160px, calc(100vw - 40px));
  max-height: calc(100vh - 80px);
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
  z-index: 10000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* обе секции — flex с переносом */
.categories-for-PC-content .categories-for-PC-categories,
.categories-for-PC-content .collections {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 12px;
  align-items: stretch;
}

/* заголовки секций на всю ширину */
.categories-for-PC-content .categories-for-PC-categories p,
.categories-for-PC-content .collections p {
  display: block;
  width: 100%;
  margin: 11px 0 7px 2px;
  padding: 0 0 8px 0;
  font-size: 19px;
  font-weight: 600;
  border-bottom: dashed 1px var(--main-color-light-gray);
}

/* ссылки: 4 колонки */
.categories-for-PC-categories a,
.categories-for-PC-content .collections a {
  display: block;
  position: relative;
  flex: 0 0 calc((100% - 36px) / 4);
  min-width: 0;
  min-height: 30px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 10px 10px 52px;
  color: var(--red);
}
@media (max-width: 900px) { .categories-for-PC-categories a, .categories-for-PC-content .collections a { flex: 0 0 calc(50% - 8px); } }
@media (max-width: 560px) { .categories-for-PC-categories a, .categories-for-PC-content .collections a { flex: 0 0 100%; } }

.categories-for-PC-categories a:hover,
.categories-for-PC-content .collections a:hover {
  background-color: #f2f2f2;
  color: var(--red);
  border-radius: 24px;
}

.categories-for-PC-content .news,
.categories-for-PC-content .razgovornyy,
.categories-for-PC-content .pop,
.categories-for-PC-content .deep-house,
.categories-for-PC-content .rap-rnb,
.categories-for-PC-content .electro,
.categories-for-PC-content .romance,
.categories-for-PC-content .relax,
.categories-for-PC-content .retro,
.categories-for-PC-content .disco,
.categories-for-PC-content .chanson,
.categories-for-PC-content .rock,
.categories-for-PC-content .jazz,
.categories-for-PC-content .classical,
.categories-for-PC-content .etno-folk,
.categories-for-PC-content .deti,
.categories-for-PC-content .religion,
.categories-for-PC-content .zarubezhnaya-muzyka,
.categories-for-PC-content .regional-radio,
.categories-for-PC-content .russkiye-pesni,
.categories-for-PC-content .ussr,
.categories-for-PC-content .muzyka-dlya-fona,
.categories-for-PC-content .poznavatelnyye,
.categories-for-PC-content .yumor,
.categories-for-PC-content .radio-dlya-muzhchin,
.categories-for-PC-content .radio-odnogo-ispolnitelya {
  background-repeat: no-repeat;
  background-position: 13px 8px;
  background-size: 24px 24px;
}

.categories-for-PC-content .news { background-image: url("/Templates/icons/news.svg"); }
.categories-for-PC-content .razgovornyy { background-image: url("/Templates/icons/razgovornyy.svg"); }
.categories-for-PC-content .pop { background-image: url("/Templates/icons/pop.svg"); }
.categories-for-PC-content .electro { background-image: url("/Templates/icons/electro.svg"); }
.categories-for-PC-content .deep-house { background-image: url("/Templates/icons/deep-house.svg"); }
.categories-for-PC-content .rap-rnb { background-image: url("/Templates/icons/rap-rnb.svg"); }
.categories-for-PC-content .romance { background-image: url("/Templates/icons/romance.svg"); }
.categories-for-PC-content .relax { background-image: url("/Templates/icons/relax.svg"); }
.categories-for-PC-content .retro { background-image: url("/Templates/icons/retro.svg"); }
.categories-for-PC-content .disco { background-image: url("/Templates/icons/disco.svg"); }
.categories-for-PC-content .chanson { background-image: url("/Templates/icons/chanson.svg"); }
.categories-for-PC-content .rock { background-image: url("/Templates/icons/rock.svg"); }
.categories-for-PC-content .jazz { background-image: url("/Templates/icons/jazz.svg"); }
.categories-for-PC-content .classical { background-image: url("/Templates/icons/classical.svg"); }
.categories-for-PC-content .etno-folk { background-image: url("/Templates/icons/etno-folk.svg"); }
.categories-for-PC-content .deti { background-image: url("/Templates/icons/deti.svg"); }
.categories-for-PC-content .religion { background-image: url("/Templates/icons/religion.svg"); }
.categories-for-PC-content .zarubezhnaya-muzyka { background-image: url("/Templates/icons/zarubezhnaya-muzyka.svg"); }
.categories-for-PC-content .regional-radio { background-image: url("/Templates/icons/regional-radio.svg"); }
.categories-for-PC-content .russkiye-pesni { background-image: url("/Templates/icons/russkiye-pesni.svg"); }
.categories-for-PC-content .ussr { background-image: url("/Templates/icons/ussr.svg"); }
.categories-for-PC-content .muzyka-dlya-fona { background-image: url("/Templates/icons/muzyka-dlya-fona.svg"); }
.categories-for-PC-content .poznavatelnyye { background-image: url("/Templates/icons/poznavatelnyye.svg"); }
.categories-for-PC-content .yumor { background-image: url("/Templates/icons/yumor.svg"); }
.categories-for-PC-content .radio-dlya-muzhchin { background-image: url("/Templates/icons/radio-dlya-muzhchin.svg"); }
.categories-for-PC-content .radio-odnogo-ispolnitelya { background-image: url("/Templates/icons/radio-odnogo-ispolnitelya.svg"); }

.categories-for-PC a {
  padding-left: 40px;
  padding-right: 15px !important;
  margin-right: 10px;
  background-image: url("/Templates/img/radio.svg"), url("/Templates/img/triangle-white.svg");
  background-position: 4px 9px, right 21px;
  background-size: 28px 28px, 8px 8px;
  background-repeat: no-repeat, no-repeat;
}

header .topMenu li.categories-for-PC a::after { content: "Радио онлайн"; }
header .topMenu li.categories-for-PC a:hover {}
/* /Верхнее меню */

header .topMenu .categories {
  margin-right: 6px;
}

/* Избраное */
header .topMenu .favorite a { padding-left: 35px; background: url("/Templates/img/favorite-white.svg") 4px 14px / 24px 24px no-repeat; cursor: pointer; }
header .topMenu .favorite a::after { content: "Избранное"; }
header .topMenu .favorite a:hover {}
/* /Избраное */

/* Случайное */
header .topMenu .randomRadio a { padding-left: 35px; background: url("/Templates/img/random.svg") 4px 13px / 24px 24px no-repeat; }
header .topMenu .randomRadio a::after { content: "Случайное"; }
header .topMenu .randomRadio a:hover {}
/* /Случайное */

/* Полелиться */
header .topMenu .share a {  padding-left: 33px; background: url("/Templates/img/share.svg") 4px 13px / 24px 24px no-repeat; cursor: pointer; }
header .topMenu .share a::after {  content: "Поделиться"; }
header .topMenu .share a:hover {} 
/* /Полелиться */

/* горизонтальное меню, только для узких экранов */
.scrollmenu {
  position: absolute;
  display: none;
  overflow: auto;
  top: 50px;
  width: 100%;
  height: 49px;
  background-color: #3d82b1;
  border-bottom: solid 1px #b8b8b8;
  padding-left: 7px;
  /* box-shadow: 1px 8px 10px #ffffff; */
  z-index: 20;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-height: none;
}

.scrollmenu::-webkit-scrollbar { width: 0; height: 0; }
.scrollmenu a { display: inline-block; color: #ffffff; text-align: center; font-size: 15px; font-weight: 500; background-color: #5693bc; padding: 5px 6px 7px 6px; margin: 7px 2px 5px 2px; border: solid 1px #4d88b0; border-radius: 12px; }
.scrollmenu a:hover { background-color: #4d88b0; }
header.scrollmenu a:hover { background-color: #777; }
/* /горизонтальное меню, только для узких экранов */

/* Форма поиска */
.search-form-content {
  display: none;
  position: relative;
  float: right;
  padding: 10px 0px 0px 0px;
  width: 250px;
  height: 50px;
  margin: 0;
}

.search-btn {
  display: inline-block;
  float: right;
}

.search-btn__toggle {
  display: block;
  width: 40px;
  height: 50px;
  padding: 0;
  border: 0;
  background: url("/Templates/img/search-white.svg") 50% 50% / 32px 32px no-repeat;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.1s ease, opacity 0.1s ease, background-image 0.1s ease;
}
.search-btn__toggle:active {
  transform: scale(0.94);
}
#SearchFormContent.is-open {
  display: block;
}
.search-btn__toggle.is-open {
  background-image: url("/Templates/img/close.svg");
  background-size: 30px 30px;
}

.search-btn__toggle:focus {
  outline: none;
}

/* ===== ПОИСК ===== */

.site-search {
  position: relative;
  width: 100%;
}

.site-search__form {
  position: relative;
  width: 100%;
}

.site-search__input {
  width: 100%;
  height: 30px;
  padding: 0 40px 0 14px;
  border: 1px solid var(--main-color-light-gray);
  background: #fff;
  color: var(--dark-text);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-search__input::-webkit-search-cancel-button {
  display: none;
}

.site-search__input:focus {
  outline: none;
  border-color: #cfcfcf;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.03);
}

.site-search__btn {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: #999;
  transition: color 0.2s ease;
}

.site-search__btn:hover {
  color: var(--dark-text);
}

.site-search__results {
  position: absolute;
  top: calc(100%);
  left: 50%;
  transform: translateX(-50%);
  width: min(360px, calc(100vw - 20px));
  z-index: 999;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  overflow: hidden auto;
  max-height: 420px;
}

.site-search__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 16px;
  text-decoration: none;
  color: var(--dark-text);
  border-bottom: 1px solid #f2f2f2;
  transition: background 0.15s ease;
}

.site-search__item:last-child {
  border-bottom: none;
}

.site-search__item:hover, .site-search__item.is-active { 
}

.site-search__logo {
  flex: 0 0 60px;
  width: 62px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-search__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


.site-search__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  color: var(--blue);
}
.site-search__item:hover .site-search__name { color: var(--red); text-decoration: underline; }
.site-search__empty {
  padding: 12px;
  font-size: 13px;
  color: #777;
}

/* ===== ДЕСКТОП ===== */
@media (min-width: 1025px) {
  #SearchFormContent {
    display: block !important;
    width: 250px;
  }

  #SearchBtn {
    display: none !important;
  }
}

/* ===== ПЛАНШЕТ / МОБИЛКА ===== */
@media (max-width: 1024px) {
  .main-wrap {
    overflow: visible;
  }

  header .center {
    height: auto;
    min-height: 50px;
    overflow: visible;
  }

  header .header-main-row {
    overflow: visible;
  }

  #SearchFormContent {
    display: none;
    position: absolute;
    right: 44px;
    width: 200px;
    height: 50px;
    padding: 10px 5px 5px 20px;
    margin: 0;
    float: none;
    clear: none;
    z-index: 10002;
	background: linear-gradient(180deg, #b54848 0%, #a13f3f 100%);
  }

  #SearchBtn {
    display: block !important;
    position: relative;
    z-index: 10003;
  }

  .site-search__input {
    height: 30px;
    font-size: 14px;
    padding: 0 40px 0 14px;
    border-radius: 0px;
  }

  .site-search__results {
    margin-top: 6px;
  }
}
/* /Форма поиска */

header .topMenu .search a {}
header .topMenu .search a::after { content: "у"; }
header .topMenu .search a:hover { background: url("/Templates/img/search-white.svg") 7% 50% / 24px 24px no-repeat; }
/* /Top Menu */

/* Модальное окно Поделиться */
.modal { display: none; overflow-y: auto; overflow-x: hidden; position: fixed; z-index: 5; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background: rgba(0,0,0); background: rgba(0, 0, 0, 0.7); }
.modal-content { position: relative; display: flex; flex-direction: column;  width: calc(100% - 24px); max-width: 860px; margin: auto; background: #fff; box-shadow: 0 18px 60px rgba(0,0,0,.25); animation: animatetop .4s;}
.modal-header { padding: 15px 15px 15px 15px; background: linear-gradient(#5d99c8, #548fbd); color: #ffffff; }
.modal-header p { color: #ffffff; font-size: 18px; line-height: 28px; }
/* Добавить анимацию */
@keyframes animatetop { from { transform: translateY(-300px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
/* Кнопка закрытия */
.modal-body { padding: 10px 8px 12px 8px; }
.copycurrentURL {
  display: block;
  margin: 0;
  position: relative;
  max-width: none;
  width: 100%;
  padding-top: 16px;
}
.currentURL { display: block; margin: 0 auto; color: #2d2d2d; width: 100%; font-size: 16px; padding: 7px 7px 7px 7px; font-family: "Montserrat", Arial, sans-serif; margin-bottom: 16px; border: solid 1px #CCC; }
.copycurrentURLbtn { display: block; margin: 0 auto; padding: 9px 13px 9px 40px; border-radius: 20px; font-size: 16px; font-weight:600; font-family: "Montserrat", Arial, sans-serif; color: #FFF; background: #69a861 url("/Templates/img/copy-url.svg") no-repeat 6px 7px / 21px 21px; }
.copycurrentURLbtn:hover { background: #639a5c url("/Templates/img/copy-url.svg") no-repeat 6px 7px / 21px 21px; }
/* /Модальное окно Поделиться */

/* Модальное окно Избранное */
.modal-content-favorite { position: relative; display: flex; flex-direction: column;  width: calc(100% - 24px); max-width: 860px; margin: auto; background: #fff; box-shadow: 0 18px 60px rgba(0,0,0,.25); animation: animatetop .4s; }
.modal-body-favorite { padding: 6px 6px 6px 10px; max-height: 450px; flex: 1 1 auto; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; min-height: 0;}
/* Кнопка закрытия */
.close-modal{
  display: inline-flex;
  float: right;
  width: 36px;
  height: 36px;
  background: url("/Templates/img/close.svg") center / contain no-repeat;
  /* NEW */
  align-items: center;
  justify-content: center;
  transition: transform .1s ease, opacity .1s ease;
  transform-origin: center center;
  will-change: transform;
}

/* hover только для устройств с мышью */
@media (hover: hover){
  .close-modal:hover{
    transform: scale(1.1);
    cursor: pointer;
  }
}

/* нажатие */
.close-modal:active{
  transform: scale(0.96);
}
/* фокус с клавиатуры */
.close-modal:focus-visible{
  outline: 2px solid rgba(37,99,235,.35);
  outline-offset: 2px;
  border-radius: 6px;
}
/* старый hover можно упростить */
.close-modal:focus{
  text-decoration: none;
}
.modal-header-favorite { flex: 0 0 auto; position: sticky; top: 0; z-index: 2; background: linear-gradient(#60b055, #56a04c); padding: 15px 15px 10px 10px; }
.modal-header-favorite p { color: #ffffff; font-size: 18px; line-height: 28px; padding: 4px 3px 5px 38px; background: url("/Templates/img/favorite-white-full.svg") no-repeat 1% 56% / 26px 26px; }
.BookmarksBox { padding: 0px; }
.BookmarksBox .BookmarksBoxMainRow {}

.BookmarksBoxContainer{	position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0px 14px; align-items: start; }
.BookmarksBoxContainer::before { content: ""; position: absolute; top: 4px; bottom: 4px; left: 50%; border-left: 1px dashed #e2e2e2; transform: translateX(-0.5px); pointer-events: none; }
.bookmark-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 1px 6px 1px 6px;
}
.bookmark-item.is-pinned {
  background: rgba(255, 255, 255, 0.03);
}

.bookmark-item .bi-pin {
  width: 22px;
  height: 22px;
  margin-right: 2px;
  border: 0;
  background: transparent url("/Templates/img/pin.svg") no-repeat center center / 22px 22px;
  opacity: 0.6;
  cursor: pointer;
}

.bookmark-item .bi-pin:hover { opacity: 1; }
.bookmark-item .bi-pin.is-pinned {
  opacity: 1; background: transparent url("/Templates/img/pinned.svg") no-repeat center center / 22px 22px;
}
.BookmarksEmpty { margin: 10px 0px 10px 10px; }
.bookmark-item .bi-link{
  display: flex;
  flex: 1;
  align-items: center;
  text-align: left;
  gap: 8px;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}
.bookmark-item .bi-logo{
  width: 80px;
  height: 60px;
  object-fit: cover;
  flex: 0 0 76px;
  opacity: 0.75;
  transition: opacity .1s ease, transform .1s ease;
}
@media (hover: hover){
  .bookmark-item .bi-link:hover .bi-img{
    opacity: 1;
	transform: scale(1.05);
  }
}
.bookmark-item .bi-title{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 600;
  color: var(--blue);
}
.bookmark-item .bi-title:hover { }
@media (hover: hover){
  .bookmark-item .bi-link:hover .bi-title{
    color: var(--red);
    text-decoration: underline;
  }
  .bookmark-item .bi-link:hover .bi-logo{
    opacity: 1;
  }
}
/* Кнопка Удалить */
.bookmark-item .bi-remove {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: url("/Templates/img/favorite-del.svg") center / 17px 17px no-repeat;
  opacity: 0.7;
  cursor: pointer;
  transition: transform .1s ease, opacity .1s ease;
  transform-origin: center;
  will-change: transform;
}
/* hover только для мыши */
@media (hover: hover) { .bookmark-item .bi-remove:hover { transform: scale(1.0); opacity: 1; }}
/* /Кнопка Удалить */
.BookmarksBox .bookmark-item:first-child { margin-top: 0; }
.BookmarksBox .bookmark-item .bi-title {}
.BookmarksBox .bookmark-alert {}
.BookmarksBox p.bookmark-alert {}
.BookmarksBox a.bi-title { color: #5f9fd1; font-size: 15px; line-height: 30px; padding: 0px 0px 0px 30px; margin: 0px 0px 0px 11px; background: url("/Templates/img/play-blue.svg") no-repeat 1% 14% / 18px 18px; }
.BookmarksBox a.bi-title:hover { text-decoration: underline; color: #ba5050; background-image: url("/Templates/img/play-red.svg"); }
/* /Модальное окно Избранное */
/* ===== Модалки: современное появление ===== */
.modal{
  /* оставляем display:none / block как у тебя */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 0s linear 180ms;
}
/* когда модалка открыта */
.modal.is-open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 180ms ease, visibility 0s;
}
/* анимация "контента" внутри (плавный подъём) */
.modal .modal-content,
.modal .modal-content-favorite{
  transform: translateY(10px);
  transition: transform 180ms ease;
}
.modal.is-open .modal-content,
.modal.is-open .modal-content-favorite{
  transform: translateY(0);
}
/* /Модальное окно Поделиться */
/* width < 1024px */
@media only screen and (max-width: 1280px) {
  header .topMenu li.categories-for-PC a::after { content: "Радио онлайн"; }
}

/* width < 1024px */
@media only screen and (min-width: 1025px) {
  header .topMenu li.categories { display: none; }
}

/* width  860px -> 1280px */
@media only screen and (min-width: 860px) and (max-width: 1280px) {

}
/* logo */
header .header-main-row .logo-top { display: block; position: absolute; float: left; left: 40px; top: 5px; }
header .header-main-row .logo-top .logo-top-link { display: block; width: 80px; height: 40px; }
header .header-main-row .logo-top a {}
header .header-main-row .logo-top a img { width: 183px; height: 36px; }
/* /logo */
/* /header */
/* main */
main {
     margin-bottom: 0px;
     -webkit-transform: translateZ(0) translateX(0);
     transform: translateZ(0) translateX(0);
     -webkit-backface-visibility: hidden;
     -webkit-transition-property: -webkit-transform;
     transition-property: transform;
     -webkit-transition-duration: 0.4s;
     transition-duration: 0.4s;
}
main.lateral-menu-is-open {
     -webkit-transform: translateZ(0) translateX(260px);
     transform: translateZ(0) translateX(260px);
}
main.no-transition {
     -webkit-transition-property: none;
     transition-property: none;
     -webkit-transition-duration: 0s;
     transition-duration: 0s;
}
/* main end */



/* site-content */
.site-content {}
.site-content .center { padding-top: 14px; }
.site-content .sc-main-row { width:100%; min-height: calc(100vh - 163px); display:flex; flex-wrap:wrap; align-items:flex-start; }

/*	 правая - основная колонка  на всю ширину */
.site-content .sc-main-row .sc-col {
     width: calc(100% - 262px); 
     margin-left: 12px; /*	 Это отступ между основными колонками */
}

.site-content .sc-main-row .sc-col-content {
	border: solid 0px #CCC;
	background: var(--white);
	padding: 5px 14px 14px 14px;	
	overflow: auto;
	border-radius: 0px; box-shadow: 0 6px 8px rgba(0,0,0,0.1);
}

.site-content .sc-main-row .sc-col-content p {
	font-size: 15px;
	color: var(--dark-text);
}
.site-content .sc-main-row .sc-col:first-child {
 /*    position: relative;
     z-index: 1;
     width: 19%;
     margin-left: 0;  */
}
/* site-content end */

/* block radio overflow: auto; */
.radioContainer { position:relative; }
.radioContainer .radioContainerLeft { position: relative; flex: 1; float:left; width: calc(100% - 312px); }

/* H1 */
.cat-headlineH1 h1 { padding: 0px 0px 6px 0px; border-bottom: 1px dashed var(--main-color-light-gray); }
.cat-headlineH1 p { font-weight: 500; }

.headlineH1, .cat-headlineH1 { width: 100%; padding: 2px 0px 0px 0px; }
.headlineH1 h1, .cat-headlineH1, .headlineH1 h1 span { font-size: 21px; font-weight: 600; text-shadow: 0 2px 2px rgba(0,0,0,.1); }
.headlineH1 h1, .cat-headlineH1 h1 { color: var(--red); margin: 4px 0px 12px 0px; }
.headlineH1 h1 span, .cat-headlineH1 h1 span { font-size: 21px; color: #666; }
/* /H1 */


/* Плеер */
.player-hidden-wrap { width: 0 !important; height: 0 !important; overflow: hidden !important; position: absolute !important; left: -99999px !important; top: -99999px !important; }
#player { width: 120px !important; height: 60px !important; opacity: 0 !important; pointer-events: none !important; }

/* панель управления */
/* Плей/Пауза */
.pctrl { display:flex; align-items:center; gap: 10px; padding: 15px 0px 12px 15px; border-radius: 46px; background: var(--light-gray); width: 100%; user-select:none; }
.play_btn { position: relative; width: 66px; height: 66px; border: 0; background: transparent; cursor: pointer; position: relative; transition: transform .1s ease, filter .18s ease; transform-origin: center; }
.play_btn:hover{ transform: scale(1.12); }
.play_btn:active { transform: scale(0.96); }
.play_btn::before { content: ""; display: block; width: 100%; height: 100%; background: url("/Templates/img/play_btn.svg") no-repeat center/contain; }
.play_btn.is-playing::before { background-image: url("/Templates/img/pause_btn.svg"); }
/* /Плей/Пауза */
/* Стоп */
.stop_btn {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  transition: transform .1s ease;
}
.stop_btn:hover { transform: scale(1.12); }
.stop_btn:active { transform: scale(0.96); }
.stop_btn::before { content:""; display:block; width: 34px; height: 34px; background: url("/Templates/img/stop.svg") no-repeat center/contain; }
/* /Стоп */
/* контейнер индикатора (dots/equalizer) */
.pmeta{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap: 4px;              /* расстояние между точками и временем */
  width: 46px;           /* общая ширина колонки (ужимает панель) */
  flex: 0 0 46px;
}
/* индикатор внутри колонки */
/* время под индикатором — компактнее */
.pind{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 34px;
  height: 14px;
  margin: 0;
  white-space: nowrap;
}
/* по умолчанию все скрыто */
/* по умолчанию: точки видны, эквалайзер скрыт */
.pdots { display:inline-flex; align-items:center; gap:2px; }
.peq  { display:none; align-items:flex-end; gap:2px; height:14px; }
.peq__bar { width: 3px; height: 3px; border-radius: 2px; background: var(--green, #19c37d); display: block; opacity: 1; transition: height 220ms ease; will-change: height; }
/* loading: точки */
.pind.is-loading .pdots{ display:inline-flex; }
.pind.is-loading .peq{ display:none; }

/* playing: эквалайзер */
.pind.is-playing .pdots{ display:none; }
.pind.is-playing .peq{ display:inline-flex; }
/* ----- БЕГУЩИЕ ТОЧКИ ----- */
.pdots__dot{
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--green, #19c37d);
  opacity: 1;
  transform: translateX(0);
  animation: none;
}
.pind.is-loading .pdots__dot { opacity: 1; animation: pdotsRun 0.6s infinite ease-in-out; }
/* “волна” по задержкам — создаёт эффект бега вправо */
.pdots__dot:nth-child(1){ animation-delay: 0.00s; }
.pdots__dot:nth-child(2){ animation-delay: 0.08s; }
.pdots__dot:nth-child(3){ animation-delay: 0.16s; }
.pdots__dot:nth-child(4){ animation-delay: 0.24s; }
.pdots__dot:nth-child(5){ animation-delay: 0.32s; }

@keyframes pdotsRun {
  0%   { opacity: 1; transform: translateX(0); }
  50%  { opacity: 1;   transform: translateX(6px); }
  100% { opacity: 1; transform: translateX(0); }
}
/* ----- /БЕГУЩИЕ ТОЧКИ ----- */
.pinfo__live{
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
}
/* ДЛЯ МОБИЛОК (ПЛЕЕР СНИЗУ) */
.pctrl.is-docked{
  position: fixed;
  left: 0;
  right: 0;
  bottom: env(safe-area-inset-bottom, 0);
  width: 100%;
  z-index: 9999;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 -10px 25px rgba(0,0,0,.12);
  background-color: var(--light-gray);
}
.pctrl-spacer{ height: 0; }
.pctrl-spacer.is-on{ height: var(--pctrl-h, 0px); }
/* /ДЛЯ МОБИЛОК (ПЛЕЕР СНИЗУ) */
/* если у пользователя отключены анимации */
@media (prefers-reduced-motion: reduce) {
  .pdots__dot { animation:none; }
}
/* Мute */
.pctrl__mute{ position: relative; background: transparent; }
.pctrl__mute::before { content:""; display:block; width: 20px; height: 20px; margin: 0 auto; background: url("/Templates/img/vol_on.svg") no-repeat center/contain; } /* (громко) */
.pctrl__mute.is-mid::before { background-image: url("/Templates/img/vol_mid.svg"); } /* (средне) */
.pctrl__mute.is-low::before { background-image: url("/Templates/img/vol_low.svg"); } /* (тихо) */
.pctrl__mute.is-muted::before { background-image: url("/Templates/img/vol_mute.svg"); } /* (без звука) */
/* /Мute */
.pctrl__right {
  display:flex;
  flex-direction:column;
  gap:0px;
  flex: 1;
  min-width: 0;
  border-left: 1px dashed var(--main-color-light-gray);
  padding: 0px 0px 0px 8px;
}
.player_info {
	margin: 0px 6px 0px 0px;
  font-size: 14px; font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.player_info-label { font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@keyframes livePulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.7); opacity: 1; }
}
#pinfo{
  display:flex;
  align-items:center;
  min-width:0;
  min-height: 21px;
}
.last-track_name { font-size: 14px; font-weight: 600; color: var(--green);}
.last-track_name:hover { cursor: pointer; text-decoration:underline; }
.pctrl__left {
  display: flex;
  align-items: center;
  gap: 8px; /* вот здесь регулируешь расстояние */
}
.pctrl__bottom{
  display: flex;
  align-items: center;
  justify-content: space-between; /* оставляем */
  width: 100%;
  margin-top: 8px;
  padding-right: 18px;
}
.addToBookmarksBtn {
  position:relative;
  display:inline-flex;
  align-items:center;
  font-family:"Montserrat", Arial, sans-serif;
  font-size:14px;
  font-weight:600;
  height:30px;
  color:var(--orange);
  padding:0 0 0 29px;
  border:0;
  cursor:pointer;
  white-space:nowrap;
  background:none;
}
/* иконка */
.addToBookmarksBtn::before {
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:24px;
  height:24px;
  transform:translateY(-50%) scale(1);
  transform-origin:center;
  background:url(/Templates/img/favorite-add.svg) no-repeat center/contain;
  transition:transform .08s ease, background-image .08s ease;
}
/* hover: увеличиваем только когда НЕ is-added */
.addToBookmarksBtn:hover::before { transform:translateY(-50%) scale(1.15); }
.addToBookmarksBtn:not(.is-added):hover span { text-decoration: underline; }
.addToBookmarksBtn.is-added { color: var(--green); }
.addToBookmarksBtn.is-added:hover span { text-decoration: underline; }
/* underline текста только когда НЕ is-added */
.addToBookmarksBtn:not(.is-added):hover span { text-decoration: underline; }
/* состояние добавлено */
.addToBookmarksBtn.is-added { color: var(--green); cursor: pointer; }
/* меняем иконку в ::before */
.addToBookmarksBtn.is-added::before { background-image:url(/Templates/img/favorite-added.svg); animation: favoritePop .3s ease; }

/* Кнопка плейлиста */
.pctrl__playlist, .pctrl__clock {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  -webkit-tap-highlight-color: transparent;
}
/* иконка */
.pctrl__playlist::before, .pctrl__clock::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: transform .08s ease, opacity .08s ease;
}
.pctrl__clock::before { width: 24px; height: 24px; }
.pctrl__playlist::before { background: url("/Templates/img/playlist-grey.svg") no-repeat center / contain; }
.pctrl__clock::before { background: url("/Templates/img/clock.svg") no-repeat center / contain; }
.pctrl__playlist:hover::before, .pctrl__clock:hover::before { transform: translate(-50%, -50%) scale(1.15); }
.pctrl__playlist:active::before, .pctrl__clock:active::before { transform: translate(-50%, -50%) scale(0.96); }
.psleep-cancel { display: none; }
.psleeppop { display: none; }
.psleep-wrap.is-open .psleeppop { display: block; }
.psleep-wrap {
    position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.psleeppop {
  position: absolute;
  top: 100%;     /* ниже кнопки */
  right: -107px;      /* прижато к правому краю */
  margin-top: 6px; /* небольшой отступ */
  display: none;
  text-align: left!important;
  background: #fff;
  border-radius: 12px;
  padding: 10px 2px 10px 2px;
  min-width: 250px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  z-index: 1000;
}
.psleeppop button { font-family: "Montserrat", Arial, sans-serif; color: var(--dark-text); font-size: 14px; font-weight:600; width: 100%; padding: 9px 8px 9px 12px; text-align: left!important;}
.psleeppop button:hover { background: #ececec;}

.psleep-wrap.is-open .psleeppop { display: block; }
.psleep-wrap.open-down .psleeppop {
  top: 100%;
  bottom: auto;
  margin-top: 6px;
  margin-bottom: 0;
}
.psleep-wrap.open-up .psleeppop {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 6px;
}


.psleep-wrap.align-right .psleeppop {
  right: -107px;
  left: auto;
}

.psleep-wrap.align-left .psleeppop {
  left: -107px;
  right: auto;
}
#psleep.is-active { opacity: 0.6; }
.pctrl__vol { display:flex; margin: 0 !important; align-self: auto !important; align-items: center; gap:0px; padding: 0px 2px 0px 2px; align-self: flex-end; justify-content: flex-end;
background: #ffffff; border:solid 3px #e9e9e9; 
border-radius: 26px;}
.pctrl__icon { font-size:18px; width:22px; text-align:center; }
.pctrl__mini{
  width:36px;
  height:36px;
  border:0;
  border-radius: 20px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}

.pctrl__range{
  -webkit-appearance: none;
  appearance: none;
  width: 100px;
  height: 3px;
  background: #ababab;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  transform: translateY(-3px);
}

.pctrl__range::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffca06;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 6px rgba(0,0,0,.35);
  transition: transform .08s ease;
}
.pctrl__range::-webkit-slider-thumb:hover { transform: scale(1.1); }
.pctrl__range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffca06;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,.35);
}
.pctrl__range::-moz-range-track {
  height: 5px;
  background: #cecece;
  border-radius: 0px;
}

.pvolwrap {
  display:flex;
  align-items:center;
  gap: 0px;
  position: relative;
}
.pvolpop {
  display:block;
  position: static;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.pvolpop::after { display:none; }
/* /Плеер */

/* Звездный рейтинг */
.star-rating__avg { display: none; }

.star-rating__msg, .rating-msg-value { font-size: 15px; font-weight: 600; color: var(--dark-text)!important; }

.rating-msg-rated{
  color: var(--orange)!important;
  font-size: 15px;
  font-weight: 600;
}

.rating-msg-label{
  color: var(--dark-text);
  font-weight: 600;
  padding-bottom: 10px;
}

/* когда проголосовал */
.star-rating__msg.is-rated {
  color: var(--orange)!important;
  font-weight: 700;
}

/* ошибка */
.star-rating__msg.is-error {
  color: #e5484d;
}

.star-rating__votes {
  font-size: 13px;
  font-weight: 600;
  color: #8b8b8b !important;
}
.star-rating__block { text-align: center; }
.star-rating { padding: 4px 0px 0px 0px; }
.star-rating__container {   display: inline-flex;
  align-items: center;
  background: #edf6fb;
  border-radius: 42px;
  margin: 10px 0px 2px 0px; 
  padding: 10px 18px 9px 18px; }

.star-rating__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.star-rating__avg {
  font-weight: 700;
  min-width: 40px;
}

.star-rating__stars {
  position: relative;
  display: inline-block;
  line-height: 0;
  width: 120px;   /* 5 звезд по 24px */
  height: 24px;
  cursor: pointer;
}

.star-rating__bg,
.star-rating__live {
  display: flex;
  gap: 0;
}

.star-rating__bg {
  position: relative;
  z-index: 1;
  opacity: .25;
}

.star-rating__live {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
}

.star-rating__item {
  width: 24px;
  height: 24px;
  display: block;
  flex: 0 0 auto;
  user-select: none;
  filter: drop-shadow(0 2px 3px rgba(255,255,255,0.5));
}

.star-rating__live .star-rating__item {
  cursor: pointer;
  transition: transform .1s ease;
}

/* слой кликов поверх всего */
.star-rating__hit {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
}

/* невидимый, но кликабельный слой */
.star-rating__hit .star-rating__item {
  width: 24px;
  height: 24px;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.star-rating__live .star-rating__item:hover {
  transform: scale(1.15);
}
/* /Звездный рейтинг */

.BoxPlaylist { width: 100%; float: left; font-weight: 600; text-align: center; padding: 0px 0px 9px 0px; margin: 0px 0px 9px 0px; line-height: 1.4; border-bottom: 1px dashed var(--main-color-light-gray); }
.BoxRefresh a:hover, .radioContainer .BoxPlaylist a:hover {	text-decoration: underline;	color: var(--red); }
.BoxPlaylist a { white-space: nowrap; }

/* Блок поделиться */
.shareBox {
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 7px 0px 7px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; /* центрирование */
  gap: 5px;
  border-bottom: 1px dashed var(--main-color-light-gray);
}
.shareBox__title { flex: 0 1 auto; text-align: center; }
.shareBox__title p { margin: 0; font-weight: 600; margin-right: 10px; }
.shareBox__title span:last-child { color: var(--orange); }
/* список иконок */

.shareBox__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

/* кнопки */

.shareBtn {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  cursor: pointer;
  text-decoration: none;
  transition: transform .1s ease, opacity .1s ease;
}

/* hover */
.shareBtn:hover {
  transform: translateY(-2px) scale(1.08);
  opacity: .92;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.12));
}
.shareBtn:active {
  transform: translateY(0) scale(.96);
  opacity: .82;
}
/* иконки */
.shareBtn--native { background-image: url("/Templates/img/social/share.svg"); }
.shareBtn--tg     { background-image: url("/Templates/img/social/tg.svg"); }
.shareBtn--vk     { background-image: url("/Templates/img/social/vk.svg"); }
.shareBtn--ok     { background-image: url("/Templates/img/social/ok.svg"); }
.shareBtn--wa     { background-image: url("/Templates/img/social/whatsapp.svg"); }
.shareBtn--x      { background-image: url("/Templates/img/social/x.svg"); }
.shareBtn--copy   { background-image: url("/Templates/img/social/copy.svg"); }
.shareBtn--viber { background-image: url("/Templates/img/social/viber.svg"); }

/* mobile */

/* Блок категории и похожих станций */
.categories-radio-block{
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.4;
  padding: 0px 0px 3px 0px;
}

.categories-radio-more {
  padding: 0px 0px 8px 0px;
  border-bottom: dashed 1px;
  border-bottom-color: var(--main-color-light-gray);
  overflow: hidden;
}

.categories-radio a{
  display:inline-block;
  margin-right: 7px;
  margin-bottom: 5px;
  padding: 5px 9px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  background: var(--light-gray);
  color: var(--dark-text);
  border: 0px;
  border-radius: 16px;
  text-decoration :none;
  transition:
    background .1s ease,
    color .1s ease,
    border-color .1s ease;
}

/* hover */
.categories-radio a:hover{
  background: #ececec;
  text-decoration :none;
  color: var(--dark-text);
}

.cr-title{
  font-weight: 600;
  margin-right: 6px;
  white-space: nowrap;
}

.categories-radio a,
.categories-radio-more a{
  text-decoration: none;
  white-space: nowrap;
}

.categories-radio-more a:hover{
  color: var(--red);
  text-decoration: none;
  text-decoration: underline;
}

.categories-radio-block a.active{
  color: var(--red);
  font-weight: 600;
  text-decoration: underline;
}

.categories-radio-more a.active{
  color: var(--red);
  font-weight: 600;
  text-decoration: underline;
}

/* блок со станциями */
.categories-radio-more .cr-links{
  display: inline;
}

/* по умолчанию все скрыты */
.categories-radio-more .cr-links a{
  display: none;
  font-weight: 600;
  margin: 0;
  padding: 2px 6px;
  border-radius: 10px;
  line-height: 1.6;
}

/* показываем первые 8 */
.categories-radio-more .cr-links a:nth-of-type(-n+8){
  display: inline-block;
}

/* раскрыто */
.categories-radio-more.is-open .cr-links a{
  display: inline-block;
  animation: crFadeIn .18s ease;
}
/* кнопка */
/* кнопка Показать ещё / Свернуть */
.cr-more-btn{
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
  margin: 0px 4px 2px 5px;
  padding: 8px 12px 8px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  background: var(--light-gray);
  color: var(--dark-text);
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  text-decoration: none;
  vertical-align: baseline;
  transition: background .1s ease, color .1s ease, transform .12s ease;
}

.cr-more-btn:hover{
  background: #ececec;
  color: var(--dark-text);
}

.cr-more-btn:active{
  transform: translateY(0);
}

/* когда блок раскрыт */
.categories-radio-more.is-open .cr-more-btn { }

/* если ссылок мало — кнопку скрываем через JS */
.cr-more-btn.is-hidden{
  display: none;
}

@keyframes crFadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* stagger-анимация при раскрытии */
.categories-radio-more.is-open .cr-links a {
  opacity: 0;
  transform: translateY(6px);
  animation: crFadeStagger .25s ease forwards;
}
/* задержки — только для скрытых (с 9-й и дальше) */
.categories-radio-more.is-open .cr-links a:nth-of-type(n+9){ animation-delay: 0.02s; }
.categories-radio-more.is-open .cr-links a:nth-of-type(n+10){ animation-delay: 0.04s; }
.categories-radio-more.is-open .cr-links a:nth-of-type(n+11){ animation-delay: 0.06s; }
.categories-radio-more.is-open .cr-links a:nth-of-type(n+12){ animation-delay: 0.08s; }
.categories-radio-more.is-open .cr-links a:nth-of-type(n+13){ animation-delay: 0.10s; }
.categories-radio-more.is-open .cr-links a:nth-of-type(n+14){ animation-delay: 0.12s; }
.categories-radio-more.is-open .cr-links a:nth-of-type(n+15){ animation-delay: 0.14s; }
.categories-radio-more.is-open .cr-links a:nth-of-type(n+16){ animation-delay: 0.16s; }
.categories-radio-more.is-open .cr-links a:nth-of-type(n+17){ animation-delay: 0.18s; }
.categories-radio-more.is-open .cr-links a:nth-of-type(n+18){ animation-delay: 0.20s; }
/* можно продолжить если нужно */

@keyframes crFadeStagger {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* /stagger-анимация при раскрытии */
/* /Блок категории и похожих станций */






/* Описание */
.radioContainer .description-radio-block {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 6px 0 7px;
  border-bottom: 1px dashed var(--main-color-light-gray);
}

/* ссылка на сайт */
.radio-site-link {
  text-align: left;
  font-size: 13px;
  margin: 5px 0 0 0;
}

.radio-site-link a {
  font-weight: 600;
  text-decoration: none;
  padding: 0px 0px 2px 22px;
  background: url("/Templates/img/site-link.svg") no-repeat 0px 0px / 17px 17px;
}

.radio-site-link a:hover {
  text-decoration: underline;
  padding: 0px 0px 2px 22px;
  background: url("/Templates/img/site-link-hover.svg") no-repeat 0px 0px / 17px 17px;
}

.description-radio-inner {
  position: relative;
  overflow: hidden;
  max-height: none;
  transition: max-height 0.2s ease;
}

.description-radio-block.is-collapsed .description-radio-inner {
  max-height: 200px;
}

.description-radio-block.is-collapsed .description-radio-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

.description-radio-bottom {
  margin-top: 10px;
  text-align: center;
}

.description-btn {
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  min-width: 140px;
  height: 35px;
  border: 0;
  border-radius: 20px;
  padding: 0 22px 0 16px;
  cursor: pointer;
  background: var(--light-gray);
  color: var(--dark-text);
}
.description-btn:hover { background: #ececec; }

.description-btn::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--dark-text);
  transition: transform 0.2s ease;
  will-change: transform;
}

.description-btn.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

/* логотип снова в тексте */
.radio-logo-container a {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}

.radio-logo-container a img {
  display: block;
  width: 160px;
  height: 120px;
  margin: 0;
}

.radioContainer .description-radio-block .external-link:hover,
.radioContainer .description-radio-block a:hover {
  color: var(--red);
  text-decoration: underline;
}
/* /Описание */

/* Комментарии */
#commentit_main { position: relative; margin: 0px 0px 0px 0px; clear: both; }
#commentit_view {}
#commentit_title { padding: 12px 0 0 0px; }
#commentit_title h2 { padding: 0px 0px 0px 32px; font-size: 20px; font-weight: 600; color: var(--green); background: url("/Templates/img/comments-icon.svg") no-repeat 0px 3px / 24px 24px; /* text-shadow: 0 2px 2px rgba(0,0,0,.2);*/ }
.commentit_body {
	margin: 13px 0px 0px 0px;
	background-color: var(--light-gray);
	border-radius: 16px;
	padding: 10px 10px 6px 14px;
}
.commentit_text {
	overflow: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin: 0px 0px 0px 0px;
}
.commentit_header { color: var(--blue); font-size: 16px; font-weight: 600; text-transform: capitalize; padding: 0px 0px 0px 28px; background: url("/Templates/img/avatar.svg") no-repeat 0px 0px / 19px 19px;}
.commentit_date { font-size: 0.73em; }
.commentit_msg { margin: 4px 0; font-family: inherit; }
.commentit_msg .emoji {
  font-size: 1.6em;
  line-height: 1;
  vertical-align: middle;
}
.commentit_msg img { height: auto; max-width: 100%;	width: auto; }

.commentit_notice{
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  max-width: 560px;
  margin: 0 auto;
  padding: 12px 14px;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  z-index: 99999;
}

.commentit_notice.is-info{ background:#111827; }
.commentit_notice.is-ok{ background:#065f46; }
.commentit_notice.is-err{ background:#7f1d1d; }

.commentit_infinitylist { margin: 12px 0 0px 0; text-align: center; vertical-align: middle; width: 100%; }
.commentit_infinitylist p {	font-weight: 600; color: var(--blue) !important;	text-align: center;	vertical-align: middle;	cursor: pointer; white-space: nowrap; margin: 0 auto; }
.commentit_infinitylist p:hover { color: var(--red) !important;	}
.commentit_addform { position: relative; margin: 15px 0px 0px 0px; padding: 10px 14px 4px 14px; background-color: var(--light-gray); border-radius: 16px; cursor:pointer; }
.commentit_addform:hover { background: #e7e7e7; }
.commentit_addform:not(.is-open):hover { background: #e7e7e7; }
.commentit_addform_body { clear: both; max-height: 0; overflow: hidden; opacity: 0; transition: max-height .1s ease, opacity .1s ease; }
.commentit_addform.is-open .commentit_addform_body { max-height: 1200px; opacity: 1; }
.commentit_addform.is-open { cursor:auto; background-color: var(--light-gray); }
.commentit_post_comment { cursor: pointer; user-select: none; }
.commentit_addform.is-open .commentit_post_comment { cursor: default; }
.commentit_post_comment { position: relative; }
.commentit_post_comment::after{
  content: "";
  position: absolute;
  right: 10px;
  top: 17px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid var(--dark-text);
  opacity: .8;
  transition: transform .18s ease;
}
.commentit_addform.is-open .commentit_post_comment::after { transform: rotate(180deg); }
.commentit_post_cap { display: block; padding: 0px 0px 0px 28px; font-size: 20px !important; font-weight: 600 !important; white-space: nowrap; margin: 4px 0 10px 0px; float: left; color: var(--green) !important; background: url("/Templates/img/comments-icon-add.svg") no-repeat 0px 3px / 22px 22px;}
.commentit_addform_body textarea { resize: none; overflow-y: auto; height: 100px; overflow-x: hidden; white-space: pre-wrap; overflow-wrap: anywhere; }
.commentit_addform_body textarea:focus, .commentit_addform_body input[type="text"]:focus {}

.commentit_addform_name {display: block; width: 100%; padding: 8px 12px; border: 1px solid #bdbdbd; }
.commentit_addform_body textarea, .commentit_addform_body input[type="text"] {
	display: block;
	font-size: inherit;
	font-weight: 500;
	font-family: inherit;
	color: var(--dark-text);
	padding: 8px 12px;
	margin-bottom: 4px;
	line-height: 1.42857;
	vertical-align: middle;
	border: 1px solid #E1E1E1;
	box-shadow: 0 1px 1px #f6f5f6 inset;
	transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
}

.commentit_addform_enter { clear: both; text-align: center; margin-bottom: 10px; }
.commentit_addform_enter input[type="button"] {
	font-weight: bold;
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 600 !important;
	font-size: 16px !important;
	background: #69a861;
	color: #FFF;
	border: 0px;
	border-radius: 20px;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	padding: 8px 17px 8px 17px;
	margin-top: 7px;
}
.commentit_addform_enter input[type="button"]:hover { background: #67a15f; }
.commentit_tools{
  margin: 8px 0;
}

.commentit_smilebtn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 8px 6px 8px;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  background: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--dark-text);
  font-weight: 500;
}
.commentit_smilebtn:hover { background: #dedede; color: var(--dark-text); }
.commentit_smilebar { display:none; padding: 8px 0px 0px 0px;}

.commentit_smilebar button { font-size: 19px !important; padding: 0px 0px 0px 0px; margin: 2px 0px 2px 0px; border: 0; width: 34px; height: 34px; border-radius: 20px; cursor: pointer; background: #fff; }
.commentit_smilebar.is-open { display: block; }
.textz { width: 100%;}
.keystringz { margin-left: 90px; width: calc(40% - 140px);}
@media (max-width: 640px) { .keystringz { width: calc(100% - 100px); }}
.commentit_addok, .commentit_error { margin-top: 7px; padding: 15px; border-radius: 16px; }
.commentit_addok { color: var(--green); background-color: #e1f1da; }
.commentit_error { color: var(--red); background-color: #f4e5e5; }
.commentit_capt p { margin: 5px 0px 5px 0px}
.commentit_capt img:hover { cursor: pointer; }
/* /Комментарии */

/* Плейлист */
.playlist-content {	display: block;	position: relative;	overflow: hidden; width: 100%; margin: 12px 0px 0px 0px; padding: 5px 16px 16px 18px; border-radius: 0px; box-shadow: 0 6px 8px rgba(0,0,0,0.1); border: 0px solid var(--main-color-light-gray); background: var(--white); height: 385px; overflow: hidden; }
.playlist-content.is-open { max-height: 3000px; }
.playlist-content .playlist-content-cap { display: block; width: 100%; margin: 12px 7px 5px 0px; padding: 0px 10px 0px 0px;	border-bottom: dashed 1px var(--main-color-light-gray);	background: url("/Templates/img/playlist-grey.svg") no-repeat 4px 4px / 20px 20px; }
.playlist-content .playlist-content-cap h4 { display: block; font-family: "Montserrat", Arial, sans-serif;	font-size: 20px; font-weight: 600; color: var(--dark-text); margin: 0px 0px 9px 34px; }
.playlist-content .tjb-description { display: block; position: relative; }
.playlist-content .tjb-description p { display: block; float: left;	width: 50%;	margin: 1px 0px 1px 0px; line-height: 24px;	min-width: 350px; white-space: nowrap; overflow: hidden; }
.playlist-content .tjb-description p span {	display: block;	float: left; width: 36px; font-size: 12px; color: var(--main-color-light-gray-text); }
.playlist-content .tjb-description a.youtube { display: block; float: left; margin-right: 4px; width: 20px;	height: 22px; background: url("/Templates/img/youtube_music.svg") no-repeat 0 1px / 20px 20px; opacity: 0.3; }
.playlist-content .tjb-description a.spotify { display: block; float: left; margin-right: 4px; width: 20px;	height: 22px; background: url("/Templates/img/spotify.svg") no-repeat 0 1px / 20px 20px; opacity: 0.3; }
.playlist-content .tjb-description a.youtube:hover, .playlist-content .tjb-description a.spotify:hover  { opacity: 1; }
.playlist-content .playlist-content-bottom { position: absolute; bottom: 0; width: 100%; height: 52px; padding: 7px 50px 0px 0px; background: var(--white); z-index: 2; box-shadow: 0 -26px 16px rgba(255,255,255,.74); }
.playlist-content .playlist-content-bottom .playlist-btn {
	display: block;
	margin: 0 auto;
	padding: 12px 33px 12px 13px;
	font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
	font-weight: 600;
    color: var(--dark-text);
	border-radius: 20px;
	background: var(--light-gray) url("/Templates/img/down.svg") no-repeat 91% 50% / 14px 14px;
}
.playlist-content .playlist-content-bottom .playlist-btn:hover { background-color: #e6e6e6; }
/* /Плейлист */

/* Категории и Подборки */
.categories-radio-cap { display: block;	position: relative;	overflow: hidden; width: 100%; margin: 8px 0px 0px 0px; padding: 0px 10px 8px 0px; border-bottom: dashed 1px var(--main-color-light-gray); }
.categories-radio-cap h1 { font-family: "Montserrat", Arial, sans-serif; font-size: 22px; font-weight: 600; color: var(--dark-text) #505050; }
.other-radio .other-radio-cap h5 { display: block; font-family: "Montserrat", Arial, sans-serif; font-size: 20px; font-weight: 600; color: var(--dark-text); margin: 0px 0px 9px 34px; }
/* /Категории и Подборки */

/* Радио контейнер правый блок */
.radioContainer { display: flex; gap: 10px; }
.radioContainer .radioContainerRight { position: relative; display: grid; margin: 5px 0px 0px 0px; width: 300px;}
.radioContainer .radioContainerRightContent { margin: 0 auto; width: 100%;}
.radioContainer .radioContainerRightAD { position: relative; width: 300px; height: 600px; background: #d8e9cf; margin: auto; text-align: center; }

/* Общее */
.radioContainer .radioContainerRight .radioContainerRightRecommend,
.radioContainer .radioContainerRight .radioContainerRightJoke {	position: relative;	float: left; width: 100%; border-left: solid 1px; border-left-color: var(--main-color-light-gray); }
.radioContainer .radioContainerRight .radioContainerRightRecommend .RecommendCap,
.radioContainer .radioContainerRight .radioContainerRightJoke .JokeCap { width: 100%; height: 40px;	padding: 0px 5px 0px 6px; margin: 4px 0px 0px 10px;	border-bottom: dashed 1px; border-bottom-color: var(--main-color-light-gray); }
.radioContainer .radioContainerRight .radioContainerRightRecommend .RecommendCap h3,
.radioContainer .radioContainerRight .radioContainerRightJoke .JokeCap p { font-size: 20px; font-weight: 600; background-size: 22px 22px; }
/* /Общее */

/* Правый блок рекомендаций */
.radioContainerRightRecommend { margin-top: 12px; }
.radioContainerRightRecommend .RecommendCap h3 { padding: 0 0 5px 32px; color: var(--green); background: url("/Templates/img/recommend.svg") no-repeat 0px 4px / 28px 28px; }
.radioContainerRightRecommend .RecommendContent { margin: 5px 0 5px 5px; }
.radioContainerRightRecommend .RecommendContent a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  margin: 1px 0;
  padding-left: 0;
  background: url("/Templates/img/streaming.svg") no-repeat right 6px center / 18px 18px;
}
.radioContainerRightRecommend .RecommendContent a:hover { background-image: url("/Templates/img/streaming-red.svg"); }
.radioContainerRightRecommend .RecommendContent img { display: block; width: 74px; height: 52px; flex: 0 0 74px; filter: alpha(Opacity=60); opacity: 0.6; }
.radioContainerRightRecommend .RecommendContent p { display: block; margin: 0; font-size: 15px; font-weight: 600; text-decoration: none; color: var(--blue)!important; }
.radioContainerRightRecommend .RecommendContent a:hover img,
.radioContainerRightRecommend .RecommendContent a:hover p { filter: alpha(Opacity=100); opacity: 1; color: var(--red)!important; text-decoration: underline; }
/* /Правый блок рекомендаций */

/* Анекдот */
.radioContainerRightJoke .JokeCap { margin-top: 12px; }
.radioContainerRightJoke .JokeCap p { padding: 0 0 5px 32px; color: var(--orange)!important; background: url("/Templates/img/smile.svg") no-repeat 0px 4px / 28px 28px; }
.radioContainerRightJoke .JokeContent { margin: 8px 0 0 12px; }
.radioContainerRightJoke .anekdot { padding-bottom: 8px; }
.radioContainerRightJoke .JokeEnd { width: 100%; text-align: center; }
.radioContainerRightJoke .anek { display: inline-block; text-decoration: none; padding: 8px 13px 8px 13px; margin: 0 auto; font-size: 13px; font-weight: 600; border-radius: 20px; background: var(--light-gray); color: var(--dark-text); transition: background .1s ease, color .1s ease; transition: 0.1s; }
.radioContainerRightJoke .anek:hover { text-decoration: none; background: #ececec; }
/* /Анекдот */

/* block radio end */



.sc-nav-col { width: 250px; background: var(--white); border-radius: 0px; }

/* Левое меню */
.cd-lateral-nav {
     width: 100%;
     height: 100%;
	 border: solid 0px;
	 border-color: var(--main-color-light-gray);
     overflow-y: auto;
	 overflow-x: hidden;
	 border-radius: 0px; box-shadow: 0 6px 8px rgba(0,0,0,0.1);
     -webkit-overflow-scrolling: touch;
}
.cd-lateral-nav.no-transition {
     -webkit-transition-property: none;
     transition-property: none;
     -webkit-transition-duration: 0s;
     transition-duration: 0s;
}
.cd-lateral-nav .cd-navigation-cap {
	display: block;
	position: relative;
	float:left;
	width:100%;
	padding: 0px 0px 0px 0px;
	border-radius: 0px;
}
.cd-lateral-nav .cd-navigation-cap .cd-navigation-cap-link {
	display: block; position: relative; float:left;
	font-size: 18px;
    height: 42px; 
	width: 100%;
	color: #ffffff;
    padding: 9px 0px 0px 40px;
	background:#6b9fc8;	
	background-image: url("/Templates/img/radio.svg"); 
	background-size: 22px 22px;
	background-position: 5% 45%;
    background-repeat: no-repeat;
}
.cd-lateral-nav .cd-navigation-cap .cd-navigation-cap-link:hover {
	background:#5b90b9;	
	background-image: url("/Templates/img/radio.svg"); 
	background-size: 22px 22px;
	background-position: 5% 45%;
    background-repeat: no-repeat;
}
/* .cd-lateral-nav .cd-navigation */
.cd-lateral-nav .cd-navigation {
     display:block;
	 position: relative;
	 float:left;
	 width: 100%;
	 margin: 5px 0px 5px 0px;
}
.cd-lateral-nav .cd-navigation:first-child {
  /*   margin-top: 0; */
}
.cd-lateral-nav .cd-navigation a {
     border: none;
     background: none;
     text-transform: none;
     text-decoration: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-user-modify: read-only;
     user-modify: none;
     -webkit-tap-highlight-color: var(--main-color-transparent);
}

.cd-lateral-nav .cd-navigation a:hover {
     border: none;
     background: none;
     text-decoration: none;
}

.cd-lateral-nav .cd-navigation .item-has-children {
     display: block;
}
.cd-lateral-nav .cd-navigation .item-has-children:first-child {
     margin-top: 0;
}
.cd-lateral-nav .cd-navigation .item-has-children .sub-menu-title {
     display: block;
     position: relative;
	 overflow: hidden;
     z-index: 1;
	 color: var(--red);
     font-size: 16px;
	 height: 35px;
	 padding:6px 5px 0px 12px;
     user-select: none;
     -webkit-user-modify: read-only;
     user-modify: none;
     -webkit-tap-highlight-color: transparent;
     cursor: pointer;

}
.cd-lateral-nav .cd-navigation .item-has-children .sub-menu-title::before {
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  z-index: -1;
	  background: url("/Templates/img/left-menu-up.svg") no-repeat 90% 35% / 6px 6px;	
}

.cd-lateral-nav .cd-navigation .item-has-children .sub-menu-title:hover {
	text-decoration: none;
	background-color: var(--light-gray);
}
.cd-lateral-nav .cd-navigation .item-has-children .sub-menu-title.submenu-open {
	background-color: var(--light-gray);
	border-left: solid 5px;
	border-left-color: var(--red);
}

.cd-lateral-nav .cd-navigation .item-has-children .sub-menu-title.submenu-open::before {
	background: url("/Templates/img/left-menu-up.svg") no-repeat 10% 65% / 6px 6px;
	transform: rotate(180deg);
}

.cd-lateral-nav .cd-navigation .sub-menu {
     display: none;
     margin: 6px 14px 6px 8px;
}
/*
.cd-lateral-nav .cd-navigation .sub-menu li,
.cd-lateral-nav .cd-navigation.cd-single-item-wrapper li {
     display: block;
     font-size: 0;
     line-height: 0;
     margin-top: 0px;
}
*/
.cd-lateral-nav .cd-navigation .sub-menu li a,
.cd-lateral-nav .cd-navigation.cd-single-item-wrapper li a {
     display: block;
	 width: 100%;
     font-size: 15px;
     line-height: 28px;
     color: var(--blue);
	 padding: 0px 0px 0px 20px;
	 background: url("/Templates/img/sub-menu-link.svg") no-repeat 2% 50% / 7px 7px;
}
.cd-lateral-nav .cd-navigation .sub-menu li a:hover,
.cd-lateral-nav .cd-navigation.cd-single-item-wrapper li a:hover { color: var(--red); text-decoration: underline; background: url("/Templates/img/sub-menu-link-hover.svg") no-repeat 2% 50% / 7px 7px; }
.cd-lateral-nav .cd-navigation .sub-menu li a.sub-menu-all { display: block; text-align:center; margin: 6px 5px 0px 5px; padding:4px 3px 5px 26px; color:#ffffff; font-size: 16px; line-height: 24px; background: #6b9fc8 url("/Templates/img/top-menu-cat.svg") no-repeat 5% 55% / 18px 18px; }



.cd-lateral-nav .cd-navigation .sub-menu li a.sub-menu-all:hover { color:#ffffff; text-decoration: none; background: #5b90b9 url("/Templates/img/top-menu-cat.svg") no-repeat 5% 55% / 18px 18px; }
.cd-lateral-nav .cd-navigation.cd-single-item-wrapper li a {margin: 0 20px;}
/* активная станция */
.cd-lateral-nav .cd-navigation .sub-menu li.current > a,
.cd-lateral-nav .cd-navigation .sub-menu li a.active {
  color: var(--red);
  text-decoration: underline;
  background: url("/Templates/img/sub-menu-link-hover.svg") no-repeat 2% 50% / 7px 7px;
}

html:not(.menu-link-ready) .cd-lateral-nav .cd-navigation .sub-menu li.current > a {
  color: var(--blue);
  text-decoration: none;
  background: url("/Templates/img/sub-menu-link.svg") no-repeat 2% 50% / 7px 7px;
}

html.menu-link-ready .cd-lateral-nav .cd-navigation .sub-menu li.current > a {
  color: var(--red);
  text-decoration: underline;
  background: url("/Templates/img/sub-menu-link-hover.svg") no-repeat 2% 50% / 7px 7px;
}



.cd-lateral-nav .cd-navigation .sub-menu li.current > a:hover,
.cd-lateral-nav .cd-navigation .sub-menu li a.active:hover {
  color: var(--red);
  text-decoration: underline;
}
/* "Весь список радио" всегда обычного вида */
.cd-navigation .sub-menu a.sub-menu-all,
.cd-navigation .sub-menu a.sub-menu-all.active,
.cd-navigation .sub-menu li.current a.sub-menu-all,
.cd-navigation .sub-menu li.current .sub-menu-all {
  display: block !important; text-align:center !important; margin: 6px 5px 0px 5px !important; padding:4px 3px 5px 26px !important; color:#ffffff !important; font-size: 16px !important; line-height: 24px !important; background: #6b9fc8 url("/Templates/img/top-menu-cat.svg") no-repeat 5% 55% / 18px 18px !important; text-decoration: none !important; }
.cd-lateral-nav .cd-navigation .sub-menu li a.sub-menu-all:hover { color:#ffffff !important; text-decoration: none !important; background: #5b90b9 url("/Templates/img/top-menu-cat.svg") no-repeat 5% 55% / 18px 18px !important; }
/* /левое меню */

/* Меню радио в городах */
.menu2 { display: block; position: relative; float: left; width: 100%; } 
.menu2-cap { display: block; background: linear-gradient(#76b56d, #6eae66); overflow: hidden; }
.menu2 .menu2-cap a {
	display: block; position: relative; float: left; text-align: left; width: 100%;
	font-size: 18px;
	height: 40px;
	padding: 9px 0px 0px 37px;
	color: #ffffff;
    background: url("/Templates/img/city.svg") no-repeat 4% 50% / 22px 22px;
}
.menu2 .menu2-cap a:hover { background: url("/Templates/img/city.svg") no-repeat 4% 50% / 22px 22px; background-color: #72b26a; }
.menu2 .menu-city-container { display: grid; align-content: space-evenly; grid-template-columns: auto auto auto; grid-gap: 8px;	clear: left; padding: 0px 5px 7px 5px; margin: 12px 0px 8px 0px; }
.menu2 .menu-city-container > div { background-color: rgba(255, 255, 255, 0.8); text-align: center;}
.menu2 .menu-city-container > div a { display:block; width: 72px; height: 54px; }
.menu2 .menu-city-container > div a img { width: 72px; height: 54px; filter: alpha(Opacity=40); opacity: 0.5; }
.menu2 .menu-city-container > div a:hover img {	filter: alpha(Opacity=100); opacity: 1; }
/* /Меню радио в городах */

/* Меню подборки радио */
.menu3 { display: block; position:relative;	float:left;	width:100%;	text-align: center; }
.menu3-cap { background: linear-gradient(#f19a03, #e99402); overflow: hidden; }
.menu3 .menu3-cap a {
	display:block; position:relative; float:left; text-align:left; width:100%;
	font-size: 18px;
	height: 40px;
	padding: 9px 0px 0px 37px;
	color: #ffffff;
    background: url("/Templates/img/collection.svg") no-repeat 4% 50% / 22px 22px;
}
.menu3 .menu3-cap a:hover {	background: #ec9e06 url("/Templates/img/collection.svg") no-repeat 4% 50% / 22px 22px; }
.menu3 .menu-collections { margin: 5px 0px 5px 0px; }
.menu3 .menu-collections li a {
	display: block;
	height: 33px;
	width: 100%;
	text-align: left;
	padding: 6px 0px 6px 15px;
	font-size: 16px;
	color: var(--red);
}
.menu3 .menu-collections li a:hover { background: var(--light-gray); }
/* /Меню подборки радио */

/* cd-boxes */
.cd-boxes { margin: 5px 0px 5px 0px; display: flex; flex-wrap: wrap; align-items: flex-start; }
.cd-boxes .cb-box {	box-sizing: border-box;	width: 20%; padding: 7px; position: relative; overflow: hidden; transition: transform 0.1s ease; }
.cd-boxes .cb-box:nth-child(5n) { padding-right: 0; }
.cd-boxes .cb-box:nth-child(5n+1) { padding-left: 0; }
.cd-boxes .cb-box .cbb-wrap { display: block; height: 100%; padding: 10px 0px 7px 0px; background: var(--white); box-shadow:
    0 2px 6px rgba(0,0,0,0.06),
    0 8px 10px rgba(0,0,0,0.08);
  transition: transform 0.1s ease, box-shadow 0.1s ease; }
@media (hover: hover) {
  .cd-boxes .cb-box:hover .cbb-wrap {
    transform: translateY(-4px);
    box-shadow:
      0 6px 10px rgba(0,0,0,0.15),
      0 4px 10px rgba(0,0,0,0.1);
  }
}

.cd-boxes .cb-box .cbb-wrap:hover { border: solid 0px var(--main-color-gray); }
.cd-boxes .cb-box .cbb-wrap:active {}
.cd-boxes .cb-box .cbb-img { display: block; position: relative; width: 120px; height: 90px; overflow: hidden; margin: 0 auto; }
.cd-boxes .cb-box .cbb-img:before {}
.cd-boxes .cb-box .cbb-img img {
     display: block;
	 position:relative;
	 text-align:center;
     z-index: 1;
     object-fit: cover;
	 width: 112px;	height: 84px;
	 margin: auto;
	 opacity: 0.7;
}
.cd-boxes .cb-box:hover .cbb-img img {width: 120px;	height: 90px; margin:-3px 0px 0px 0px; opacity: 1;}

.cd-boxes .cb-box .cbb-content {	
	display:block; position:relative;
	 padding:7px 0px 0px 0px;
	 margin: 2px 7px 0px 7px;
	 border-top: dashed 1px;
	 border-color: var(--main-color-light-gray);
	 text-align: center;
}
.cd-boxes .cb-box .cbb-content > *:first-child {
     margin-top: 0;
}
.cd-boxes .cb-box .cbb-title {
	display: flex;
	align-items: center;      /* вертикаль */
	justify-content: center;  /* горизонталь */
	margin: 0 auto;
	width: 100%;
	height: 44px;
	font-size: 17px;
	line-height: 1.3;
	color: var(--blue);
	font-weight: 600;
	text-align: center;		
}
.cd-boxes .cb-box .cbb-text {
	margin: 0 auto;
	overflow: hidden; 
	color: var(--dark-text); 
	font-size: 13px;	
}
.cd-boxes .cb-box:hover .cbb-img { opacity: 1; }
.cd-boxes .cb-box:hover .cbb-title { color: var(--red); }
/* cd-boxes end */

.page-description {	background: #ffffff; padding: 12px 10px 12px 14px; }
.page-description p { line-height: 23px; }

/* footer */
footer { background: linear-gradient(#959595, #878787); border-top: 2px solid #B0B0B0; padding: 8px 0px 8px 0px; margin-top: 12px; }
footer .footer-main-row { width: 100%; }
footer .footer-main-row-center { max-width: 1400px; margin: 0 auto; }
footer .footer-main-row p { color:#ffffff; line-height:23px; }
footer .footer-main-row a { color:#ffffff; }
footer .footer-main-row a:hover { text-decoration: underline; }
/*  /footer  */
/* Кнопка Вверх */
#btn-up { position: fixed; bottom: 20px; right: 30px; z-index: 3000; border: none; outline: none; width: 46px; height: 46px; background: url("/Templates/img/top-page.svg") center / 40px 40px no-repeat; cursor: pointer;
	padding: 15px;
	opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s; }
#btn-up.is-visible{
  opacity: .6;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity .2s ease, transform .2s ease, visibility 0s;
}
#btn-up:hover { opacity: 0.9; }
.menu-overlay{
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 1999;
  pointer-events: none;
}
.menu-overlay.is-open { pointer-events: auto; }
.menu-overlay.is-visible{ display: block; }
/* /Кнопка Вверх */

/*  @media  */

@media only screen and (min-width: 860px) and (max-width: 1280px) {
.site-content .sc-main-row .sc-col { width: calc(100% - 262px); }
.site-content .sc-main-row .sc-col:first-child {}
.cd-boxes .cb-box { width: 25%; }
.cd-boxes .cb-box:nth-child(5n) { padding-right: 7px; }
.cd-boxes .cb-box:nth-child(5n+1) {	padding-left: 7px; }
.cd-boxes .cb-box:nth-child(4n) { padding-right: 0; }
.cd-boxes .cb-box:nth-child(4n+1) { padding-left: 0; }
}

/* width > 1024px */
@media only screen and (min-width: 1025px) {
	.cd-menu-trigger { display: none; }
}

/* width  641px -> 859px */
@media only screen and (min-width: 641px) and (max-width: 859px) {
	.cd-boxes .cb-box {	width: 33.333333333%; }
	.cd-boxes .cb-box:nth-child(5n) { padding-right: 7px; }
	.cd-boxes .cb-box:nth-child(5n+1) { padding-left: 7px; }
	.cd-boxes .cb-box:nth-child(3n) { padding-right: 0; }
	.cd-boxes .cb-box:nth-child(3n+1) {	padding-left: 0; }
	}


/* width < 640px */
@media (max-width: 640px) {
header .center { min-height: 0; }
header .topMenu { left: 140px; }
#scrollmenuID { display: block; }
header .topMenu .randomRadio .randomRadio-link { display:none; }
.headlineH1 h1, .cat-headlineH1, .headlineH1 h1 span { font-size: 20px; }
.commentit_post_cap {font-size: 18px !important;}
/* Модальное окно Избранное  */
.BookmarksBoxContainer { grid-template-columns: 1fr; }
.BookmarksBoxContainer::before { display: none; }
.modal-content-favorite, .modal-content { width: 100%; max-width: 100%; margin: 0; border-radius: 0; max-height: 90vh; }
.modal { padding: 0; overflow-x: hidden; }
/* /Модальное окно Избранное  */
/* Плеер  */
.pctrl--dock{
    position: fixed !important;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    width: auto;
    margin: 0;
}
.pctrl--at-bottom{
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
}
.stop_btn { display:none !important; }
.pctrl { gap: 3px; }
.pvolwrap { position: relative; gap:0; }
#pinfo::before{
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;          /* круглая точка (если хочешь квадрат — верни 20%) */
  background:#40942c;
  flex:0 0 auto;
  display:inline-block;       /* чтобы transform работал предсказуемо */
  margin-right:6px;
  margin-left: 4px;
  transform-origin:center;
  animation: livePulse 1.8s infinite ease-in-out;
}
/* на мобиле по умолчанию скрыто */
.addToBookmarksBtn { padding-left: 0; width: 32px; justify-content: center; }
.addToBookmarksBtn span { display: none; }
.pvolpop {
  display: none !important;     /* ЖЕЛЕЗНО скрыто */
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  padding: 10px 16px 10px 16px;
  border-radius: 26px;
  background: #636363;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  z-index: 9999;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.pvolpop::after {
    content:"";
    position:absolute;
    right: 12px;
    top: 100%;
    width: 10px;
    height: 10px;
    background: rgba(20,20,20,.92);
    transform: rotate(45deg);
}
.pvolwrap.is-open .pvolpop { display: block !important; }
.pvolpop .pctrl__range { width: 140px; }
.pvolpop .pctrl__range::-webkit-slider-thumb{ width: 20px; height: 20px; }
.pvolpop .pctrl__range::-moz-range-thumb{ width: 20px; height: 20px; }
.player_info-label { display: none !important; }
/* /Плеер  */
.pctrl-spacer { height: 0; }
/* Звездный рейтинг */
.star-rating__wrapper { gap: 0px 10px; }
.star-rating__msg { order: 1; color:#8b8b8b; }
.star-rating { order: 2; display: flex; align-items: center; justify-content: center; gap: 8px; }
.star-rating__stars { display: inline-block; height: 28px; line-height: 0;}
.star-rating__votes { order: 3; display: inline-block; white-space: nowrap; line-height: 1; }
/* /Звездный рейтинг */
.shareBtn { transition: transform .18s ease, opacity .18s ease, filter .18s ease; will-change: transform; }
.BoxPlaylist span { display: none; }
.shareBox { justify-content: center; }
.shareBox__title { display: none; }
/*  Блок категории и похожих станци  */
.shareBox__list { justify-content: center; }
.categories-radio .cr-title { display:none; }
.categories-radio {
	flex: 0 0 auto;
    margin: 0;
    padding: 3px 3px 0px 0px;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-bottom: 6px;
    padding-bottom: 2px;
}
  .categories-radio::-webkit-scrollbar{
    display: none;
  }

  .categories-radio .cr-title{
    display: none;
  }

  .categories-radio a{
    flex: 0 0 auto;
    margin: 0px 5px 0px 0px;
  }
/*  /Блок категории и похожих станци  */
.cd-lateral-nav {
          position: fixed;
          z-index: 2000; 
          top: 64px;  /* В этом месте сдвигаем вниз при наличии верхнего меню  */
          bottom: 0;
          width: 280px;
          height: auto;
		  background: #FFF;
          -webkit-transform: translateZ(0) translateX(-280px);
          transform: translateZ(0) translateX(-280px);
         -webkit-backface-visibility: hidden;
          -webkit-transition-property: -webkit-transform;
          transition-property: transform;
          -webkit-transition-duration: 0s;
          transition-duration: 0s;
		  transition: transform 0.1s ease !important;
}
.cd-lateral-nav .cd-navigation { margin-top: 0px; }
.cd-lateral-nav .cd-navigation .item-has-children {}
     .cd-lateral-nav .cd-navigation .item-has-children .sub-menu-title {
      /*    font-size: 18px;
          line-height: 29px; */
     }
     .cd-lateral-nav .cd-navigation .item-has-children .sub-menu-title:before,
     .cd-lateral-nav .cd-navigation .item-has-children .sub-menu-title:after {
     }
     .cd-lateral-nav .cd-navigation .sub-menu {
      /*    margin-bottom: 8px;  */
     }
     .cd-lateral-nav .cd-navigation .sub-menu li,
     .cd-lateral-nav .cd-navigation.cd-single-item-wrapper li {}
     .cd-lateral-nav .cd-navigation .sub-menu li a,
     .cd-lateral-nav .cd-navigation.cd-single-item-wrapper li a {}
     .cd-lateral-nav .cd-navigation .sub-menu li a {
     }
     .cd-lateral-nav .cd-navigation .sub-menu li.current a {
     }
.cd-lateral-nav .cd-navigation.cd-single-item-wrapper li a { margin: 0 25px; }
.cd-lateral-nav .cd-navigation.cd-single-item-wrapper li.current a {}

/* Контейнер радио основной */
.radio-logo-container { margin: 0px 7px 0px 0px; float: none; text-align: center; }
.radio-logo-container a img { width: 120px!important; height: 90px!important; }
#btn-up { width: 40px; height: 40px; bottom: calc(12px + var(--pctrl-h,0px)); right: 14px; background-size: 30px; }
}

/*   441 -> 640   */
@media only screen and (min-width: 442px) and (max-width: 640px) {
.cd-boxes .cb-box { width: 50%; }
.cd-boxes .cb-box:nth-child(5n) { padding-right: 7px; }
.cd-boxes .cb-box:nth-child(5n+1) { padding-left: 7px; }
.cd-boxes .cb-box:nth-child(2n) { padding-right: 0; }
.cd-boxes .cb-box:nth-child(2n+1) { padding-left: 0; }	 
.radioContainer .radioContainerRight { position: relative; margin: 5px 0px 0px 0px; width: 100%; }
.radioContainer .radioContainerRightContent { position: relative; width:100%; }
}

/* width < 441px */
@media (max-width: 441px) {
header .topMenu { left: 140px; }	
.center { padding-left: 10px; padding-right: 10px; }
header .center { min-height: 0;	padding-bottom: 15px; }
.site-content .sc-main-row { min-height: calc(100vh - 104px); }
.cd-lateral-nav { top: 62px; width: 74%; -webkit-transform: translateZ(0) translateX(-100%); transform: translateZ(0) translateX(-100%); -webkit-transition-duration: 0s; transition-duration: 0s; }
.cd-boxes .cb-box {	width: 50%; }
.cd-boxes .cb-box:nth-child(5n) { padding-right: 7px; }
.cd-boxes .cb-box:nth-child(5n+1) { padding-left: 7px; }
.cd-boxes .cb-box:nth-child(2n) { padding-right: 0; }
.cd-boxes .cb-box:nth-child(2n+1) { padding-left: 0; }
}

@media (max-width: 1024px) {
header { position: fixed; left: 0; top: 0; right: 0; z-index: 1000;	margin-bottom: 0; }
[id] { scroll-margin-top: 60px; }
/* сдвигаем основную облать при появлении верхнего меню (всего дважды сдвигаем) */
.site-content .sc-main-row { min-height: calc(100vh - 124px); display: block; }
.site-content .sc-main-row .sc-col { width: 100%; height: 100%; margin-left: 0px; }
.site-content .sc-main-row .sc-col:first-child {}
/* здесь открывается меню */
.cd-lateral-nav.lateral-menu-is-open { -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); }
.cd-lateral-nav.no-transition { transition: transform 0.1s ease !important; }
/* / здесь открывается меню */
main { margin-top: 50px; }
.cd-lateral-nav { z-index: 2001; }
.main-wrap { overflow: visible; }
main.lateral-menu-is-open,
footer.lateral-menu-is-open {transform: none !important;}
.cd-lateral-nav,  .cd-lateral-nav.no-transition {transition: transform 0.1s ease !important;}
.cd-lateral-nav { transition: transform 0.1s ease !important; will-change: transform; z-index: 2000;}
/* меню поверх */
  .cd-lateral-nav{
    position: fixed;
    left: 0;
    top: 50px;            /* если header фиксированный 50px */
    bottom: 0;
    width: 280px;         /* или 74% — как тебе надо */
    max-width: 90vw;
    transform: translateX(-100%);
    transition: transform 0.1s ease !important;
    z-index: 2001;
    background: var(--white);
}
/* открыто */
.cd-lateral-nav.lateral-menu-is-open { transform: translateX(0); }
/* контент не двигаем вообще */
main, footer, main.lateral-menu-is-open, footer.lateral-menu-is-open {
  transform: none !important;
  -webkit-transform: none !important;
}
body.menu-open::before {
    content:"";
    position: fixed;
    inset: 0;
    top: 50px;            /* чтобы не перекрывать header (если нужно) */
    background: rgba(0,0,0,.45);
    z-index: 2000;
}
/* чтобы не резалось */
.main-wrap{ overflow: visible; }
.menu-overlay{ display: none !important; }
.modal { display: none; }

header .topMenu .randomRadio a::after { content: "";}
header .topMenu .share a::after { content: ""; }

.categories .btn-top-menu { background-position: 8px 13px; }

.favorite .favorite-link { background-position: 8px 13px; }
.randomRadio .randomRadio-link { background-position: 7px 13px; }
.share .share-link { background-position: 7px 13px; }
}

@media (max-width: 768px) {
/* Верхнее меню */
header .center {
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header .header-main-row {
    position: relative;
    height: 50px;
  }
  header .header-main-row .logo-top {
    position: absolute;
    left: 42px;
    top: 5px;
    float: none;
  }
    header .header-main-row .logo-top .logo-top-link {
    width: 80px;
    height: 40px;
  }
header .topMenu {
  position: absolute;
  left: 130px;
  right: auto;
  top: 0;
  float: none;
}
/* контейнер кнопок */
  header .topMenu ul {
    display: flex;
    align-items: center;
    gap: 2px;
    overflow: visible;
  }

  header .topMenu li {
    float: none;
  }
header .topMenu li a {
    width: 44px;
    height: 50px;
    display: inline-block;
    padding: 0;
    margin: 0;
    background-position: center center !important;
  }
  header .topMenu li a::after {
    content: "" !important;
  }
.categories-for-PC a {
    padding-left: 0;
    padding-right: 0 !important;
    margin-right: 0;
    background-position: center center, center center !important;
	background-image: url("/Templates/img/radio.svg"), none !important;
  }

/* эффект нажатия */
header .topMenu li a:active{
  transform:scale(0.94);
}
.categories-for-PC-content { left: 0; right: 0; transform: none; padding: 0px 15px 20px 15px; width: 100%; max-width: 100%; top: 50px; height: min(70vh, 520px); overflow-y: auto; -webkit-overflow-scrolling: touch; border-bottom: 1px solid rgba(0,0,0,0.06); }
.categories-for-PC-categories,
.collections { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 10px; align-items: start; }
.categories-for-PC-categories > p, .collections > p { grid-column: 1 / -1; margin: 0 0 8px 0; }
.categories-for-PC-categories > a, .collections > a { display: block; margin: 0; min-width: 0; }

/* эффект тапа */
.categories-for-PC-categories > a:active,
.categories-for-PC-content .collections > a:active { transform: translateY(1px); }
/* /Верхнее меню */

.radioContainer { display: block !important; }
  /* сбрасываем флоаты у колонок */
.radioContainerLeft, .radioContainerRight { float: none !important; width: 100% !important; }
.radioContainerLeft h1 span, .cat-headlineH1 h1 span { display:none; }
.radioContainerLeft h1 { white-space: nowrap; }
.playlist-content .playlist-content-cap h4 { font-size: 18px; }

.playlist-content-cap h2 span { display:none; }
/* правый блок вниз + по центру (если хочешь ограничить ширину) */
.radioContainerRight {
    max-width: 400px;     /* можно 100% если нужно на всю ширину */
    margin: 12px auto 0 !important;
  }
  .radioContainer .radioContainerRightContent { margin-top: 10px; }
  .radioContainer .radioContainerRight .radioContainerRightRecommend,
  .radioContainer .radioContainerRight .radioContainerRightJoke { border: 0px;}
}
@keyframes favoritePop {
  0%   { transform: translateY(-50%) scale(1); }
  40%  { transform: translateY(-50%) scale(1.35); }
  60%  { transform: translateY(-50%) scale(0.95); }
  100% { transform: translateY(-50%) scale(1); }
}