/* Верхний виджет */
.ct-header-text[data-id="text"] .header-language-panel {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    white-space: nowrap !important;
}

.ct-header-text[data-id="text"] .header-language-switcher,
.ct-header-text[data-id="text"] .gtranslate_wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

html body .ct-header-text[data-id="text"] .gtranslate_wrapper > a.glink[data-gt-lang] {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #000000 !important;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

html body .ct-header-text[data-id="text"] .gtranslate_wrapper > a.glink[data-gt-lang].gt-current-lang {
    color: #224096 !important;
    font-weight: 700 !important;
}

html body .ct-header-text[data-id="text"] .gtranslate_wrapper > a.glink[data-gt-lang]:hover {
    color: #224096 !important;
}

.ct-header-text[data-id="text"] .header-language-panel .hdr-bvi {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.ct-header-text[data-id="text"] .header-language-panel .hdr-bvi img {
    display: block !important;
    width: 32px !important;
    height: auto !important;
    margin: 0 !important;
}

html body .header-menu-1 .ct-menu-link,
html body .header-menu-2 .ct-menu-link {
    font-weight: 400 !important;
}

/* Жирное меню */
html body .header-menu-1 .current-menu-item > .ct-menu-link,
html body .header-menu-1 .current_page_item > .ct-menu-link,
html body .header-menu-1 .current-menu-ancestor > .ct-menu-link,
html body .header-menu-2 .current-menu-item > .ct-menu-link,
html body .header-menu-2 .current_page_item > .ct-menu-link,
html body .header-menu-2 .current-menu-ancestor > .ct-menu-link,
html body .header-menu-1 .ct-menu-link[aria-current="page"],
html body .header-menu-2 .ct-menu-link[aria-current="page"] {
    font-weight: 700 !important;
}

/* Таблицы */
.custom-table-wrapper {
    overflow-x: auto;
    border: 1px solid #dbe7dd;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}
.custom-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    background: #fff;
}
.custom-table thead {
    background: #224096;
    color: #fff;
}
.custom-table th,
.custom-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #e7efe8;
}
.custom-table th {
    text-align: center;
    white-space: normal;
}
.custom-table tbody tr {
    transition: background-color 0.2s ease;
}
.custom-table tbody tr:hover {
    background-color: #F1F6FE;
}
.custom-table tbody tr:last-child td {
    border-bottom: none;
}
@media (max-width: 768px) {
    .custom-table {
        font-size: 14px;
        min-width: 600px;
    }
    .custom-table th,
    .custom-table td {
        padding: 10px 12px;
    }
}

/* Точки */
.owl-dots .owl-dot.active span{
  background: #224096 !important;
}