@charset "UTF-8";
ol,
ul {
    box-sizing: border-box;
}
:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
}
:root {
    --theme-rounded: 15px;
    --theme-rounded-button: 50px;
    --theme-rounded-images: 12px;
    --primary_color_button_1: #2f9df2;
    --primary_color_button_2: #1079d7;
    --primary_text_color_button: #fff;
    --primary_outline_text_color_button: #fff;
    --success_color_button_1: #2db866;
    --success_color_button_2: #099e4f;
    --success_text_color_button: #fff;
    --success_outline_text_color_button: #fff;
    --mobile_menu_bg: #1c263d;
    --header_bg_color: var(--bs-body-bg);
    --footer_bg_color: transparent;
    --header_secondary_menu_bg_color: transparent;
    --header_footer_text_color: #fff;
    --header_footer_link_color: #fff;
    --header_table_background: 0 0;
}
:root {
    --bs-primary: #1079d7;
    --bs-secondary: #090f1e;
    --bs-success: #2db866;
    --bs-info: #0dcaf0;
    --bs-warning: #fae52b;
    --bs-danger: #d32222;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 16, 121, 215;
    --bs-secondary-rgb: 9, 15, 30;
    --bs-success-rgb: 45, 184, 102;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 250, 229, 43;
    --bs-danger-rgb: 211, 34, 34;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 255, 255, 255;
    --bs-body-bg-rgb: 9, 15, 30;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #fff;
    --bs-body-bg: #090f1e;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference){
:root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px){
h1,
    .h1 {
        font-size: 2.8rem;
    }
}
h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px){
h2,
    .h2 {
        font-size: 2.2rem;
    }
}
h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px){
h3,
    .h3 {
        font-size: 1.75rem;
    }
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol,
ul {
    padding-left: 2rem;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
b,
strong {
    font-weight: bolder;
}
a {
    color: #1079d7;
    text-decoration: underline;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
button {
    border-radius: 0;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
::file-selector-button {
    font: inherit;
}

strong {
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
    font-weight: 700;
    color: white !important;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){
.container-sm,
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px){
.container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px){
.container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
.container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px){
.container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}
.btn,
.wp-block-buttons .wp-block-button.is-style-bootstrap-primary-outline .wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-bootstrap-primary .wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-bootstrap-success-outline .wp-block-button__link,
.wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-button__link {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 8px;
    transition:
            color 0.15s ease-in-out,
            background-color 0.15s ease-in-out,
            border-color 0.15s ease-in-out,
            box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce){
.btn,
    .wp-block-buttons .wp-block-button.is-style-bootstrap-primary-outline .wp-block-button__link,
    .wp-block-buttons .wp-block-button.is-style-bootstrap-primary .wp-block-button__link,
    .wp-block-buttons .wp-block-button.is-style-bootstrap-success-outline .wp-block-button__link,
    .wp-block-buttons .wp-block-button .wp-block-button__link,
    .wp-block-button__link {
        transition: none;
    }
}
.btn-success,
.wp-block-buttons .wp-block-button .wp-block-button__link {
    color: #000;
    background-color: #2db866;
    border-color: #2db866;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2)
    format("woff2");
    unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2)
    format("woff2");
    unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2)
    format("woff2");
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2)
    format("woff2");
    unicode-range: U+370-3FF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2)
    format("woff2");
    unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301,
    U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2)
    format("woff2");
    unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2)
    format("woff2");
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2)
    format("woff2");
    unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2)
    format("woff2");
    unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2)
    format("woff2");
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2)
    format("woff2");
    unicode-range: U+370-3FF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2)
    format("woff2");
    unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301,
    U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2)
    format("woff2");
    unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2)
    format("woff2");
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2)
    format("woff2");
    unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2)
    format("woff2");
    unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2)
    format("woff2");
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2)
    format("woff2");
    unicode-range: U+370-3FF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2)
    format("woff2");
    unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301,
    U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2)
    format("woff2");
    unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2)
    format("woff2");
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2)
    format("woff2");
    unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2)
    format("woff2");
    unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2)
    format("woff2");
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2)
    format("woff2");
    unicode-range: U+370-3FF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2)
    format("woff2");
    unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301,
    U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2)
    format("woff2");
    unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2)
    format("woff2");
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2)
    format("woff2");
    unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2)
    format("woff2");
    unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2)
    format("woff2");
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2)
    format("woff2");
    unicode-range: U+370-3FF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2)
    format("woff2");
    unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301,
    U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2)
    format("woff2");
    unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2)
    format("woff2");
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2)
    format("woff2");
    unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2)
    format("woff2");
    unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2)
    format("woff2");
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2)
    format("woff2");
    unicode-range: U+370-3FF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2)
    format("woff2");
    unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301,
    U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2)
    format("woff2");
    unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2)
    format("woff2");
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2)
    format("woff2");
    unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2)
    format("woff2");
    unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2)
    format("woff2");
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2)
    format("woff2");
    unicode-range: U+370-3FF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2)
    format("woff2");
    unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301,
    U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2)
    format("woff2");
    unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    src: url(/wp-content/themes/hc_satellite/assets/fonts/inter/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2)
    format("woff2");
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
    --bs-body-bg: #003266;
    --bs-body-color: #fff;
    --mobile_menu_bg: #003266;
    --header_bg_color: #003266;
    --header_secondary_menu_bg_color: #003266;
    --footer_bg_color: #003266;
    --header_footer_text_color: #fff;
    --header_footer_link_color: #fff;
    --bs-primary: #4a94e4;
    --primary_color_button_1: #4a94e4;
    --primary_color_button_2: #4a94e4;
    --bs-secondary: #0059c6;
    --bs-success: #fa5300;
    --success_color_button_1: #fa5300;
    --success_color_button_2: #fa5300;
    --primary_text_color_button: #fff;
    --header_table_background: #003266;
    --theme-rounded: 20px;
    --theme-rounded-button: 20px;
    --theme-rounded-images: 20px;
}
:root {
    --theme-block-margin-bottom: 32px;
    --theme-block-margin-bottom-mob: 24px;
    --theme-block-p-bottom: 1rem;
    --theme-block-p-bottom-mob: 1rem;
}
body {
    font-family: "Inter", sans-serif;
    background-color: var(--bs-body-bg);
}
.wrap {
    padding-top: 94px;
}
.container {
    max-width: 1200px;
}
h1,
h2,
h3 {
    font-weight: 600;
    margin-bottom: 20px;
}
img {
    max-width: 100%;
    height: auto;
}
@media (min-width: 992px){
.secondary-menu-init .wrap {
        padding-top: 134px;
    }
.toc-menu-init .wrap {
        padding-top: 142px;
    }
.secondary-menu-init.toc-menu-init .wrap {
        padding-top: 182px;
    }
}
a,
a:hover {
    color: var(--bs-primary);
}
header.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: var(--header_bg_color);
    border-bottom: 1px solid var(--bs-secondary);
    z-index: 20;
}
header.header .header__container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    transition: 0.5s;
}
header.header .logo {
    max-width: 175px;
}
header.header .logo img {
    max-height: 50px;
}
header.header .primary_menu_desktop_ver {
    max-width: 50%;
    display: flex;
    gap: 20px;
    width: -webkit-fill-available;
}
header.header .buttons_container {
    display: flex;
    align-items: center;
}
header.header .buttons {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 8px;
}
header.header .mobile-menu-button {
    display: none;
    position: absolute;
    top: 24px;
    right: 0;
    width: 26px;
    height: 24px;
    cursor: pointer;
}
header.header .mobile-menu-button span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
}
header.header .mobile-menu-button span:nth-child(1) {
    top: 2px;
}
header.header .mobile-menu-button span:nth-child(2) {
    top: 10px;
}
header.header .mobile-menu-button span:nth-child(3) {
    top: 18px;
}
body.header_no_bottom_line header.header {
    border-bottom: none;
}
@media (max-width: 991px){
header.header .primary_menu_desktop_ver,
    header.header .header__container .buttons,
    header.header .secondary_menu_desktop_ver {
        display: none;
    }
header.header .mobile-menu-button {
        display: block;
    }
}
footer.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    color: var(--header_footer_text_color);
    background-color: var(--footer_bg_color);
}
footer.footer .logo_row {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    grid-gap: 24px;
    margin-bottom: 24px;
}
footer.footer .logo_row:after {
    content: "";
    display: block;
    height: 1px;
    background-color: var(--bs-secondary);
}
footer.footer .logo_row .custom-logo-link {
    max-width: 100px;
}
footer.footer .logo_row .custom-logo-link .custom-logo {
    max-height: 50px;
}
footer.footer .footer__container{
    display: grid;
    grid-template-columns: 1.3fr repeat(3, 1fr);
    align-items: start;
    margin-bottom: 24px;
}

