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

/* 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 {
    .radio_description_right p a {
        color: #8cd8e3;
    }

    /* STAFF STYLES */
    .staff_list {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }

    .staff_card {
        background-color: #0f8698;
        padding: 25px;
        border-radius: 25px;
        width: calc(50% - 13px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        gap: 25px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .staff_card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    }

    .staff_photo_wrapper {
        position: relative;
        width: 140px;
        height: 140px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .staff_photo_ring {
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(140, 216, 227, 0.4);
        border-radius: 50%;
        box-shadow: inset 0 0 10px rgba(140, 216, 227, 0.2);
    }

    .staff_photo_inner {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        overflow: hidden;
        border: 4px solid rgba(255, 255, 255, 0.05);
        z-index: 1;
    }

    .staff_photo_inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .staff_info h3 {
        margin: 0;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
    }

    .staff_info p {
        margin: 6px 0 15px;
        color: #8CD8E3;
        font-size: 16px;
        opacity: 0.9;
    }

    .btn_staff {
        background-color: #006070;
        color: white;
        padding: 10px 25px;
        border-radius: 25px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        display: inline-block;
        transition: background 0.2s;
    }

    .btn_staff:hover {
        background-color: #004d5a;
    }

    /* STAFF DETAIL */
    .staff_detail_card {
        background-color: #0f8698;
        border-radius: 25px;
        padding: 30px;
        color: white;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }

    .staff_detail_header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .staff_detail_titles h1 {
        margin: 0;
        font-size: 32px;
        font-weight: 700;
    }

    .staff_detail_titles p {
        color: #8CD8E3;
        margin-top: 8px;
        font-size: 18px;
        letter-spacing: 1px;
    }

    .staff_socials {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .staff_socials a {
        transition: transform 0.2s ease;
    }

    .staff_socials a:hover {
        transform: scale(1.15);
    }

    .staff_socials img {
        width: 28px;
        height: 28px;
    }

    .staff_detail_content {
        display: flex;
        gap: 50px;
        align-items: flex-start;
    }

    .staff_detail_photo {
        flex-shrink: 0;
        width: 320px;
        height: 320px;
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
        border: 2px solid rgba(255, 255, 255, 0.05);
    }

    .staff_detail_photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .staff_detail_bio {
        flex-grow: 1;
        font-size: 17px;
        line-height: 1.8;
        opacity: 0.95;
    }

    /* HOST PROJECTS */
    .host_projects_section {
        margin-top: 50px;
    }

    .host_projects_section h2 {
        font-size: 24px;
        margin-bottom: 25px;
        color: #fff;
        text-transform: uppercase;
    }

    .project_grid {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }

    .project_card_mini {
        background-color: #0d798a;
        padding: 20px;
        border-radius: 20px;
        width: calc(50% - 13px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease;
    }

    .project_card_mini:hover {
        transform: translateY(-5px);
    }

    .project_card_mini img {
        width: 100%;
        border-radius: 12px;
        margin-bottom: 15px;
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .project_card_mini h3 {
        margin: 10px 0;
        color: #fff;
        font-size: 20px;
    }

    /* RESPONSIVENESS */
    @media (max-width: 992px) {
        .staff_detail_content {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .staff_detail_photo {
            width: 100%;
            max-width: 400px;
            height: auto;
            aspect-ratio: 1/1;
        }
    }

    @media (max-width: 768px) {
        .staff_card {
            width: 100%;
            flex-direction: column;
            text-align: center;
            padding: 30px 20px;
        }

        .project_card_mini {
            width: 100%;
        }

        .staff_detail_header {
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 20px;
        }

        .staff_list {
            gap: 20px;
        }
    }

    @media (max-width: 480px) {
        .staff_photo_wrapper {
            width: 120px;
            height: 120px;
        }

        .staff_photo_inner {
            width: 100px;
            height: 100px;
        }

        .staff_detail_titles h1 {
            font-size: 24px;
        }
    }

    /* PODCAST HOSTS */
    .podcast_hosts_section {
        margin-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 15px;
    }

    .podcast_hosts_title {
        font-weight: bold;
        margin-bottom: 10px;
        color: #8CD8E3;
    }

    .podcast_hosts_list {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .podcast_host_link {
        color: white;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px;
        background: rgba(0, 0, 0, 0.2);
        padding: 5px 12px;
        border-radius: 20px;
        transition: background 0.2s;
    }

    .podcast_host_link:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .podcast_host_img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        object-fit: cover;
    }