.content-world{
    margin-top: -45px;
}
.content-world .title-world{
    background-color: rgb(157,191,130);
    font-weight: bold;
    text-align: right;
    color: white;
      font-size: 30px;
    text-transform: uppercase;
    padding: 5px 0;
    font-family: Roboto,sans-serif;
    background: #020202;
    background: linear-gradient(to left, #020202, #efefef);
    padding-right: 5%;
}

.content-world .border{
    
    border: 2px solid #b5b6b5;
}
.content-world .block-map{
    width: 100%;
    height: 600px;
    box-sizing: border-box;
}

svg, svg * {
	pointer-events: none;
}
path{
  pointer-events:all;
}
path:hover {
	fill: #55f58c;
	opacity:0.6;
}
.city-map-svg{
    border-radius: 30px;
    border: 4px solid #d6b17d;
    background: #d6b17d;
}
.content-map .title-map{
    text-align: center;
    font-family: 'Fira Sans',sans-serif;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
}
.content-map .block-year-map{
    text-align: center;
    margin-bottom: 20px;
}
.content-map .block-year-map .year{
    display: inline-block;
    background: #d6b17d;
    padding: 5px 14px;
    color: white;
    font-weight: 800;
    font-size: 20px;
}
.content-map 	.block-part-map {
    position: relative;
}

.content-map 	.block-part-map .name-map{
    display: inline-block;
    background: white;
    padding: 5px 14px;
    border: 2px solid #d6b17d;
    color: #d6b17d;
    font-weight: 800;
    font-size: 16px;
    position: absolute;

}

.content-map  .block-map{
    width:100%;
    margin-bottom:30px;
}