
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #f5f5f5; color: #222; }
header { position: sticky; top: 0; background: #1a1a2e; color: #fff; padding: 0 24px; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,0.3); }
.header-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-img { height: 40px; width: auto; display: block; }
.logo-icon { width: 52px; height: 36px; background: #e63946; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 14px; color: #fff; }
.logo-text { color: #fff; font-size: 22px; font-weight: 800; }
.logo-text span { color: #e63946; }
.header-contacts { color: #ccc; font-size: 14px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.header-contacts a { color: #fff; text-decoration: none; font-weight: 600; font-size: 15px; }
.header-contacts-mobile { display: none; align-items: center; gap: 8px; }
.mobile-phone { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #e63946; text-decoration: none; flex-shrink: 0; }
.mobile-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; text-decoration: none; flex-shrink: 0; }
.mobile-icon-btn.tg { background: #229ED9; }
.mobile-icon-btn.wa { background: #25D366; }
.contact-phone { font-size: 17px !important; }
.contact-btn { padding: 6px 14px; border-radius: 20px; font-size: 14px !important; }
.contact-tg { background: #229ED9; }
.contact-wa { background: #25D366; }
.contact-buy { background: #e63946; }
.tg-bar { background:#e63946;color:#fff;text-align:center;padding:12px 20px;font-size:15px;font-weight:600;margin:0 -24px; }
.tg-bar a { color:#b3e5ff;text-decoration:none;font-weight:800; }
.hero { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); color: #fff; padding: 50px 24px 36px; text-align: center; }
.hero h1 { font-size: 32px; font-weight: 800; line-height: 1.25; margin-bottom: 10px; }
.hero h1 span { color: #e63946; }
.hero p { font-size: 16px; color: #aab; max-width: 720px; margin: 0 auto 8px; }
.breadcrumbs { max-width: 1200px; margin: 16px auto 0; padding: 0 24px; font-size: 14px; color: #777; }
.breadcrumbs a { color: #1A75A8; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.wrap { max-width: 1100px; margin: 24px auto 60px; padding: 0 20px; }
.intro { background:#fff; padding: 28px 32px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.07); margin-bottom: 28px; }
.intro p { font-size: 16px; line-height: 1.75; margin-bottom: 12px; color: #333; }
.intro p:last-child { margin-bottom: 0; }
.intro strong { color: #1a1a2e; }
h2 { font-size: 24px; font-weight: 800; color: #1a1a2e; margin: 32px 0 16px; }
.dz-section { max-width: 1200px; margin: 0 auto 50px; padding: 0 24px; }
.dz-section h2.dz-h2 { font-size: 26px; font-weight: 800; color: #1a1a2e; margin: 8px 0 6px; }
.dz-section > p.dz-sub { font-size: 16px; color: #555; line-height: 1.6; margin-bottom: 22px; }
.dz-section h2.dz-h3, h3.dz-h3 { font-size: 20px; font-weight: 700; color: #1a1a2e; margin: 30px 0 14px; padding-bottom: 8px; border-bottom: 2px solid #e8f4fd; }
.dz-section h3.dz-h3 + p.group-note { font-size:14px; color:#666; margin:0 0 14px; line-height:1.6; }
.dz-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.dz-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); display: flex; flex-direction: column; transition: box-shadow .2s; }
.dz-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.13); }
.dz-img { aspect-ratio: 16/9; background: #f5f5f5; display: flex; align-items: center; justify-content: center; padding: 8px; }
.dz-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.dz-body { padding: 14px 16px 18px; display: flex; flex-direction: column; gap: 8px; flex-grow: 1; }
.dz-name { font-size: 17px; font-weight: 700; color: #1a1a2e; }
.dz-type { display: inline-block; font-size: 11px; color: #1A75A8; background: #e8f4fd; padding: 2px 8px; border-radius: 10px; font-weight: 700; align-self: flex-start; }
.dz-specs { font-size: 13px; color: #555; line-height: 1.6; flex-grow: 1; }
.dz-specs b { color: #333; }
.dz-mods { margin-top: 10px; border-top: 1px dashed #d8dde4; padding-top: 10px; }
.dz-mods-title { font-size: 12px; font-weight: 700; color: #1a1a2e; text-transform: uppercase; letter-spacing: .03em; margin-bottom: 6px; }
.dz-mods table { width: 100%; border-collapse: collapse; font-size: 12px; }
.dz-mods th, .dz-mods td { padding: 5px 6px; text-align: left; border-bottom: 1px solid #eef2f5; }
.dz-mods th { color: #1a1a2e; font-weight: 700; background: #f7f9fb; font-size: 11px; }
.dz-mods td.m-name { font-weight: 700; color: #1a1a2e; white-space: nowrap; }
.dz-cta { display: inline-block; background: #1a1a2e; color: #fff; padding: 9px 14px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 14px; text-align: center; margin-top: 6px; }
.dz-cta:hover { background: #e63946; }

.form-block { background:#fff; border-radius:12px; padding:36px; box-shadow:0 4px 18px rgba(0,0,0,0.1); margin-top:40px; }
.form-block h2 { font-size:28px; margin:0 0 8px; text-align:center; }
.form-block p.sub { font-size:15px; color:#666; text-align:center; margin-bottom:24px; line-height:1.6; }
.form-row { margin-bottom:14px; }
.form-row label { display:block; font-size:13px; font-weight:600; color:#444; margin-bottom:6px; }
.form-row input, .form-row textarea { width:100%; padding:12px 14px; border:1px solid #d8dde4; border-radius:8px; font-size:15px; font-family:inherit; transition: border .15s; }
.form-row input:focus, .form-row textarea:focus { outline:none; border-color:#229ED9; }
.form-row textarea { resize:vertical; min-height:120px; }
.form-row.required label::after { content:" *"; color:#e63946; }
.form-row-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-submit { display:block; width:100%; background:#e63946; color:#fff; border:none; padding:16px 28px; font-size:16px; font-weight:700; border-radius:24px; cursor:pointer; font-family:inherit; }
.form-submit:hover { background:#c1303d; }
.form-submit:disabled { background:#888; cursor:wait; }
.form-honey { position:absolute; left:-9999px; }
.form-message { padding:16px 18px; border-radius:8px; margin-top:14px; font-size:14px; display:none; }
.form-message.ok { background:#e8f7ec; color:#1d6e35; border:1px solid #b8e2c4; display:block; }
.form-message.err { background:#fde8ec; color:#a51e2c; border:1px solid #f4b9c5; display:block; }
footer { background: #1a1a2e; color: #aab; padding: 30px 24px; text-align: center; font-size: 14px; }
footer a { color: #229ED9; text-decoration: none; }
@media(max-width:680px){
  .hero h1{font-size:24px;}.hero p{font-size:14px;}.hero{padding:32px 16px 24px;}
  .intro,.form-block{padding:22px 18px;}
  .logo-text{display:none;}.header-contacts{display:none;}.header-contacts-mobile{display:flex;padding-right:50px;}
  .tg-bar{font-size:13px;padding:8px 14px;margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;}.tg-bar a{font-size:14px;}
  h2{font-size:20px;margin:24px 0 12px;}
  .form-row-row{grid-template-columns:1fr;}
  .breadcrumbs{font-size:13px;}
}
