@charset "UTF-8";

#map {
    height: 100vh;
    /*min-height: 800px;*/
    width: 100%;
}

.map-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

/*#filter-wrap {
    max-width: 400px;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
}*/

.children {
    display: block;
}

.children.hide {
    display: none;
}

.buttons-wrap {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.buttons-wrap .btn {
    width: 100%;
}

.btn-filter-open {
	position: absolute;
	top: 2rem;
	left: 2rem;
}
