.site-map {
    background: #fff;
    padding: 3rem 1rem 5rem
}

@media print,
screen and (min-width: 64em) {
    .site-map {
        padding: 3rem 0 5rem
    }
}

.site-map__wrapper {
    margin-top: 5rem
}

@media print,
screen and (min-width: 64em) {
    .site-map__column {
        padding-left: 3rem
    }
}

.site-map__main-category-link {
    font-size: 1.7125rem
}

.site-map__main-category-link:hover {
    color: #ee7f00
}

.site-map__parent-category {
    margin: 3rem 0 2rem
}

.site-map__parent-category-link {
    font-size: 1.375rem
}

.site-map__parent-category-link:hover {
    color: #ee7f00
}

.site-map__child-category {
    margin: 2rem 0
}

.site-map__child-category-link {
    font-family: "NNNittiGrotesk-TextRegular";
    color: #ee7101
}

.site-map__child-category-link:hover {
    color: #d57100
}

.site-map__list {
    list-style: none
}

.site-map__list_parent-list {
    margin-left: 0
}