*{box-sizing:border-box}body{margin:0;background:#f4f5f8;color:#172033;font:15px Arial}header{height:68px;background:#172033;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 5vw}header a{color:#fff;text-decoration:none;font-weight:800}header b{background:#ffd500;color:#172033;border-radius:10px;padding:9px;margin-right:8px}main{width:min(1240px,calc(100% - 32px));margin:32px auto}.hero,.panel{background:#fff;padding:28px;border-radius:20px;margin-bottom:20px}.hero span{color:#e35400;font-weight:900}.hero h1{font-size:40px;margin:8px 0}.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}.products>a{background:#fff;border-radius:17px;padding:16px;text-decoration:none;color:inherit;border:1px solid #e7e8ec}.thumb{height:150px;background:linear-gradient(135deg,#fff0be,#ffe070);display:grid;place-items:center;border-radius:13px;font-size:54px;font-weight:900}.products span{display:inline-block;background:#ff4f22;color:#fff;padding:5px 8px;border-radius:7px;margin-top:12px}.products h2{font-size:18px}.products p{display:flex;gap:9px;align-items:center}.products b{font-size:19px}.products em{font-size:12px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid #eee}.button{display:inline-block;background:#ffd500;padding:11px 15px;border-radius:10px;color:#172033;text-decoration:none;font-weight:800}.request-form{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.request-form label{display:grid;gap:7px}.request-form .full{grid-column:1/-1}.request-form input,.request-form textarea{padding:11px;border:1px solid #ccd1da;border-radius:9px}.request-form textarea{min-height:90px}.request-form button{border:0;background:#ffd500;padding:12px 18px;border-radius:10px;font-weight:800}.notice{padding:12px;background:#e9f7ef;border-radius:10px;margin-bottom:12px}@media(max-width:700px){.request-form{grid-template-columns:1fr}}
