*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#050505;color:#fff;font-family:Arial,sans-serif}a{text-decoration:none;color:inherit}.header{min-height:92px;background:#000;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 5%;position:sticky;top:0;z-index:20}.logo{display:flex;align-items:center;gap:12px}.wheel{width:58px;height:58px;border:4px solid #aaa;border-radius:50%;display:grid;place-items:center;color:#ffc400;font-size:34px}.logo b{font-size:30px}.logo i,footer i{color:#ffc400;font-style:normal}.logo small,.phones small{display:block;color:#aaa}.header button{display:none;background:#ffc400;border:0;border-radius:8px;padding:10px 14px}.header nav{display:flex;gap:24px;font-weight:900}.header nav a:hover{color:#ffc400}.phones{display:flex;gap:18px}.hero{min-height:560px;position:relative;display:flex;align-items:center;padding:55px 5%;background:url('assets/hero.webp') center right/cover no-repeat}.shade{position:absolute;inset:0;background:linear-gradient(90deg,#020202,rgba(2,2,2,.95) 35%,rgba(2,2,2,.45) 67%,transparent)}.heroText{position:relative;max-width:680px}.eyebrow{color:#ffc400;font-weight:900}.hero h1{font-size:60px;line-height:1.03;margin:0 0 25px}.hero h1 span{display:block;color:#ffc400;font-size:68px}.hero h1 em{display:block;font-style:normal;font-size:31px}.hero ul{list-style:none;padding:0}.hero li{margin:13px 0}.hero li:before{content:'✓';background:#ffc400;color:#111;border-radius:50%;padding:2px 6px;margin-right:10px}.btn{min-height:50px;border:0;border-radius:8px;background:#ffc400;color:#111;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;font-weight:900;text-transform:uppercase;cursor:pointer}.section{padding:42px 5%}.section h2{text-align:center;text-transform:uppercase}.line{width:56px;height:3px;background:#ffc400;margin:9px auto 26px}.searchGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid #555;border-radius:12px;background:#111;padding:24px}.card label{display:block;margin:11px 0;font-size:13px}.card select{width:100%;height:39px;background:#181818;color:#fff;border:1px solid #666;border-radius:5px}.card .btn{width:100%;margin-top:10px}.sizes{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.catalog{background:#0b0b0b}.filters{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;margin-bottom:22px}.filters input,.filters select{height:44px;background:#141414;color:#fff;border:1px solid #444;border-radius:7px;padding:0 12px}.productGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.product{background:#111;border:1px solid #333;border-radius:12px;overflow:hidden}.product img{width:100%;height:210px;object-fit:contain;background:radial-gradient(circle,#333,#080808)}.productBody{padding:17px}.productBrand{color:#ffc400;font-size:12px;font-weight:900}.price{font-size:25px;font-weight:900;margin:14px 0}.tpmsBlock{display:grid;grid-template-columns:1fr 420px;align-items:center;gap:36px;background:#111}.tpmsBlock img{width:100%}.brands{background:#000}.brandGrid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.brandGrid div{height:72px;background:#fff;color:#111;border-radius:8px;display:grid;place-items:center;font-weight:900}.contactGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.contactGrid article{border:1px solid #333;border-radius:11px;background:#151515;padding:18px;display:flex;gap:15px;font-size:38px}.contactGrid h3,.contactGrid a{font-size:15px}.wa{background:#25D366!important}footer{background:#000;padding:22px 5%;display:flex;justify-content:space-between}@media(max-width:900px){.header{flex-wrap:wrap}.header button{display:block}.header nav{display:none;width:100%;flex-direction:column}.header nav.open{display:flex}.phones{display:none}.hero h1{font-size:42px}.hero h1 span{font-size:49px}.searchGrid,.productGrid,.contactGrid{grid-template-columns:1fr}.brandGrid{grid-template-columns:repeat(2,1fr)}.tpmsBlock{grid-template-columns:1fr}.filters{grid-template-columns:1fr}.sizes{grid-template-columns:1fr}}