:root {
    --view-scale: 1;
}
div#map {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
div#map.fullscreen {
    position: absolute;
    z-index: 9010;
    height: 100vh;
}
div.panorama-player {
    position: absolute;
    top: 0;
    display: none;
    z-index: 20000;
}
div.panorama-player.active {
    display: block;
}
div.panorama-player [class*="islets_round-button__icon"] {
    top: 6px;
    left: 6px;
    padding: 0;
}
ymaps[class$=searchbox-button]{
    color: #ABF7E2 !important;
    background-color: #16B57F !important;
}
ymaps[class$=zoom__button] {
    border-radius: 50% !important;
}
ymaps[class$=cluster-tabs__menu] {
    max-height: calc(var(--max-height) - 80px);
}
ymaps[class$=cluster-content] {
    padding-right: 0;
}
ymaps[class*=cluster-tabs__item-body] {
    padding-right: 0;
}
.map-button {
    background-color: white;
    color: black;
    padding: 1px 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;
}
.map-button.full-button {
    padding: 5px;
}
.map-button.full-button.active {
    background-color: #ff0;
}
.map-button.full-button .img {
    width: 18px;
    height: 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%200%2018%2018%22%3E%0A%20%20%3Cpath%20fill%3D%22%23111%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);
}
.map-button.full-button.active .img {
    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%23111%22%20d%3D%22M4%2C4H0v2h6V0H4V4z%20M14%2C4V0h-2v6h6V4H14z%20M12%2C18h2v-4h4v-2h-6V18z%20M0%2C14h4v4h2v-6H0V14z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.map-button.filter-button  {
    display: none;
}
.fullscreen .map-button.filter-button {
    display: block;
}
.prx-controls {
}
.map-info {
    max-width: 200px;
    position: relative;
}
.map-info img {
    position: relative;
    bottom: 0;
}
.btn--baloon {
    width: 100%;
    margin-top: 10px;
}
[class*="b-cluster-content__header"] {
    display: none !important;
}
[class*="b-cluster-content__body"] {
    margin-bottom: 0 !important;
}
ymaps[class$=balloon__close-button] {
    transform: scale(1.5);
    width: 18px;
    height: 18px;
}
ymaps[class$=balloon__content] > ymaps {
    /*overflow: visible !important;*/
    height: 100% !important;
}
ymaps[class$=gotoymaps] {
    display: none;
}
ymaps[class$=gototaxi] {
    display: none;
}
.map-info > a {
    color: inherit;
    text-decoration: inherit;
}
.map-info .value a {
    font-size: larger;
}
.btn.close-map {
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
}
.adv-hint {
    position: relative;
    display: inline-block;
}
.adv-hint .adv-hint-body {
    position: relative;
    display: inline-block;
    border: 0.5px solid black;
    border-radius: 10px;
    border-color: lightgray;
    background-color: white;
    padding: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5); /* Параметры тени */
    white-space: nowrap;
}
.adv-hint .adv-hint-body .adv-hint-arrow {
    display: inline-block;
    color: blue;
}
.adv-marker {
    position: relative;
    width: max-content;
}
.adv-marker-content {
    width: max-content;
    padding: 2px 9px;
    display: flex;
    align-items: center;
    border-radius: 90px;
    font-size: 11px;
    font-weight: 400;
    position: relative;
    background-color: var(--normal-color);
    color: #fff;
    min-height: calc(1em + 4px);
}
.type1 .adv-marker-content{
    background-color: var(--type1-color);
}
.removed .adv-marker-content{
    background-color: var(--removed-color);
}
.found .adv-marker-content{
    background-color: #ff0000;
    background-color: var(--found-color);
}
.notfound .adv-marker-content{
    background-color: var(--unfound-color);
}
.adv-arrow {
    display: inline-block;
    margin-right: 9px;
    font-weight: 800;
}
.adv-marker-mark {
    content: '';
    position: relative;
    width: 0;
    height: 0;
    top: calc(100% - 4px);
    left: 50%;
    transform: translate(-50%);
    border: 4px solid transparent;
    border-top-color: var(--normal-color);
}
.removed .adv-marker-mark {
    border-top-color: var(--removed-color);
}
.found .adv-marker-mark {
    border-top-color: #ff0000;
    border-top-color: var(--found-color);
}
.notfound .adv-marker-mark {
    border-top-color: var(--unfound-color);
}
.map-preview {
    display: inline-block;
    border: 5px solid #fff;
    border-radius: 2px;
    position: relative;
    line-height: 0;
    /*top: -15px;*/
    /*left: -5px;*/
}
.map-preview::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: calc(100% - -5px);
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: #888;
}
.map-preview::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: calc(100% - -4px);
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: #fff;
}
.map-preview img {
}
