.nh-sitemap {
    width: 100%;
    padding: 60px 0 120px;
    background: #ffffff;
}

.nh-sitemap__container {
    max-width: 900px;
}

.nh-sitemap__tree,
.nh-sitemap__sublist,
.nh-sitemap__leaf-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nh-sitemap__group + .nh-sitemap__group {
    margin-top: 28px;
}

.nh-sitemap__group-title {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #a8b0c8;
}

.nh-sitemap__group-title::before {
    content: '';
    flex-shrink: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #a8b0c8;
}

.nh-sitemap__sublist {
    margin-top: 14px;
    padding-left: 24px;
}

.nh-sitemap__subitem {
    position: relative;
    padding-left: 22px;
}

.nh-sitemap__subitem + .nh-sitemap__subitem {
    margin-top: 12px;
}

.nh-sitemap__subitem::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 9px;
    height: 9px;
    border: 2px solid #42609b;
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
}

.nh-sitemap__subitem--parent {
    margin-bottom: 4px;
}

.nh-sitemap__leaf-list {
    margin-top: 10px;
    padding-left: 22px;
}

.nh-sitemap__leaf {
    position: relative;
    padding-left: 16px;
}

.nh-sitemap__leaf + .nh-sitemap__leaf {
    margin-top: 8px;
}

.nh-sitemap__leaf::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 5px;
    height: 5px;
    background: #42609b;
}

.nh-sitemap__link {
    display: inline-block;
    font-size: 15px;
    line-height: 1.55;
    color: #42609b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.nh-sitemap__link--sub {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.nh-sitemap__link--leaf {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.nh-sitemap__link:hover {
    color: #234980;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .nh-sitemap {
        padding: 40px 0 80px;
    }

    .nh-sitemap__sublist {
        padding-left: 18px;
    }

    .nh-sitemap__leaf-list {
        padding-left: 16px;
    }
}
