h1{
    color: #001330;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 48px 0 25px
}

body{
    background: white;
}

.sitemap-container{
    color: #001330;
    font-size: 19px;
}

ul.letter-line{
    list-style: none;
    padding: 0;
    display: block;
    margin: 20px 0 40px
}

ul.letter-line li{
    display: inline-block;
    color: #001330;
    font-size: 20px;
    margin: 10px 15px;
    font-weight: 800;
    cursor: pointer
}

ul.letter-line li.active{
    color: white;
    padding: 5px 10px;
    background: #A5C94B;
    border-radius: 4px;
    margin: 5px
}

.letter-big{
    color: #A5C94B;
    font-size: 30px;
    border-bottom: 2px solid;
    padding: 5px 0;
    margin: 20px 0 40px;
}

a.city-name{
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 700;
    display: block;
}


.city-block{
    margin: 15px 0
}



.crumbs {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .crumbs {
    justify-content: center;
    display: block;
    margin: 30px 0;
}

.crumbs nav {
    text-align: center;
    font-size: 20px;
    margin: 0;
}

header .crumbs nav{
    font-size: 13px;
}

header .crumbs nav a{
    color: white;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

header .breadcrumb{
    justify-content: center;
}

header .breadcrumb-item.active {
    color: #d9d9d9;
}

header .breadcrumb-item+.breadcrumb-item::before{
    color: white
}


@media(max-width: 996px){
    .letter-big{
        margin: auto;
    }

    .city-block{
        margin: 5px 0
    }
}