.header_site-map ~ .header-divider.mb-3 {
    margin-bottom: 0 !important;
}

.sitemap-page {
    padding-bottom: 64px;
    background:
        radial-gradient(circle at 95% 4%, rgba(241, 157, 74, 0.16), transparent 260px),
        linear-gradient(180deg, #f7faff 0, #fff 360px);
}

.sitemap-page__container {
    max-width: 1500px;
    padding-right: 4%;
    padding-left: 4%;
}

.sitemap-page__breadcrumb {
    margin: 0;
}

.sitemap-page__breadcrumb .breadcrumb {
    margin: 0;
    padding: 20px 0 15px;
}

.sitemap-page__header {
    max-width: 760px;
    margin: 18px auto 46px;
}

.sitemap-page__eyebrow,
.sitemap-card__label {
    display: block;
    color: #f19d4a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sitemap-page__header h1 {
    margin: 5px 0 12px;
    color: #30426b;
    font-size: clamp(44px, 5vw, 64px);
    line-height: 1.08;
}

.sitemap-page__header p {
    margin: 0;
    color: #5e6d87;
    font-size: 18px;
    line-height: 1.6;
}

.sitemap-page__content {
    margin-bottom: 0;
}

.sitemap-card,
.sitemap_div_tree > ul > li {
    border: 1px solid #dce6f3;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(30, 90, 162, 0.08);
}

.sitemap-card--links {
    overflow: hidden;
    position: sticky;
    top: 20px;
}

.sitemap-card__heading {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 22px 22px 20px;
    background: #1e5aa2;
    color: #fff;
}

.sitemap-card__icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    font-size: 20px;
}

.sitemap-card__heading .sitemap-card__label {
    margin-bottom: 4px;
    color: #ffd29f;
}

.sitemap-card__heading h2,
.sitemap-section-heading h2 {
    margin: 0;
    color: inherit;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
}

.sitemap_div {
    font-size: 16px;
}

.sitemap_div ul,
.sitemap_div_tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sitemap_div .sitemap-card > ul {
    padding: 10px 22px 18px;
}

.sitemap_div li {
    margin: 0;
    border-bottom: 1px solid #edf2f8;
}

.sitemap_div li:last-child {
    border-bottom: 0;
}

.sitemap_div li a {
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: space-between;
    color: #30426b;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.18s ease, transform 0.18s ease;
}

.sitemap_div li a::after {
    content: "›";
    color: #f19d4a;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
}

.sitemap_div li a:hover,
.sitemap_div li a:focus-visible {
    color: #1e5aa2;
    transform: translateX(3px);
}

.sitemap-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 18px;
    padding: 3px 2px 13px;
    border-bottom: 1px solid #dce6f3;
    color: #30426b;
}

.sitemap-section-heading .sitemap-card__label {
    margin-bottom: 5px;
}

.sitemap-section-heading__accent {
    width: 72px;
    height: 4px;
    margin-bottom: -15px;
    border-radius: 4px;
    background: #f19d4a;
}

.sitemap_div_tree > ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.sitemap_div_tree > ul > li {
    width: auto;
    margin: 0;
    overflow: hidden;
    display: block;
    vertical-align: initial;
}

.sitemap_div_tree > ul > li > a {
    display: flex;
    min-height: 62px;
    margin: 0;
    padding: 16px 20px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-bottom: 3px solid #f19d4a;
    background: #1e5aa2;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    white-space: normal;
}

.sitemap_div_tree > ul > li > a::after {
    content: "›";
    margin-left: 12px;
    border: 0;
    color: #ffd29f;
    font-size: 25px;
    line-height: 1;
    transform: none;
}

.sitemap_div_tree > ul > li > a:hover,
.sitemap_div_tree > ul > li > a:focus-visible {
    background: #174b89;
    color: #fff;
}

.sitemap_div_tree > ul > li > ul,
.sitemap_div_tree > ul > li > .dropdown-menu {
    display: block;
    position: static;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 12px 18px 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none !important;
    z-index: auto;
}

.sitemap_div_tree > ul > li > ul > li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #edf2f8;
}

.sitemap_div_tree > ul > li > ul > li:last-child {
    border-bottom: 0;
}

.sitemap_div_tree > ul > li > ul > li > a {
    display: block;
    padding: 7px 3px 7px 18px;
    position: relative;
    color: #50617d;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    white-space: normal;
    transition: color 0.18s ease, padding-left 0.18s ease;
}

.sitemap_div_tree > ul > li > ul > li > a::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 14px;
    left: 2px;
    border-radius: 50%;
    background: #f19d4a;
}

.sitemap_div_tree > ul > li > ul > li > a:hover,
.sitemap_div_tree > ul > li > ul > li > a:focus-visible {
    padding-left: 22px;
    color: #1e5aa2;
}

@media (max-width: 1199.98px) {
    .sitemap_div_tree > ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .sitemap-page {
        padding-bottom: 48px;
    }

    .sitemap-card--links {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .sitemap-page__container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .sitemap-page__header {
        margin: 10px auto 34px;
    }

    .sitemap-page__header h1 {
        font-size: 44px;
    }

    .sitemap-page__header p {
        font-size: 16px;
    }

    .sitemap_div_tree > ul {
        grid-template-columns: 1fr;
    }

    .sitemap-card__heading,
    .sitemap_div_tree > ul > li > a {
        padding-right: 18px;
        padding-left: 18px;
    }
}