footer.footer .footer_description{
    grid-column: 1;
}

footer.footer .footer_links{
    grid-column: 4;        /* в последнюю колонку */
    justify-self: end;     /* прижать к правому краю */
    text-align: right;
}

footer.footer .footer_links .menu{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    justify-content: flex-end;  /* пункты меню вправо */
    margin: 0;
    padding: 0;
    list-style: none;
}
footer.footer .footer__container .heading {
    margin-bottom: 16px;
    font-size: 20px;
}
footer.footer .footer__container .footer_description .description {
    font-size: 0.7rem;
}
footer.footer .footer_logos_police {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    border-top: 1px solid var(--bs-secondary);
    border-bottom: 1px solid var(--bs-secondary);
    padding: 24px 0;
    margin-bottom: 24px;
}
footer.footer .footer_logos_police .item {
    max-width: 75px;
}
footer.footer .footer_logos_police img {
    width: auto;
    height: 30px;
}
footer.footer .footer_text2 {
    font-size: 0.9rem;
    text-align: center;
    color: var(--header_footer_link_color);
    margin-bottom: 14px;
}
footer.footer .footer_text3 {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 5px;
}
footer.footer .copyright {
    font-size: 0.8rem;
    text-align: center;
}
@media (max-width: 991px){
footer.footer {
        text-align: center;
    }
footer.footer.panel_mode {
        padding-bottom: 84px;
    }
footer.footer .footer__container {
        grid-template-columns: none;
        grid-gap: 24px;
    }
footer.footer .footer_logos_police {
        gap: 12px;
    }
footer.footer .footer_logos_police .item {
        max-width: 42px;
    }
}
.btn,
.wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: inherit !important;
    font-weight: 600 !important;
    padding: 0.6rem 1.3rem !important;
    box-shadow: none !important;
    border-radius: var(--theme-rounded-button) !important;
    white-space: nowrap;
}
.btn-normal,
.wp-block-buttons .wp-block-button.is-style-bootstrap-normal .wp-block-button__link {
    border-color: var(--bs-secondary);
    color: var(--header_footer_text_color);
}
.btn-success,
.wp-block-buttons .wp-block-button .wp-block-button__link {
    color: var(--success_text_color_button) !important;
    background: linear-gradient(90deg, var(--success_color_button_1) 0%, var(--success_color_button_2) 100%);
    border-color: transparent !important;
}
.wp-block-hc-container {
    max-width: 1200px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.wp-block-hc-alternate-group-section {
    margin: 2rem 0;
}
.wp-block-hc-alternate-group-section h2,
.wp-block-hc-alternate-group-section h3 {
    position: relative;
    margin-bottom: 20px;
    margin-top: calc(var(--theme-block-margin-bottom) + 10px);
}
.bef_b {
    position: relative;
    margin-top: 10px;
}
.bef_b:before,
.wp-block-hc-alternate-group-section h2:before,
.wp-block-hc-alternate-group-section h3:before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    top: -1rem;
    left: 0;
    background-color: var(--bs-primary);
}
.wp-block-hc-alternate-group-section ul {
    list-style: none;
    padding: 0;
    margin-bottom: var(--theme-block-p-bottom);
}

