@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
        body {
            padding-top: 0;
            margin: 0;
            font-family: "Noto Sans", sans-serif !important;
            background: #f8f9fa;
        }
        a {text-decoration: none !important;}
            .sezon {
            height:250px;
            padding:10px;
            }
            .sezon_bg {background-size: cover !important;
            background-position: center !important;
            background-repeat: no-repeat !important;height:100%;}
        h2 {color:#fff !important;}
        /* Стили для фиксированной навигации (sticky) */
        .navbar-fixed-top {
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1030;
            border-radius: 0;
            margin-bottom: 0;
            transition: all 0.2s ease;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        .ticket-comment-text {color:#fff;}
        .ticket-comment-guest .ticket-comment-author {color:#fff;}
        .reply, .ticket-comment-link a {color:#feba2b;}
        .well {background-color: #9191911a !important;
    border: 1px solid #282828 !important;
    border-radius: 15px !important;}
    .form-control {background-color: #bfbfbf !important;}
    .btn-primary {
    color: #000000 !important;
    background-color: #feba2b !important;
    border-color: #feba2b !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
.parametr1 {color:#fff;font-weight:600;}
.parametr2 {color: #feba2b;}
.para:nth-child(even) {
  background-color: #9191911a !important;
}
.form-group label {color:#fff !important;}
.about_serial {box-shadow: inset 0 1px 1px rgb(229 0 0 / 5%);background-color: #9191911a !important;
    border: 1px solid #282828 !important;
    border-radius: 15px !important;}
        /* Обычный navbar (не фиксированный) — просто базовая стилизация, JS будет добавлять класс при скролле */
        .navbar-default {
            background-color: #ffffff;
            border-color: #e7e7e7;
            border-radius: 0;
            margin-bottom: 0;
        }
        
        /* Затемнение тени при закреплении */
        .navbar-fixed-top {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        /* Чтобы контент не перекрывался фиксированной шапкой, добавим динамический отступ */
        
        /* Логотип и текст - стилизация */
        .navbar-brand {
            display: flex;
            align-items: center;
            padding: 8px 15px;
            height: 70px;
            line-height: 1;
        }
        
        .logo-img {
            height: 75px;
        }
        
        .logo-text {
            font-size: 20px;
            font-weight: 800;
            color: #fff;
            letter-spacing: 4.7px;
        }
        
        .logo-text small {
            font-size: 14px;
            font-weight: 400;
            color: #6c757d;
            display: block;
            line-height: 1.2;
        }
        
        /* Настройка для правого меню в десктопе */
        .navbar-nav > li > a {
            font-weight: 500;
            font-size: 16px;
            color: #2c3e66;
            transition: 0.2s;
            padding-top: 25px;
            padding-bottom: 25px;
        }
        
        .navbar-nav > li > a:hover, 
        .navbar-nav > li > a:focus {
            background-color: #f0f2f5;
            color: #1a2a4f;
        }
        
        /* Выпадающее меню "Сезон" */
        .dropdown-menu {
            border-radius: 10px;
            border: none;
            box-shadow: 0 6px 16px rgba(0,0,0,0.1);
            margin-top: 4px;
        }
        
        .dropdown-menu > li > a {
            padding: 8px 20px;
            font-weight: 500;
            transition: 0.1s;
        }
        
        .dropdown-menu > li > a:hover {
            background-color: #e9ecef;
        }
        
        /* Бургер иконка для мобильных */
        .navbar-toggle {
            margin-top: 18px;
            margin-bottom: 18px;
            border: none;
            background: #f0f2f5;
            border-radius: 8px;
        }
        
        .navbar-toggle .icon-bar {
            background-color: #2c3e66;
            width: 22px;
            height: 2px;
            border-radius: 2px;
        }
        
        .navbar-toggle:hover, .navbar-toggle:focus {
            background-color: #e2e6ea;
        }
        .navbar {border:0 !important;margin-bottom: 0px !important;}
        

        @media (max-width: 455px) {
        .see_film_title {
            font-size: 7px !important;
        }
        }
        @media (max-width: 767px) {
            /* Скрыть десктопный пункт "Новости" из .navbar-right */
            .navbar-right .news-desktop {
                display: none;
            }
            .navbar-right {display:none;}
            .hero-content {margin: 15% 0 !important;}
            .border_desc {
            display: inline-block !important;
            }
            
            /* Чтобы пункт "Сезоны" (dropdown) оставался видимым, но возможно, нужно немного уменьшить отступы */
            .navbar-nav > li > a {
                padding-top: 18px;
                padding-bottom: 18px;
            }
            .navbar-brand {
                height: 60px;
            }

            .logo-text {
                font-size: 18px;
            }
            .logo-text small {
                font-size: 11px;
            }
            .navbar-toggle {
                margin-top: 13px;
                margin-bottom: 13px;
            }
            body.has-fixed-nav {
                padding-top: 60px;
            }
        }
        
        /* Контент для демонстрации скролла */
        .content-section {
            max-width: 1200px;
            margin: 30px auto;
            padding: 20px 25px;
            background: white;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.03);
        }
        
        .hero {
            background: linear-gradient(135deg, #eef2f7 0%, #d9e2ec 100%);
            border-radius: 24px;
            padding: 40px 30px;
            margin-bottom: 30px;
            text-align: center;
        }
        
        .hero h1 {
            color: #1e2f4e;
            font-weight: 700;
        }
        
        .card {
            background: #fff;
            border-radius: 20px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            transition: 0.2s;
        }
        
        footer {
            text-align: center;
            padding: 25px;
            color: #6c757d;
            border-top: 1px solid #e9ecef;
            margin-top: 30px;
        }
        
        @media (max-width: 767px) {
            .hero h1 {
                font-size: 26px;
            }
        }
        
        
/* ---------- ПОЛНОЭКРАННЫЙ БЛОК С БАКГРАУНДОМ ---------- */
        .fullscreen-hero {
            position: relative;
            width: 100%;
            min-height: 100vh;          /* на всю высоту экрана */
            background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.65)), 
                        url('https://images.unsplash.com/photo-1501785888041-af3ef285b470?q=80&w=2070&auto=format') center center / cover no-repeat;
            background-attachment: fixed; /* эффект параллакса (опционально) */
            display: flex;
            align-items: center;
            justify-content: flex-start;  /* контент слева */
            text-align: left;
            color: white;
            padding: 0 8%;
            margin-top: 0;
                background-size: cover !important;
    background-position: center !important;
        }
        
        /* Контентный блок внутри hero - слева по центру блока вертикально */
        .hero-content {
            max-width: 650px;
            width: 100%;
            animation: fadeInUp 0.9s ease-out;
        }
        
        .hero-content h1 {
            font-size: 7.2rem;
            font-weight: 800;
            margin-bottom: 1.2rem;
            letter-spacing: -0.5px;
            text-shadow: 0 2px 10px rgba(0,0,0,0.3);
        }
        
        .hero-description {
            font-size: 1.5rem;
            line-height: 1.5;
            margin-bottom: 2rem;
            opacity: 0.9;
            font-weight: 400;
            max-width: 550px;
            color:#989898;
        }
        
        /* Кнопки */
        .hero-buttons {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }
        
        .btn-custom {
            padding: 12px 32px;
            font-size: 19px;
            font-weight: 500;
            border-radius: 10px;
            transition: all 0.25s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            border: none;
            cursor: pointer;
        }
        .border_desc {
            display:flex;
            padding:5px;
            border-radius:10px;
            background:#101010;
            margin-top:25px;
            justify-content: space-between;
        }
        .border_desc_rating {
            background:#232324;
            color:#ff6363;
            padding:10px 15px;
            border-radius:10px;
        }
        .border_desc_cenzor {
            background:#232324;
            color:#88cc32;
            padding:10px 15px;
            border-radius:10px;
        }
        .param {
            color:#989898;
            padding:10px 15px;}
            h2 {
                font-size: 20px !important;
                font-weight: 600 !important;
                color:#fff !important;
                text-transform: uppercase;
                font-size: 4rem !important;
            }
        .see_film_title {text-transform: uppercase;    background: #7a7a7a;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;height: 100%;margin-top: 10px;
    margin-left: 15px;}
        .btn-season {
    background-color: #feba2b;
    color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-size: 19px;
    font-weight: 500;
    border: 2px solid #feba2b;

        }
        
        .btn-season:hover {
            background-color: #0602ed;
            transform: translateY(-2px);
            color: #fff;
            box-shadow: 0 8px 20px rgba(0,0,0,0.25);
            border: 2px solid #0602ed;
        }
        
        .btn-trailer {
            background-color: transparent;
            color: white;
            border: 2px solid rgba(255,255,255,0.8);
            backdrop-filter: blur(4px);
        }
        
        .btn-trailer:hover {
            background-color: rgba(255,255,255,0.15);
            border-color: white;
            transform: translateY(-2px);
            color: white;
        }
        
        /* Адаптация под планшеты и мобильные */
        @media (max-width: 768px) {
            .fullscreen-hero {
                background-attachment: scroll;
                padding: 0 6%;
            }
            .hero-content h1 {
                font-size: 6.6rem;
            }
            .hero-description {
                font-size: 2rem;
            }
            .btn-custom {
                padding: 10px 24px;
                font-size: 0.9rem;
            }
            .hero-buttons {
                gap: 14px;
            }
        }
        
        @media (max-width: 480px) {
            .hero-content h1 {
                font-size: 4rem;
            }
            .btn-custom {
                padding: 8px 20px;
                font-size: 0.85rem;
            }
        }
        
        /* Анимация появления */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Дополнительный контент после hero (для демонстрации скролла) */
        .after-hero {
            background: #ffffff;
            padding: 60px 0;
        }
        
        .info-card {
            background: #fefefe;
            border-radius: 24px;
            padding: 30px;
            box-shadow: 0 8px 24px rgba(0,0,0,0.05);
            margin-bottom: 30px;
            transition: 0.2s;
        }
        
        footer {
            background: #1e2a2a;
            color: #adb5bd;
            text-align: center;
            padding: 30px;
            font-size: 14px;
        }
        
        /* Мобильное дублирующее меню */
        .mobile-duplicate-menu .nav > li > a {
            padding: 10px 15px;
            color: #1e3c2c;
        }
        .mobile-duplicate-menu .nav > li > a:hover {
            background-color: #e9ecef;
        }
        .navbar-default .navbar-nav>li>a {
    color: #000000 !important;
    background: #feba2b;
    padding: 20px 25px;
}
.navbar-default .navbar-nav>li>a:hover {color: #ffffff !important;
    background: #0602ed !important;}