/* main */

/* main mapblock */
.map{
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    width: 100%;
}

.leaflet-top{
    top: 20px;
}

.leaflet-bottom{
    bottom: 30px;
}

/* map legend */
.legend {
    line-height: 18px;
    color: #555;
    background-color: rgb(255, 255, 255, 0.6);
    padding: 5px;
}

.legend .color {
    width: 20px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

/* main logo block*/
.logo_block{
    position: fixed;
    height: 50px;
    top: 20px;
    left: 80px;
    z-index: 400;
}

.logo_block img{
    height: 100%;
    opacity: 0.65;
}

@media screen and (max-width: 480px){
    .logo_block{
        height: 40px;
    }
}