.center {
    text-align: center;
    margin: 1em auto;
}
.wp-block-hc-alternate-group-section ol > li,
.wp-block-hc-alternate-group-section ul > li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
.wp-block-hc-alternate-group-section ul > li:last-child {
    margin-bottom: 0;
}
.wp-block-hc-alternate-group-section ul > li:before {
    content: "✓";
    font-family: inherit;
    position: absolute;
    left: 0;
    top: 2px;
    display: flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: normal;
    background: var(--bs-primary);
    border-radius: 50%;
}
@media (max-width: 991px){
.wp-block-hc-alternate-group-section {
        margin-bottom: var(--theme-block-margin-bottom-mob);
    }
}
@media (max-width: 767px){
.wp-block-hc-alternate-group-section {
        margin-bottom: 0;
    }
.wp-block-hc-alternate-group-section h2,
    .wp-block-hc-alternate-group-section h3 {
        margin-top: calc(var(--theme-block-margin-bottom-mob) + 10px);
    }
.wp-block-hc-alternate-group-section ul,
    .wp-block-hc-alternate-group-section ol {
        margin-bottom: var(--theme-block-p-bottom-mob);
    }
}
.home-page .welcome-section {
    position: relative;
    margin-bottom: var(--theme-block-margin-bottom);
}
.home-page .welcome-section .main_page_header_buttons {
    display: none;
    gap: 8px;
}
.home-page .welcome-section .welcome-section__container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
}
.home-page .welcome-section .welcome-section__container h1 {
    font-weight: 700;
    margin-bottom: 20px;
}
/*.home-page .welcome-section .banner {*/
.image {
     display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    padding:  1.4rem;
    text-align: right;
    line-height: normal;
    position: relative;
    color: #fff;
  /*  background: linear-gradient(270deg, transparent 0%, var(--bs-secondary) 100%);*/
    border-radius: var(--theme-rounded);
}

