.art-dealers{display:block;padding-bottom:40px}.art-dealers__title{margin:12px 0 16px;color:#123f2d;font-family:"RoadRadio",Arial,sans-serif;letter-spacing:1px;font-size:32px;font-weight:700;text-transform:uppercase}.dealer-section{--green:#123f2d;--green-2:#174c37;--green-3:#1f372a;--text:#283a34;--muted:#66716e;--line:#dce3df;--soft:#f7f4ef;--soft-blue:#eaf7f8;--panel:#f4f5f6;--panel-active:#e9f7f8;--cream:#f0e3d0;--white:#ffffff;--shadow:0 6px 18px rgba(22,47,39,.08);--radius:8px;--title-font:"RoadRadio",Arial,sans-serif}.dealer-section,.dealer-section *{box-sizing:border-box}.dealer-section a{color:inherit;text-decoration:none}.dealer-section:where(h2,h3,p,ul,ol,li){margin:0}.dealer-section:where(ul,ol){padding:0}.dealer-section:where(button,input){font:inherit}.dealer-section:where(button){cursor:pointer}.dealer-section .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dealer-section h2{padding-bottom:22px;margin-bottom:20px;color:var(--green);font-family:var(--title-font);font-size:clamp(22px,1.55vw,26px);font-weight:700;line-height:1.15;text-transform:uppercase;border-bottom:1px solid var(--line)}.dealer-section .dealer-content{display:grid;grid-template-columns:362px minmax(0,1fr);grid-template-areas:"cities cities" "sidebar map";align-items:start;gap:20px}.dealer-section .dealer-sidebar{grid-area:sidebar;display:grid;gap:20px;min-width:0}.dealer-section .dealer-search{position:relative;width:100%}.dealer-section .dealer-search__field{display:flex;height:48px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius)}.dealer-section .dealer-search input{width:100%;min-width:0;padding:0 10px 0 16px;color:var(--text);background:transparent;border:0;outline:0}.dealer-section .dealer-search input::placeholder{color:#8e9794}.dealer-section .dealer-search input.is-invalid{color:#8b3f32}.dealer-section .dealer-search input::-webkit-search-cancel-button,.dealer-section .dealer-search input::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}.dealer-section .dealer-search__field button{flex:0 0 48px;color:#5f6d68;background:transparent;border:0}.dealer-section .dealer-search__clear{flex:0 0 36px !important;display:none;align-items:center;justify-content:center;color:#8b9590;cursor:pointer;transition:color .15s ease,transform .1s ease}.dealer-section .dealer-search__field.has-value .dealer-search__clear{display:inline-flex}.dealer-section .dealer-search__clear:hover,.dealer-section .dealer-search__clear:focus-visible{color:var(--green-2);outline:0}.dealer-section .dealer-search__clear:active{transform:scale(.88)}.dealer-section .dealer-search__field{transition:border-color .18s ease,box-shadow .18s ease}.dealer-section .dealer-search__field:focus-within{border-color:var(--green-2);box-shadow:0 0 0 3px rgba(23,76,55,.12)}.dealer-section .dealer-search__field:has(input.is-invalid){border-color:#e3a99c;animation:art-dealers-shake .32s ease}.dealer-section .dealer-search__hint{position:absolute;top:56px;left:0;right:0;z-index:21;display:flex;align-items:center;gap:8px;margin:0;padding:11px 14px;color:#8b3f32;font-size:13px;font-weight:600;line-height:1.3;background:#fdeee9;border:1px solid #f3cabf;border-radius:var(--radius);box-shadow:0 14px 30px rgba(139,63,50,.22);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.dealer-section .dealer-search__hint.is-show{opacity:1;visibility:visible;pointer-events:auto;cursor:pointer;animation:art-dealers-toast-in .32s cubic-bezier(.22,1,.36,1)}.dealer-section .dealer-search__hint::after{content:"";position:absolute;top:-6px;left:20px;width:11px;height:11px;background:#fdeee9;border-left:1px solid #f3cabf;border-top:1px solid #f3cabf;transform:rotate(45deg)}.dealer-section .dealer-search__hint::before{content:"";flex:0 0 16px;width:16px;height:16px;position:relative;z-index:1;background:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b3f32' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")}.dealer-section .dealer-geo{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:44px;margin-top:12px;padding:10px 16px;color:var(--green);background:var(--soft-blue);border:1px solid #cfe3e4;border-radius:var(--radius);font-family:var(--title-font);font-weight:700;text-transform:uppercase;letter-spacing:.2px;transition:color .18s ease,background .18s ease,border-color .18s ease}.dealer-section .dealer-geo:hover,.dealer-section .dealer-geo:focus-visible{color:#fff;background:var(--green-2);border-color:var(--green-2);outline:0}.dealer-section .dealer-geo:disabled{opacity:.6;cursor:default}.dealer-section .dealer-geo svg{flex:0 0 auto}.dealer-section .dealer-geo__status{margin:8px 0 0;min-height:1em;color:var(--muted);font-size:13px;line-height:1.3}.dealer-section .dealer-geo__status.is-error{color:#8b3f32}.dealer-section .dealer-geo__status:not(:empty){animation:art-dealers-hint-in .24s ease both}.dealer-section .dealer-geo.is-loading{pointer-events:none}.dealer-section .dealer-geo.is-loading svg{animation:art-dealers-spin .9s linear infinite}.dealer-section .suggestions{position:absolute;z-index:20;top:54px;left:0;right:0;display:none;overflow:hidden;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.dealer-section .suggestions.is-open{display:block;animation:art-dealers-pop .2s cubic-bezier(.22,1,.36,1) both}.dealer-section .suggestions button{transition:color .15s ease,background .15s ease,padding-left .15s ease}.dealer-section .suggestions button:hover,.dealer-section .suggestions button:focus-visible{padding-left:20px}.dealer-section .suggestions button{display:block;width:100%;padding:12px 16px;color:var(--text);text-align:left;background:transparent;border:0}.dealer-section .suggestions button:hover,.dealer-section .suggestions button:focus-visible{color:var(--green);background:var(--soft);outline:0}.dealer-section .city-chips{grid-area:cities;display:flex;flex-wrap:wrap;align-items:flex-start;gap:10px 8px;margin-bottom:8px;overflow:hidden}.dealer-section .city-chip,.dealer-section .city-toggle{flex:0 0 auto;min-width:116px;min-height:40px;padding:0 20px;color:var(--text);font-family:var(--title-font);font-weight:700;text-align:center;text-transform:uppercase;background:var(--soft);border:1px solid transparent;border-radius:var(--radius);transition:color .18s ease,background .18s ease,border-color .18s ease}.dealer-section .city-chip:hover,.dealer-section .city-chip:focus-visible{color:var(--green);background:var(--soft-blue);outline:0}.dealer-section .city-chip.is-active{color:var(--cream);background:var(--green-2)}.dealer-section .city-chip.is-active:hover,.dealer-section .city-chip.is-active:focus-visible{color:var(--cream);background:var(--green-3)}.dealer-section .city-toggle{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:236px;color:var(--green);background:#eef7f4;border-color:#4d7668}.dealer-section .city-toggle:hover,.dealer-section .city-toggle:focus-visible{color:var(--white);background:var(--green-2);border-color:var(--green-2);outline:0}.dealer-section .city-toggle svg{transition:transform .18s ease}.dealer-section .city-toggle.is-open{color:var(--cream);background:var(--green-3);border-color:var(--green-3)}.dealer-section .city-toggle.is-open svg{transform:rotate(180deg)}.dealer-section .city-chip.is-revealed{animation:art-dealers-chip-in .34s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--reveal-i,0) * 28ms)}.dealer-section .dealers-list-panel{min-width:0}.dealer-section .dealers-list-viewport{min-width:0}.dealer-section .dealers-list{display:grid;gap:16px}.dealer-section .dealer-card{overflow:hidden;background:var(--panel);border:1px solid #edf0ef;border-radius:var(--radius);box-shadow:0 4px 12px rgba(22,47,39,.05);transition:background-color .18s ease,box-shadow .18s ease,border-color .18s ease,transform .18s ease}.dealer-section .dealer-card:hover,.dealer-section .dealer-card:focus-visible{border-color:rgba(18,63,45,.08);box-shadow:0 12px 24px rgba(22,47,39,.18);outline:0}.dealer-section .dealer-card.is-active,.dealer-section .dealer-card.is-active:hover{background:var(--panel-active);box-shadow:0 12px 24px rgba(22,47,39,.18)}.dealer-section .dealer-card{animation:art-dealers-card-in .42s cubic-bezier(.22,1,.36,1) both}.dealer-section .dealer-card:nth-child(2){animation-delay:.06s}.dealer-section .dealer-card:nth-child(3){animation-delay:.12s}.dealer-section .dealer-card:nth-child(4){animation-delay:.18s}.dealer-section .dealer-card:nth-child(n + 5){animation-delay:.24s}.dealer-section .dealer-card__title{display:flex;align-items:center;justify-content:flex-start;margin:0;min-height:86px;padding:18px 22px;color:#f2e8d6;font-family:var(--title-font);font-size:17px;font-weight:700;line-height:1.25;text-align:left;text-transform:uppercase;background:#0d492f;transition:color .18s ease,background-color .18s ease}.dealer-section .dealer-card.is-active .dealer-card__title{background:var(--green-3)}.dealer-section .dealer-card__body{padding:18px 22px 20px;line-height:1.35}.dealer-section .dealer-card ul{list-style:none}.dealer-section .dealer-card__details{display:grid;gap:8px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px dashed #d9dedc}.dealer-section .dealer-card__details li{position:relative;padding-left:18px}.dealer-section .dealer-card__details li::before{content:"";position:absolute;top:.68em;left:0;width:5px;height:5px;background:#6f7b77;border-radius:50%}.dealer-section .dealer-card__details strong{font-weight:900}.dealer-section .dealer-card__contacts{display:grid;gap:8px;color:#35453f;font-weight:800}.dealer-section .dealer-card__phones{display:flex;flex-wrap:wrap;gap:8px 16px}.dealer-section .dealer-card__email{display:block}.dealer-section .dealer-card__contacts a{display:inline-flex;align-items:center;gap:7px}.dealer-section .dealer-card__contacts svg{flex:0 0 auto;color:#6a7571}.dealer-section .empty-state{padding:28px;color:var(--muted);background:var(--panel);border-radius:var(--radius)}.dealer-section .map-panel{grid-area:map;position:sticky;top:16px;overflow:hidden;padding:14px;background:#edf1ed;border-radius:var(--radius)}.dealer-section .dealer-map{position:relative;width:100%;user-select:none;-webkit-user-select:none}.dealer-section .dealer-map__viewport{position:relative;width:100%;overflow:hidden;border-radius:var(--radius);touch-action:pan-y}.dealer-section .dealer-map.is-zoomed .dealer-map__viewport{touch-action:none;cursor:grab}.dealer-section .dealer-map.is-panning .dealer-map__viewport{cursor:grabbing}.dealer-section .dealer-map__scene{transform-origin:0 0;transition:transform .12s ease-out}.dealer-section .dealer-map.is-panning .dealer-map__scene{transition:none;will-change:transform}.dealer-section .dealer-map.is-flying .dealer-map__scene{transition:transform .45s cubic-bezier(.22,1,.36,1)}.dealer-section .dealer-map__base{display:block;width:100%;pointer-events:none}.dealer-section .dealer-map__base img,.dealer-section .dealer-map__base svg{display:block;width:100%;height:auto;-webkit-user-drag:none}.dealer-section .dealer-map__base-svg path{transition:fill .3s ease}.dealer-section .dealer-map__base-svg path.dealer-map__region--cov1{fill:#1b5135}.dealer-section .dealer-map__base-svg path.dealer-map__region--cov2{fill:#226a45}.dealer-section .dealer-map__base-svg path.dealer-map__region--cov3{fill:#2c8456}.dealer-section .dealer-map__base-svg path.is-region-active{fill:#45ad71}.dealer-section .dealer-map__points{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.dealer-section .dealer-map__zoom{position:absolute;right:12px;bottom:12px;z-index:4;display:flex;flex-direction:column;gap:6px}.dealer-section .dealer-map__zoom-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;color:var(--green);background:rgba(255,255,255,.94);border:1px solid rgba(18,63,45,.18);border-radius:8px;box-shadow:0 4px 12px rgba(22,47,39,.14);transition:background .15s ease,color .15s ease,transform .1s ease}.dealer-section .dealer-map__zoom-btn:hover,.dealer-section .dealer-map__zoom-btn:focus-visible{background:var(--green-2);color:#fff;outline:0}.dealer-section .dealer-map__zoom-btn:active{transform:scale(.92)}.dealer-section .dealer-map__zoom-btn--reset{display:none}.dealer-section .dealer-map.is-zoomed .dealer-map__zoom-btn--reset{display:inline-flex}.dealer-section .dealer-map__embed{position:absolute;inset:0;z-index:6;display:none;overflow:hidden;border-radius:var(--radius);background:#fff}.dealer-section .dealer-map.is-embed .dealer-map__embed{display:block}.dealer-section .dealer-map.is-embed .dealer-map__zoom{display:none}.dealer-section .dealer-map__embed-frame{position:absolute;inset:0}.dealer-section .dealer-map__embed-frame iframe{display:block;width:100%;height:100%;border:0}.dealer-section .dealer-map__embed-back{position:absolute;top:12px;left:12px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:8px 14px 8px 10px;color:var(--green);font-family:var(--title-font);font-weight:700;font-size:13px;text-transform:uppercase;background:rgba(255,255,255,.94);border:1px solid rgba(18,63,45,.18);border-radius:var(--radius);box-shadow:0 4px 12px rgba(22,47,39,.14);cursor:pointer;transition:color .15s ease,background .15s ease}.dealer-section .dealer-map__embed-back:hover,.dealer-section .dealer-map__embed-back:focus-visible{color:#fff;background:var(--green-2);outline:0}.dealer-section .dealer-map__embed-back svg{flex:0 0 auto}.dealer-section .dealer-map__point{pointer-events:none;cursor:pointer;outline:none}.dealer-section .dealer-map__point:focus{outline:none}.dealer-section .dealer-map__point:focus-visible .dealer-map__halo{opacity:1}.dealer-section .dealer-map__dot{pointer-events:auto}.dealer-section .dealer-map__halo,.dealer-section .dealer-map__pulse,.dealer-section .dealer-map__label{pointer-events:none}.dealer-section .dealer-map__halo{fill:rgba(38,97,65,.2);opacity:0;transform-box:fill-box;transform-origin:center;transition:opacity .18s ease}.dealer-section .dealer-map__point:hover .dealer-map__halo,.dealer-section .dealer-map__point.is-active .dealer-map__halo{opacity:1}.dealer-section .dealer-map__dot{fill:#f3e3cd;stroke:#0d492f;stroke-width:2;transition:fill .18s ease,stroke .18s ease}.dealer-section .dealer-map__point:hover .dealer-map__dot{fill:#266141;stroke:#fff}.dealer-section .dealer-map__point.is-active .dealer-map__dot{fill:#0d492f;stroke:#f3e3cd}.dealer-section .dealer-map__point--official .dealer-map__dot{fill:#d59b38;stroke:#0d492f}.dealer-section .dealer-map__badge{pointer-events:none}.dealer-section .dealer-map__badge-bg{fill:#0d492f;stroke:#fff;stroke-width:1}.dealer-section .dealer-map__badge-num{fill:#fff;font-family:"Montserrat",Arial,sans-serif;font-size:6.4px;font-weight:700}.dealer-section .dealer-map__pulse{fill:none;stroke:#266141;stroke-width:2;opacity:0;transform-box:fill-box;transform-origin:center}.dealer-section .dealer-map__point.is-active .dealer-map__pulse{animation:art-dealers-pulse 1.8s ease-out infinite}@keyframes art-dealers-pulse{0%{opacity:.55;transform:scale(.5)}100%{opacity:0;transform:scale(2.4)}}@keyframes art-dealers-hint-in{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}@keyframes art-dealers-pop{from{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:none}}@keyframes art-dealers-card-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes art-dealers-toast-in{from{opacity:0;transform:translateY(-10px) scale(.96)}to{opacity:1;transform:none}}@keyframes art-dealers-chip-in{from{opacity:0;transform:translateY(9px) scale(.95)}to{opacity:1;transform:none}}@keyframes art-dealers-shake{10%,90%{transform:translateX(-1px)}30%,70%{transform:translateX(2px)}50%{transform:translateX(-3px)}}@keyframes art-dealers-spin{to{transform:rotate(360deg)}}.dealer-section .dealer-map__label{pointer-events:none;opacity:0;transition:opacity .15s ease;fill:#0d492f;font:700 12px/1 var(--title-font);paint-order:stroke;stroke:#fff;stroke-width:3.5px}.dealer-section .dealer-map__label.is-hover,.dealer-section .dealer-map__label.is-active{opacity:1}.dealer-section .dealer-map__legend{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:10px;font-family:var(--title-font);font-size:12px;color:var(--muted)}.dealer-section .dealer-map__legend-item{display:inline-flex;align-items:center;gap:7px}.dealer-section .dealer-map__legend-dot{width:12px;height:12px;border-radius:50%;background:#f3e3cd;border:2px solid #0d492f}.dealer-section .dealer-map__legend-dot--official{background:#d59b38}.dealer-section .map-touch-hint{position:absolute;right:16px;bottom:16px;z-index:2;display:none;max-width:calc(100% - 32px);padding:10px 14px;color:var(--green);font-size:13px;font-weight:800;line-height:1.2;text-align:center;background:rgba(255,255,255,.9);border:1px solid rgba(18,63,45,.16);border-radius:var(--radius);box-shadow:0 8px 18px rgba(22,47,39,.12);pointer-events:none;transition:opacity .3s ease,visibility .3s ease,transform .3s ease}.dealer-section .map-touch-hint.is-hidden{opacity:0;visibility:hidden;transform:translateY(6px)}.dealer-section .dealers-scrollbar{position:relative;display:none;width:calc(100% - 36px);height:14px;margin:12px 18px 0;touch-action:none;cursor:pointer}.dealer-section .dealers-scrollbar::before{content:"";position:absolute;top:5px;right:0;left:0;height:4px;border-radius:999px;background:rgba(34,55,44,.14)}.dealer-section .dealers-scrollbar__thumb{position:absolute;top:0;left:0;width:var(--dealers-scrollbar-thumb-width,40%);height:14px;transform:translate3d(var(--dealers-scrollbar-thumb-offset,0px),0,0);will-change:transform}.dealer-section .dealers-scrollbar__thumb::before{content:"";position:absolute;top:4px;right:0;left:0;height:6px;border-radius:999px;background:var(--green-2);box-shadow:0 1px 4px rgba(34,55,44,.22);transition:background-color .2s}.dealer-section .dealers-scrollbar:hover .dealers-scrollbar__thumb::before,.dealer-section .dealers-scrollbar.is-dragging .dealers-scrollbar__thumb::before{background:var(--green)}.dealer-section .dealers-scrollbar:focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:999px}@media (max-width:1023px){.dealer-section .dealer-content{grid-template-columns:minmax(0,1fr);grid-template-areas:"search" "cities" "map" "list";gap:20px}.dealer-section .dealer-sidebar{display:contents}.dealer-section .dealer-search{grid-area:search;width:100%}.dealer-section .dealers-list-panel{grid-area:list;width:100%;padding-bottom:22px}.dealer-section .city-chips{margin-bottom:10px}.dealer-section .map-panel{position:relative;top:auto;width:100%}.dealer-section .dealer-map__viewport{aspect-ratio:1 / 1}.dealer-section .map-touch-hint{display:block;top:auto;right:auto;bottom:12px;left:12px;max-width:calc(100% - 84px);text-align:left}.dealer-section .dealers-list-viewport{overflow:auto hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;scrollbar-width:none}.dealer-section .dealers-list-viewport::-webkit-scrollbar{display:none;height:0}.dealer-section .dealers-list{display:flex;gap:16px;min-width:min-content}.dealer-section .dealer-card{flex:0 0 390px}.dealer-section .dealers-list-panel.has-overflow .dealers-scrollbar{display:block}}@media (max-width:640px){.art-dealers__title{font-size:22px}.dealer-section h2{padding-bottom:14px;margin-bottom:20px;font-size:21px}.dealer-section .city-chip,.dealer-section .city-toggle{flex:0 1 auto;width:auto;min-width:112px;max-width:100%;padding:0 16px;font-size:13px;white-space:nowrap}.dealer-section .city-toggle{flex:1 0 100%}.dealer-section .dealers-list-panel{overflow:visible;padding-bottom:0}.dealer-section .dealers-list-viewport{overflow:visible}.dealer-section .dealers-list{display:grid;gap:18px;min-width:0}.dealer-section .dealer-card{flex:none;width:100%}.dealer-section .dealer-card__title{min-height:88px;padding:17px 18px;font-size:16px}.dealer-section .dealer-card__body{padding:18px 20px 20px;font-size:14px}.dealer-section .dealer-card__phones{display:grid;gap:8px}.dealer-section .dealers-list-panel.has-overflow .dealers-scrollbar{display:none}}@media (prefers-reduced-motion:reduce){.dealer-section .dealer-card,.dealer-section .suggestions.is-open,.dealer-section .dealer-search__hint,.dealer-section .dealer-geo__status:not(:empty),.dealer-section .dealer-search__field:has(input.is-invalid),.dealer-section .dealer-map__point.is-active .dealer-map__pulse,.dealer-section .dealer-geo.is-loading svg{animation:none !important}.dealer-section .dealer-map.is-flying .dealer-map__scene{transition:none !important}}