:root {
    --view-scale: 1;
}
div#map {
    width: 100%;
    height: 100%;
}
#map.fullscreen {
    position: absolute;
    z-index: 9010;
    height: 100vh;
}
.prx-map-fullscreen-button {
    background: none rgb(255, 255, 255);
    border: 0px;
    margin: 10px;
    padding: 0px;
    text-transform: none;
    appearance: none;
    position: absolute;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    height: 40px;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    overflow: hidden;
    top: 0px;
    right: 0px;
}
.prx-map-fullscreen-button:focus {
    outline: none;
}
.prx-map-fullscreen-button:not(.active) img.active,
.prx-map-fullscreen-button.active img:not(.active) {
    display: none;
}
.map-fullscreen {
    position: absolute !important;
    z-index: 9010 !important;
    height: 100vh !important;
    width: 100vw !important;
}
.body-fullscreen {
    overflow: hidden!important;
}
.cluster_content {
    display: flex;
}
.cluster_menu {
    /*float: left;*/
    padding-right: 10px;
    border-right: grey 1px solid;
    min-width: 100px;
    white-space: nowrap;
    overflow: auto;
}
.cluster_menu_item:hover {
    text-decoration: underline;
}
.cluster_menu_item.active {
    font-weight: 600;
}
.cluster_info {
    /*float: left;*/
    margin-left: 10px;
}
.cluster_info_item {
    display: none;
    max-width: 500px;
}
.cluster_info_item a:hover {
    text-decoration: underline;
}
.cluster_info_item.active {
    display: block;
}
.map-button {
    background-color: white;
    color: black;
    padding: 2px 5px;
    border-radius: 3px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
    cursor: pointer;
    text-align: center !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 26px;
    margin: 0 10px 10px 0;
}
.map-button.fullscreen_ui {
    margin: 10px;
    padding: 11px 11px;
}
.fullscreen_ui div {
    height: 18px;
    width: 18px;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%20018%2018%22%3E%0A%20%20%3Cpath%20fill%3D%22%23666%22%20d%3D%22M0%2C0v2v4h2V2h4V0H2H0z%20M16%2C0h-4v2h4v4h2V2V0H16z%20M16%2C16h-4v2h4h2v-2v-4h-2V16z%20M2%2C12H0v4v2h2h4v-2H2V12z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.fullscreen_ui.active div {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpath%20fill%3D%22%23666%22%20d%3D%22M4%2C4H0v2h6V0H4V4z%20M14%2C4V0h-2v6h6V4H14z%20M12%2C18h2v-4h4v-2h-6V18z%20M0%2C14h4v4h2v-6H0V14z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.filter_ui {
    display: none;
    font-size: 14px;
    font-family: "PT Sans", "DeJaVu Sans", sans-serif;
}
.fullscreen .filter_ui {
    display: block;
}
.prx-controls {
    padding: 10px;
    width: max-content;
    margin-right: 50px;
}
.point-view {
    position: absolute;
}
.point-view img {
    height: 200px;
    width: 200px;
    position: absolute;
    left: -100px;
    top: 0px;
}
.map-info-top {
    text-align: right;
}
.map-info-top .map-info-close {
    position: relative;
    right: 0px;
    top: -4px;
    opacity: 0.5;
    cursor: pointer;
    font-size: 20px;
}
.map-info {
    padding-bottom: 1px;
}
.map-info img {
    max-width: 100% !important;
}
.btn.btn--baloon {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.adv-marker {
    width: auto;
    padding: 2px 9px;
    display: flex;
    align-items: center;
    border-radius: 90px;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    bottom: 4px;
    background-color: var(--normal-color);
    color: #fff;
    cursor: pointer;
    z-index: 20; /*выше невидимого маркера*/
    min-height: calc(1em + 4px);
}
.adv-marker.type1 {
    background-color: var(--type1-color);
}
.adv-marker.removed {
    background-color: var(--removed-color);
}
.adv-arrow {
    display: inline-block;
    margin-right: 9px;
    font-weight: 800;
}
.adv-marker:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    border: 4px solid transparent;
    border-top-color: #0085ff;
}
.adv-marker span {
    white-space: nowrap;
}
.adv-marker-img {
    bottom: 4px;
    display: inline-flex;
    position: relative;
}
.adv-marker-img:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 100%;
    left: 50%;
    transform: translate(-25%, -50%) rotate(45deg);
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}
.map__circles {
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center
}
.map__circles_1 {
    width:46px;
    height:46px;
    background-color:rgba(0,133,255,.1)
}
.map__circles_2 {
    width:39px;
    height:39px;
    background-color:rgba(0,133,255,.2)
}
.map__circles_3 {
    width:33px;
    height:33px;
    background-color:#195185
}
.map__circles_4 {
    width:33px;
    height:33px;
    background-color:white;
}

/* The popup bubble styling. */
.popup-bubble {
    /* Position the bubble centred-above its parent. */
    position: absolute;
    top: 1px;
    left: 1px;
    /*transform: translate(-50%, -100%);*/
    /* Style the bubble. */
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
}

/* This element draws the tip. */
/*.popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
     Center the tip horizontally.
    transform: translate(-50%, 0);
     The tip is a https://css-tricks.com/snippets/css/css-triangle/
    width: 0;
    height: 0;
     The tip is 8px high, and 12px wide.
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
}*/

/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 200px;
}
.gm-style .gm-style-iw-d {
    scrollbar-color: #d0dee2 white;
    scrollbar-color: var(--geo-border-color) white;
}