.image-block {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    padding:  1.4rem;
    text-align: right;
    line-height: normal;
    position: relative;
    color: #fff;
    background: linear-gradient(270deg, transparent 0%, var(--bs-secondary) 100%);
    border-radius: var(--theme-rounded);
}

.image .buttons {
    margin: 2rem auto;

}

.right.top .image  {
    margin-top: 3em;
}

.image img{
    border-radius: var(--theme-rounded);
}

.home-page .welcome-section .banner .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.home-page .welcome-section .banner .title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 14px;
    z-index: 1;
}
.home-page .welcome-section .banner .bonus {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 8px;
    color: var(--bs-success);
    z-index: 1;
}
.home-page .welcome-section .banner .comment {
    font-size: 12px;
    margin-bottom: 14px;
    z-index: 1;
}
.home-page .welcome-section .banner .btn {
    align-items: center;
    gap: 5px;
    padding: 0.6rem 3rem !important;
    z-index: 1;
    display: block;
    margin: 1em auto;
}
@media (max-width: 991px){
.home-page .welcome-section {
        margin-bottom: var(--theme-block-margin-bottom-mob);
    }
.home-page .welcome-section .main_page_header_buttons {
        display: flex;
        margin-bottom: var(--theme-block-margin-bottom-mob);
    }
.home-page .welcome-section .main_page_header_buttons .btn {
        flex-grow: 1;
    }
.home-page .welcome-section .welcome-section__container {
        grid-template-columns: none;
        grid-gap: 0;
    }
.home-page .welcome-section .banner {
        align-items: center;
        text-align: center;

    }
.home-page .welcome-section .banner .bg {
        background-position: center bottom;
    }
 .quick-links {display: none}


}
.bottom_panel {
    position: fixed;
    left: 12px;
    bottom: 12px;
    right: 12px;
    display: none;
    align-items: center;
    gap: 10px;
    height: 70px;
    padding: 0 12px;
    border: 1px solid var(--bottom_panel_border);
    background-color: var(--bottom_panel_bg);
    border-radius: var(--theme-rounded-images);
    z-index: 10;
    transition: 0.5s;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.bottom_panel.bonus .bonus {
    width: 50%;
    font-size: 14px;
    text-align: left;
    line-height: normal;
    color: var(--bs-body-color);
}
.bottom_panel.bonus .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    gap: 5px;
}
@media (max-width: 991px){
.bottom_panel {
        display: flex;
        transform: translateY(100px);
    }
}
.toc_navigation {
    display: flex;
    height: 48px;
    color: var(--header_footer_text_color);
    border-top: 1px solid var(--bs-secondary);
}
.toc_navigation .container {
    display: flex;
    align-items: center;
    position: relative;
}
@media (max-width: 991px){
.toc_navigation {
        display: none;
    }
.toc_navigation .container {
        padding-right: 0;
    }
}
.media_block {
    display: grid;
    column-gap: 24px;
    grid-template-columns: auto 50%;
    grid-template-areas: "title image" "content image";
    margin-bottom: var(--theme-block-margin-bottom);
}
.media_block .title {
    grid-area: title;
    align-self: flex-end;
}
.media_block .content {
    grid-area: content;
    align-self: flex-start;
}
.media_block .image {
    align-self: center;
    grid-area: image;
}
.media_block .image img {
    border-radius: var(--theme-rounded-images);
}
.media_block.left {
    grid-template-areas: "image title" "image content";
}
.media_block.top {
    grid-template-rows: auto 1fr;
}
.media_block.top .title,
.media_block.top .image {
    align-self: flex-start;
}
@media (max-width: 991px){
.media_block {
        grid-template-columns: none !important;
        grid-template-areas: "title" "image" "content" !important;
        margin-bottom: 16px;
    }
.media_block .image {
        margin-bottom: 16px;
        text-align: center !important;
    }
.media_block .image img {
        width: auto;
        max-height: 400px;
    }
}
.categories {
    margin-bottom: var(--theme-block-margin-bottom);
}
.categories .categories__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.categories .categories__container li {
    padding: 0;
    margin: 0;
}
.categories .categories__container li:before {
    display: none;
}
.categories .categories__container .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #fff;
    height: 77px;
    padding: 12px 22px;
    background: linear-gradient(90deg, var(--bs-secondary) 0%, transparent 100%);
    border-radius: var(--theme-rounded);
}
.categories .categories__container button.link {
    width: 100%;
    border: none;
}
.categories .categories__container .link img {
    transition: 0.5s;
}
@media (max-width: 991px){
.categories {
        margin-bottom: var(--theme-block-margin-bottom-mob);
    }
.categories .categories__container {
        grid-template-columns: none;
    }
.categories .categories__container .link {
        height: auto;
        padding: 5px 22px;
    }
}


