.dm2-dealers-wrap,
.dm2-dealers-wrap .dm2-info-modal{
    --dm2-glass:rgba(255,255,255,.76);
    --dm2-line:rgba(148,163,184,.28);
    --dm2-ink:#172033;
    --dm2-muted:#64748b;
    --dm2-accent:#075985;
    font-family:inherit;
    color:var(--dm2-ink)
}

.dm2-dealers-wrap,
.dm2-dealers-wrap *{
    box-sizing:border-box
}

.dm2-dealers-wrap{
    max-width:1280px;
    margin:24px auto;
    padding:0 14px
}

.dm2-dealers-wrap .dm2-glass{
    background:var(--dm2-glass);
    border:1px solid rgba(255,255,255,.72);
    box-shadow:0 18px 50px rgba(15,23,42,.10);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px)
}

.dm2-dealers-map{
    width:100%;
    height:var(--dm2-map-height,360px);
    min-height:260px;
    border-radius:22px;
    overflow:hidden;
    background:#dbeafe
}

.dm2-table-shell{
    margin-top:14px;
    border-radius:22px;
    overflow:hidden
}

.dm2-table-head{
    padding:12px 14px;
    border-bottom:1px solid var(--dm2-line);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap;
    min-height:58px
}

.dm2-crumbs{
    display:flex;
    align-items:center;
    gap:6px;
    flex-wrap:wrap
}

.dm2-crumb{
    border:0;
    background:transparent;
    color:var(--dm2-muted);
    font:inherit;
    font-size:13px;
    font-weight:600;
    padding:7px 9px;
    border-radius:999px;
    cursor:pointer
}

.dm2-crumb.dm2-active{
    background:#e0f2fe;
    color:#075985
}

.dm2-crumb:disabled{
    cursor:default;
    opacity:.5
}

.dm2-table-actions,
.dm2-mobile-table-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    flex-wrap:wrap
}

.dm2-mobile-table-actions{display:none}

.dm2-dealer-legend{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px 14px;
    flex-wrap:wrap;
    margin-left:auto;
    color:var(--dm2-ink);
    font-size:12px;
    line-height:1.25
}

.dm2-legend-item{
    display:inline-flex;
    align-items:center;
    gap:6px;
    white-space:nowrap
}

.dm2-top-star,
.dm2-regular-dot{
    display:inline-grid;
    place-items:center;
    flex:0 0 auto;
    padding:0!important;
    border-radius:50%!important;
    line-height:1;
    font-weight:700;
    box-sizing:border-box;
    background:#fff
}

.dm2-top-star{
    width:26px;
    height:26px;
    color:#6b7280;
    border:3px solid #ef1f2f;
    font-size:14px
}

.dm2-regular-dot{
    width:20px;
    height:20px;
    border:3px solid #147dcc
}

.dm2-row-link .dm2-top-star{
    display:inline-grid;
    width:19px;
    height:19px;
    margin-left:5px;
    border-width:2px;
    font-size:11px;
    vertical-align:middle;
    transform:translateY(-1px)
}

.dm2-table-action{
    min-height:34px;
    padding:7px 11px;
    border:1px solid rgba(7,89,133,.18);
    border-radius:999px;
    background:rgba(255,255,255,.72);
    color:#075985;
    font:inherit;
    font-size:12px;
    font-weight:700;
    cursor:pointer;
    text-decoration:none;
    transition:.18s
}

