.apell-map{position:relative;width:100%;max-width:1000px;margin:auto}.apell-map-image{width:100%;display:block;height:auto;user-select:none}.apell-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.apell-point{position:absolute;width:18px;height:18px;border-radius:50%;background:#4c8f2b;border:3px solid #fff;cursor:pointer;transform:translate(-50%,-50%);box-shadow:0 3px 8px rgb(0 0 0 / .25);transition:transform .18s ease,background .18s ease,box-shadow .18s ease;z-index:20}.apell-point:hover{transform:translate(-50%,-50%) scale(1.35);background:#2d6d14;box-shadow:0 8px 18px rgb(0 0 0 / .30)}.apell-here{background:#ff1e1e;animation:apellPulse 1.6s infinite}@keyframes apellPulse{0%{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 0 0 rgb(255 0 0 / .45)}70%{transform:translate(-50%,-50%) scale(1.15);box-shadow:0 0 0 18px #fff0}100%{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 0 0 #fff0}}#apell-popup{position:absolute;display:none;width:230px;background:#fff;border-radius:14px;padding:18px;box-shadow:0 20px 40px rgb(0 0 0 / .18);border:1px solid #e6e6e6;z-index:999;pointer-events:none}#apell-ville{display:block;font-size:24px;color:#3f8a29;font-weight:700;margin-bottom:10px}#apell-popup span{display:block;font-size:15px;color:#444;line-height:24px}#apell-popup:after{content:"";position:absolute;bottom:-12px;left:35px;width:22px;height:22px;background:#fff;transform:rotate(45deg);border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.apell-popup-visible{display:block!important;animation:popupAppear .18s ease}@keyframes popupAppear{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){#apell-popup{width:180px;padding:14px}#apell-ville{font-size:18px}#apell-popup span{font-size:13px}.apell-point{width:15px;height:15px}}@media(max-width:768px){#apell-popup{display:none!important}}