    .menu {
        overflow:hidden;
    }

/*Элементы главного экрана*/    
    .menu, .btn, .text {
        position:fixed;
        z-index:0 !important;
    }
/*Смена цвета кругов*/    
    .md {
        mix-blend-mode:difference;
    }
    
    .t396__filter {
        z-index: 0;
    }
    
.links {
	display: inline-block;
	text-decoration: none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	color:#000;
	padding: 7px 13px;
	margin:5px;
	
}

.tags a {
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: #000;
    padding: 7px 13px;
    margin: 5px;
}

details {
            margin-bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            overflow: hidden;
        }
        summary {
            background-color: #f2f2f2;
            padding: 10px;
            cursor: pointer;
            font-weight: bold;
            color: #333;
        }
        details[open] summary {
            background-color: #e3f2fd; /* Светло-синий для бренда Probilim */
        }
        .faq-content {
            padding: 10px;
            background-color: #fff;
        }
        .cta {
            color: #007bff; /* Синий CTA */
            font-weight: bold;
        }
        @media (max-width: 600px) {
            summary {
                font-size: 14px;
            }
        }
        

        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            font-family: Arial, sans-serif;
            font-size: 14px;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }
        th {
            background-color: #f2f2f2;
            font-weight: bold;
        }
        caption {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        @media (max-width: 600px) {
            table, thead, tbody, th, td, tr {
                display: block;
            }
            thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }
            tr { border: 1px solid #ccc; margin-bottom: 10px; }
            td {
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                padding-left: 50%;
            }
            td:before {
                position: absolute;
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                font-weight: bold;
            }
            td:nth-of-type(1):before { content: "№"; }
            td:nth-of-type(2):before { content: "Критерий"; }
            td:nth-of-type(3):before { content: "Почему важен"; }
            td:nth-of-type(4):before { content: "Пример в Казахстане"; }
        }
