.sitemap {
    min-height: 80vh;
}
content {
    color: #eee;
}
a {
    color: #eee;
    text-decoration: underline;
}
a:hover {
    color: #eee;
}
content .container {
    margin-top: 160px;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 100px;
    text-align: left;
}
h1 {
    font-family: Roboto Condensed;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    margin-bottom: 50px;
    text-align: left;
    text-transform: uppercase;
}
.map-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.map-list ul {
    padding-left: 0;
}
.hide_project {
    display: none;
}
.col-li--main a {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 24px;
    text-align: left;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}
.col-li a {
    font-size: 20px;
    color: #eee;
    line-height: 24px;
    text-decoration: none;
    font-weight: 300;
}
li.col-li {
    margin-bottom: 7px;
}
.col-li--otstup {
    height: 20px;
}
.hide_project a {
    color:#a5a5a5;
}

