@charset "UTF-8";

html,
body {
    height: 100%;
}

#map {
    background-image: url('../img/common/bg_map.png');
    background-size: cover;
    width: 100%;
    height: 100%;
}

#map>*:focus {
    outline: none;
}

.modal_block,
.modal_block_result,
.modal_block_laboratory {
    display: none;
}
