

/* Start:/services/st.css?178695954312646*/
        :root {
            --brand-dark: #0A2540;
            --brand-blue: #0052D4;
            --brand-light-blue: #EBF3FF;
            --brand-accent-blue: #0284C7;
            --brand-slate-blue: #475569;
            --text-main: #1E293B;
            --text-muted: #64748B;
            --bg-light: #F8FAFC;
            --border-color: #E2E8F0;
            --container-width: 1200px;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {

        }

        /* Контейнер */
        .container {
            max-width: var(--container-width);
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Заголовки секций */
        .section-header {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 40px auto;
        }

        .section-header h2 {
            font-size: 2.2rem;
            color: var(--brand-dark);
            margin-bottom: 12px;
            font-weight: 800;
        }

        .section-header p {
            color: var(--text-muted);
            font-size: 1.1rem;
        }

        .title-accent {
            border-left: 5px solid var(--brand-blue);
            padding-left: 15px;
            text-align: left;
            margin-bottom: 25px;
        }

        .title-accent h3 {
            font-size: 1.6rem;
            color: var(--brand-dark);
        }

        /* Бейджи */
        .badge {
            display: inline-block;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 700;
            color: white;
            margin-right: 6px;
            margin-bottom: 8px;
        }

        .badge-blue { background-color: var(--brand-blue); }
        .badge-dark { background-color: #1E293B; }
        .badge-cyan { background-color: var(--brand-accent-blue); }
        .badge-slate { background-color: var(--brand-slate-blue); }

        /* --- ОБЩИЕ ЭФФЕКТЫ УВЕЛИЧЕНИЯ И НАВЕДЕНИЯ --- */
        .stat-card,
        .tour-card,
        .line-card,
        .img-placeholder,
        .full-cycle-box,
        .highlight-box,
        .tour-events {
            transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
            will-change: transform, box-shadow;
        }

        .stat-card:hover,
        .tour-card:hover,
        .line-card:hover,
        .img-placeholder:hover,
        .full-cycle-box:hover,
        .highlight-box:hover,
        .tour-events:hover {
            transform: translateY(-6px) scale(1.025);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
            cursor: pointer;
        }

        /* --- HERO СЕКЦИЯ --- */
        .hero {
            background: linear-gradient(135deg, var(--brand-dark) 0%, #003366 100%);
            color: white;
            padding: 80px 0 60px 0;
            position: relative;
        }

        .hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }

        .hero-text h1 {
            font-size: 2.8rem;
            line-height: 1.2;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .hero-text h2 {
            font-size: 1.3rem;
            font-weight: 400;
            color: #93C5FD;
            margin-bottom: 25px;
        }

        .hero-cta {
            display: inline-block;
            background-color: var(--brand-blue);
            color: white;
            padding: 14px 28px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: bold;
            transition: background 0.3s, transform 0.2s;
        }

        .hero-cta:hover {
            background-color: #003FB3;
            transform: scale(1.05);
        }

        /* --- СТАТИСТИКА --- */
        .stats-section {
            background-color: var(--brand-light-blue);
            padding: 40px 0;
            border-bottom: 1px solid #DBEAFE;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            text-align: center;
        }

        .stat-card {
            background: white;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.04);
            border-top: 4px solid var(--brand-blue);
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--brand-blue);
            margin-bottom: 5px;
        }

        .stat-label {
            color: var(--text-main);
            font-weight: 600;
        }

        /* --- О КОМПАНИИ И ПАРТНЕРСТВАХ --- */
        .about-section {
            padding: 80px 0;
        }

        .about-grid {
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            gap: 40px;
            align-items: center;
        }

        .partner-list {
            list-style: none;
            margin: 20px 0;
        }

        .partner-list li {
            position: relative;
            padding-left: 28px;
            margin-bottom: 12px;
            font-size: 1.05rem;
        }

        .partner-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--brand-blue);
            font-weight: bold;
            font-size: 1.2rem;
        }

        .full-cycle-box {
            background: linear-gradient(135deg, #E0F2FE, #EBF3FF);
            border-left: 5px solid var(--brand-blue);
            padding: 18px 20px;
            border-radius: 6px;
            font-weight: bold;
            color: var(--brand-dark);
            margin-top: 25px;
        }

        /* --- СТРУКТУРА ТУРНИРОВ (СИНЯЯ ПАЛИТРА) --- */
        .tournaments-section {
            background-color: var(--bg-light);
            padding: 80px 0;
        }

        .tournaments-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            margin-bottom: 40px;
        }

        .tour-card {
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 6px 20px rgba(0,0,0,0.05);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        /* Major Card (Глубокий синий тёмный) */
        .tour-card.major {
            background: linear-gradient(180deg, #0A2540 0%, #1E3A8A 100%);
            border: 2px solid #3B82F6;
            color: white;
        }
        .tour-card.major h4 { color: #93C5FD; font-size: 1.5rem; margin-bottom: 12px; }

        /* P1 Card (Яркий океанический голубой) */
        .tour-card.p1 {
            background: linear-gradient(180deg, #F0F7FF 0%, #E0F2FE 100%);
            border: 2px solid #7DD3FC;
        }
        .tour-card.p1 h4 { color: #0369A1; font-size: 1.5rem; margin-bottom: 12px; }

        /* P2 Card (Светлый серо-синий) */
        .tour-card.p2 {
            background: linear-gradient(180deg, #F8FAFC 0%, #E2E8F0 100%);
            border: 2px solid #CBD5E1;
        }
        .tour-card.p2 h4 { color: #334155; font-size: 1.5rem; margin-bottom: 12px; }

        .tour-events {
            background: white;
            border-radius: 10px;
            padding: 25px;
            border: 1px solid var(--border-color);
        }

        .tour-events ul {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
            list-style: none;
        }

        .tour-events li {
            padding-left: 20px;
            position: relative;
        }

        .tour-events li::before {
            content: "•";
            color: var(--brand-blue);
            font-size: 1.5rem;
            position: absolute;
            left: 0;
            top: -5px;
        }

        /* --- ТЕХНИЧЕСКИЕ ХАРАКТЕРИСТИКИ --- */
        .specs-section {
            padding: 80px 0;
        }

        .spec-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
            margin-bottom: 60px;
        }

        .spec-row.reverse {
            direction: rtl;
        }

        .spec-row.reverse .spec-content {
            direction: ltr;
        }

        .spec-content ul {
            padding-left: 20px;
            margin-top: 15px;
        }

        .spec-content li {
            margin-bottom: 10px;
        }

        .highlight-box {
            background-color: var(--brand-light-blue);
            border-left: 4px solid var(--brand-blue);
            padding: 12px 18px;
            border-radius: 0 6px 6px 0;
            margin: 15px 0;
            font-weight: 600;
            color: #1E40AF;
        }

        /* --- ДВЕ ЛИНЕЙКИ МЕТАЛЛОКОНСТРУКЦИЙ --- */
        .lines-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-top: 30px;
        }

        .line-card {
            background: var(--bg-light);
            border: 1px solid var(--border-color);
            border-radius: 10px;
            padding: 30px;
        }

        .line-card.special {
            background: #F0F9FF;
            border-color: #BAE6FD;
        }

        .line-card h3 {
            font-size: 1.4rem;
            margin-bottom: 15px;
            color: var(--brand-dark);
        }

        .line-card.special h3 {
            color: #0369A1;
        }

        /* --- ЗАГЛУШКИ ДЛЯ ИЗОБРАЖЕНИЙ --- */
        .img-placeholder {
            background: linear-gradient(135deg, #E2E8F0, #CBD5E1);
            border-radius: 10px;
            height: 280px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #475569;
            font-weight: bold;
            text-align: center;
            border: 2px dashed #94A3B8;
            padding: 20px;
        }

        /* --- ФУТЕР / КОНТАКТЫ --- */
        .footer {
            background-color: var(--brand-dark);
            color: white;
            padding: 60px 0 40px 0;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            gap: 40px;
        }

        .footer-info h2 {
            font-size: 2rem;
            color: white;
            margin-bottom: 10px;
        }

        .footer-info p {
            color: #94A3B8;
            margin-bottom: 20px;
        }

        .contact-details p {
            font-size: 1.1rem;
            margin-bottom: 10px;
            color: #E2E8F0;
        }

        .contact-details a {
            color: #60A5FA;
            text-decoration: none;
            font-weight: bold;
        }

        .contact-details a:hover {
            text-decoration: underline;
        }

        .footer-bottom {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 1px solid rgba(255,255,255,0.1);
            text-align: center;
            color: #64748B;
            font-size: 0.9rem;
        }

        /* ==========================================
           АДАПТИВНОСТЬ ПОД МОБИЛЬНЫЕ УСТРОЙСТВА
           ========================================== */
        @media (max-width: 992px) {
            .hero-grid,
            .about-grid,
            .spec-row,
            .lines-grid,
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .spec-row.reverse {
                direction: ltr;
            }

            .tournaments-grid {
                grid-template-columns: 1fr;
            }

            .tour-events ul {
                grid-template-columns: 1fr;
            }

            .hero-text h1 {
                font-size: 2.2rem;
            }
        }

        @media (max-width: 600px) {
            .stats-grid {
                grid-template-columns: 1fr;
            }

            .section-header h2 {
                font-size: 1.7rem;
            }

            .hero {
                padding: 50px 0 40px 0;
            }

            .hero-text h1 {
                font-size: 1.8rem;
            }
        }
/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news/services/style.min.css?174185990958*/
.drag_block.n_0.order .order-block.not{border-top-width:0}
/* End */
/* /services/st.css?178695954312646 */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news/services/style.min.css?174185990958 */
