/* ОПТИМИЗИРОВАННЫЕ ШРИФТЫ - загружаем только необходимые */

/* Geologica - основной шрифт (только используемые веса) */
@font-face {
    font-family: 'Geologica';
    src: url('/static/fonts/Geologica-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap; /* Быстрое отображение текста */
}
@font-face {
    font-family: 'Geologica';
    src: url('/static/fonts/Geologica-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Commissioner - только 500 вес, если действительно используется */
@font-face {
    font-family: 'Commissioner';
    src: url('/static/fonts/Commissioner-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Geologica', sans-serif; /* Ð¸Ð»Ð¸ 'Commissioner', ÐµÑÐ»Ð¸ Ñ…Ð¾Ñ‡ÐµÑˆÑŒ */
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #adcad9 !important; /* Ñ‚Ñ‘Ð¼Ð½Ð¾-ÑÐµÑ€Ñ‹Ð¹ Ñ†Ð²ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚Ð° */
    background-color: #1A697D !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.logo {
    font-size: 28px;
    text-transform: uppercase;
    color: #0E5165;
}

a {
    color: #0E5165;
    text-decoration: none;
}

.logo a img {
    display: inline-block;
    margin-top: -7px;
}

.logo a {
    font-weight: 100;
    color: #adcad9;
}

.logo span {
    font-weight: 800;
    color: #fff;
} 
.lang {
    align-items: center;
    display: flex;
}

.lang a {
    margin: 010px;
}
a {
    text-decoration: none !important;
    color: #0E5165;
}
.main_info {
    display: flex;
    justify-content: space-between;
}

.main_left {
    width: 21%;
}

.main_right {
    width: 21%;
}

.main_center {
    width: 54%;
    margin-left: 2%;
    margin-right: 2%;
}
.mini_block_main {
    background: #0f8698;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
}

p.title_h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #8ccad9;
}

/* ➊ Центрирование и отступы */
.about_video{
  margin: 1rem auto;      /* горизонтально по центру */
  max-width: 800px;       /* при желании ограничиваем ширину */
}


.radio_nav a {
    color: #8ccad3;
    display: inline-block;
    margin: 5px 20px;
    font-style: italic;
}

.radio_nav a:hover {
    color: #fff;
    text-decoration: underline !important;
}

/* ➋ Отзывчивая «рамка» с соотношением 16:9 */
.about_video{
  position: relative;
  padding-bottom: 56.25%; /* 9 / 16 × 100 % */
  height: 0;
  overflow: hidden;
}

.about_video iframe{
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;              /* убираем рамку */
  display: block;
}


.last_new {}

p.date_new {
    margin-bottom: 0;
    font-size: 15px;
    color: #adcad9;
}

p.title_new {
    color: #fff;
    font-size: 17px;
}

p.title_live {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
}

.img_live {
    height: 350px;
    text-align: center;
}

.img_live img {
    height: 124px;
}

.img_live p {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 100;
}

.img_live p span {
    color: #8cd8e3;
}

.img_live {padding-top: 100px;position: relative;border-radius: 6px 6px 0px 0px;overflow: hidden;}

.img_live:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgb(29 148 165) 0%, rgb(14 120 135) 100%);
    z-index: -1;
}

.live_player {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    border-radius: 0px 0px 6px 6px;
}
.live_now {
    display: flex;
}

.photo_live img {
    width: 62px;
    height: 62px;
    margin-right: 10px;
}

p.now_p {
    margin-bottom: 0;
    font-size: 12px;
    color: #A3A3A3;
}

p.name_track {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
}

p.name_live {
    font-weight: 300;
    margin-bottom: 0;
}

.setting_play a {
    margin: 10px;
}
.live {
    margin-bottom: 20px;
}

.top_10 {
    background: #0f8698;
    border-radius: 6px;
    padding: 20px;
}

.list_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.top_music {
    display: flex;
    align-items: center;
}

.img_track img {
    width: 62px;
    height: 62px;
}

.number_track {
    color: #A3A3A3;
}

p.name_track_list {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

p.name_musician_list {
    font-weight: 200;
    font-size: 18px;
    color: #adcac7;
}
.img_track {
    margin: 10px 20px;
}

.img_live p.title_live {
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 18px;
    font-weight: 800;
}

.img_live p.title_live {
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 18px;
    font-weight: 800;
}

.podcast.mini_block_main ul {
    list-style: none;
    padding: 0;
}

.podcast.mini_block_main ul li {
    margin: 10px 0;
}

.podcast.mini_block_main ul li a {
    color: #000;
}

.img_live p.title_live {
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.podcast.mini_block_main ul {
    list-style: none;
    padding: 0;
}

.podcast.mini_block_main ul li {
    margin: 10px 0;
}

.podcast.mini_block_main ul li a {
    color: #000;
}

p.pools_title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
}

.pools.mini_block_main ul {
    list-style: none;
    padding: 0;
}

.pools.mini_block_main ul a {
    color: #000;
}

.pools.mini_block_main ul li {
    position: relative;
    padding-left: 20px;
    margin: 10px 0;
}
.radio_description_right iframe {
    width: 100% !important;
    margin-top: 40px;
}

.tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
}

.tab-btn {
  background-color: #006c80;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s;
}

.tab-btn:hover {
  background-color: #00b7c2;
}

.tab-btn.active {
  background-color: #00b7c2;
  font-weight: bold;
}

.tab-content {
  padding: 1rem 0;
}

.pools.mini_block_main ul li:before {
    content: none !important;
    width: 12px;
    height: 12px;
    left: 0;
    top: 7px;
    position: absolute;
    border: 1px solid #000;
    border-radius: 100%;
}

button.pools_button {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    padding: 5px 20px;
}

.project_main.mini_block_main ul {
    padding: 0;
    list-style: none;
}

.project_main.mini_block_main ul a {
    color: #000;
}

.project_main.mini_block_main ul li {
    margin: 10px 0;
}

.lang a {color: #9fcad3;}
.but_pools {
    text-align: right;
}
.footer_main {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    align-items: center;
}

.link_footer ul {
    padding: 0;
    list-style: none;
    display: flex;
}

.link_footer ul li {
    text-transform: uppercase;
    margin: 0 10px;
}
.copiright {
    display: flex;
    justify-content: space-between;
}

.social_footer ul {
    padding: 0;
    list-style: none;
    display: flex;
}

.social_footer ul li {
    margin: 0 10px;
}
.about_info {
    background: #0f8698;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    color: #fff;
}
.main_center img {
    max-width: 100%;
}
p.title_about {font-weight: 600;margin-block: 5px;font-size: 18px;}

.poll-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .poll-list li {
    list-style: none;
    margin-bottom: 12px;
  }

#radioLogo {
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease;
  }
  
#radioLogo.playing {
    transform: scale(1.08);
    filter: drop-shadow(0 0 10px #00bcd4);
  }

.img_track img {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
.img_track img.playing {
    transform: scale(1.05);
    box-shadow: 0 0 12px rgba(0, 200, 255, 0.6);
  }

  .link_footer ul li a {
    text-decoration: none;
    color: #adc2c1;
    transition: color 0.3s;
  }
  
  .link_footer ul li a:hover {
    color: #00bcd4;
  }
  .title_head span {
    font-size: 28px;
    font-weight: 100;
    color: #8cd8e3;
}

.title_head {
    width: 25%;
    text-align: right;
}
.pools.mini_block_main p.title {
    color: #fff;
}

ul.poll-list {
    color: #fff;
}
.logo a:hover {
    color: #fff;
}
.lang a:hover {
    color: #fff;
}
.single_news_full a {
    color: #fff !important;
}

.podcast_detail a {
    color: #fff;
}

.podcast_detail a:hover {
    color: #81cacf;
}

/* Баннер на главной */
.main-banner {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
}
.main-banner-img {
  width: 100%;
  /* max-width: 1200px; */
  
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  object-fit: cover;
  transition: box-shadow 0.2s;
}
.main-banner-img:hover {
  box-shadow: 0 4px 32px rgba(0,0,0,0.16);
}
@media (max-width: 768px) {
  .main-banner-img {
    max-width: 100%;
    border-radius: 6px;
  }
  .main-banner {
    height: 11%;
    margin-bottom: 16px;
  }
}

.btn_main {
  background-color: #8CD8E3;
  padding: 12px 18px;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #0E5165;
}

.btn_main:hover {
  background-color: #0090a3;
  color: #ffff;
}

  .banner_header {
    display: flex !important;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .banner_header img {
    height: 32px;
    width: auto;
  }

  .banner_header2 {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}



  .on-air-program h3 {
    font-size: 18px !important;
    color: #ffffff;
}

.on-air-program {
    background: #0f8698;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 0px 0px 8px 8px;
    margin-top: -20px;
}

/* YOUTUBE LAZY LOADING STYLES */
.youtube-lazy-container {
    transition: all 0.3s ease;
}

.youtube-lazy-container:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.youtube-play-button:hover {
    background: rgba(255,0,0,1) !important;
    transform: translate(-50%, -50%) scale(1.1) !important;
    box-shadow: 0 4px 15px rgba(255,0,0,0.4);
}

/* SHORTS СПЕЦИАЛЬНЫЕ СТИЛИ */
.shorts .youtube-lazy-container {
    border-radius: 12px;
    overflow: hidden;
}

.shorts .youtube-play-button {
    width: 60px !important;
    height: 60px !important;
}

.shorts .youtube-play-button svg {
    width: 24px !important;
    height: 24px !important;
}

.live_block_section {
    border-radius: 8px 8px 0 0 !important;
}

.on-air-program strong {
    color: #fff;
}

.radio_description_right p a {
    color: #8cd8e3;
}