:root{--color-department:#2563eb;--color-admission:#16a34a;--color-text:#1e293b}#yamap{border:0;height:380px;min-height:380px;width:100%}@media (max-width:768px){#yamap{height:280px;min-height:280px}}.map-marker{pointer-events:auto;position:relative;user-select:none}.map-marker_dot{border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.25);position:relative}.map-marker_dot,.map-marker_dot:before{background:var(--marker-color);height:24px;width:24px}.map-marker_dot:before{animation:markerPulse 2s infinite;border-radius:50%;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@keyframes markerPulse{0%{height:24px;opacity:.55;width:24px}to{height:56px;opacity:0;width:56px}}.map-marker_label{align-items:center;backdrop-filter:blur(4px);background:hsla(0,0%,100%,.96);border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.15);color:var(--color-text);display:flex;font-size:13px;font-weight:600;gap:8px;padding:8px 12px;position:absolute;white-space:nowrap}.map-marker_icon{color:var(--marker-color);flex-shrink:0;height:24px;width:24px}.marker-department{--marker-color:var(--color-department)}.marker-department .map-marker_label{left:42px;top:50%;transform:translateY(-50%)}.marker-admission{--marker-color:var(--color-admission)}.marker-admission .map-marker_label{left:50%;top:42px;transform:translateX(-50%)}