:root{--navy:#081d33;--blue:#1976d2;--cyan:#4fc3f7;--bg:#f4f7fa;--text:#172536;--muted:#6b7b8c;--line:#dfe6ed}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.wrap{max-width:1200px;margin:auto;padding:0 24px}header{background:var(--navy);color:#fff}.nav{height:76px;display:flex;align-items:center;gap:28px}.logo{font-weight:900;font-size:25px}.logo span{color:var(--cyan)}.search{display:flex;flex:1;max-width:600px}.search input{width:100%;padding:13px 16px;border:0;border-radius:7px 0 0 7px}.search button{width:48px;border:0;background:var(--blue);color:#fff;border-radius:0 7px 7px 0}.contacts{margin-left:auto;display:flex;flex-direction:column}.contacts small{color:#aebdcb;margin-top:4px}.cart{border:1px solid #466079;padding:10px 14px;border-radius:7px}nav{border-top:1px solid #20354a}nav .wrap{display:flex;gap:30px}nav a{padding:15px 0;color:#d7e0e8}.hero{background:linear-gradient(115deg,#081d33,#123b61);color:#fff}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:455px}.eyebrow{color:var(--cyan);font-weight:700;margin-bottom:15px}.hero h1{font-size:48px;line-height:1.08;margin:0 0 20px}.hero p{font-size:18px;color:#c5d2df}.btn{display:inline-block;border:0;border-radius:7px;padding:12px 18px;font-weight:700;cursor:pointer}.primary{background:var(--blue);color:#fff}.hero-art{height:330px;display:flex;justify-content:center;align-items:end;gap:15px}.cylinder{width:110px;height:235px;border-radius:28px 28px 14px 14px;background:linear-gradient(90deg,#c9d0d7,#fff,#aeb9c3);color:#15304b;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:0 25px 40px #0005;transform:rotate(-4deg)}.tall{height:280px;transform:rotate(3deg)}.small{height:210px;transform:rotate(7deg)}.section{padding:60px 0}.soft,.page-head{background:var(--bg)}.section-head{display:flex;justify-content:space-between;margin-bottom:25px}.section h2{font-size:30px;margin:0}.section-head a{color:var(--blue);font-weight:700}.cat-grid,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cat-card,.product,.catalog-block,.panel{border:1px solid var(--line);border-radius:10px;background:#fff}.cat-card{padding:22px;min-height:200px}.cat-icon{width:48px;height:48px;border-radius:10px;background:#e9f4ff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px}.cat-card h3{margin:15px 0 8px}.cat-card p,.product p,.page-head p{color:var(--muted)}.cat-card span{color:var(--blue);font-weight:700}.product{padding:16px}.product-img,.big-product-img{height:180px;background:linear-gradient(145deg,#eef4f8,#dce6ed);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6f8192;font-weight:900}.tag{display:inline-block;margin:12px 0 8px;color:#18794e;background:#e9f8ef;padding:4px 8px;border-radius:5px;font-size:11px;font-weight:700}.price{font-size:20px;font-weight:900;margin:14px 0}.add{background:#edf5ff;color:var(--blue);width:100%;text-align:center}.page-head{padding:38px 0}.page-head h1{font-size:38px}.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:12px}.catalog-list{display:flex;flex-direction:column;gap:15px}.catalog-block{padding:24px}.catalog-title{display:flex;gap:15px;align-items:center}.catalog-title .cat-icon{flex:none}.layout{display:grid;grid-template-columns:230px 1fr;gap:25px}.filters{border:1px solid var(--line);padding:18px;border-radius:10px;height:max-content}.filters label{display:block;font-size:12px;font-weight:700;margin:15px 0 7px}.filters input,.filters select,.checkout input,.auth-card input{width:100%;padding:10px;border:1px solid var(--line);border-radius:6px}.range{display:flex;gap:6px}.full{width:100%;margin-top:20px}.results-top{display:flex;justify-content:space-between;margin-bottom:15px}.results .product-grid{grid-template-columns:repeat(3,1fr)}.empty{text-align:center;padding:70px 20px}.cart-list{border:1px solid var(--line);border-radius:10px}.cart-row{padding:18px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 180px 150px}.cart-total{display:flex;justify-content:space-between;align-items:center;padding:25px 0}.delivery-note{font-size:13px;color:var(--muted);margin-top:25px}.checkout{max-width:650px}.checkout form{display:flex;flex-direction:column;gap:14px}.checkout label{font-weight:700;font-size:13px}.checkout input{display:block;margin-top:6px}.delivery-box{padding:15px;background:var(--bg);border-radius:8px}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.auth-card{padding:25px;border:1px solid var(--line);border-radius:10px;display:flex;flex-direction:column;gap:10px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px}.big-product-img{height:420px}.price.big{font-size:30px}.specs{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line)}.specs div{padding:14px;border-bottom:1px solid var(--line)}.specs span{display:block;color:var(--muted);font-size:12px}footer{background:#071725;color:#b5c3cf;margin-top:0}.copyright{text-align:center;padding:20px;font-size:12px}.empty-mini{padding:40px;color:var(--muted)}@media(max-width:850px){.hero-grid,.product-detail,.account-grid{grid-template-columns:1fr}.hero-art{display:none}.cat-grid,.product-grid,.results .product-grid{grid-template-columns:repeat(2,1fr)}.layout{grid-template-columns:1fr}.cart-row{grid-template-columns:1fr}.contacts{display:none}}@media(max-width:550px){.cat-grid,.product-grid,.results .product-grid{grid-template-columns:1fr}.wrap{padding:0 16px}.nav{flex-wrap:wrap;height:auto;padding:15px}.search{order:3;flex-basis:100%}.hero h1{font-size:34px}.section{padding:42px 0}}
