.evtmap-root {
    overflow: hidden;
    width: 100%;
    min-height: 650px;
    height: calc(100vh - 248px);
    position: relative;
    display: block;
    margin: 0;
}

.body__has-esir .evtmap-root {
    height: calc(100vh - 298px);
}

.evtmap-root--cabinet {
    height: calc(100vh - 119px);
}

.evtmap-object {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}
