:host,
:root {
  --step: 4px;
  --sidebar: 260px;
  --container-padding: 0px;
  --neutral-000: #ffffff;
  --neutral-050: #f9fafb;
  --neutral-100: #f3f4f6;
  --neutral-200: #e5e7eb;
  --neutral-300: #d1d5db;
  --neutral-400: #9ca3af;
  --neutral-500: #6b7280;
  --neutral-600: #4b5563;
  --neutral-700: #374151;
  --neutral-800: #1f2937;
  --neutral-900: #111827;
  --neutral-950: #030712;
  --neutral-dim: rgba(217, 222, 223, 0.3);
  --select: #1476ff10;
  --primary: #1476ff;
  --error: #ef6f6c;
  --success: #7eca63;
}
.mapplic-element {
  color: var(--neutral-900);
  font-size: 14px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.mapplic-element:fullscreen {
  background-color: var(--neutral-000);
}
.mapplic-element:fullscreen > .mapplic-container {
  height: 100% !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
}
.mapplic-kiosk .mapplic-element > .mapplic-element {
  height: 100vh !important;
}
.mapplic-kiosk .mapplic-element > .mapplic-container {
  aspect-ratio: auto !important;
  border-radius: 0 !important;
}
.mapplic-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--neutral-50);
  aspect-ratio: 1.6;
  border-radius: 12px;
}
.mapplic-loader {
  width: 16px;
  height: 16px;
  border: 2px solid var(--neutral-900);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  opacity: 0.6;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.mapplic-element.mapplic-sidebar-right > .mapplic-sidebar {
  left: calc(100% - var(--sidebar));
  padding: 0 0 0 8px;
}
.mapplic-element.mapplic-sidebar-toggle.mapplic-sidebar-closed
  .mapplic-sidebar {
  pointer-events: none;
}
.mapplic-element.mapplic-sidebar-toggle.mapplic-sidebar-closed
  .mapplic-search-bar {
  pointer-events: auto;
}
.mapplic-portrait .mapplic-sidebar {
  position: relative;
  left: 0 !important;
  width: 100%;
  max-width: 100%;
  padding: 8px 0 0 !important;
  transition:
    margin-top 0.2s,
    max-width 0.2s;
}
.mapplic-portrait .mapplic-container {
  margin: 0 !important;
  max-width: 100%;
}
.mapplic-portrait.mapplic-sidebar-closed .mapplic-sidebar {
  margin-top: -86px;
  max-width: 240px;
}
.mapplic-element h4,
.mapplic-element h5 {
  line-height: 1.8em;
  margin: 0 !important;
}
.mapplic-element h1,
.mapplic-element h2,
.mapplic-element h3,
.mapplic-element h4,
.mapplic-element h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.mapplic h3 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
}
.mapplic p {
  line-height: 1.6em;
  margin: 0;
}
.mapplic-container {
  background-color: var(--neutral-050);
  flex-shrink: 0;
  padding: var(--container-padding);
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.mapplic-container > img {
  display: block;
  max-width: 100%;
}
.mapplic-control-zone {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: 40%;
  max-height: 40%;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  flex-direction: column;
  transition:
    top 0.2s,
    bottom 0.2s;
}
.mapplic-control-zone > * {
  pointer-events: auto;
}
.mapplic-control-zone.mapplic-top-left {
  top: 16px;
  left: 16px;
}
.mapplic-control-zone.mapplic-top-right {
  top: 16px;
  right: 16px;
  align-items: flex-end;
}
.mapplic-control-zone.mapplic-bottom-right {
  right: 16px;
  bottom: 16px;
  align-items: flex-end;
  flex-direction: column-reverse;
}
.mapplic-control-zone.mapplic-bottom-left {
  bottom: 16px;
  left: 16px;
  flex-direction: column-reverse;
}
.mapplic-marker {
  top: 50%;
  left: 50%;
}
.mapplic-marker {
  background-color: var(--primary);
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  text-decoration: none;
  transition: background-color 0.2s;
}
.dragging .mapplic-marker {
  opacity: 0.3 !important;
}
.mapplic-marker:hover {
  opacity: 0.6;
  z-index: 101 !important;
}
.mapplic-marker > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mapplic-marker.mapplic-active {
  z-index: 101 !important;
}
.mapplic-marker.square {
  border-radius: 0;
}
.mapplic-marker.rounded {
  border-radius: 6px;
}
.mapplic-marker.dot {
  font-size: 0;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
}
.mapplic-marker.pin1 {
  background-color: transparent !important;
  width: 22px;
  height: 26px;
  margin-left: -11px;
  margin-top: -26px;
  transform-origin: 50% 100%;
}
.mapplic-marker.pin2 {
  background-color: transparent !important;
  width: 21px;
  height: 28px;
  margin-left: -10.5px;
  margin-top: -28px;
  transform-origin: 50% 100%;
}
.mapplic-marker.thumb {
  background-color: transparent !important;
  border-radius: 4px;
  overflow: hidden;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  transform-origin: 50% 50%;
}
.mapplic-marker.thumb > img {
  width: 100%;
  height: 100%;
}
.mapplic-marker.text > span.title {
  white-space: nowrap;
  width: auto;
  margin-left: 24px;
}
.mapplic-dim {
  background-color: #0003;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.mapplic-popup-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 60%;
  overflow-y: auto;
  padding: 12px;
  gap: 12px;
  max-width: 100%;
}
.mapplic-popup-title {
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mapplic-popup-title h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.mapplic-popup-title h5 {
  display: flex;
  gap: 4px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: var(--neutral-500);
}
.mapplic-popup-close {
  all: unset;
  cursor: pointer;
  color: var(--neutral-900);
  padding: 4px;
  opacity: 0.5;
  height: 20px;
  width: 20px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 8px;
  top: 8px;
  transition: opacity 0.2s;
}
.mapplic-popup-close:hover {
  opacity: 1;
}
.mapplic-popup-image {
  flex-basis: 40%;
  flex-grow: 0;
}
.mapplic-tooltip .mapplic-popup-image {
  overflow: hidden;
  border-radius: 12px 0 0 12px;
  background-color: var(--neutral-050);
}
.mapplic-popup-image > img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.mapplic-popup-body {
  flex-grow: 1;
  justify-content: space-between;
  min-width: 100px;
  font-size: 13px;
  color: var(--neutral-700);
  line-height: 1.4em;
  overflow-y: auto;
}
.mapplic-popup-body > * {
  max-width: 100%;
}
.mapplic-popup-body p {
  margin-bottom: 8px;
}
.mapplic-popup-body p:first-child {
  margin-top: 0;
}
.mapplic-popup-body p:last-child {
  margin-bottom: 0;
}
.mapplic-popup-actions {
  display: flex;
  gap: 8px;
}
.mapplic-popup-details {
  border-radius: 6px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: var(--neutral-100);
}
.mapplic-popup-details > a {
  color: var(--primary);
  font-weight: 700;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.mapplic-popup-details > a:hover {
  text-decoration: underline;
}
.mapplic-hours {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 13px;
}
.mapplic-popup-footer {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.mapplic-sidebar-popup {
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: 4px;
}
.mapplic-portrait .mapplic-sidebar-popup {
  flex-direction: row;
}
.mapplic-sidebar-popup h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.mapplic-sidebar-popup .mapplic-popup-body {
  font-size: 14px;
  line-height: 22px;
}
.mapplic-sidebar-popup .mapplic-popup-image {
  margin: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.mapplic-popup-micro h4 {
  font-size: 16px;
  text-align: center;
}
.mapplic-popup-micro .mapplic-popup-title {
  margin-right: 0;
}
.mapplic-tooltip {
  background-color: var(--neutral-000);
  border-radius: 12px;
  display: flex;
  cursor: auto;
  position: absolute;
  transform: translate(-50%, -100%) !important;
  box-shadow: 0 8px 12px #0000001a;
  z-index: 10002;
  width: max-content;
  text-align: left;
}
.mapplic-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-top: solid 8px var(--neutral-000);
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.mapplic-tooltip-mini .mapplic-popup-image {
  display: none;
}
.mapplic-tooltip-hover {
  pointer-events: none !important;
}
.mapplic-tooltip-hover .mapplic-tooltip-content {
  padding: 8px;
  min-width: auto;
}
.mapplic-tooltip-content {
  flex-grow: 1;
  justify-content: space-between;
  padding: 12px;
  min-width: 100px;
}
.mapplic-tooltip-content p {
  line-height: 1.4em;
}
.mapplic-tooltip-content p:first-child {
  margin-top: 0;
}
.mapplic-tooltip-content p:last-child {
  margin-bottom: 0;
}
.mapplic-tooltip-close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--neutral-900);
  padding: 4px;
  opacity: 0.5;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: opacity 0.2s;
}
.mapplic-tooltip-close:hover {
  opacity: 1;
}
.mapplic-tooltip-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mapplic-tooltip:not(.mapplic-tooltip-hover) .mapplic-tooltip-title {
  margin-right: 16px;
}
.mapplic-tooltip-title h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.mapplic-tooltip-title h5 {
  display: flex;
  gap: 4px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: var(--neutral-500);
}
.mapplic-tooltip-desc {
  line-height: 20px;
  font-weight: 400;
  overflow-y: auto;
}
.mapplic-tooltip-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.mapplic-tooltip-footer code {
  background-color: var(--neutral-300);
  border-radius: 4px;
  font-weight: 700;
  padding: 4px 6px;
}
.mapplic-controls {
  display: flex;
  padding: 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.mapplic-controls-messages {
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.mapplic-controls-messages > * {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
}
.mapplic-controls-messages .mapplic-key {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
}
.mapplic-controls .mapplic-sidebar-close {
  background-color: var(--neutral-000);
  border-radius: 0 16px 16px 0;
  border: none;
  cursor: pointer;
  position: absolute;
  pointer-events: all;
  min-width: 24px;
  height: 32px;
  font-size: 0;
  z-index: 110;
  color: var(--neutral-600);
  transition: color 0.2s;
  transform: translateY(-50%);
  left: 0;
  padding: 7px 7px 7px 0;
  top: 50%;
}
.mapplic-sidebar-closed .mapplic-controls .mapplic-sidebar-close > svg {
  transform: rotate(180deg);
}
.mapplic-controls .mapplic-sidebar-close:hover {
  color: var(--neutral-900);
}
.mapplic-sidebar-right .mapplic-controls .mapplic-sidebar-close {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  top: 50%;
}
.mapplic-portrait .mapplic-controls .mapplic-sidebar-close {
  top: auto;
  right: auto;
  left: 50%;
  bottom: -4px;
  transform: translate(-50%) rotate(-90deg);
}
.mapplic-portrait .mapplic-sidebar-close > svg {
  transform: rotate(180deg);
}
.mapplic-control-button {
  pointer-events: auto;
  background-color: var(--neutral-000) !important;
  border: 1px solid var(--neutral-200);
  border-radius: 6px;
  box-sizing: border-box;
  color: var(--neutral-900);
  cursor: pointer;
  display: flex;
  padding: 7px;
  transition: box-shadow 0.2s;
  gap: 8px;
}
.mapplic-control-button > span {
  font-size: 14px;
  line-height: 16px;
}
.mapplic-controls .mapplic-control-button:not(:disabled):hover {
  box-shadow: 0 2px 4px #0000000a;
}
.mapplic-controls .mapplic-control-button:active {
  box-shadow: none;
}
.mapplic-control-button:disabled {
  background-color: var(--neutral-000);
  color: var(--neutral-400);
  cursor: auto;
}
.mapplic-control-group > .mapplic-control-button {
  border-radius: 0;
}
.mapplic-control-group > .mapplic-control-button:first-child {
  border-radius: 6px 6px 0 0;
}
.mapplic-control-group > .mapplic-control-button:last-child {
  border-radius: 0 0 6px 6px;
}
.mapplic-button {
  box-shadow: 0 1px 3px #0000000a;
  background-color: var(--neutral-000);
  border: 1px solid var(--neutral-300);
  border-radius: 6px;
  cursor: pointer;
  color: var(--neutral-900);
  display: inline-flex;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  transition:
    background-color 0.2s,
    border-color 0.2s;
}
.mapplic-button:disabled {
  color: var(--neutral-400);
}
.mapplic-button:not(:disabled):hover {
  box-shadow: 0 1px 3px #0000000f;
  background-color: var(--neutral-000);
  border-color: var(--neutral-400);
}
.mapplic-button:not(:disabled).mapplic-active,
.mapplic-button:not(:disabled):active {
  box-shadow: none;
  background-color: var(--neutral-200);
}
.mapplic-button-small {
  background-color: var(--primary);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 10px;
  color: #fff;
  text-decoration: none;
  padding: 4px;
}
.mapplic-button.mapplic-button-primary:not(:disabled) {
  background-color: var(--primary);
  border: none;
  padding: 8px 12px;
  color: #fff;
  font-weight: 600;
  transition: filter 0.2s;
}
.mapplic-button.mapplic-button-icon {
  padding: 8px;
}
.mapplic-button.mapplic-button-primary:not(:disabled):hover {
  filter: brightness(1.2);
}
.mapplic-button.mapplic-button-primary:not(:disabled):active {
  filter: brightness(0.8);
}
.mapplic-button.mapplic-button-primary:disabled {
  background-color: var(--neutral-300);
  border: none;
  color: var(--neutral-000);
  cursor: auto;
  font-weight: 700;
}
.mapplic-button.mapplic-button-secondary {
  background-color: var(--neutral-700) !important;
  border: 1px solid var(--neutral-700) !important;
  color: var(--neutral-000);
}
.mapplic-image {
  border-radius: 8px;
  overflow: hidden;
  font-size: 0;
  margin-bottom: 12px;
  height: 140px;
}
.mapplic-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mapplic-layers {
  min-width: 100%;
  position: relative;
  transform-origin: top left;
}
.mapplic-panzoom {
  touch-action: none;
  position: relative;
}
.mapplic-layer {
  -webkit-user-select: none;
  user-select: none;
  line-height: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.mapplic-panzoom .mapplic-layer {
  width: auto;
  height: auto;
  position: absolute;
}
.mapplic-layer > img {
  display: block;
}
.mapplic-layer > img:not(.mapplic-panzoom .mapplic-layer > img) {
  width: 100%;
  height: 100%;
}
.mapplic-layer > svg {
  width: 100%;
  height: 100%;
}
.mapplic-panzoom .mapplic-layer > svg {
  width: auto;
  height: auto;
}
.mapplic-overlay {
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.mapplic-overlay > * {
  pointer-events: auto;
}
.mapplic-layer-switcher {
  display: flex;
  flex-direction: column;
}
.mapplic-layer-switcher > button {
  background-color: #f2f2f299;
  border-radius: 0;
  color: var(--neutral-700);
  cursor: pointer;
  padding: 0 8px;
  min-height: 28px;
  font-size: 12px;
  font-weight: 600;
  border: none;
  transition: transform 0.2s;
}
.mapplic-layer-switcher > button:first-child {
  border-radius: 6px 6px 0 0;
}
.mapplic-layer-switcher > button:last-child {
  border-radius: 0 0 6px 6px;
}
.mapplic-layer-switcher > button.mapplic-active {
  box-shadow: 0 6px 12px #00000005;
  background-color: var(--neutral-000);
  border-radius: 4px;
  color: var(--neutral-900);
  transform: scale(1.2);
  z-index: 100;
}
.mapplic-sidebar {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--sidebar);
  padding: 0 8px 0 0;
  overflow: hidden;
  z-index: 110;
  transition: left 0.2s;
}
.mapplic-sidebar > * {
  pointer-events: auto;
}
.mapplic-sidebar-count {
  color: var(--neutral-600);
  margin: 0 8px 8px;
}
.mapplic-dir {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 24px;
  padding: 0 4px;
  margin: 8px 0;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mapplic-dir-items {
  display: grid;
  grid-template-columns: 100%;
  max-width: 100%;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mapplic-dir-items > li {
  min-width: 0;
}
.mapplic-grid-items {
  gap: 16px;
}
.mapplic-dir-group-title {
  color: var(--neutral-300);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 8px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  transition: color 0.2s;
}
.mapplic-dir-group-title > span {
  flex-shrink: 0;
  font-size: 11px;
}
.mapplic-line {
  height: 0.8px;
  background-color: var(--neutral-100);
  transition: background-color 0.2s;
  width: 100%;
}
.mapplic-dir-group:hover > .mapplic-dir-group-title {
  color: var(--neutral-500);
}
.mapplic-dir-item {
  box-shadow: none;
  all: unset;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--neutral-900);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 6px;
  transition:
    border-color 0.2s,
    background-color 0.2s,
    box-shadow 0.2s;
}
.mapplic-grid-item {
  flex-direction: column;
  align-items: flex-start;
}
.mapplic-grid-item h3 {
  font-weight: 600;
  font-size: 16px;
}
.mapplic-grid-item > .mapplic-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.mapplic-grid-item > .mapplic-item-body {
  padding: 4px 8px;
  width: 100%;
}
.mapplic-dir-item.mapplic-active {
  border-color: var(--neutral-100);
}
.mapplic-dir-item.mapplic-active .mapplic-thumbnail {
  opacity: 1;
}
.mapplic-thumbnail {
  background-color: var(--neutral-200);
  box-sizing: border-box;
  border-radius: 4px;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition:
    opacity 0.2s,
    background-color 0.2s;
}
.mapplic-dir-item .mapplic-thumbnail:has(img),
.mapplic-dir-item:hover .mapplic-thumbnail:has(img),
.mapplic-dir-item.mapplic-active .mapplic-thumbnail:has(img) {
  background-color: var(--neutral-000);
}
.mapplic-grid-item .mapplic-thumbnail:has(img) {
  background-color: var(--neutral-050);
}
.mapplic-grid-item .mapplic-thumbnail:has(img) {
  padding: 5%;
}
.mapplic-thumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s;
}
.mapplic-thumbnail > span {
  color: var(--neutral-000);
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.mapplic-dir-item.mapplic-highlight .mapplic-thumbnail,
.mapplic-dir-item:hover .mapplic-thumbnail {
  opacity: 1;
}
.mapplic-dir-item.mapplic-highlight,
.mapplic-dir-item:hover,
.mapplic-dir-item:focus-visible {
  background-color: var(--neutral-000);
  border-color: var(--neutral-200);
  box-shadow: 0 6px 12px #00000005;
  outline: none;
}
.mapplic-item-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow: hidden;
  max-width: 100%;
}
.mapplic-dir-item h4,
h5 {
  line-height: 20px;
  margin: 0;
}
.mapplic-dir-item h4 {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mapplic-dir-item h5 {
  display: flex;
  gap: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--neutral-600);
  font-size: 12px;
  font-weight: 400;
}
.mapplic-empty-message {
  color: var(--neutral-500);
  font-size: 13px;
  margin: auto;
  padding: 0 8px;
}
.mapplic-search-filter {
  border-radius: 12px;
  border: 3px solid transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  flex-shrink: 0;
  transition: border-color 0.2s;
}
.mapplic-portrait .mapplic-search-filter {
  margin: 16px 0;
}
.mapplic-search-filter.opened {
  background-color: var(--neutral-000);
  border-color: var(--neutral-100);
}
.mapplic-filters-footer {
  background-color: var(--neutral-100);
  display: flex;
  justify-content: space-between;
  padding: 8px 12px 5px;
}
.mapplic-filters-footer > button {
  all: unset;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  gap: 4px;
  align-items: center;
}
.mapplic-filters-footer > span {
  font-size: 13px;
  color: var(--neutral-400);
}
.mapplic-search-bar {
  display: flex;
  gap: 8px;
  padding: 9px;
}
.mapplic-search-bar .mapplic-search {
  flex-grow: 1;
}
.mapplic-search-bar .mapplic-switch {
  flex-shrink: 0;
}
.mapplic-search {
  background-color: #f2f2f299;
  border-radius: 8px;
  position: relative;
}
.mapplic-search > input {
  background: none;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--neutral-900);
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 10px 10px 10px 36px;
  width: 100%;
}
.mapplic-search > input:focus {
  outline: 2px solid var(--primary);
}
.mapplic-search > svg {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -8px;
}
.mapplic-search > button {
  background: none;
  border: none;
  color: var(--neutral-900);
  cursor: pointer;
  line-height: 8px;
  right: 8px;
  top: 50%;
  margin-top: -12px;
  padding: 6px;
  position: absolute;
}
.mapplic-element mark {
  background-color: #1476ff40;
  color: var(--neutral-900);
}
.mapplic-filters {
  background-color: var(--neutral-100);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.mapplic-filters-body {
  background-color: var(--neutral-000);
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 2;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px 16px 16px;
}
.mapplic-filters h5 {
  color: var(--neutral-400);
  font-weight: 500;
  font-size: 11px;
  line-height: 1.6em;
  margin-bottom: 8px;
  margin-top: 8px;
  text-transform: uppercase;
}
.mapplic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px 0;
}
.mapplic-tag {
  background-color: var(--neutral-000);
  border: 1px solid var(--neutral-200);
  border-radius: 13px;
  color: var(--neutral-600);
  cursor: pointer;
  display: flex;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  padding: 6px 10px;
  vertical-align: middle;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.mapplic-tag:not(.mapplic-active) > span {
  color: var(--neutral-800);
}
.mapplic-tag:hover {
  border-color: var(--neutral-500);
}
.mapplic-tag.mapplic-active {
  background-color: var(--neutral-800);
  border-color: var(--neutral-800);
}
.mapplic-tag > svg {
  vertical-align: middle;
}
.mapplic-tag > svg:first-child {
  margin-right: 2px;
}
.mapplic-tag > svg:last-child {
  margin-left: 2px;
}
.mapplic-dropdown {
  background-color: var(--neutral-000);
  border: 1px solid var(--neutral-300);
  border-radius: 6px;
  margin: 0 0 8px;
  box-sizing: border-box;
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 8px;
  width: 100%;
}
.mapplic-count {
  background-color: var(--neutral-800);
  box-sizing: border-box;
  border-radius: 8px;
  color: var(--neutral-000);
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  line-height: 8px;
  min-width: 16px;
  padding: 4px;
  position: absolute;
  top: -6px;
  right: -6px;
  vertical-align: middle;
}
.mapplic-switch {
  background-color: #f2f2f299;
  box-sizing: content-box;
  border-radius: 8px;
  display: flex;
  min-width: 32px;
  height: 32px;
  padding: 4px;
  position: relative;
}
.mapplic-switch > .mapplic-switch-background {
  position: absolute;
  background-color: var(--neutral-000);
  box-shadow: 0 1px 2px #0000000f;
  border-radius: 6px;
  height: 32px;
  right: 4px;
  left: 4px;
  transition: left 0.2s;
}
.mapplic-switch > button {
  background: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  gap: 6px;
  font-size: 15px;
  color: var(--neutral-900);
  flex-grow: 1;
  padding: 8px;
  min-width: 32px;
  height: 100%;
  position: relative;
  transition: color 0.2s;
}
.mapplic-switch > button > span {
  color: var(--neutral-700);
}
.mapplic-switch button.mapplic-active {
  color: var(--neutral-900);
}
.mapplic-toggle {
  color: var(--neutral-900);
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.mapplic-toggle-switch {
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 20px;
  right: 0;
}
.mapplic-toggle-switch > input {
  display: none;
}
.mapplic-toggle-switch > span {
  background-color: var(--neutral-200);
  border-radius: 16px;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.2s;
}
.mapplic-toggle-switch > span:before {
  background-color: var(--neutral-000);
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  top: 2px;
  transition: 0.2s;
}
.mapplic-toggle-switch > input:checked + span {
  background-color: var(--neutral-800);
}
.mapplic-toggle-switch > input:checked + span:before {
  transform: translate(12px);
}
.mapplic-legend {
  display: grid;
  flex-direction: column;
  padding: 12px;
  background: rgba(249, 250, 251, 0.8);
  box-shadow: 0 4px 24px #0000000d;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  overflow: hidden;
  transition:
    background-color 0.2s,
    border-radius 0.2s;
}
.mapplic-legend.closed {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.mapplic-legend-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 12px;
  overflow: hidden;
  padding-bottom: 8px;
}
.mapplic-legend-title > button {
  padding: 4px;
}
.mapplic-legend-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mapplic-legend-list.horizontal {
  flex-direction: row;
  gap: 16px;
}
.mapplic-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.mapplic-legend-symbol {
  background-color: var(--neutral-300);
  border-radius: 4px;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  color: var(--neutral-000);
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}
.mapplic-element * {
  scrollbar-width: thin;
  scrollbar-color: var(--neutral-200) transparent;
}
.mapplic-element *::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.mapplic-element *::-webkit-scrollbar-track {
  background-color: transparent;
}
.mapplic-element *::-webkit-scrollbar-thumb {
  background-color: var(--neutral-200);
  border-radius: 20px;
  border: 3px solid transparent;
  box-sizing: border-box;
}
.mapplic-layer * {
  pointer-events: none;
}
.mapplic-layer svg text {
  font-family: 'Tilda Sans', sans-serif;
}
.mapplic-layer svg *[id^="MLOC"] > *[id],
.mapplic-layer svg *[id^="MLOC"] > *[id] * {
  pointer-events: auto;
  transition: fill 0.2s;
}
.mapplic-layer svg .mapplic-highlight,
.mapplic-layer svg .mapplic-active {
  cursor: pointer;
}
.mapplic-layer svg[baseProfile] *[id^="MLOC"] > *[id] {
  fill: var(--neutral-200);
  stroke: var(--neutral-400);
  stroke-width: 0.5;
}
.mapplic-wayfinding {
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
}
.mapplic-wayfinding.mapplic-active {
  border: 1px solid var(--neutral-100);
  box-shadow: 0 6px 12px #00000005;
  border-radius: 8px;
  background-color: var(--neutral-000);
  padding: 12px;
}
.mapplic-wayfinding-header {
  display: flex;
  padding: 4px;
  gap: 4px;
  justify-content: space-between;
}
.mapplic-wayfinding-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mapplic-wayfinding-bar {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.mapplic-wayfinding-bar-main {
  display: flex;
  gap: 8px;
}
.mapplic-close {
  all: unset;
  display: flex;
  padding: 4px;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0.5;
  transition:
    0.2s border-color,
    0.2s background-color;
}
.mapplic-close:hover {
  opacity: 1;
}
.mapplic-wayfinding-position {
  margin-left: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mapplic-wayfinding-body {
  position: relative;
  gap: 8px;
  display: flex;
}
.mapplic-wayfinding-positions {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.mapplic-wayfinding-position:first-child > .mapplic-wayfinding-pin {
  border-radius: 6px;
}
.mapplic-wayfinding-position > button {
  border: none;
  outline: 2px solid transparent;
  background-color: var(--neutral-100);
  border-radius: 6px;
  display: block;
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.2s all;
  width: 140px;
}
.mapplic-wayfinding-position > button:hover {
  background-color: var(--neutral-100) !important;
}
.mapplic-wayfinding-pin {
  border: 2px solid #000;
  box-sizing: content-box;
  border-radius: 5px 5px 5px 0;
  rotate: -45deg;
  width: 5px;
  height: 5px;
}
.mapplic-wayfinding-swap {
  background-color: var(--neutral-000);
  all: unset;
  color: var(--neutral-700);
  padding: 4px;
  rotate: 90deg;
  cursor: pointer;
}
.mapplic-wayfinding-dots {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  left: 7px;
  top: 28px;
}
.mapplic-wayfinding-dots > * {
  background-color: var(--neutral-300);
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.mapplic-routes-dashed {
  animation: dash 200s linear infinite;
}
@keyframes dash {
  to {
    stroke-dashoffset: -1000;
  }
}
.mapplic-marker-pulse {
  content: "";
  position: relative;
  display: block;
  z-index: -1;
  width: 300%;
  opacity: 1;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: inherit;
  animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  50%,
  to {
    opacity: 0;
  }
}
.mapplic-dir-item h4,
.mapplic-popup-body-category,
.mapplic-popup-body-title,
.mapplic-search input {
  font-family: 'Tilda Sans', sans-serif;
}

.mapplic-switch button::after,
.mapplic-switch button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  content: "";
  transition: 0.4s;
}

.mapplic-control-button,
.mapplic-control-group,
.mapplic-layer-switcher {
  position: relative;
  right: 34px;
  background: #fff;
}

:host,
:root {
  --sidebar: 370px !important
;
}

.mapplic-layer svg .anchor.mapplic-active .bg,
.mapplic-layer svg .anchor.mapplic-highlight .bg {
  fill: #8270a4;
}

.mapplic-layer svg .anchor.mapplic-active .logo .cls-6,
.mapplic-layer svg .anchor.mapplic-active .logo .st10,
.mapplic-layer svg .anchor.mapplic-active .logo .st13,
.mapplic-layer svg .anchor.mapplic-active .logo .st2,
.mapplic-layer svg .anchor.mapplic-active .logo .st8,
.mapplic-layer svg .anchor.mapplic-active .logo .st9,
.mapplic-layer svg .anchor.mapplic-active .logo path,
.mapplic-layer svg .anchor.mapplic-highlight .logo .cls-6,
.mapplic-layer svg .anchor.mapplic-highlight .logo .st10,
.mapplic-layer svg .anchor.mapplic-highlight .logo .st13,
.mapplic-layer svg .anchor.mapplic-highlight .logo .st2,
.mapplic-layer svg .anchor.mapplic-highlight .logo .st8,
.mapplic-layer svg .anchor.mapplic-highlight .logo .st9,
.mapplic-layer svg .anchor.mapplic-highlight .logo path {
  pointer-events: none;
  fill: #fff;
}

.mapplic-layer svg .mapplic-highlight.anchor {
  cursor: pointer;
}

.mapplic-layer svg .mapplic-highlight {
  cursor: grab;
}

.mapplic-control-zone.mapplic-top-right {
  top: 187px;
}

.mapplic-container {
  height: calc(100vh - 199px) !important;
  margin: 0;
  padding: 178px 44px 10px 65px;
  overflow: hidden;
  background: 0 0;
  border-radius: 0;
}

.mapplic-sidebar {
  z-index: 90;
  padding: 93px 50px 34px;
  border-right: 1px solid #dcd4c0;
}

.mapplic-sidebar-closed .mapplic-sidebar {
  border: 0;
}

.mapplic-search-filter {
  border: 0;
  border-radius: 0;
}

.mapplic-search-filter.opened .mapplic-switch button {
  background: #595959;
}

.mapplic-search-filter.opened .mapplic-switch button::before {
  opacity: 0;
}

.mapplic-search-filter.opened .mapplic-switch button::after {
  opacity: 1;
}

.mapplic-search-bar {
  display: flex;
  align-items: center;
  padding: 0;
  background: #fff;
  border: 1px solid #595959;
  border-radius: 4px;
}

.mapplic-search {
  height: 53px;
  background: 0 0;
  border: 0;
}

.mapplic-search svg {
  left: 15px;
  width: 22px;
  height: 22px;
  margin-top: -4px;
  stroke: #292d32;
}

.mapplic-search > svg {
  margin-top: -12px;
}

.mapplic-search input {
  height: 100%;
  padding: 0 0 0 46px;
  color: #1d1d1b;
  font-weight: 300;
  font-size: 16px !important;
  line-height: 55px !important;
}

.mapplic-search input::placeholder {
  color: #1d1d1b;
}

.mapplic-search input:focus {
  outline: 0;
}

.mapplic-switch {
  min-width: 0;
  height: auto;
  margin: 2px 14px 0 0;
  padding: 0;
  background: 0 0;
}

.mapplic-control-button svg,
.mapplic-filters-footer,
.mapplic-popup-title h4,
.mapplic-popup-title h5,
.mapplic-switch .mapplic-count,
.mapplic-switch .mapplic-switch-background,
.mapplic-switch button svg {
  display: none;
}

.mapplic-switch button {
  position: relative;
  display: inline-flex;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  width: 25px;
  min-width: 0;
  height: 25px;
  padding: 0;
  background: #4bb95a;
  border-radius: 8px;
  transition: 0.4s;
}

.mapplic-dir-item,
.mapplic-dir-item.mapplic-active,
.mapplic-dir-item.mapplic-highlight,
.mapplic-dir-item:hover {
  border: 0;
  box-shadow: none;
}

.mapplic-switch button::before {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns= 'http://www.w3.org/2000/svg' width= '30' height= '30' fill= '%23fff' %3E%3Cpath d= 'M10.525 5.938a.944.944 0 0 0-.937.937v4.875a.936.936 0 1 0 1.875 0V6.875a.944.944 0 0 0-.938-.938zm8.95 0a.944.944 0 0 0-.938.937V8.49a4.183 4.183 0 0 0 .94 8.26c2.3 0 4.187-1.875 4.187-4.188a4.182 4.182 0 0 0-3.252-4.072V6.875a.944.944 0 0 0-.937-.938zm0 4.312h.002a2.323 2.323 0 0 1 2.312 2.313 2.315 2.315 0 0 1-2.312 2.312 2.315 2.315 0 0 1-2.313-2.313 2.315 2.315 0 0 1 2.31-2.312zm-8.95 3a4.183 4.183 0 0 0-.938 8.26v1.615c0 .512.426.938.938.938a.936.936 0 0 0 .938-.938V21.51a4.182 4.182 0 0 0-.938-8.26zm0 1.875a2.307 2.307 0 0 1 2.313 2.313 2.315 2.315 0 0 1-2.313 2.312 2.315 2.315 0 0 1-2.312-2.313 2.315 2.315 0 0 1 2.312-2.312zm8.95 2.188a.944.944 0 0 0-.938.937v4.875c0 .512.425.938.938.938a.944.944 0 0 0 .937-.938V18.25a.944.944 0 0 0-.937-.938z' /%3E%3C/svg%3E");
}

.mapplic-switch button::after {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width= '10' height= '10' viewBox= '0 0 10 10' fill= 'none' xmlns= 'http://www.w3.org/2000/svg' %3E%3Cpath d= 'M9 1L1 9.0789' stroke= 'white' stroke-width= '1.5' stroke-miterlimit= '10' stroke-linecap= 'round' stroke-linejoin= 'round' /%3E%3Cpath d= 'M1 1L9 9.0789' stroke= 'white' stroke-width= '1.5' stroke-miterlimit= '10' stroke-linecap= 'round' stroke-linejoin= 'round' /%3E%3C/svg%3E%0A");
  opacity: 0;
}

.mapplic-dir {
  margin: 23px 0 0;
  scrollbar-width: none !important;
}

.mapplic-dir::-webkit-scrollbar {
  width: 0;
}

.mapplic-dir-items li {
  margin: 0 0 6px;
}

.mapplic-dir-item {
  padding: 0;
}

.mapplic-dir-item.mapplic-active h4,
.mapplic-dir-item.mapplic-highlight h4,
.mapplic-dir-item:hover h4 {
  color: #8270a4;
}

.mapplic-dir-item h4 {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: 0.4s;
}

.mapplic-dir-item h5,
.mapplic-layer-switcher button,
.mapplic-popup-body-floor,
.mapplic-tag {
  font-weight: 300;
  font-family: 'Tilda Sans', sans-serif;
}

.mapplic-dir-item h5 {
  margin: 0;
  padding: 3px 0 0;
  color: #595959;
  font-size: 11px;
  line-height: normal;
}

.mapplic-controls {
  padding: 50px;
}

.mapplic-layer-switcher > button.mapplic-active {
  z-index: 90;
}

.mapplic-element * {
  scrollbar-color: #8270a4 #f5f2ef;
}

.mapplic-filters {
  margin: 18px 0 0;
  background: #fff;
}

.mapplic-filters-body {
  padding: 0 4px 0 0;
  scrollbar-width: none !important;
}

.mapplic-filters-body::-webkit-scrollbar {
  width: 0;
}

.mapplic-tags {
  gap: 15px;
}

.mapplic-tag {
  padding: 7px 14px;
  color: #595959;
  font-size: 14px;
  line-height: 100%;
  border-color: #595959;
}

.mapplic-tag.mapplic-active {
  background-color: #8270a4;
  border-color: #8270a4;
}

.mapplic-controls .mapplic-sidebar-close {
  z-index: 90;
  display: none;
  top: calc(50% - 74px);
  left: 29px;
  width: 25px;
  height: 25px;
  padding: 0;
  background: #595959;
  border-radius: 50%;
}

.mapplic-controls .mapplic-sidebar-close svg {
  stroke: #fff;
}

.mapplic-layer-switcher {
  top: 76px;
  display: none;
  flex-direction: row;
  border: 1px solid #dcd4c0;
  border-radius: 4px;
}

.mapplic-layer-switcher button {
  width: 88px;
  height: 55px;
  color: #000;
  font-size: 16px;
  line-height: 55px;
  background: 0 0;
  border-right: 1px solid #dcd4c0;
  border-radius: 0;
  transition: 0.4s;
}

.mapplic-layer-switcher button.mapplic-active {
  color: #fff;
  background: #4bb959;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.mapplic-layer-switcher button:first-child {
  border-radius: 0;
}

.mapplic-layer-switcher button:last-child {
  border-right: 0;
}

.mapplic-control-group {
  top: -16px;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 45px;
  height: 70px;
  overflow: hidden;
  border: 1px solid #dcd4c0;
  border-radius: 160px;
}

.mapplic-control-group .mapplic-control-button {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  padding: 0;
  background: 0 0;
  border: 0;
}

.mapplic-control-group .mapplic-control-button:first-child {
  padding: 13px 0 0;
  border-radius: 0;
}

.mapplic-control-group .mapplic-control-button:last-child {
  padding: 0 0 6px;
  border-radius: 0;
}

.mapplic-control-group .mapplic-control-button::before {
  content: none;
}

.mapplic-control-group .mapplic-control-button svg {
  display: inline-flex;
}

.mapplic-control-button {
  top: -13px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.mapplic-control-button::before {
  display: inline-flex;
  width: 15px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width= '15' height= '17' viewBox= '0 0 15 17' fill= 'none' xmlns= 'http://www.w3.org/2000/svg' %3E%3Cpath d= 'M7.49349 16.9657C3.3623 16.9657 0 13.6034 0 9.47222C0 7.98656 0.430063 6.53998 1.26412 5.31496C1.56386 4.87187 2.17636 4.74155 2.61946 5.04129C3.06255 5.34103 3.19288 5.95354 2.89314 6.39663C2.28063 7.30888 1.96785 8.37752 1.96785 9.47222C1.96785 12.5217 4.45699 15.0109 7.50651 15.0109C10.556 15.0109 13.0452 12.5217 13.0452 9.47222C13.0452 6.4227 10.556 3.93356 7.50651 3.93356C6.85491 3.93356 6.22937 4.02478 5.61685 4.20723C5.1086 4.36362 4.56125 4.07691 4.39183 3.55562C4.23544 3.03434 4.52215 2.48698 5.04344 2.3306C5.8384 2.08299 6.65942 1.9657 7.50651 1.9657C11.6377 1.9657 15 5.32799 15 9.45919C15 13.5904 11.6247 16.9657 7.49349 16.9657Z' fill= '%231D1D1B' /%3E%3Cpath d= 'M4.39161 4.44158C4.17006 4.44158 3.9355 4.36338 3.75305 4.207C3.34905 3.85513 3.30994 3.22959 3.66181 2.82559L5.83818 0.336448C6.19005 -0.0675489 6.81559 -0.119677 7.21958 0.245223C7.62358 0.597091 7.66269 1.22263 7.31082 1.62663L5.13445 4.11577C4.92594 4.32429 4.66528 4.44158 4.39161 4.44158Z' fill= '%231D1D1B' /%3E%3Cpath d= 'M6.92325 6.29233C6.72777 6.29233 6.51925 6.22717 6.34983 6.10988L3.82159 4.25931C3.39153 3.94654 3.28729 3.33403 3.61309 2.89093C3.92586 2.46087 4.53838 2.35662 4.98147 2.68243L7.50969 4.53299C7.93975 4.84576 8.04402 5.45827 7.71821 5.90136C7.52273 6.14897 7.22299 6.29233 6.92325 6.29233Z' fill= '%231D1D1B' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.mapplic-tooltip.mapplic-popup {
  width: 330px;
  max-width: 100% !important;
  height: 280px;
  max-height: 100% !important;
}

.mapplic-popup-content {
  gap: 0;
  padding: 0;
  box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.1);
}

.mapplic-popup-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 30px 27px;
}

.mapplic-popup-body-floor {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 25px;
  margin: 0 0 17px;
  padding: 0 13px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  background: #595959;
  border-radius: 32px;
}

.mapplic-popup-body-title {
  margin: 0 0 9px;
  color: #1d1d1b;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}

.mapplic-popup-body-category {
  margin: 0 0 10px;
  color: #595959;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
}

.mapplic-popup-body-footer {
  display: flex;
  align-items: center;
  margin: auto 0 0;
}

.mapplic-popup-body-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 80px;
  margin: 0 23px 0 0;
  background: #faf7f4;
  border-radius: 10px;
}

.mapplic-popup-body-logo-img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.mapplic-popup-body-link {
  display: flex;
  align-items: center;
  color: #8270a4;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-underline-offset: 2px;
  transition: 0.4s;
}

.mapplic-popup-body-link:hover {
  text-decoration: underline;
}

.mapplic-popup-body-link:hover .mapplic-popup-body-link-circle {
  background: #8270a4;
}

.mapplic-popup-body-link:hover .mapplic-popup-body-link-circle svg {
  fill: #fff;
}

.mapplic-popup-body-link-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin: 0 0 0 12px;
  background: #f0f0f0;
  border-radius: 50%;
  transition: 0.4s;
}

.mapplic-popup-body-link-circle svg {
  transition: 0.4s;
  fill: #8270a4;
}

.mapplic-popup-close {
  top: 14px;
  right: 13px;
  width: 28px;
  height: 28px;
  padding: 0;
  transition: 0.4s;
}

.mapplic-popup-close svg {
  width: 100%;
  height: 100%;
  stroke: #595959;
}

@media (max-width: 1709.98px) {
  .mapplic-sidebar {
    padding: 73px 29px 34px 41px;
  }

  .mapplic-layer-switcher {
    top: 61px;
    right: 22px;
  }

  .mapplic-layer-switcher button {
    width: 67px;
    height: 45px;
    line-height: 45px;
  }

  .mapplic-control-group {
    top: -12px;
    right: 22px;
  }

  .mapplic-control-button {
    top: -10px;
    right: 22px;
  }

  .mapplic-controls .mapplic-sidebar-close {
    top: calc(50% - 83px);
    left: 7px;
  }

  .mapplic-container {
    height: calc(100vh - 188px) !important;
    margin: 0;
    padding: 154px 40px 131px 26px;
  }
}

@media (max-width: 1279.98px) {
  .mapplic-container {
    height: auto !important;
    padding: 70px 24px 116px 30px;
  }

  .mapplic-portrait .mapplic-container {
    margin: 150px 0 0 !important;
  }

  .mapplic-control-button,
  .mapplic-control-group,
  .mapplic-layer-switcher {
    right: 9px;
  }

  .mapplic-layer-switcher button {
    width: 67px;
    height: 55px;
    line-height: 55px;
  }

  .mapplic-sidebar-close {
    display: none;
  }

  .mapplic-search-filter {
    max-width: calc(100% - 48px);
  }

  .mapplic-dir {
    width: calc(100% - 48px);
    margin: 13px 0 0;
  }

  .mapplic-control-zone.mapplic-top-right {
    position: static;
  }

  .mapplic-control-group {
    position: absolute;
    top: auto;
    right: 16px;
    bottom: 20px;
    display: flex;
    width: 70px;
    height: 35px;
  }

  .mapplic-control-group .mapplic-control-button {
    width: 35px;
    height: 100%;
    padding: 0;
  }

  .mapplic-control-group .mapplic-control-button:first-child {
    padding: 0 0 0 12px;
  }

  .mapplic-control-group .mapplic-control-button:last-child {
    padding: 0 7px 0 0;
  }

  .mapplic-control-button {
    position: absolute;
    inset: auto auto 20px 16px;
    width: 35px;
    height: 35px;
  }

  .mapplic-control-button:before {
    width: 12px;
    height: 14px;
  }
}

@media (max-width: 767.98px) {
  .mapplic-container {
    padding: 10px 15px;
    height: 60vh !important;
  }

  .mapplic-portrait .mapplic-container {
    margin: 0px 0 0 !important;
  }

  .mapplic-layer-switcher {
    position: absolute;
    top: 50px;
    right: 15px;
  }

  .mapplic-layer-switcher button {
    width: 41px;
    height: 35px;
    font-size: 11px;
    line-height: 35px;
  }

  .mapplic-control-zone.mapplic-top-right {
    position: static;
  }

  .mapplic-control-group {
    position: absolute;
    top: auto;
    right: 16px;
    bottom: 0;
    display: flex;
    width: 70px;
    height: 35px;
  }

  .mapplic-control-group .mapplic-control-button {
    width: 35px;
    height: 100%;
    padding: 0;
  }

  .mapplic-control-group .mapplic-control-button:first-child {
    padding: 0 0 0 12px;
  }

  .mapplic-control-group .mapplic-control-button:last-child {
    padding: 0 7px 0 0;
  }

  .mapplic-control-button {
    position: absolute;
    inset: auto auto 0 16px;
    width: 35px;
    height: 35px;
  }

  .mapplic-control-button:before {
    width: 12px;
    height: 14px;
  }

  .mapplic-search-filter {
    max-width: calc(100% - 30px);
  }

  .mapplic-search {
    height: 38px;
  }

  .mapplic-search button svg {
    left: 9px;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-right: -10px;
  }

  .mapplic-search > svg {
    left: 9px;
    margin-top: -10px;
  }

  .mapplic-search input {
    padding: 0 0 0 36px;
    line-height: 38px;
  }

  .mapplic-search input::placeholder {
    font-size: 14px;
  }

  .mapplic-switch {
    margin: 0 6px 0 0;
  }

  .mapplic-dir {
    width: calc(100% - 30px);
    margin: 9px 0 0;
  }

  .mapplic-dir-item h4 {
    font-size: 14px;
    line-height: 22px;
  }

  .mapplic-dir-item h5 {
    padding: 5px 0 0;
  }

  .mapplic-dir-items li {
    margin: 0 0 8px;
  }

  .mapplic-tag {
    padding: 0 12px;
    font-size: 11px;
    line-height: 24px;
  }

  .mapplic-tags {
    gap: 10px;
  }

  .mapplic-filters {
    margin: 10px 0 0;
  }

  .mapplic-portrait .mapplic-search-filter {
    margin: 16px 0;
  }

  .mapplic-tooltip {
    border-radius: 0;
  }

  .mapplic-tooltip.mapplic-popup {
    width: 100vw;
    max-width: 430px !important;
    height: 165px;
  }

  .mapplic-popup-body {
    padding: 14px 15px 20px;
  }

  .mapplic-popup-body-floor {
    margin: 0 0 11px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 25px;
  }

  .mapplic-popup-body-title {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 26px;
  }

  .mapplic-popup-body-category {
    font-size: 12px;
  }

  .mapplic-popup-body-logo {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 80px;
    height: 54px;
    margin: 0;
  }

  .mapplic-popup-body-logo-img {
    max-width: 65%;
    max-height: 65%;
  }

  .mapplic-popup-body-link-circle {
    width: 20px;
    height: 20px;
  }

  .mapplic-popup-body-link-circle svg {
    width: 5px;
  }

  .mapplic-popup-close {
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
  }

  .mapplic-search svg {
    left: 8px;
    margin-top: -12px;
  }
}
