:root{--pst-price-yellow:#ffcb08;--pst-price-ink:#202329;--pst-price-muted:#737982;--pst-price-line:#e8e9eb;--pst-price-bg:#f6f7f8;--pst-price-red:#d84c4c;--pst-price-yellow-zone:#e7b400}
.pst-prices-page{background:#fff;color:var(--pst-price-ink)}
.prices-hero{padding:78px 0 48px;background:linear-gradient(180deg,#f4f5f6 0%,#fff 100%);border-bottom:1px solid var(--pst-price-line)}
.prices-hero-inner{display:flex;justify-content:space-between;align-items:flex-end;gap:48px}
.prices-kicker,.price-category-head span{display:block;margin-bottom:10px;color:#9b7700;font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.prices-hero h1{max-width:760px;margin:0;color:var(--pst-price-ink);font-size:clamp(42px,5vw,70px);line-height:.98;letter-spacing:-.045em}
.prices-hero p{max-width:720px;margin:22px 0 0;color:var(--pst-price-muted);font-size:16px;line-height:1.65}
.season-switch{display:grid;grid-template-columns:1fr 1fr;min-width:330px;padding:5px;background:#e9eaec;border-radius:18px}
.season-switch button{border:0;background:transparent;padding:13px 20px;border-radius:14px;color:#50555d;font:inherit;font-weight:800;cursor:pointer;transition:.2s ease}
.season-switch button small{display:block;margin-top:3px;font-size:10px;font-weight:700;opacity:.7}
.season-switch button.is-active{background:#fff;color:#111;box-shadow:0 7px 20px rgba(25,29,35,.09)}
.prices-nav-wrap{position:sticky;top:0;z-index:35;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--pst-price-line)}
.prices-nav{display:flex;gap:8px;overflow-x:auto;padding:13px 0;scrollbar-width:none}.prices-nav::-webkit-scrollbar{display:none}
.prices-nav a{flex:0 0 auto;padding:10px 14px;border-radius:11px;color:#454a52;font-size:13px;font-weight:800;white-space:nowrap;transition:.18s ease}
.prices-nav a:hover{background:#fff5c7;color:#221b00}
.price-category{padding:72px 0}.price-category:nth-child(even){background:var(--pst-price-bg)}
.price-category-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:30px}
.price-category-head h2{margin:0;font-size:clamp(30px,3.3vw,48px);line-height:1;letter-spacing:-.035em}.price-category-head p{max-width:480px;margin:0;color:var(--pst-price-muted);font-size:13px;line-height:1.55;text-align:right}
.price-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.price-groups-special{grid-template-columns:repeat(2,minmax(0,1fr))}
.price-card{overflow:hidden;background:#fff;border:1px solid var(--pst-price-line);border-radius:22px;box-shadow:0 10px 34px rgba(25,29,35,.045);transition:transform .22s ease,box-shadow .22s ease}
.price-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(25,29,35,.08)}
.price-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid var(--pst-price-line)}
.price-card-head h3{margin:0;font-size:19px;letter-spacing:-.02em}.price-card-head>span{padding:6px 9px;border-radius:999px;background:#f1f2f3;color:#6b7078;font-size:10px;font-weight:800;text-transform:uppercase}
.price-item{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 22px;border-bottom:1px solid #f0f1f2;transition:background .18s ease}.price-item:last-child{border-bottom:0}.price-item:hover{background:#fffbea}.price-item[hidden]{display:none!important}
.price-item-copy{min-width:0}.price-item-copy strong{display:block;color:#272b31;font-size:14px;line-height:1.35}.price-item-copy small{display:block;margin-top:4px;color:#8a9098;font-size:11px}.price-item-copy p{margin:6px 0 0;color:#777d85;font-size:11.5px;line-height:1.4}
.price-value{flex:0 0 auto;color:#15171a;font-size:19px;font-weight:850;letter-spacing:-.03em}.price-value span{font-size:13px;color:#9b7700}
#prices-street .price-card:first-child .price-card-head{border-top:4px solid var(--pst-price-red)}
#prices-street .price-card:nth-child(2) .price-card-head{border-top:4px solid var(--pst-price-yellow-zone)}
.prices-empty{padding:28px;background:#fff;border:1px dashed #d8dade;border-radius:18px;color:#757b84}
.prices-note{padding:34px 0 72px;background:#fff}.prices-note-inner{display:flex;gap:16px;align-items:flex-start;padding:22px 24px;border-radius:18px;background:#fff8d8;border:1px solid #f4e18d}.prices-note-mark{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:var(--pst-price-yellow);font-weight:900}.prices-note strong{font-size:14px}.prices-note p{margin:5px 0 0;color:#6c6650;font-size:13px;line-height:1.55}
@media(max-width:900px){.prices-hero{padding-top:48px}.prices-hero-inner{align-items:stretch;flex-direction:column}.season-switch{min-width:0;width:100%}.price-category-head{align-items:flex-start;flex-direction:column}.price-category-head p{text-align:left}.price-groups,.price-groups-special{grid-template-columns:1fr}.prices-nav-wrap{top:0}}
@media(max-width:560px){.prices-hero h1{font-size:42px}.price-category{padding:52px 0}.price-item{padding:15px 17px}.price-value{font-size:17px}.price-card-head{padding:18px 17px}.prices-nav{padding-left:2px}.season-switch button{padding:11px 10px}.prices-note-inner{padding:18px}}
