#rec1288351141 .t-map ymaps.kb-native-map-marker,
#rec1288351141 .t-map ymaps[class*="image-with-content"][style*="tild3031-3338-4263-b334-393236393435__favicon_"] {
  overflow: visible !important;
  z-index: 80 !important;
}

#rec1288351141 .t-map ymaps.kb-native-map-marker .kb-native-map-marker__pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(205, 0, 29, 0.82);
  border-radius: 999px;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.56);
  opacity: 0;
  animation: kbMapPulse 3.9s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  box-shadow:
    0 0 24px rgba(205, 0, 29, 0.34),
    0 0 44px rgba(205, 0, 29, 0.18),
    0 0 22px rgba(212, 175, 55, 0.08);
}

#rec1288351141 .t-map ymaps.kb-native-map-marker .kb-native-map-marker__pulse--two {
  animation-delay: 1.95s;
}

#rec1288351141 .t-map ymaps:not(.kb-native-map-marker)[class*="image-with-content"][style*="tild3031-3338-4263-b334-393236393435__favicon_"]::before,
#rec1288351141 .t-map ymaps:not(.kb-native-map-marker)[class*="image-with-content"][style*="tild3031-3338-4263-b334-393236393435__favicon_"]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(205, 0, 29, 0.82);
  border-radius: 999px;
  transform: translate(-50%, -50%) scale(0.56);
  opacity: 0;
  animation: kbMapPulse 3.9s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  box-shadow:
    0 0 24px rgba(205, 0, 29, 0.34),
    0 0 44px rgba(205, 0, 29, 0.18),
    0 0 22px rgba(212, 175, 55, 0.08);
}

#rec1288351141 .t-map ymaps:not(.kb-native-map-marker)[class*="image-with-content"][style*="tild3031-3338-4263-b334-393236393435__favicon_"]::after {
  animation-delay: 1.95s;
}

@keyframes kbMapPulse {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.56);
  }

  20% {
    opacity: 0.72;
  }

  72% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
}

@media (prefers-reduced-motion: reduce) {
  #rec1288351141 .t-map ymaps:not(.kb-native-map-marker)[class*="image-with-content"][style*="tild3031-3338-4263-b334-393236393435__favicon_"]::before,
  #rec1288351141 .t-map ymaps:not(.kb-native-map-marker)[class*="image-with-content"][style*="tild3031-3338-4263-b334-393236393435__favicon_"]::after,
  #rec1288351141 .t-map ymaps.kb-native-map-marker .kb-native-map-marker__pulse {
    animation: none;
  }
}