.dm2-table-action:hover{background:#e0f2fe;border-color:rgba(7,89,133,.32)}
.dm2-table-action.dm2-primary{background:#075985;color:#fff;border-color:#075985}
.dm2-table-action.dm2-primary:hover{background:#0c4a6e}

.dm2-info-modal{
    position:fixed;
    inset:0;
    z-index:9999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:18px;
    background:rgba(15,23,42,.42);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px)
}

.dm2-info-modal.dm2-open{display:flex}
.dm2-info-modal__dialog{width:min(480px,100%);padding:22px;border-radius:22px;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.8);box-shadow:0 24px 80px rgba(15,23,42,.25)}
.dm2-info-modal__dialog h3{margin:0 0 10px;font-size:19px}.dm2-info-modal__dialog p{margin:0;color:#334155;line-height:1.55}
.dm2-info-modal__close{margin-top:18px;min-height:40px;padding:8px 16px;border:0;border-radius:999px;background:#075985;color:#fff;font:inherit;font-weight:700;cursor:pointer}

.dm2-table-content{width:100%;overflow:visible}.dm2-dealer-table{width:100%;border-collapse:collapse;table-layout:fixed}
.dm2-dealer-table th,.dm2-dealer-table td{padding:13px 16px;text-align:left;border-bottom:1px solid var(--dm2-line);vertical-align:middle}
.dm2-dealer-table tbody tr:last-child td{border-bottom:0}.dm2-dealer-table th{background:rgba(248,250,252,.94);font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--dm2-muted)}
.dm2-dealer-table.dm2-two-cols th:first-child,.dm2-dealer-table.dm2-two-cols td:first-child{width:75%}.dm2-dealer-table.dm2-two-cols th:last-child,.dm2-dealer-table.dm2-two-cols td:last-child{width:25%}
.dm2-dealer-table.dm2-dealer-cols th:nth-child(1),.dm2-dealer-table.dm2-dealer-cols td:nth-child(1){width:50%}.dm2-dealer-table.dm2-dealer-cols th:nth-child(2),.dm2-dealer-table.dm2-dealer-cols td:nth-child(2),.dm2-dealer-table.dm2-dealer-cols th:nth-child(3),.dm2-dealer-table.dm2-dealer-cols td:nth-child(3){width:25%}

.dm2-row-link{width:100%;border:0;background:transparent;text-align:left;font:inherit;color:var(--dm2-ink);font-weight:600;cursor:pointer;padding:0}.dm2-row-link:hover{color:#0369a1}
.dm2-row-sub{font-size:12px;color:var(--dm2-muted);margin-top:3px}.dm2-contact-link{display:inline-flex;align-items:center;gap:7px;color:#0369a1;text-decoration:none;white-space:nowrap}.dm2-mobile-icon{display:none}
.dm2-empty{padding:28px;text-align:center;color:var(--dm2-muted)}
.dm2-dealers-error{box-sizing:border-box;margin:16px auto;padding:18px;max-width:1180px;border:1px solid #fecaca;border-radius:14px;background:#fff1f2;color:#9f1239;text-align:center;font:600 14px/1.45 Arial,sans-serif}

.dm2-dealer-balloon{width:min(330px,calc(100vw - 72px));max-height:250px;overflow:auto;padding:2px 2px 4px;line-height:1.42;color:#172033}.dm2-dealer-balloon h3{font-size:17px;line-height:1.2;margin:0 0 8px;font-weight:700}.dm2-dealer-balloon p{font-size:13px;margin:0 0 8px}.dm2-dealer-balloon__contact{font-size:13px;margin-top:5px}.dm2-dealer-balloon a{color:#0369a1;text-decoration:none}
.dm2-dealer-table tr.dm2-is-selected td{background:rgba(224,242,254,.72)}.dm2-dealer-table tr.dm2-is-selected .dm2-row-link{color:#075985}

.dm2-dealers-map .ymaps-2-1-79-balloon,.dm2-dealers-map .ymaps-2-1-79-balloon__layout,.dm2-dealers-map .ymaps-2-1-79-balloon__content{border:0!important;outline:0!important;box-shadow:none!important}
.dm2-dealers-map .ymaps-2-1-79-balloon__content{padding:12px!important;margin-right:0!important;background:#fff!important}.dm2-dealers-map .ymaps-2-1-79-balloon__layout{border-radius:16px!important;overflow:hidden!important;background:#fff!important}.dm2-dealers-map .ymaps-2-1-79-balloon__tail{display:none!important}

.dm2-svg-icon{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:767px){
    .dm2-dealers-wrap{margin:10px auto;padding:0 8px}.dm2-dealers-map{height:auto;min-height:0;aspect-ratio:1/1;border-radius:17px}.dm2-table-shell{border-radius:17px}
    .dm2-table-head{padding:9px 10px;min-height:52px;align-items:flex-start;flex-direction:column}.dm2-dealer-legend{order:2;width:100%;margin:2px 0 0;align-self:stretch;justify-content:flex-start;gap:7px 12px;font-size:11px}
    .dm2-crumb{font-size:11px;padding:6px 7px}.dm2-table-actions{display:none}.dm2-mobile-table-actions{display:flex;width:100%;justify-content:stretch;margin-top:10px;padding:0 2px}.dm2-table-action{flex:1;text-align:center;font-size:10px;padding:6px 8px}
    .dm2-dealer-table th,.dm2-dealer-table td{padding:11px 10px}.dm2-dealer-table.dm2-dealer-cols th:nth-child(2),.dm2-dealer-table.dm2-dealer-cols th:nth-child(3){font-size:0}.dm2-desktop-contact{display:none}
    .dm2-mobile-icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:50%;background:rgba(224,242,254,.9);color:#0369a1}
    .dm2-dealer-balloon{width:100%;max-width:none;max-height:210px;padding:2px 0 4px}.dm2-dealer-balloon p{display:none}.dm2-dealers-map .ymaps-2-1-79-balloon__content{width:min(310px,calc(100vw - 48px))!important;max-width:calc(100vw - 48px)!important;padding:12px!important}.dm2-dealers-map .ymaps-2-1-79-balloon__content>ymaps{width:100%!important;max-width:100%!important}
    .dm2-dealer-table.dm2-dealer-cols th:nth-child(1),.dm2-dealer-table.dm2-dealer-cols td:nth-child(1){width:70%}.dm2-dealer-table.dm2-dealer-cols th:nth-child(2),.dm2-dealer-table.dm2-dealer-cols td:nth-child(2),.dm2-dealer-table.dm2-dealer-cols th:nth-child(3),.dm2-dealer-table.dm2-dealer-cols td:nth-child(3){width:15%}
}

@media(max-width:380px){.dm2-mobile-table-actions{flex-direction:column}.dm2-table-action{width:100%}.dm2-dealer-table th,.dm2-dealer-table td{padding-left:8px;padding-right:8px}}
