#map_panel_container {
    display: flex;
    flex-direction: column; /* Слои, подобные торту */
    justify-content: flex-start;
    overflow-y:hidden;
    position: absolute;
    background: #111111e1;
    color: beige;
    width: 80%;
    height: 80%;
    max-width: 80%;
    max-height: 80%;
    margin-top: 4%;
    margin-left: 10%;
    border-style: solid;
    border-width: 1px;
    border-color:#7a7a7a96;
    z-index: 1;
    opacity: 0.9;
}

.map_container{
    width: 100%;
    height: 100%;
}

.map_container canvas{
    image-rendering: pixelated;
    width: 100%;
    height:100%;
}