.lodg-products-page{padding:96px 0 88px;background:var(--brand-bg)}.lodg-products-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:end;margin-bottom:36px;border-bottom:1px solid var(--brand-border);padding-bottom:24px}.lodg-products-head h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1;margin:0 0 12px}.lodg-products-head p{max-width:720px;margin-bottom:0}.lodg-catalog-list{display:grid;grid-gap:32px;gap:32px}.lodg-catalog-category{border:1px solid var(--brand-border);background:var(--brand-bg)}.lodg-catalog-category__head{padding:20px 24px;background:var(--brand-bg-alt);border-bottom:1px solid var(--brand-border)}.lodg-catalog-category__head h2{margin:0 0 6px;font-family:var(--font-display);color:var(--brand-text)}.lodg-catalog-category__head p{margin:0}.lodg-catalog-items{display:grid}.lodg-catalog-item{display:grid;grid-template-columns:76px minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:16px 20px;border-bottom:1px solid var(--brand-border)}.lodg-catalog-item:last-child{border-bottom:0}.lodg-catalog-item:hover{background:var(--brand-neutral-light)}.lodg-catalog-item img{width:76px;height:76px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border);background:var(--brand-bg-alt)}.lodg-catalog-item h3{margin:0 0 4px;font-size:1.08rem;color:var(--brand-text)}.lodg-catalog-item p{margin:0;color:var(--brand-text)}@media (max-width:767px){.lodg-catalog-item,.lodg-products-head{grid-template-columns:1fr}.lodg-catalog-item img{width:100%;height:auto;aspect-ratio:4/3}.lodg-btn-row{width:100%}}