/* ===== Table: Mostbet info ===== */
.table_wrap {
    margin: 18px 0 4rem;
}

.table_wrap .data-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
}

.table_wrap .data-table thead th {
    text-align: left;
    font-weight: 800;
    letter-spacing: 0.2px;
    padding: 14px 16px;
    color: #fff;
    background: linear-gradient(90deg, rgba(0, 89, 198, 0.55) 0%, rgba(0, 50, 102, 0.55) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    white-space: nowrap;
}

.table_wrap .data-table tbody td {
    padding: 14px 16px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
}

.table_wrap .data-table tbody tr:nth-child(odd) td {
    background: rgba(255, 255, 255, 0.03);
}

.table_wrap .data-table tbody tr:hover td {
    background: rgba(0, 89, 198, 0.12);
}

.table_wrap .data-table tbody tr:last-child td {
    border-bottom: 0;
}

/* Колонки: параметр/значение */
.table_wrap .data-table tbody td:first-child {
    width: 46%;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
}

.table_wrap .data-table tbody td:last-child {
    width: 54%;
    color: rgba(255, 255, 255, 0.85);
}

/* Немного “chip”-стиля для эмодзи в первой колонке */
.table_wrap .data-table tbody td:first-child {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Responsive: на мобиле делаем “карточки” по строкам */
@media (max-width: 680px) {
    .table_wrap .data-table,
    .table_wrap .data-table thead,
    .table_wrap .data-table tbody,
    .table_wrap .data-table tr,
    .table_wrap .data-table th,
    .table_wrap .data-table td {
        display: block;
        width: 100%;
    }

    .table_wrap .data-table thead {
        display: none;
    }

    .table_wrap .data-table tbody tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .table_wrap .data-table tbody td {
        border-bottom: 0;
        padding: 12px 14px;
    }

    .table_wrap .data-table tbody td:first-child {
        width: 100%;
        font-weight: 800;
    }

    .table_wrap .data-table tbody td:last-child {
        width: 100%;
        padding-top: 0;
        color: rgba(255, 255, 255, 0.85);
    }
}

.faq details {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 12px;
    transition: all .25s ease;
}

.faq details[open] {
    background: rgba(0,89,198,0.08);
    border-color: rgba(0,89,198,0.35);
}

.faq summary {
    cursor: pointer;
    font-weight: 700;
    list-style: none;
    position: relative;
    padding-right: 24px;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    transition: transform .2s ease;
}

.faq details[open] summary::after {
    content: "–";
}

.faq details p {
    margin-top: 10px;
    color: rgba(255,255,255,0.85);
}
/* =========================
   Header: Desktop primary menu
   ========================= */

header.header .primary_menu_desktop_ver {
    align-items: center;
    justify-content: center;
}

header.header .primary_menu_desktop_ver .menu {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    justify-content: center;
}

header.header .primary_menu_desktop_ver .menu-item {
    margin: 0;
    padding: 0;
}

header.header .primary_menu_desktop_ver .menu-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: calc(var(--theme-rounded-button) - 6px);
    color: var(--header_footer_link_color);
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
    border: 1px solid transparent;
    background: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

header.header .primary_menu_desktop_ver .menu-link:hover {
    background: rgba(var(--bs-secondary-rgb, 9, 15, 30), 0.35);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

header.header .primary_menu_desktop_ver .menu-link:focus-visible {
    outline: 0;
    border-color: rgba(var(--bs-primary-rgb, 16, 121, 215), 0.85);
    box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb, 16, 121, 215), 0.25);
}

header.header .primary_menu_desktop_ver .menu-item.current-menu-item > .menu-link,
header.header .primary_menu_desktop_ver .menu-link[aria-current="page"] {
    background: rgba(var(--bs-primary-rgb, 16, 121, 215), 0.18);
    border-color: rgba(var(--bs-primary-rgb, 16, 121, 215), 0.35);
}

/* =========================
  Mobile offcanvas: close button
  ========================= */

.offcanvas_nav_header {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(86vw, 360px);
    height: 100vh;
    padding: 18px 18px 22px;
    background: var(--mobile_menu_bg);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.45);
    z-index: 999;
    overflow: auto;

    transform: translateX(105%);
    transition: transform 0.25s ease;
    -webkit-overflow-scrolling: touch;
}

