*{box-sizing:border-box;margin:0;padding:0}
body{font:16px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#1a1b29;background:#fff}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}
.wrap{max-width:1180px;margin:0 auto;padding:0 20px}
header{border-bottom:1px solid #e7e9f0;background:#fff;position:sticky;top:0;z-index:30}
.hd{display:flex;align-items:center;justify-content:space-between;height:66px;gap:20px}
.logo{font-size:20px;font-weight:600;letter-spacing:-.02em;white-space:nowrap} .logo span{color:#f51957}
nav{display:flex;gap:18px;overflow-x:auto;scrollbar-width:none} nav::-webkit-scrollbar{display:none}
nav a{font-size:14px;color:#605f74;white-space:nowrap} nav a:hover,nav a.on{color:#f51957}
.burger{display:none;width:42px;height:42px;border:1px solid #e7e9f0;background:#fff;border-radius:10px;
 cursor:pointer;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:4px;flex:none}
.burger i{display:block;width:18px;height:2px;background:#1a1b29;border-radius:2px;transition:.2s}
.burger[aria-expanded="true"] i:nth-child(1){transform:translateY(6px) rotate(45deg)}
.burger[aria-expanded="true"] i:nth-child(2){opacity:0}
.burger[aria-expanded="true"] i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
@media(max-width:820px){
 .burger{display:flex}
 .hd{position:relative}
 nav{display:none;position:absolute;top:66px;left:-20px;right:-20px;background:#fff;
  border-bottom:1px solid #e7e9f0;border-top:1px solid #e7e9f0;flex-direction:column;gap:0;
  padding:6px 20px 14px;overflow:visible;box-shadow:0 12px 24px rgba(20,20,35,.07)}
 nav.open{display:flex}
 nav a{font-size:16px;padding:13px 0;border-bottom:1px solid #e7e9f0;color:#1a1b29}
 nav a:last-child{border-bottom:0}
}
.hero{background:#f8f9fb;padding:50px 0 42px;text-align:center;border-bottom:1px solid #e7e9f0}
.hero h1{font-size:36px;font-weight:600;letter-spacing:-.02em;margin-bottom:8px}
.hero p{color:#605f74;margin-bottom:22px}
.search input{width:100%;max-width:560px;height:52px;border:1px solid #e7e9f0;border-radius:26px;padding:0 22px;font-size:15px;outline:none;background:#fff}
.search input:focus{border-color:#f51957}
h2.sec{font-size:24px;font-weight:600;margin:38px 0 4px;letter-spacing:-.02em}
.sub{color:#605f74;font-size:14px;margin-bottom:20px}
.cats{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:18px;margin-bottom:10px}
.cat{border:1px solid #e7e9f0;border-radius:14px;overflow:hidden;background:#fff;transition:.15s}
.cat:hover{border-color:#d5d8e3;transform:translateY(-2px)}
.cat img{height:150px;width:100%;object-fit:cover;background:#f8f9fb}
.cat b{display:block;font-size:16px;font-weight:600;padding:14px 16px 2px}
.cat span{display:block;color:#605f74;font-size:13.5px;padding:0 16px 15px}
.layout{display:grid;grid-template-columns:250px 1fr;gap:28px;align-items:start;margin-bottom:40px}
.side{position:sticky;top:86px}
.fbox{border:1px solid #e7e9f0;border-radius:14px;padding:16px 18px;margin-bottom:14px}
.fbox h4{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#605f74;margin-bottom:10px}
.fbox label{display:flex;align-items:center;gap:9px;font-size:14px;padding:4px 0;cursor:pointer;color:#1a1b29}
.fbox input[type=checkbox]{width:16px;height:16px;accent-color:#f51957;cursor:pointer}
.fbox select{width:100%;height:38px;border:1px solid #e7e9f0;border-radius:8px;padding:0 10px;font-size:14px;background:#fff;color:#1a1b29}
.btn{display:block;width:100%;background:#f51957;color:#fff;border:0;height:42px;border-radius:9px;font-size:15px;cursor:pointer}
.btn.ghost{background:#f8f9fb;color:#1a1b29;margin-top:8px}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}
.card{border:1px solid #e7e9f0;border-radius:14px;overflow:hidden;background:#fff;transition:.15s}
.card:hover{border-color:#d5d8e3;transform:translateY(-2px)}
.card img{height:168px;width:100%;object-fit:cover;background:#f8f9fb}
.card .bd{padding:14px 16px 16px}
.card h3{font-size:15px;font-weight:600;margin-bottom:5px;line-height:1.35}
.card .ad{font-size:13px;color:#605f74;line-height:1.45;margin-bottom:10px;min-height:38px}
.row{display:flex;align-items:center;gap:8px;font-size:12px;flex-wrap:wrap}
.badge{padding:3px 9px;border-radius:5px;font-size:11.5px}
.open{background:#eaf7ee;color:#1f7a3a} .closed{background:#fdecec;color:#a32d2d}
.tag{color:#605f74}
.crumb{font-size:13px;color:#605f74;padding:18px 0 10px} .crumb a:hover{color:#f51957}
h1.t{font-size:32px;font-weight:600;letter-spacing:-.02em;margin-bottom:6px}
.addr{color:#605f74;margin-bottom:20px}
.slider{position:relative;border-radius:14px;overflow:hidden;background:#f8f9fb;margin-bottom:22px}
.track{display:flex;transition:transform .3s ease}
.track img{min-width:100%;height:400px;object-fit:cover;cursor:zoom-in}
.nav-b{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.92);border:0;font-size:20px;line-height:1;cursor:pointer;color:#1a1b29;z-index:2}
.nav-b.p{left:12px} .nav-b.n{right:12px}
.dots{position:absolute;bottom:12px;left:0;right:0;display:flex;justify-content:center;gap:6px;z-index:2}
.dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.6);border:0;padding:0;cursor:pointer}
.dot.on{background:#fff;width:20px;border-radius:4px}
.pills{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:18px}
.pill{font-size:12.5px;padding:5px 12px;border-radius:6px;background:#f8f9fb;color:#605f74}
.desc{font-size:16px;line-height:1.75;color:#3a3c4a;margin-bottom:26px;max-width:66ch}
.lead{display:grid;grid-template-columns:1.6fr 1fr;gap:34px;padding-bottom:40px}
.box{border:1px solid #e7e9f0;border-radius:14px;padding:20px}
.box h4{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#605f74;margin-bottom:14px}
.kv{display:flex;justify-content:space-between;gap:14px;padding:9px 0;border-top:1px solid #e7e9f0;font-size:14px}
.kv:first-of-type{border-top:0} .kv b{font-weight:400;color:#605f74}
.kv a{color:#f51957;word-break:break-all;text-align:right}
.hrs{font-size:14px} .hrs div{display:flex;justify-content:space-between;padding:6px 0}
.hrs .now{color:#f51957;font-weight:600}
#map,#lmap{height:250px;border-radius:12px;margin-top:14px;background:#f8f9fb}
#lmap{height:330px;margin:0 0 22px}
.lb{position:absolute;inset:0;background:rgba(15,16,26,.94);display:none;align-items:center;justify-content:center;z-index:50}
.lb.on{display:flex} .lb img{max-height:82vh;max-width:92vw;object-fit:contain}
.lb button{position:absolute;background:rgba(255,255,255,.14);color:#fff;border:0;width:44px;height:44px;border-radius:50%;font-size:22px;cursor:pointer}
.lb .x{top:20px;right:20px} .lb .p{left:20px} .lb .n{right:20px}
footer{border-top:1px solid #e7e9f0;margin-top:36px;padding:34px 0;color:#605f74;font-size:14px}
.fgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:26px;margin-bottom:22px}
.fgrid h5{font-size:13px;color:#1a1b29;font-weight:600;margin-bottom:10px}
.fgrid a{display:block;padding:3px 0;font-size:13.5px} .fgrid a:hover{color:#f51957}
.empty{padding:44px;text-align:center;color:#605f74}
.cnt{font-size:14px;color:#605f74;margin-bottom:14px}
.ftoggle{display:none;width:100%;height:44px;border:1px solid #e7e9f0;background:#fff;border-radius:10px;font-size:15px;cursor:pointer;margin-bottom:14px;color:#1a1b29}
.ftoggle[aria-expanded="true"]{border-color:#f51957;color:#f51957}
.ftoggle span{color:#f51957;font-weight:500}
.det summary{list-style:none;cursor:pointer;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#605f74;display:flex;justify-content:space-between;align-items:center}
.det summary::-webkit-details-marker{display:none}
.det summary:after{content:"+";font-size:17px;font-weight:400;color:#605f74}
.det[open] summary:after{content:"–"}
.det .opts{margin-top:10px;max-height:250px;overflow:auto}
.intro{color:#3a3c4a;font-size:16px;line-height:1.75;max-width:78ch;margin-bottom:20px}
.nbwrap{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:10px}
.nb{display:flex;flex-direction:column;gap:2px;border:1px solid #e7e9f0;border-radius:10px;padding:11px 14px;transition:.15s}
.nb:hover{border-color:#f51957}
.nb span{font-size:14.5px;font-weight:500}
.nb em{font-style:normal;font-size:12.5px;color:#605f74}
.faqwrap{margin:6px 0 40px;max-width:820px}
.faq{border-bottom:1px solid #e7e9f0}
.faq summary{list-style:none;cursor:pointer;padding:15px 0;font-size:16px;font-weight:500;display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:"+";font-size:20px;font-weight:400;color:#605f74;flex:none;line-height:1.2}
.faq[open] summary:after{content:"–"}
.faq p{padding:0 0 16px;color:#3a3c4a;font-size:15px;line-height:1.7;max-width:70ch}
@media(max-width:960px){.ftoggle{display:block}.side{display:none}.side.show{display:block}}
@media(max-width:960px){.layout{grid-template-columns:1fr}.side{position:static}.lead{grid-template-columns:1fr}
.track img{height:260px}.hero h1{font-size:28px}h1.t{font-size:26px}}