 .logo-link:focus,
        .logo-link:active,
        .logo-link:hover {
            outline:none!important;
            box-shadow:none!important;
            background-color:transparent!important;
            border:none!important;
            text-decoration:none!important;
        }
        .logo-link:focus-visible {
            outline:none!important;
        }
        .logo-link::before,
        .logo-link::after,
        .logo-link:hover::before,
        .logo-link:hover::after {
            display:none!important;
            content:none!important;
            background:none!important;
        }
       
        @keyframes spin {
            from{transform:rotate(0deg);}
            to{transform:rotate(360deg);}
        }
        .logo-icon {
            animation: spin 10s linear infinite !important;
        }
   .menu-float-button {
            position: fixed;
            top: 20px;
            left: 20px;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #0d6efd, #0dcaf0);
            border: none;
            border-radius: 50%;
            color: white;
            font-size: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 1100;
            box-shadow: 0 4px 15px rgba(0,0,0,0.3), 0 0 0 2px rgba(59,130,246,0.3);
            transition: all 0.3s ease;
            animation: menuButtonPulse 2s infinite;
        }
        .menu-float-button:hover {
            transform: scale(1.1) rotate(90deg);
            background: linear-gradient(135deg, #0d6efd, #0dcaf0);
            box-shadow: 0 6px 20px rgba(0,0,0,0.4), 0 0 0 4px rgba(59,130,246,0.5);
        }
        @keyframes menuButtonPulse {
            0% { box-shadow: 0 4px 15px rgba(0,0,0,0.3), 0 0 0 2px rgba(59,130,246,0.3); }
            50% { box-shadow: 0 4px 20px rgba(59,130,246,0.6), 0 0 0 6px rgba(59,130,246,0.2); }
            100% { box-shadow: 0 4px 15px rgba(0,0,0,0.3), 0 0 0 2px rgba(59,130,246,0.3); }
        }

        /* ====== ВЫЕЗЖАЮЩЕЕ МЕНЮ ====== */
        .sidebar {
            position: fixed;
            top: 0;
            left: -300px;
            width: 280px;
            height: 100vh;
            background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
            backdrop-filter: blur(10px);
            border-right: 1px solid rgba(255,255,255,0.05);
            box-shadow: 4px 0 15px rgba(0,0,0,0.5);
            z-index: 1200;
            display: flex;
            flex-direction: column;
            transition: left 0.3s ease;
            overflow-y: auto;
        }
        .sidebar.active {
            left: 0;
        }

        /* ====== ЛОГОТИП В МЕНЮ (как в шапке) ====== */
        .sidebar-header {
            padding: 20px 20px 10px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .sidebar-logo {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .sidebar-logo-icon {
            font-size: 2rem;
            background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            filter: drop-shadow(0 3px 6px rgba(30,58,138,0.4));
            animation: spin 10s linear infinite !important;
        }
        .sidebar-logo-letters {
            display: flex;
            gap: 2px;
            font-family: 'Poppins', sans-serif;
            font-size: 1.5rem;
            font-weight: 800;
            background: linear-gradient(135deg, #0d6efd 0%, #0dcaf0 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }
        .sidebar-logo-letters span {
            display: inline-block;
        }
        
        .sidebar-close {
            background: transparent;
            border: none;
            color: #94a3b8;
            font-size: 28px;
            line-height: 1;
            cursor: pointer;
            transition: color 0.3s, transform 0.3s;
            padding: 0 5px;
        }
        .sidebar-close:hover {
            color: #ef4444;
            transform: rotate(90deg);
        }
        .sidebar-nav {
            flex: 1;
            padding: 15px;
        }
        .sidebar-link {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 15px;
            margin: 5px 0;
            color: #94a3b8;
            text-decoration: none;
            border-radius: 12px;
            transition: all 0.3s ease;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
        }
        .sidebar-link i {
            font-size: 1.3rem;
            width: 24px;
            text-align: center;
            transition: all 0.3s ease;
        }
        .sidebar-link:hover {
            background: rgba(59,130,246,0.15);
            color: #ffffff;
            transform: translateX(5px);
        }
        .sidebar-link:hover i {
            color: #3b82f6;
            transform: scale(1.1);
        }
        .sidebar-footer {
            padding: 15px;
            border-top: 1px solid rgba(255,255,255,0.1);
        }
        .sidebar-link.active {
            background: linear-gradient(90deg,#3b82f6 0%,#2563eb 100%);
            color: white;
            box-shadow: 0 5px 12px rgba(59,130,246,0.4);
        }
        .sidebar-link.active i {
            color: white;
        }

              .banner-brand {
    position: absolute;
    top: 3px;
    left: 5px;
    z-index: 15;
    background: rgba(10, 20, 40, 0.8);
    backdrop-filter: blur(2px);
    padding: 1px 4px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 8px #0dcaf0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.3px;
    background: linear-gradient(145deg, #0d6efd, #0d6efd);
    color: white;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s 
ease;
}
        .banner-brand:hover {
            transform:scale(1.02);
            box-shadow:0 0 12px rgba(59,130,246,0.8);
        }

        /* ====== ЗАГЛУШКА ДЛЯ БАННЕРА 468×60 ====== */
        .banner-placeholder {
            background: linear-gradient(145deg, #1e1e3f, #15152b);
            border: 2px solid rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            transition: all 0.3s ease;
        }
        .banner-placeholder:hover {
            border-color: #555;
            transform: scale(1.02);
        }
        .placeholder-content {
            display: flex;
            align-items: center;
            gap: 10px;
            background: rgba(0, 0, 0, 0.4);
            padding: 5px 15px;
            border-radius: 40px;
            backdrop-filter: blur(2px);
            border: 1px solid rgba(255,255,255,0.1);
        }
        .placeholder-icon {
            font-size: 24px;
            color: #60a5fa;
            filter: drop-shadow(0 0 8px #3b82f6);
        }
        .placeholder-text {
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            font-size: 18px;
            background: linear-gradient(135deg, #fff, #a5b4fc);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 0 10px rgba(59,130,246,0.5);
            white-space: nowrap;
        }
        .placeholder-price {
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 20px;
            color: #fbbf24;
            text-shadow: 0 0 10px #f59e0b;
            margin-left: 5px;
        }
          /* Скрываем меню на мобильных */
        @media (max-width: 768px) {
            .menu-float-button,
            .sidebar {
                display: none !important;
            }
        }

        body {
            padding-left: 0 !important;
        }
        
        
        
        
        
        
        
        
          /* Анимация для кнопок */
        .icon-buttons .btn {
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .icon-buttons .btn i {
            transition: all 0.3s ease;
        }
        
        .icon-buttons .btn:hover i {
            animation: iconShake 0.5s ease;
            color: #84c8ff;
        }
        
        @keyframes iconShake {
            0%, 100% { transform: rotate(0deg); }
            25% { transform: rotate(-10deg); }
            75% { transform: rotate(10deg); }
        }
        
        /* Анимация баннера */
        .advert-banner {
            position: relative;
            transition: all 0.3s ease;
            width: 468px;
           overflow: hidden;
            border-radius: 8px;
        }
        
        .advert-banner:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
        }
        
        .advert-banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            transition: left 0.7s;
        }
        
        .advert-banner:hover::before {
            left: 100%;
        }
        
        .banner-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: opacity 0.5s ease-in-out;
        }
        
        /* Анимация кнопки + */
        .plus-button {
            animation: pulse 2s infinite;
            position: absolute;
            top: 0px;
            right: 0px;
           background: linear-gradient(135deg, #2196F3 0%, #0f71bf 100%);
            color: white;
            font-size: 12px;
            border: none;
            border-radius: 0 0 0 8px;
            width: 24px;
            height: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            z-index: 10;
            text-decoration: none;
        }
        
        @keyframes pulse {
            0% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
            }
            70% {
                transform: scale(1.05);
                box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);
            }
            100% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
            }
        }
         /* Шапка с анимацией */
        .header {
            background: linear-gradient(135deg, 
                rgba(26, 26, 46, 0.95) 0%, 
                rgba(22, 33, 62, 0.95) 50%, 
                rgba(26, 26, 46, 0.95) 100%);
            background-size: 200% 200%;
            animation: gradientBG 10s ease infinite;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 20px;
            border-bottom: 1px solid #334155;
        }
        
        @keyframes gradientBG {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        
       /* КРУТОЙ ЛОГОТИП ADSBOX С ТЕМНО-СИНИМ ЦВЕТОМ */
    .logo-container {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5px 0;
    }
    .logo-main {
        font-family: 'Poppins', sans-serif;
        font-size: 2.0rem; /* Увеличен размер */
        font-weight: 800; /* Более жирный */
        color: #0d6efd; /* Темно-синий цвет */
        letter-spacing: 2px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        background: linear-gradient(135deg, #2196F3 0%, #0f71bf 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        transition: transform 0.3s ease-in-out; /* Добавляем плавность для нового эффекта */
    }
    .logo-icon {
        font-size: 3rem;
        background: linear-gradient(135deg, #2196F3 0%, #0f71bf 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        filter: drop-shadow(0 3px 6px rgba(30, 58, 138, 0.4));
        transition: transform 0.3s ease-in-out; /* Добавляем плавность для нового эффекта */
    }
    .logo-letters {
        display: flex;
        gap: 3px;
    }
    .logo-main span {
        display: inline-block;
        transition: transform 0.3s ease-in-out; /* Плавность для букв */
    }
    .logo-subtitle {
        font-family: 'Montserrat', sans-serif;
        font-size: 0.9rem;
        color: #64748b; /* Серо-синий */
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-top: 8px;
        font-weight: 600;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease-in-out; /* Плавность для подзаголовка */
    }

    /* --- НОВЫЙ ЭФФЕКТ ПРИ НАВЕДЕНИИ --- */
    /* Меняем градиент при наведении на более яркий */
    .logo-link:hover .logo-icon,
    .logo-link:hover .logo-main {
        background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%); /* Яркий синий градиент */
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    /* Эффект пульсации (Scale In Out) */
    .logo-link:hover .logo-main,
    .logo-link:hover .logo-icon {
        animation: pulse 1s infinite alternate; /* Применяем анимацию пульсации */
    }

    /* Анимация пульсации */
    @keyframes pulse {
        from {
            transform: scale(1); /* Нормальный размер */
        }
        to {
            transform: scale(1.05); /* Немного увеличиваем */
        }
    }

    /* Убираем фиолетовый квадрат при наведении - убираем outline, background и другие эффекты */
    .logo-link:focus,
    .logo-link:active,
    .logo-link:hover {
        outline: none !important;
        box-shadow: none !important;
        background-color: transparent !important;
        border: none !important;
        text-decoration: none !important;
        /* Важно: убираем transform, если он был задан иначе */
        transform: none; 
    }
    /* Убираем выделение при фокусе (для доступности оставляем, но без визуального эффекта) */
    .logo-link:focus-visible {
        outline: none !important;
    }
    /* Убираем любой фон при наведении */
    .logo-link::before,
    .logo-link::after,
    .logo-link:hover::before,
    .logo-link:hover::after {
        display: none !important;
        content: none !important;
        background: none !important;
    }
    /* Медиа-запрос для мобильных */
    @media (max-width: 768px) {
        .logo-main {
            font-size: 2.2rem;
            gap: 10px;
            letter-spacing: 1px;
        }
        .logo-icon {
            font-size: 2.4rem;
        }
        .logo-subtitle {
            font-size: 0.75rem;
            letter-spacing: 2px;
        }
        .advert-banner {
            width: 100%;
            max-width: 350px;
        }
        .header {
            flex-direction: column;
            padding: 15px;
        }
    }
    @media (max-width: 480px) {
        .logo-main {
            font-size: 1.8rem;
            gap: 8px;
            letter-spacing: 0.5px;
        }
        .logo-icon {
            font-size: 2rem;
        }
        .logo-subtitle {
            font-size: 0.65rem;
            letter-spacing: 1.5px;
        }
    }
      /* По умолчанию скрываем блок на всех устройствах */
.logo-subtitle {
  display: none;
}

/* Показываем блок на устройствах с шириной экрана до 768px (это типовой размер для мобильных устройств, но вы можете его изменить) */
@media (max-width: 768px) {
  .logo-subtitle {
    display: block; /* или display: inline-block; в зависимости от того, как вы хотите, чтобы элемент себя вел */
  }
}

:root {
            --bg-dark: #0b0f17; --bg-card: #1a1f2c; --gray-800: #1e2433; --gray-700: #2a3142;
            --gray-600: #3a4255; --gray-500: #5b647b; --gray-400: #7e879c; --gray-900: #ffeb3b; --gray-300: #b0b8cc;
            --text-primary: #f0f4ff; --text-secondary: #b0b8cc; --border-color: #2a3142;
            --success: #03a9f4; --success-light: #03a9f4; --warning: #ffb300; --danger: #d32f2f;
        }
        
        
   @media (max-width: 768px) { .favicon-container { display: none; } }

        /* VIP-элементы */
        .vip-circle-badge { 
            position: absolute; 
            left: -10px; 
            top: -10px; 
            width: 32px; 
            height: 32px; 
            z-index: 100; 
            cursor: pointer; 
            filter: drop-shadow(0 0 3px rgba(0, 123, 255, 0.3)); /* Изменен цвет тени */
        }
        .circle-badge-inner { 
            position: relative; 
            width: 100%; 
            height: 100%; 
            background: linear-gradient(135deg, #007bff, #0056b3); /* Изменен градиент на синие оттенки */
            border-radius: 50%; 
            display: flex; 
            flex-direction: column; 
            align-items: center; 
            justify-content: center; 
            border: 2px solid white; 
            box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.3), 0 2px 5px rgba(0, 0, 0, 0.3); 
            overflow: hidden; 
            transition: all 0.3s ease; 
        }
        .vip-circle-badge:hover .circle-badge-inner { 
            transform: scale(1.1); 
            box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.5), 0 3px 8px rgba(0, 0, 0, 0.4); 
        }
        .circle-star { 
            font-size: 12px; 
            color: #000; 
            animation: circleStarSpin 3s infinite linear; 
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); 
            margin-bottom: -2px; 
        }
        .circle-vip-text { 
            font-size: 7px; 
            font-weight: 900; 
            color: #000; 
            letter-spacing: 0.5px; 
            text-transform: uppercase; 
            text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); 
             
            margin-top: -2px; 
        }
        @keyframes circleStarSpin { 
            0% { transform: rotate(0deg); } 
            100% { transform: rotate(360deg); } 
        }
        .circle-badge-glow { 
            position: absolute; 
            top: -4px; 
            left: -4px; 
            width: 40px; 
            height: 40px; 
            border-radius: 50%; 
            background: radial-gradient(circle, rgba(0, 123, 255, 0.2) 0%, rgba(0, 86, 179, 0.1) 40%, transparent 70%); /* Изменен градиент свечения */
            animation: circleGlowPulse 2s infinite ease-in-out; 
            z-index: -1; 
        }
        @keyframes circleGlowPulse { 
            0%,100% { opacity: 0.3; transform: scale(0.9); } 
            50% { opacity: 0.5; transform: scale(1); } 
        }

        /* Основные элементы */
        .item { 
            position: relative; 
            
        }
        .item .item-header { 
            padding-left: 0; 
            padding-top: 0; 
        }
        .item:has(.vip-circle-badge) { 
            border-left: none; 
            background: none; 
        }
        .blink-title .item-title-text { 
            animation: smooth-blink 3s infinite ease-in-out; 
            position: relative; 
            display: inline-block; 
        }
        @keyframes smooth-blink { 
            0%,100% { opacity: 1; text-shadow: 0 0 3px currentColor; transform: scale(1); } 
            10%,30% { opacity: 0.98; text-shadow: 0 0 4px currentColor; transform: scale(1.001); } 
            20%,40% { opacity: 0.96; text-shadow: 0 0 6px currentColor; transform: scale(1.002); } 
            30%,50% { opacity: 0.94; text-shadow: 0 0 8px currentColor; transform: scale(1.003); } 
            40%,60% { opacity: 0.92; text-shadow: 0 0 10px currentColor; transform: scale(1.004); } 
            50% { opacity: 0.9; text-shadow: 0 0 12px currentColor; transform: scale(1.005); } 
        }
        .hover-button { 
            position: relative; 
            transition: all 0.3s ease; 
            border: none; 
            outline: none; 
        }
        .hover-button:hover { 
            transform: translateY(-2px); 
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); 
        }

        /* Стили для карточки бесплатного размещения (измененные) */
        .free-promo-item {
            background: linear-gradient(145deg, rgba(0, 123, 255, 0.08), rgba(0, 86, 179, 0.05)); /* Изменен фон на синий градиент */
            border-radius: 24px;
            padding: 24px;
            margin-bottom: 30px;
            border: 1px solid rgba(0, 123, 255, 0.25); /* Изменен цвет границы */
            box-shadow: 0 10px 30px -10px rgba(0, 123, 255, 0.2); /* Изменен цвет тени */
            backdrop-filter: blur(5px);
            transition: all 0.3s ease;
        }
        .free-promo-item:hover {
            border-color: rgba(0, 123, 255, 0.5); /* Изменен цвет границы при наведении */
            box-shadow: 0 15px 40px -10px rgba(0, 123, 255, 0.3); /* Изменен цвет тени при наведении */
        }

        .free-circle-badge {
            position: absolute;
            left: -10px;
            top: -10px;
            width: 32px;
            height: 32px;
            z-index: 100;
            cursor: pointer;
            filter: drop-shadow(0 0 3px rgba(0, 123, 255, 0.3)); /* Изменен цвет тени */
        }
        .free-circle-inner {
            background: linear-gradient(135deg, #007bff, #0056b3) !important; /* Изменен градиент на синие оттенки */
            border: 2px solid white;
            box-shadow: inset 0 0 5px rgba(255,255,255,0.5), 0 2px 5px rgba(0,0,0,0.2);
        }
        .free-star { 
            color: white !important; 
            animation: circleStarSpin 3s infinite linear; 
            text-shadow: 0 1px 2px rgba(0,0,0,0.2); 
        }
        .free-text { 
            color: white !important; 
            font-size: 7px; 
            font-weight: 900; 
            letter-spacing: 0.5px; 
            text-transform: uppercase; 
            text-shadow: 0 1px 1px rgba(0,0,0,0.2); 
        }
        .free-glow {
            background: radial-gradient(circle, rgba(0, 123, 255, 0.3) 0%, rgba(0, 86, 179, 0.2) 40%, transparent 70%); /* Изменен градиент свечения */
            animation: circleGlowPulse 2s infinite ease-in-out;
        }

              
        