.offcanvas_nav_header:target {
    transform: translateX(0);
}

/* overlay (best effort) */
.offcanvas_nav_header:target::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
}

/* close button */
.offcanvas_close {
    position: sticky;
    top: 0;
    margin-left: auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 28px;
    line-height: 1;

    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);

    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.offcanvas_close:hover {
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
}

.offcanvas_close:focus-visible {
    outline: 0;
    border-color: rgba(var(--bs-primary-rgb, 16, 121, 215), 0.85);
    box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb, 16, 121, 215), 0.22);
}

/* =========================
   Mobile menu: make items simple links (no buttons/pills)
   ========================= */

.mobile_menu {
    margin-top: 14px;
}

.mobile_menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

/* reset pill styles */
.mobile_menu .menu-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;

    padding: 0;
    border: 0;
    background: transparent;

    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-weight: 700;
    line-height: 1.25;

    transition: color 0.2s ease, opacity 0.2s ease, text-decoration-color 0.2s ease;
}

/* underline on hover */
.mobile_menu .menu-link:hover {
    color: rgba(255, 255, 255, 0.98);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    text-decoration-color: rgba(var(--bs-primary-rgb, 16, 121, 215), 0.75);
}

.mobile_menu .menu-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb, 16, 121, 215), 0.22);
    border-radius: 8px;
    padding: 4px 6px;
    margin: -4px -6px;
}

/* =========================
   Footer links: simple text links (no buttons)
   ========================= */

footer.footer .footer_links {
    margin: 12px 0 0;
}

footer.footer .footer_links .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer.footer .footer_links .menu-item {
    margin: 0;
    padding: 0;
}

footer.footer .footer_links .menu-link {
    color: var(--header_footer_link_color);
    text-decoration: none;
    font-weight: 600;
    line-height: 1.2;
    padding: 2px 0;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

footer.footer .footer_links .menu-link:hover {
    color: rgba(255, 255, 255, 0.92);
    border-bottom-color: rgba(255, 255, 255, 0.55);
}

footer.footer .footer_links .menu-link:focus-visible {
    outline: 0;
    border-bottom-color: rgba(var(--bs-primary-rgb, 16, 121, 215), 0.9);
    box-shadow: 0 2px 0 0 rgba(var(--bs-primary-rgb, 16, 121, 215), 0.0), 0 0 0 3px rgba(var(--bs-primary-rgb, 16, 121, 215), 0.22);
    border-radius: 6px;
    padding: 2px 6px;
    margin: 0 -6px;
}

/* Active state (WP current-menu-item / aria-current) */
footer.footer .footer_links .menu-item.current-menu-item > .menu-link,
footer.footer .footer_links .menu-link[aria-current="page"] {
    border-bottom-color: rgba(var(--bs-primary-rgb, 16, 121, 215), 0.75);
}

/* Mobile: чтобы не “липло” */
@media (max-width: 575px) {
    footer.footer .footer_links .menu {
        justify-content: flex-start;
    }
}
/* =========================
   Quick links (TOC pills)
   Markup:
   <nav class="quick-links"><ul class="quick-links__list">...<a class="quick-links__link">
   ========================= */

.quick-links {
    margin: 18px 0 3rem;
}

.quick-links__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}

