        /* Интеграция ваших стилей */

        .color-test-pr{
            color:#0A5C6B;
            
        }
        .page-header {
            padding: 60px 0;
            background: white;
            border-bottom: 1px solid #eee;
            margin-bottom: 40px;
        }

        .info-card {
            background: white;
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.05);
            height: 100%;
        }

        .section-label {
            color: var(--primary-color);
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 1rem;
            display: block;
        }

        .table-custom th {
            color: var(--text-light);
            font-weight: 500;
            width: 40%;
            border-bottom: 1px solid #f1f1f1;
            padding: 15px 0;
        }

        .table-custom td {
            font-weight: 600;
            color: var(--text-dark);
            border-bottom: 1px solid #f1f1f1;
            padding: 15px 0;
        }

        .activity-badge {
            display: inline-block;
            padding: 8px 16px;
            background: var(--secondary-color);
            color: var(--primary-color);
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .contact-icon {
            width: 45px;
            height: 45px;
            background: var(--primary-color);
            color: white;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
        }