.catalogEntityPage{min-height:100vh;color:#342f27;background:#f5f1e8}.catalogEntityPage__topbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 22px;padding:13px clamp(20px,5vw,72px);color:#f8f2e7;background:#27352b;font-size:13px}.catalogEntityPage__topbar>div{display:flex;flex-wrap:wrap;gap:10px 20px}.catalogEntityPage__topbar a{color:inherit;font-weight:700}.catalogEntityPage__topbar a:hover{color:#d5ad55}.catalogEntityPage__hero{display:grid;grid-template-columns:minmax(150px,260px) minmax(0,760px);align-items:center;justify-content:center;gap:clamp(28px,6vw,78px);padding:clamp(48px,8vw,92px) clamp(22px,6vw,88px);color:#fff;background:linear-gradient(135deg,#344a3b,#19271f)}.catalogEntityPage__logo{display:block;padding:24px;border-radius:24px;background:#fffffff5;box-shadow:0 18px 45px #00000038}.catalogEntityPage__logo img{width:100%;height:auto;display:block}.catalogEntityPage__breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;color:#ddd4c3;font-size:12px}.catalogEntityPage__breadcrumbs a{color:#f0c46c}.catalogEntityPage__heroText>p:first-of-type{margin:0 0 7px;color:#e1b75e;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.catalogEntityPage__hero h1{margin:0;font-size:clamp(34px,5vw,58px);line-height:1.08}.catalogEntityPage__heroText>strong{max-width:720px;display:block;margin-top:18px;color:#f1ede5;font-size:clamp(16px,2vw,20px);line-height:1.55}.catalogEntityPage__content{width:min(1180px,100% - 40px);margin:0 auto;padding:54px 0 72px}.catalogEntityPage__intro{max-width:920px;margin:0 auto 38px;font-size:16px;line-height:1.75;text-align:center}.catalogEntityPage__intro p{margin:0 0 15px}.catalogEntityPage__section{margin-top:42px}.catalogEntityPage__section>h2{margin:0 0 19px;color:#26362c;font-size:clamp(24px,3vw,32px);text-align:center}.catalogEntityPage__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.catalogEntityPage__cards article{padding:24px;border:1px solid #ddd3c0;border-radius:12px;background:#fff;box-shadow:0 9px 24px #27352b12}.catalogEntityPage__cards h3{margin:0 0 9px;color:#304838;font-size:17px}.catalogEntityPage__cards p{margin:0;color:#675f54;line-height:1.65}.catalogEntityPage__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}.catalogEntityPage__list li{padding:13px 15px;border-left:3px solid #b98a2d;background:#fff;font-weight:700}.catalogEntityPage__entityNote{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.catalogEntityPage__entityNote article{padding:26px;color:#f8f4ec;border-radius:14px;background:#2f4436}.catalogEntityPage__entityNote h3{margin:0 0 9px;color:#efc56d}.catalogEntityPage__entityNote p{margin:0 0 16px;line-height:1.65}.catalogEntityPage__entityNote a{color:#fff;font-weight:800;text-decoration:underline;text-underline-offset:3px}.catalogEntityPage__productsHeader{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:10px 24px;margin-bottom:19px}.catalogEntityPage__productsHeader h2{margin:0;color:#26362c;font-size:clamp(24px,3vw,32px)}.catalogEntityPage__productsHeader p{margin:0;color:#716859}.catalogEntityPage__products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.catalogEntityPage__product{overflow:hidden;border:1px solid #ddd3c0;border-radius:11px;background:#fff}.catalogEntityPage__product>a:first-child{aspect-ratio:1.25;display:block;overflow:hidden;background:#eee9df}.catalogEntityPage__product img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s ease}.catalogEntityPage__product:hover img{transform:scale(1.035)}.catalogEntityPage__product div{padding:16px}.catalogEntityPage__product span{color:#8b7b61;font-size:11px}.catalogEntityPage__product h3{margin:6px 0 12px;font-size:15px;line-height:1.4}.catalogEntityPage__product h3 a{color:#304838}.catalogEntityPage__product div>a{color:#8b651d;font-size:12px;font-weight:800}.catalogEntityPage__cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px 30px;margin-top:45px;padding:29px 32px;color:#fff;border-radius:15px;background:#23382b}.catalogEntityPage__cta h2{margin:0 0 4px;color:#f0c46c;font-size:23px}.catalogEntityPage__cta p{margin:0;color:#eee8dd}.catalogEntityPage__cta>div:last-child{display:flex;flex-wrap:wrap;gap:10px}.catalogEntityPage__cta a{display:inline-flex;align-items:center;min-height:44px;padding:10px 18px;color:#26362c;border-radius:5px;background:#f0c46c;font-weight:900}.catalogEntityPage__cta a:last-child{color:#fff;border:1px solid rgba(255,255,255,.35);background:transparent}.catalogEntityPage__related{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 14px;margin-top:30px}.catalogEntityPage__related a{padding:9px 13px;color:#405645;border:1px solid #d3c7b1;border-radius:999px;background:#fff;font-size:12px;font-weight:800}@media(max-width:900px){.catalogEntityPage__cards,.catalogEntityPage__list{grid-template-columns:repeat(2,minmax(0,1fr))}.catalogEntityPage__products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.catalogEntityPage__topbar{align-items:flex-start;flex-direction:column}.catalogEntityPage__hero{grid-template-columns:1fr;gap:28px;padding-block:42px;text-align:center}.catalogEntityPage__logo{width:min(220px,65vw);margin:0 auto}.catalogEntityPage__breadcrumbs{justify-content:center}.catalogEntityPage__cards,.catalogEntityPage__list,.catalogEntityPage__entityNote,.catalogEntityPage__products{grid-template-columns:1fr}.catalogEntityPage__content{width:min(100% - 28px,1180px);padding-top:38px}.catalogEntityPage__cta{align-items:stretch;padding:24px 20px}.catalogEntityPage__cta>div:last-child{flex-direction:column;width:100%}.catalogEntityPage__cta a{justify-content:center}}