.quick-links__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 90%;

    padding: 6px 10px;
    border-radius: calc(var(--theme-rounded-button, 14px) - 6px);

    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-weight: 500;
    line-height: 1.1;

    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);

    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.quick-links__link:hover {
    background: rgba(var(--bs-primary-rgb, 16, 121, 215), 0.14);
    border-color: rgba(var(--bs-primary-rgb, 16, 121, 215), 0.35);
    transform: translateY(-1px);
}

.quick-links__link:active {
    transform: translateY(0);
}

.quick-links__link:focus-visible {
    outline: 0;
    border-color: rgba(var(--bs-primary-rgb, 16, 121, 215), 0.85);
    box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb, 16, 121, 215), 0.22);
}

/* Optional: highlight currently active hash (works if you add aria-current="true" via JS) */
.quick-links__link[aria-current="true"] {
    background: rgba(var(--bs-primary-rgb, 16, 121, 215), 0.18);
    border-color: rgba(var(--bs-primary-rgb, 16, 121, 215), 0.45);
}

/* =========================
   Mobile behaviour: horizontal scroll pills
   ========================= */

@media (max-width: 767px) {
    .quick-links {
        margin: 14px 0 18px;
    }

    .quick-links__list {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;

        padding: 2px 2px 10px;
        gap: 10px;
        scroll-snap-type: x proximity;
    }

    .quick-links__list::-webkit-scrollbar {
        height: 8px;
    }

    .quick-links__list::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.18);
        border-radius: 999px;
    }

    .quick-links__link {
        white-space: nowrap;
        scroll-snap-align: start;
        flex: 0 0 auto;
    }
}

/* =========================
   Optional: sticky under header (enable if you want)
   Put quick-links inside a block that should stick.
   Uncomment if needed.
   ========================= */


.quick-links {
    position: sticky;
    top: 12px;
    z-index: 20;
    backdrop-filter: blur(8px);
}


.offcanvas_top{
    display: flex;
    justify-content: flex-end; /* вправо */
    align-items: center;
    margin-bottom: 14px;
}

/* кнопка закрытия — без sticky, чтобы не уезжала */
.offcanvas_close{
    position: static;
    margin: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 28px;
    line-height: 1;

    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);

    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
header.header { z-index: 1000; }

.quick-links {
 /*   position: sticky;
    top: 78px;
    z-index: 50;    */
}

/* Offcanvas must be above the fixed header */
.offcanvas_nav_header{
    z-index: 2000;
}

/* Close button must be above everything inside offcanvas */
.offcanvas_close{
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2001;
}

/* Чтобы пункты меню не залезали под крестик */
.mobile_menu{
    margin-top: 64px;
}

.breadcrumbs{
    margin: 10px 0 14px;
}

.breadcrumbs__list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.breadcrumbs__item{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.2;
    opacity: 0.9;
}

.breadcrumbs__item:not(:last-child)::after{
    content: "/";
    opacity: 0.65;
}

.breadcrumbs__link{
    color: inherit;
    text-decoration: none;
}

.breadcrumbs__link:hover,
.breadcrumbs__link:focus-visible{
    text-decoration: underline;
    outline: none;
}

.breadcrumbs__current{
    opacity: 0.85;
}
:root { --anchor-offset: 110px; }

.secondary-menu-init { --anchor-offset: 100px; }
.toc-menu-init { --anchor-offset: 110px; }
.secondary-menu-init.toc-menu-init { --anchor-offset: 200px; }

[id] { scroll-margin-top: var(--anchor-offset); }
