.map-container,.map-module{position:relative;width:100%}.map-container,.map-image{display:block}.map-image{height:auto;width:100%}#markers{height:100%;inset:0;pointer-events:none;width:100%;z-index:5}#markers,.marker{position:absolute}.marker{align-items:center;animation:markerPulse 2s infinite;background-color:#00a24f;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.3);cursor:pointer;display:flex;height:24px;justify-content:center;pointer-events:auto;transform:translate(-50%,-50%);transition:all .3s ease;width:24px;z-index:20}.marker:after{background-color:#fff;border-radius:50%;content:"";height:8px;width:8px}.marker:hover{animation:none;background-color:#008a42;transform:translate(-50%,-50%) scale(1.2)}.marker:active{transform:translate(-50%,-50%) scale(1.1)}@keyframes markerPulse{0%{box-shadow:0 2px 8px rgba(0,0,0,.3),0 0 0 0 rgba(0,162,79,.7)}70%{box-shadow:0 2px 8px rgba(0,0,0,.3),0 0 0 12px rgba(0,162,79,0)}to{box-shadow:0 2px 8px rgba(0,0,0,.3),0 0 0 0 rgba(0,162,79,0)}}.popupModal{display:none;position:absolute;transform:translate(-50%,-100%);z-index:50}.popupModal.active{display:block}.popup-shadow{background:#fff;border-radius:18px;box-shadow:0 10px 25px rgba(0,0,0,.08),0 20px 50px rgba(0,0,0,.12);padding:12px}.popup-card{background:#fff;border-radius:14px;box-shadow:0 20px 40px rgba(0,0,0,.15);max-width:calc(100vw - 40px);padding:32px;position:relative;text-align:center;width:420px}.popup-title{color:#00a24f;font-size:1.25rem;font-weight:700;line-height:1.3;margin:0 0 1rem;text-align:center}.popup-logo{display:block;margin:10px auto 20px;max-width:70px}.popup-description{font-size:16px;margin-bottom:20px}.popup-button{background:#00a24f;border-radius:8px;color:#fff;display:inline-block;font-weight:600;margin-top:10px;padding:12px 26px;text-decoration:none}.popup-button:hover{background:#008a42}.popup-close{background:#e6e6e6;border:none;border-radius:50%;cursor:pointer;font-size:18px;height:30px;position:absolute;right:12px;top:12px;width:30px}.popup-arrow{border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #fff;bottom:-10px;height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}.map-filters{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding:16px 0 20px}.filter-group{display:flex;flex-direction:column;gap:6px}.filter-label{color:#00a24f;font-size:14px;font-weight:700;letter-spacing:1px;padding-left:2px;text-transform:uppercase}.custom-select{position:relative;user-select:none;width:280px}.custom-select__trigger{align-items:center;background:#fff;border:1px solid #00a24f;border-radius:8px;cursor:pointer;display:flex;gap:10px;justify-content:space-between;padding:10px 14px;transition:border-color .2s,box-shadow .2s}.custom-select.open .custom-select__trigger,.custom-select__trigger:hover{border-color:#008a42;box-shadow:0 0 0 3px rgba(0,162,79,.15)}.custom-select.open .custom-select__trigger{border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-select__value{color:#222;font-size:12px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__arrow{align-items:center;display:flex;flex-shrink:0;transition:transform .2s}.custom-select.open .custom-select__arrow{transform:rotate(180deg)}.custom-select__dropdown{background:#fff;border:2px solid #008a42;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:none;box-shadow:0 8px 20px rgba(0,0,0,.12);display:none;left:0;list-style:none;margin:0;max-height:220px;max-width:400px;min-width:100%;overflow-y:auto;padding:4px 0;position:absolute;top:100%;width:max-content;z-index:100}.custom-select.open .custom-select__dropdown{display:block}.custom-select__dropdown li{color:#222;cursor:pointer;font-size:12px;padding:10px 14px;transition:background .15s,color .15s;white-space:nowrap}.custom-select__dropdown li:hover{background:#e6f7ee;color:#00a24f}.custom-select__dropdown li.selected{background:#00a24f;color:#fff;font-weight:600}.hidden-filter{display:none}.marker.hidden{opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(0);transition:opacity .2s,transform .2s}@media (max-width:620px){.popupModal{left:50%!important;max-width:92vw;position:fixed;top:50%!important;transform:translate(-50%,-50%);width:92vw;z-index:9999}.popup-arrow{display:none}.popup-shadow{border-radius:16px;padding:10px}.popup-card{max-width:100%;padding:22px;width:100%}.popup-title{font-size:1.1rem}.popup-description{font-size:14px}.popup-button{padding:10px 20px}.map-filters{align-items:flex-end;flex-direction:row;gap:8px;padding:12px 0 16px}.filter-group{flex:1;min-width:0}.custom-select{width:100%}.custom-select__trigger{gap:6px;padding:10px 8px}.custom-select__arrow svg{height:6px;width:10px}.custom-select__dropdown{max-width:90vw}}