

/* Страница «Места» */
.places-page-head{padding-bottom:20px}
.places-hero{background:linear-gradient(135deg,#fff 0%,#eff8f3 56%,#e9f0ff 100%)}
.place-types{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;margin-top:18px}
.place-type-chip{min-width:0;display:flex;align-items:center;gap:12px;padding:13px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.88);text-align:left;cursor:pointer;box-shadow:var(--shadow-xs);transition:.2s ease}
.place-type-chip:hover,.place-type-chip.active{transform:translateY(-2px);border-color:rgba(11,143,91,.24);background:#fff;box-shadow:var(--shadow-sm)}
.place-type-icon{width:42px;height:42px;display:grid;place-items:center;flex:none;border-radius:13px;color:var(--brand-dark);background:var(--brand-soft)}
.place-type-chip strong{display:block;font-size:13px;line-height:1.15}
.place-type-chip small{display:block;margin-top:3px;color:var(--muted);font-size:11px}
.places-toolbar{grid-template-columns:minmax(300px,1.4fr) minmax(190px,.65fr) minmax(180px,.55fr) auto}
.control--wide{min-width:280px}
.catalog-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;width:min(100%,560px)}
.view-switch{display:flex;padding:4px;border:1px solid var(--line);border-radius:14px;background:#fff}
.view-btn{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:transparent;color:var(--muted);cursor:pointer}
.view-btn.active{background:var(--surface-dark);color:#fff}
.rating-filter input{width:100%;accent-color:var(--brand)}
.rating-filter>div{display:flex;justify-content:space-between;margin-top:8px;color:var(--muted);font-size:12px}
.places-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.place-card{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(19,35,30,.08);border-radius:25px;background:#fff;box-shadow:var(--shadow-sm);transition:.25s ease}
.place-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}
.place-cover{position:relative;display:block;height:220px;overflow:hidden;background:#e9f2ee}
.place-placeholder{position:absolute;inset:0;overflow:hidden;color:#fff;background:linear-gradient(135deg,#163f32,#287858);isolation:isolate}
.place-placeholder::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.13),transparent 45%)}
.place-placeholder-grid{position:absolute;inset:0;opacity:.23;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:28px 28px;transform:perspective(260px) rotateX(58deg) scale(1.3);transform-origin:center bottom}
.place-placeholder-orb{position:absolute;border-radius:50%;filter:blur(.1px)}
.place-placeholder-orb--one{width:170px;height:170px;right:-36px;top:-50px;background:rgba(255,255,255,.16)}
.place-placeholder-orb--two{width:96px;height:96px;left:28px;bottom:-42px;border:20px solid rgba(255,255,255,.12)}
.place-placeholder-icon{position:absolute;right:28px;bottom:25px;width:96px;height:96px;display:grid;place-items:center;border-radius:31px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.2);box-shadow:0 18px 38px rgba(0,0,0,.18);backdrop-filter:blur(8px);transform:rotate(-7deg)}
.place-placeholder-icon .icon{width:52px;height:52px;stroke-width:1.5}
.place-placeholder-copy{position:absolute;left:22px;top:24px;z-index:2}
.place-placeholder-copy small{display:block;color:rgba(255,255,255,.68);font-size:10px;font-weight:800;text-transform:uppercase}
.place-placeholder-copy strong{display:block;margin-top:7px;font-size:28px;line-height:1}
.place-placeholder--cafe{background:linear-gradient(135deg,#5f3a2c,#b66a3c)}
.place-placeholder--restaurant{background:linear-gradient(135deg,#6b2938,#c95866)}
.place-placeholder--museum,.place-placeholder--culture{background:linear-gradient(135deg,#273a76,#5b72d6)}
.place-placeholder--park{background:linear-gradient(135deg,#176449,#43a66f)}
.place-placeholder--education{background:linear-gradient(135deg,#433589,#7668da)}
.place-placeholder--entertainment{background:linear-gradient(135deg,#8a3c70,#d8659f)}
.place-placeholder--sport{background:linear-gradient(135deg,#1d596e,#42a0b8)}
.place-placeholder--shopping{background:linear-gradient(135deg,#80571f,#d59c43)}
.place-placeholder--v2 .place-placeholder-icon{transform:rotate(7deg);border-radius:50% 32% 46% 38%}
.place-placeholder--v3 .place-placeholder-grid{background-size:22px 22px}.place-placeholder--v3 .place-placeholder-icon{bottom:18px;right:18px;width:110px;height:110px}
.place-placeholder--v4 .place-placeholder-orb--one{right:auto;left:-58px;top:-35px}.place-placeholder--v4 .place-placeholder-icon{right:34px;bottom:32px;transform:rotate(4deg)}
.place-placeholder--v5 .place-placeholder-icon{width:104px;height:104px;border-radius:25px 48px 25px 48px}
.place-category,.place-status{position:absolute;z-index:3;top:14px;display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:850;backdrop-filter:blur(8px)}
.place-category{left:14px;color:#fff;background:rgba(16,38,31,.56)}
.place-status{right:14px;color:#fff;background:rgba(16,38,31,.56)}
.place-status--open{background:rgba(9,122,77,.82)}
.place-status--closed{background:rgba(87,99,94,.74)}
.favorite{position:absolute;right:14px;top:170px;z-index:4;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--text);box-shadow:var(--shadow-sm);cursor:pointer}
.favorite.active{color:#e94c71}.favorite.active .icon{fill:currentColor}
.place-content{padding:18px 18px 17px}
.place-rating{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.place-rating .icon{width:16px;height:16px;color:#f0b429;fill:currentColor;stroke:none}.place-rating strong{color:var(--text)}
.place-content h3{margin:8px 0 10px;min-height:52px;font-size:18px;line-height:1.4}
.location{display:flex;align-items:flex-start;gap:7px;margin:0;color:var(--muted);font-size:13px}.location .icon{width:16px;height:16px;margin-top:2px;color:var(--brand)}
.place-feature{margin:10px 0 0;color:#486057;font-size:13px;font-weight:750}
.place-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}
.place-bottom>strong{font-size:14px}.card-action{display:inline-flex;align-items:center;gap:8px;padding:0;background:transparent;color:var(--brand-dark);font-weight:850;cursor:pointer}
.places-grid.list-view{grid-template-columns:1fr}
.places-grid.list-view .place-card{display:grid;grid-template-columns:290px 1fr;min-height:220px}
.places-grid.list-view .place-cover{height:100%}.places-grid.list-view .favorite{top:14px}.places-grid.list-view .place-content h3{min-height:0;font-size:22px}
.load-more{display:flex;justify-content:center;margin-top:28px}.empty-state{display:none;padding:60px 20px;text-align:center}.empty-state.show{display:block}.empty-icon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 16px;border-radius:22px;background:var(--brand-soft);color:var(--brand-dark)}
.map-preview-section{padding:28px 0 74px}.map-preview-card{position:relative;overflow:hidden;display:grid;grid-template-columns:.82fr 1.18fr;min-height:380px;border-radius:30px;background:var(--surface-dark);color:#fff;box-shadow:var(--shadow-md)}
.map-preview-copy{position:relative;z-index:2;padding:48px}.map-preview-copy .eyebrow{color:#8ee0b7}.map-preview-copy h2{margin:14px 0 12px;font-size:44px;line-height:1.04}.map-preview-copy p{max-width:560px;margin:0 0 24px;color:rgba(255,255,255,.65);font-size:17px}
.map-preview-art{position:relative;overflow:hidden;background:linear-gradient(145deg,#d9ebe2,#bfddce)}
.map-preview-art::before{content:"";position:absolute;inset:0;opacity:.46;background-image:linear-gradient(rgba(27,91,66,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(27,91,66,.13) 1px,transparent 1px);background-size:36px 36px}
.map-road{position:absolute;height:18px;border-radius:999px;background:#fff;box-shadow:0 0 0 6px rgba(45,111,84,.13)}
.map-road--one{width:120%;left:-12%;top:42%;transform:rotate(-13deg)}.map-road--two{width:88%;right:-20%;top:18%;transform:rotate(34deg)}.map-road--three{width:76%;left:10%;bottom:16%;transform:rotate(18deg)}
.map-pin{position:absolute;z-index:2;width:66px;height:66px;display:grid;place-items:center;border:6px solid #fff;border-radius:50% 50% 50% 16px;background:var(--brand);color:#fff;box-shadow:0 18px 34px rgba(20,70,50,.25);transform:rotate(-45deg)}.map-pin .icon{width:28px;height:28px;transform:rotate(45deg)}
.map-pin--one{left:18%;top:24%}.map-pin--two{right:18%;top:42%;background:#6a5af9}.map-pin--three{left:44%;bottom:12%;background:#d47c3d}
.place-card.hidden{display:none!important}
@media(max-width:1400px){.place-types{grid-template-columns:repeat(4,1fr)}.places-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1080px){.places-toolbar{grid-template-columns:1fr 1fr}.toolbar-reset{grid-column:1/-1}.catalog-layout{grid-template-columns:1fr}.sidebar{position:fixed!important;left:14px;right:14px;bottom:14px;top:auto;z-index:70;max-height:78vh;overflow:auto;transform:translateY(calc(100% + 40px));transition:.25s ease}.sidebar.open{transform:none}.filter-mobile-btn{display:inline-flex!important}.map-preview-card{grid-template-columns:1fr}.map-preview-art{min-height:300px}}
@media(max-width:720px){.place-types{grid-template-columns:repeat(2,1fr)}.places-toolbar{grid-template-columns:1fr}.control--wide{min-width:0}.places-grid{grid-template-columns:1fr}.catalog-head{align-items:flex-start;flex-direction:column}.catalog-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.sort-select{flex:1;min-width:190px}.places-grid.list-view .place-card{display:block}.places-grid.list-view .place-cover{height:220px}.map-preview-copy{padding:30px 24px}.map-preview-copy h2{font-size:35px}.page-stats{grid-template-columns:repeat(3,1fr)}.place-type-chip{padding:10px}.place-type-icon{width:38px;height:38px}}
@media(max-width:470px){.page-stats{grid-template-columns:1fr}.place-types{grid-template-columns:1fr 1fr}.place-type-chip small{display:none}.view-switch{display:none}.favorite{top:170px}}

/* Navigation terminology and redesigned map CTA */
.main-nav{gap:3px!important}
.nav-link{white-space:nowrap!important}

.map-explorer-section{padding:40px 0 72px!important}
.map-explorer-card{
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:minmax(430px,.82fr) minmax(620px,1.18fr)!important;
  min-height:520px!important;
  border-radius:34px!important;
  background:#e8f2ed!important;
  border:1px solid rgba(19,61,45,.10)!important;
  color:var(--text)!important;
  box-shadow:0 28px 70px rgba(18,55,42,.13)!important;
}
.map-explorer-copy{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:48px!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 14% 12%,rgba(115,226,170,.19),transparent 19rem),
    linear-gradient(145deg,#123d2e 0%,#18523b 58%,#0e3428 100%)!important;
}
.map-explorer-copy::after{
  content:"";position:absolute;right:-86px;bottom:-110px;width:270px;height:270px;border-radius:50%;
  border:42px solid rgba(255,255,255,.045);pointer-events:none
}
.map-explorer-eyebrow{position:relative;z-index:1;display:inline-flex;align-items:center;gap:10px;color:#a8e3c5;font-size:12px;font-weight:900;text-transform:uppercase}
.map-explorer-eyebrow i{width:9px;height:9px;border-radius:50%;background:#71dda7;box-shadow:0 0 0 7px rgba(113,221,167,.13)}
.map-explorer-copy h2{position:relative;z-index:1;max-width:650px;margin:18px 0 15px!important;color:#fff!important;font-size:clamp(38px,3.2vw,58px)!important;line-height:1.02!important}
.map-explorer-copy>p{position:relative;z-index:1;max-width:620px;margin:0!important;color:rgba(255,255,255,.68)!important;font-size:17px!important;line-height:1.58!important}
.map-explorer-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:28px}
.map-explorer-stat{padding:14px 14px 13px;border:1px solid rgba(255,255,255,.11);border-radius:17px;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.map-explorer-stat strong{display:block;color:#fff;font-size:23px;line-height:1}
.map-explorer-stat span{display:block;margin-top:7px;color:rgba(255,255,255,.57);font-size:11px;line-height:1.3}
.map-explorer-actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.map-cta-button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 19px;border-radius:15px;border:1px solid transparent;font-weight:850;cursor:pointer;transition:.2s ease}
.map-cta-button:hover{transform:translateY(-2px)}
.map-cta-button--primary{background:#fff!important;color:#153f31!important;border-color:#fff!important;box-shadow:0 14px 30px rgba(3,21,15,.18)!important}
.map-cta-button--primary:hover{background:#e9fff4!important;color:#0d3427!important}
.map-cta-button--secondary{background:rgba(255,255,255,.08)!important;color:#fff!important;border-color:rgba(255,255,255,.16)!important}
.map-cta-button--secondary:hover{background:rgba(255,255,255,.14)!important;color:#fff!important}

.map-explorer-visual{position:relative;display:grid;place-items:center;padding:28px;background:linear-gradient(145deg,#eaf5ef,#d8ebe1)}
.map-explorer-visual::before{content:"";position:absolute;inset:0;opacity:.28;background-image:linear-gradient(rgba(32,91,67,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(32,91,67,.12) 1px,transparent 1px);background-size:32px 32px}
.map-app{position:relative;z-index:2;width:min(100%,850px);overflow:hidden;border-radius:25px;background:#fff;border:1px solid rgba(20,62,46,.11);box-shadow:0 24px 54px rgba(30,72,55,.16);transform:rotate(-1deg)}
.map-app-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid rgba(20,62,46,.08)}
.map-app-title{display:flex;align-items:center;gap:11px;min-width:0}
.map-app-title>span{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#e2f5eb;color:#0b8558}
.map-app-title strong{display:block;color:#153f31;font-size:14px}
.map-app-title small{display:block;margin-top:2px;color:#7b8c85;font-size:10px}
.map-app-live{flex:none;display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#163f31;color:#fff;font-size:10px;font-weight:900}
.map-app-filters{display:flex;gap:7px;overflow:hidden;padding:10px 16px 0}
.map-app-filters span{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:#f1f5f3;color:#62746c;font-size:10px;font-weight:850;white-space:nowrap}
.map-app-filters span.active{background:#dff4e9;color:#08784e}
.map-app-canvas{position:relative;height:340px;margin:10px;border-radius:19px;overflow:hidden;background:linear-gradient(145deg,#d7eadf,#c7dfd2)}
.map-app-canvas::before{content:"";position:absolute;inset:0;opacity:.44;background-image:linear-gradient(rgba(29,91,65,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(29,91,65,.12) 1px,transparent 1px);background-size:27px 27px}
.map-line{position:absolute;height:15px;border-radius:999px;background:#fff;box-shadow:0 0 0 5px rgba(29,84,62,.09)}
.map-line--one{width:120%;left:-13%;top:37%;transform:rotate(-13deg)}
.map-line--two{width:94%;right:-22%;top:17%;transform:rotate(35deg)}
.map-line--three{width:82%;left:5%;bottom:18%;transform:rotate(17deg)}
.map-line--four{width:70%;left:22%;top:54%;transform:rotate(77deg)}
.map-area{position:absolute;color:rgba(24,73,54,.45);font-size:9px;font-weight:900;text-transform:uppercase}
.map-area--one{left:8%;top:10%}.map-area--two{right:8%;top:12%}.map-area--three{left:12%;bottom:9%}
.map-app-pin{position:absolute;z-index:3;width:46px;height:46px;display:grid;place-items:center;border:5px solid #fff;border-radius:50% 50% 50% 13px;background:#0b8f5b;color:#fff;box-shadow:0 13px 25px rgba(22,74,52,.21);transform:rotate(-45deg)}
.map-app-pin .icon{width:21px;height:21px;transform:rotate(45deg)}
.map-app-pin--one{left:17%;top:23%}.map-app-pin--two{right:21%;top:31%;background:#6a5af9}.map-app-pin--three{left:48%;bottom:17%;background:#d47c3d}.map-app-pin--four{right:10%;bottom:12%;background:#ef476f}
.map-route-preview{position:absolute;z-index:2;left:24%;top:47%;width:44%;height:3px;border-top:3px dashed rgba(11,143,91,.54);transform:rotate(17deg)}
.map-route-preview i{position:absolute;top:-5px;width:8px;height:8px;border-radius:50%;background:#0b8f5b;box-shadow:0 0 0 3px rgba(255,255,255,.85)}
.map-route-preview i:nth-child(1){left:0}.map-route-preview i:nth-child(2){left:33%}.map-route-preview i:nth-child(3){left:66%}.map-route-preview i:nth-child(4){right:0}
.map-nearby-list{position:absolute;z-index:5;right:12px;bottom:12px;width:260px;display:grid;gap:7px}
.map-nearby-item{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px;border-radius:14px;background:rgba(255,255,255,.93);border:1px solid rgba(19,61,45,.08);box-shadow:0 10px 24px rgba(24,65,49,.12);backdrop-filter:blur(9px)}
.map-nearby-item>span{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#e4f4ec;color:#0b8558}
.map-nearby-item strong{display:block;overflow:hidden;color:#173e31;font-size:10px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.map-nearby-item small{display:block;margin-top:2px;color:#7b8b84;font-size:8px}
.map-nearby-item b{color:#0b8558;font-size:14px}

@media(max-width:1180px){
  .map-explorer-card{grid-template-columns:1fr!important}
  .map-explorer-copy{padding:40px!important}
  .map-explorer-visual{min-height:500px!important}
}
@media(max-width:760px){
  .map-explorer-section{padding:28px 0 50px!important}
  .map-explorer-card{border-radius:26px!important}
  .map-explorer-copy{padding:30px 22px!important}
  .map-explorer-copy h2{font-size:38px!important}
  .map-explorer-stats{grid-template-columns:1fr 1fr!important}
  .map-explorer-stat:last-child{grid-column:1/-1!important}
  .map-explorer-actions{display:grid!important;grid-template-columns:1fr!important}
  .map-cta-button{width:100%!important}
  .map-explorer-visual{min-height:430px!important;padding:16px!important}
  .map-app-canvas{height:310px!important}
  .map-nearby-list{width:220px!important}
}
@media(max-width:480px){
  .map-explorer-copy h2{font-size:33px!important}
  .map-explorer-stats{grid-template-columns:1fr!important}
  .map-explorer-stat:last-child{grid-column:auto!important}
  .map-explorer-visual{min-height:390px!important;padding:10px!important}
  .map-app{transform:none!important}
  .map-app-title small{display:none!important}
  .map-app-filters span:nth-child(n+4){display:none!important}
  .map-app-canvas{height:280px!important}
  .map-nearby-list{left:10px!important;right:10px!important;width:auto!important}
  .map-nearby-item:nth-child(n+3){display:none!important}
}
