.c-filters__clear-btn {
    display: none;
}

.c-filters__clear-btn:not([style*="display: none"]) {
    display: inline-block !important;
}

/* Таблицы в контенте (страница policy и др.) */
.section .container table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

.section .container th,
.section .container td {
    border: 1px solid #ddd;
    padding: 0.5em 0.75em;
    text-align: left;
}

.section .container th {
    background: #f5f5f5;
}