.container{width:100%;max-width:1450px;margin:0 auto;padding:0 20px}.header{height:82px;background:#fff;border-bottom:1px solid #ececec;position:sticky;top:0;z-index:100}.header-inner{height:100%;display:flex;align-items:center;gap:24px}.logo{font-size:34px;font-weight:800;white-space:nowrap}.logo span{color:#ff6b1a}.catalog-btn{height:46px;padding:0 22px;border:none;background:#ff6b1a;color:#fff;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;white-space:nowrap}.header-link{font-size:17px;font-weight:500;color:#333}.search{flex:1}.search input{width:100%;height:48px;border:1px solid #dedede;border-radius:12px;padding:0 18px;font-size:15px;outline:none;background:#fafafa}.header-icons{display:flex;align-items:center;gap:16px;margin-left:auto}.icon{font-size:20px;cursor:pointer}.page{padding:45px 0 70px}.page-title{font-size:52px;font-weight:800;margin-bottom:40px;line-height:1.1}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.category-card{background:#fff;border-radius:24px;padding:30px;border:1px solid #ececec}.category-card-title{font-size:28px;font-weight:700;margin-bottom:24px;color:#222}.category-list{display:flex;flex-direction:column;gap:14px}.category-link{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:14px;background:#fafafa;border:1px solid #f0f0f0;transition:.2s}.category-link:hover{background:#fff4ed;border-color:#ff6b1a;transform:translateX(3px)}.category-link span{font-size:16px;font-weight:500;color:#333}.category-link small{color:#999;font-size:14px}@media(max-width:1200px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.header{height:auto;padding:15px 0}.header-inner{flex-wrap:wrap}.search{width:100%;order:10;flex:auto}.page-title{font-size:42px}.categories-grid{grid-template-columns:1fr}}@media(max-width:640px){.container{padding:0 14px}.logo{font-size:28px}.catalog-btn{height:42px;padding:0 18px;font-size:14px}.header-link{display:none}.page{padding:30px 0 50px}.page-title{font-size:34px;margin-bottom:26px}.category-card{padding:20px;border-radius:20px}.category-card-title{font-size:24px;margin-bottom:18px}.category-link{padding:13px 14px}.category-link span{font-size:15px}}