Материнская плата Gigabyte Z270-HD3 LGA1151 D4

Код: 8064
Бренд
Gigabyte
Модель
GA-Z270-HD3
Чипсет
Intel Z270
Socket
LGA1151-1
Поддерживаемое поколение процессоров
6-7
В наличии
850 ТМТ
Оплата:

✓  Наличный расчёт;

✓  Банковская карта;

✓  Безналичный расчёт;

Самовывоз:
Обмен | возврат:

Материнская плата Gigabyte Z270-HD3 LGA1151 D4

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gigabyte GA-Z270-HD3 LGA1151 — Материнская плата</title>
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>

.mqi850 {
  --g0:  #020c1f;
  --g1:  #071838;
  --g2:  #0d2d6b;
  --g3:  #1a5fb4;
  --g4:  #2970cc;
  --g5:  #3584e4;
  --g6:  #62a0ea;
  --g7:  #99c1f1;
  --g8:  #c8dffe;
  --g9:  #e8f2ff;
  --g10: #f4f8ff;
  --gw:  #ffffff;
  --ink:    #0a1628;
  --muted:  #4a6080;
  --border: rgba(98,160,234,0.20);
  --glow:   rgba(53,132,228,0.14);
  --gshadow:rgba(11,42,110,0.18);

  font-family: 'DM Sans', sans-serif;
  color: var(--ink);
  background: var(--gw);
  overflow-x: hidden;
  box-sizing: border-box;
  line-height: normal;
}

.mqi850 *,
.mqi850 *::before,
.mqi850 *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@keyframes mqi-fadeUp   { from{opacity:0;transform:translateY(26px)} to{opacity:1;transform:none} }
@keyframes mqi-float    { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
@keyframes mqi-scan     { 0%{transform:translateX(-100%)} 100%{transform:translateX(600%)} }
@keyframes mqi-pulse    { 0%,100%{box-shadow:0 0 0 0 rgba(255,255,255,.7)} 70%{box-shadow:0 0 0 8px transparent} 100%{box-shadow:0 0 0 0 transparent} }
@keyframes mqi-spin     { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }
@keyframes mqi-badge    { from{opacity:0;transform:translateY(14px)} to{opacity:1;transform:none} }
@keyframes mqi-wave     { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }

.mqi850 .u  { animation: mqi-fadeUp .65s ease both }
.mqi850 .d1 { animation-delay: .07s }
.mqi850 .d2 { animation-delay: .15s }
.mqi850 .d3 { animation-delay: .23s }
.mqi850 .d4 { animation-delay: .31s }
.mqi850 .d5 { animation-delay: .39s }

.mqi850 .wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 0 64px;
}

/* NAV */
.mqi850 .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
}
.mqi850 .nav-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--g3);
  letter-spacing: .04em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mqi850 .nav-logo-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--g5);
  animation: mqi-pulse 1.8s ease-in-out infinite;
}
.mqi850 .nav-crumb {
  font-family: 'DM Mono', monospace;
  font-size: .68rem;
  color: var(--muted);
  letter-spacing: .08em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mqi850 .nav-crumb span { color: var(--g5); }
.mqi850 .nav-badge {
  background: linear-gradient(135deg, var(--g2), var(--g4));
  color: #fff;
  font-family: 'Syne', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 100px;
  letter-spacing: .04em;
  box-shadow: 0 4px 14px rgba(26,95,180,.3);
}

/* HERO */
.mqi850 .hero {
  position: relative;
  background: linear-gradient(135deg, #1a5fb4 0%, #3584e4 45%, #4d97f0 100%);
  border-radius: 24px;
  margin: 0 24px;
  min-height: 460px;
  display: grid;
  grid-template-columns: 1fr 460px;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(53,132,228,.45);
}
.mqi850 .hero::before {
  content:'';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 32px 32px;
}
.mqi850 .hero::after {
  content:'';
  position: absolute;
  width: 640px; height: 640px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.13) 0%, transparent 65%);
  top: -220px; left: -140px;
  pointer-events: none;
}
.mqi850 .hero-left {
  position: relative;
  z-index: 2;
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.mqi850 .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Mono', monospace;
  font-size: .67rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  margin-bottom: 18px;
}
.mqi850 .eyebrow-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #fff;
  animation: mqi-pulse 2s ease-out infinite;
  flex-shrink: 0;
}
.mqi850 .hero-brand {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.6rem,3vw,2.6rem);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.02em;
  color: var(--gw);
  margin-bottom: 4px;
}
.mqi850 .hero-model {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1rem,1.8vw,1.3rem);
  font-weight: 500;
  color: rgba(255,255,255,.8);
  letter-spacing: .05em;
  margin-bottom: 6px;
}
.mqi850 .hero-sku {
  font-family: 'DM Mono', monospace;
  font-size: .68rem;
  color: rgba(255,255,255,.45);
  letter-spacing: .1em;
  margin-bottom: 28px;
}
.mqi850 .chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.mqi850 .chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.32);
  color: #fff;
  transition: transform .2s, background .2s;
  cursor: default;
}
.mqi850 .chip:hover { transform: translateY(-2px); background: rgba(255,255,255,.24); }
.mqi850 .hstats-wrap {
  display: flex;
  gap: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  overflow: hidden;
}
.mqi850 .hs {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 16px 18px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.14);
}
.mqi850 .hs:last-child { border-right: none; }
.mqi850 .hs-v {
  font-family: 'DM Mono', monospace;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--gw);
  line-height: 1;
}
.mqi850 .hs-l {
  font-size: .62rem;
  color: rgba(255,255,255,.65);
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* HERO RIGHT */
.mqi850 .hero-right {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 28px;
  height: 100%;
  background: rgba(255,255,255,.06);
  border-left: 1px solid rgba(255,255,255,.12);
}
.mqi850 .hero-right::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 32px 32px;
}
.mqi850 .hero-scan {
  position: absolute;
  top: 0; bottom: 0;
  width: 60px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
  animation: mqi-scan 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 3;
  left: 0;
}
.mqi850 .psu-wrap {
  position: relative;
  z-index: 2;
  animation: mqi-float 5s ease-in-out infinite;
  filter: drop-shadow(0 24px 48px rgba(7,24,56,.5));
}
.mqi850 .psu-glow {
  position: absolute;
  bottom: -16px; left: 10px; right: 10px;
  height: 16px;
  background: linear-gradient(90deg, transparent, rgba(53,132,228,.8), rgba(255,255,255,.9), rgba(53,132,228,.8), transparent);
  background-size: 200% 100%;
  animation: mqi-wave 2.8s ease-in-out infinite;
  filter: blur(8px);
  border-radius: 50%;
}
.mqi850 .fbadge {
  position: absolute;
  z-index: 5;
  background: rgba(255,255,255,.97);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 10px 28px rgba(11,42,110,.22);
  font-size: .74rem;
  font-weight: 700;
  color: var(--g2);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.mqi850 .fbadge svg { color: var(--g3); flex-shrink: 0; }
.mqi850 .fbadge-sub {
  font-size: .63rem;
  font-weight: 400;
  color: var(--muted);
  display: block;
  margin-top: 1px;
}
.mqi850 .fb1 { top: 24px; right: 14px; animation: mqi-badge .6s ease both .7s; }
.mqi850 .fb2 { bottom: 56px; right: 10px; animation: mqi-badge .6s ease both .9s; }

/* RIBBON */
.mqi850 .ribbon {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin: 28px 24px 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 4px 24px var(--glow);
}
.mqi850 .rib {
  padding: 24px 18px;
  background: var(--gw);
  border-right: 1px solid var(--border);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: background .25s;
  cursor: default;
}
.mqi850 .rib:last-child { border-right: none; }
.mqi850 .rib::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--g2), var(--g3), var(--g4));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.mqi850 .rib:hover { background: var(--g9); }
.mqi850 .rib:hover::after { transform: scaleX(1); }
.mqi850 .rib-n {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--g3);
  line-height: 1;
}
.mqi850 .rib-u {
  font-family: 'DM Mono', monospace;
  font-size: .63rem;
  color: var(--g4);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 2px;
}
.mqi850 .rib-d {
  font-size: .76rem;
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.4;
}

/* SECTION HEADING */
.mqi850 .sh {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 44px 24px 20px;
}
.mqi850 .sh-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, var(--border), transparent);
}
.mqi850 .sh-title {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--g2);
  white-space: nowrap;
}
.mqi850 .sh-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--g2), var(--g5));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(26,95,180,.3);
  flex-shrink: 0;
}
.mqi850 .sh-icon svg { color: #fff; }

/* HIGHLIGHT */
.mqi850 .hl {
  margin: 0 24px;
  border-radius: 18px;
  background: linear-gradient(120deg, var(--g2) 0%, var(--g3) 50%, var(--g5) 100%);
  padding: 38px 42px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(11,42,110,.24);
}
.mqi850 .hl::before {
  content: '';
  position: absolute;
  width: 340px; height: 340px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.08);
  right: -80px; top: -110px;
}
.mqi850 .hl-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 28px 28px;
}
.mqi850 .hl-in { position: relative; z-index: 1; max-width: 740px; }
.mqi850 .hl-tag {
  display: inline-block;
  font-family: 'DM Mono', monospace;
  font-size: .63rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--g8);
  border: 1px solid rgba(153,193,241,.32);
  padding: 3px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.mqi850 .hl h3 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.15rem,2vw,1.5rem);
  font-weight: 700;
  color: var(--gw);
  margin-bottom: 12px;
  line-height: 1.25;
}
.mqi850 .hl p {
  font-size: .92rem;
  color: rgba(255,255,255,.78);
  line-height: 1.72;
  margin-bottom: 0;
  text-align: left;
}

/* SPEC TABLE */
.mqi850 .stbl-wrap {
  background: var(--gw);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 20px var(--glow);
  margin: 0 24px;
}
.mqi850 .stbl-hd {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: linear-gradient(90deg, var(--g9), var(--g10));
  border-bottom: 1px solid var(--border);
}
.mqi850 .stbl-hd-t {
  font-family: 'Syne', sans-serif;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--g2);
}
.mqi850 .stbl-hd svg { color: var(--g5); flex-shrink: 0; }
.mqi850 .spec-table { width: 100%; border-collapse: collapse; }
.mqi850 .spec-table tr {
  border-bottom: 1px solid rgba(98,160,234,.10);
  transition: background .2s;
}
.mqi850 .spec-table tr:last-child { border-bottom: none; }
.mqi850 .spec-table tr:hover { background: var(--g10); }
.mqi850 .spec-table td {
  padding: 13px 28px;
  font-size: .88rem;
  vertical-align: middle;
  border: none;
  background: transparent;
}
.mqi850 .spec-table td:first-child {
  font-family: 'DM Mono', monospace;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
  width: 40%;
  border-right: 1px solid rgba(98,160,234,.10);
  font-weight: 400;
}
.mqi850 .spec-table td:last-child {
  color: var(--ink);
  font-weight: 500;
}
.mqi850 .pills { display: flex; flex-wrap: wrap; gap: 6px; }
.mqi850 .pill {
  background: var(--g9);
  color: var(--g3);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 2px 10px;
  font-size: .74rem;
  font-weight: 600;
  font-family: 'Syne', sans-serif;
  letter-spacing: .04em;
}

/* FEATURES */
.mqi850 .features {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  margin: 0 24px;
}
.mqi850 .feat {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 26px;
  background: var(--gw);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all .25s;
  box-shadow: 0 2px 10px var(--glow);
  cursor: default;
}
.mqi850 .feat::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--g2), var(--g3), var(--g4));
  opacity: 0;
  transition: opacity .3s;
}
.mqi850 .feat:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(11,42,110,.13);
  border-color: var(--g6);
}
.mqi850 .feat:hover::before { opacity: 1; }
.mqi850 .feat-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--g8), var(--g9));
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mqi850 .feat-icon svg { color: var(--g3); }
.mqi850 .feat h4 {
  font-family: 'Syne', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--g2);
  margin: 0;
}
.mqi850 .feat p {
  font-size: .84rem;
  color: var(--muted);
  line-height: 1.62;
  margin: 0;
  text-align: left;
}

/* VERDICT */
.mqi850 .verdict {
  margin: 44px 24px 0;
  border-radius: 24px;
  background: linear-gradient(135deg, #1a5fb4 0%, #3584e4 45%, #4d97f0 100%);
  padding: 54px 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(53,132,228,.4);
}
.mqi850 .verdict::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 28px 28px;
}
.mqi850 .v-ring {
  position: absolute;
  width: 440px; height: 440px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.13);
  right: -110px; top: -110px;
  animation: mqi-spin 30s linear infinite;
}
.mqi850 .v-ring::after {
  content: '';
  position: absolute;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #fff;
  top: 50%; right: -4.5px;
  transform: translateY(-50%);
  box-shadow: 0 0 12px #fff, 0 0 24px rgba(255,255,255,.5);
}
.mqi850 .v-ring2 {
  position: absolute;
  width: 260px; height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.09);
  left: -60px; bottom: -60px;
  animation: mqi-spin 20s linear infinite reverse;
}
.mqi850 .v-glow {
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.10) 0%, transparent 65%);
  top: -160px; left: -80px;
  pointer-events: none;
}
.mqi850 .v-in {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
.mqi850 .v-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Mono', monospace;
  font-size: .66rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.15);
  padding: 5px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.mqi850 .verdict h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.5rem,3vw,2.4rem);
  font-weight: 800;
  color: var(--gw);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin-bottom: 18px;
  text-align: center;
  border: none;
  padding: 0;
}
.mqi850 .verdict p {
  font-size: .92rem;
  color: rgba(255,255,255,.82);
  line-height: 1.76;
  margin-bottom: 32px;
  text-align: center;
}
.mqi850 .v-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.mqi850 .vc {
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.92);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: .76rem;
  font-weight: 500;
  cursor: default;
  transition: background .2s, border-color .2s;
}
.mqi850 .vc:hover {
  background: rgba(255,255,255,.25);
  border-color: rgba(255,255,255,.4);
}

@media(max-width:860px){
  .mqi850 .hero { grid-template-columns: 1fr; min-height: auto; }
  .mqi850 .hero-right { display: none; }
  .mqi850 .ribbon { grid-template-columns: repeat(2,1fr); }
  .mqi850 .features { grid-template-columns: repeat(2,1fr); }
  .mqi850 .verdict { padding: 36px 28px; }
}
@media(max-width:560px){
  .mqi850 .hero-left { padding: 32px 22px; }
  .mqi850 .features { grid-template-columns: 1fr; }
  .mqi850 .verdict { padding: 28px 18px; }
  .mqi850 .hl { padding: 28px 22px; }
  .mqi850 .nav-crumb { display: none; }
}
</style>
</head>
<body>

<div class="mqi850">
<div class="wrap">



<!-- HERO -->
<div class="hero u">
  <div class="hero-left">
    <div>
      <div class="hero-eyebrow">
        <span class="eyebrow-dot"></span>
        Материнская плата · LGA1151 · Intel Z270 · ATX
      </div>
      <div class="hero-brand">Gigabyte</div>
      <div class="hero-model">GA-Z270-HD3</div>
      <div class="hero-sku">MB · Intel Z270 · LGA1151 · DDR4 × 4 · ATX · M.2 × 1 · 6th–7th Gen</div>
      <div class="chips">
        <span class="chip">
          <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><rect x="4" y="4" width="16" height="16" rx="2"/><rect x="9" y="9" width="6" height="6"/><line x1="9" y1="2" x2="9" y2="4"/><line x1="15" y1="2" x2="15" y2="4"/><line x1="9" y1="20" x2="9" y2="22"/><line x1="15" y1="20" x2="15" y2="22"/><line x1="2" y1="9" x2="4" y2="9"/><line x1="2" y1="15" x2="4" y2="15"/><line x1="20" y1="9" x2="22" y2="9"/><line x1="20" y1="15" x2="22" y2="15"/></svg>
          LGA1151
        </span>
        <span class="chip">
          <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
          Intel Z270
        </span>
        <span class="chip">
          <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><rect x="2" y="2" width="20" height="8" rx="2"/><rect x="2" y="14" width="20" height="8" rx="2"/></svg>
          DDR4 × 4
        </span>
        <span class="chip">
          <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"/></svg>
          ATX
        </span>
      </div>
    </div>
    <div class="hstats-wrap">
      <div class="hs"><span class="hs-v">Z270</span><span class="hs-l">Чипсет</span></div>
      <div class="hs"><span class="hs-v">64</span><span class="hs-l">ГБ ОЗУ</span></div>
      <div class="hs"><span class="hs-v">6×</span><span class="hs-l">SATA</span></div>
      <div class="hs"><span class="hs-v">3×</span><span class="hs-l">PCIe x16</span></div>
    </div>
  </div>

  <!-- HERO RIGHT -->
  <div class="hero-right">
    <div class="hero-scan"></div>

    <div class="fbadge fb1">
      <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><rect x="4" y="4" width="16" height="16" rx="2"/><rect x="9" y="9" width="6" height="6"/></svg>
      <div><span style="display:block">Intel Z270 · LGA1151</span><span class="fbadge-sub">6th & 7th Gen · ATX · 305×225мм</span></div>
    </div>
    <div class="fbadge fb2">
      <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><rect x="2" y="2" width="20" height="8" rx="2"/><rect x="2" y="14" width="20" height="8" rx="2"/></svg>
      <div><span style="display:block">DDR4 · 64 ГБ · 3866 МГц</span><span class="fbadge-sub">4 слота · M.2 × 1 · 6× SATA</span></div>
    </div>

    <div class="psu-wrap">
      <div class="psu-glow"></div>
      <!-- Motherboard SVG illustration -->
      <svg width="380" height="310" viewBox="0 0 380 310" fill="none" xmlns="http://www.w3.org/2000/svg">
        <defs>
          <linearGradient id="mbBody" x1="0" y1="0" x2="0" y2="1">
            <stop offset="0%" stop-color="rgba(20,60,140,0.95)"/>
            <stop offset="100%" stop-color="rgba(8,28,80,0.98)"/>
          </linearGradient>
          <linearGradient id="mbTop" x1="0" y1="0" x2="0" y2="1">
            <stop offset="0%" stop-color="rgba(255,255,255,0.22)"/>
            <stop offset="100%" stop-color="rgba(255,255,255,0.08)"/>
          </linearGradient>
          <linearGradient id="mbRight" x1="0" y1="0" x2="1" y2="0">
            <stop offset="0%" stop-color="rgba(255,255,255,0.16)"/>
            <stop offset="100%" stop-color="rgba(255,255,255,0.05)"/>
          </linearGradient>
          <linearGradient id="slotGrad" x1="0" y1="0" x2="1" y2="0">
            <stop offset="0%" stop-color="rgba(255,255,255,0.06)"/>
            <stop offset="50%" stop-color="rgba(255,255,255,0.14)"/>
            <stop offset="100%" stop-color="rgba(255,255,255,0.06)"/>
          </linearGradient>
          <linearGradient id="cpuGrad" x1="0" y1="0" x2="1" y2="1">
            <stop offset="0%" stop-color="rgba(255,255,255,0.28)"/>
            <stop offset="100%" stop-color="rgba(255,255,255,0.10)"/>
          </linearGradient>
          <linearGradient id="chipGrad" x1="0" y1="0" x2="1" y2="1">
            <stop offset="0%" stop-color="rgba(41,112,204,0.9)"/>
            <stop offset="100%" stop-color="rgba(13,45,107,0.95)"/>
          </linearGradient>
          <linearGradient id="m2Grad" x1="0" y1="0" x2="1" y2="0">
            <stop offset="0%" stop-color="rgba(255,255,255,0.18)"/>
            <stop offset="100%" stop-color="rgba(255,255,255,0.06)"/>
          </linearGradient>
        </defs>

        <!-- PCB body with isometric depth -->
        <rect x="8" y="18" width="322" height="272" rx="6" fill="url(#mbBody)" stroke="rgba(255,255,255,0.28)" stroke-width="1.2"/>
        <!-- PCB surface texture -->
        <rect x="10" y="20" width="318" height="268" rx="5" fill="none" stroke="rgba(255,255,255,0.07)" stroke-width="0.6"/>

        <!-- PCB circuit trace lines -->
        <g stroke="rgba(53,132,228,0.25)" stroke-width="0.8" fill="none">
          <line x1="100" y1="20" x2="100" y2="290"/>
          <line x1="200" y1="20" x2="200" y2="290"/>
          <line x1="8" y1="120" x2="330" y2="120"/>
          <line x1="8" y1="200" x2="330" y2="200"/>
          <line x1="150" y1="20" x2="150" y2="100"/>
          <line x1="250" y1="120" x2="250" y2="200"/>
          <line x1="8" y1="170" x2="200" y2="170"/>
        </g>

        <!-- Top face (isometric) -->
        <path d="M8 18 L26 6 L348 6 L330 18 Z" fill="url(#mbTop)" stroke="rgba(255,255,255,0.22)" stroke-width="0.8"/>
        <!-- Right face (isometric) -->
        <path d="M330 18 L348 6 L348 270 L330 290 Z" fill="url(#mbRight)" stroke="rgba(255,255,255,0.14)" stroke-width="0.6"/>

        <!-- Mounting holes (corners) -->
        <circle cx="20" cy="30" r="5" fill="none" stroke="rgba(255,255,255,0.30)" stroke-width="1"/>
        <circle cx="20" cy="30" r="2.5" fill="rgba(255,255,255,0.15)"/>
        <circle cx="318" cy="30" r="5" fill="none" stroke="rgba(255,255,255,0.30)" stroke-width="1"/>
        <circle cx="318" cy="30" r="2.5" fill="rgba(255,255,255,0.15)"/>
        <circle cx="20" cy="278" r="5" fill="none" stroke="rgba(255,255,255,0.30)" stroke-width="1"/>
        <circle cx="20" cy="278" r="2.5" fill="rgba(255,255,255,0.15)"/>
        <circle cx="318" cy="278" r="5" fill="none" stroke="rgba(255,255,255,0.30)" stroke-width="1"/>
        <circle cx="318" cy="278" r="2.5" fill="rgba(255,255,255,0.15)"/>

        <!-- CPU Socket LGA1151 -->
        <rect x="80" y="28" width="100" height="100" rx="4" fill="rgba(0,0,0,0.35)" stroke="rgba(255,255,255,0.35)" stroke-width="1.2"/>
        <rect x="85" y="33" width="90" height="90" rx="3" fill="rgba(255,255,255,0.04)" stroke="rgba(255,255,255,0.18)" stroke-width="0.8"/>
        <!-- CPU socket pins grid (simplified) -->
        <g fill="rgba(255,255,255,0.22)">
          <rect x="90" y="38" width="2" height="2" rx="0.5"/>
          <rect x="95" y="38" width="2" height="2" rx="0.5"/>
          <rect x="100" y="38" width="2" height="2" rx="0.5"/>
          <rect x="105" y="38" width="2" height="2" rx="0.5"/>
          <rect x="110" y="38" width="2" height="2" rx="0.5"/>
          <rect x="115" y="38" width="2" height="2" rx="0.5"/>
          <rect x="120" y="38" width="2" height="2" rx="0.5"/>
          <rect x="125" y="38" width="2" height="2" rx="0.5"/>
          <rect x="130" y="38" width="2" height="2" rx="0.5"/>
          <rect x="135" y="38" width="2" height="2" rx="0.5"/>
          <rect x="140" y="38" width="2" height="2" rx="0.5"/>
          <rect x="145" y="38" width="2" height="2" rx="0.5"/>
          <rect x="150" y="38" width="2" height="2" rx="0.5"/>
          <rect x="155" y="38" width="2" height="2" rx="0.5"/>
          <rect x="160" y="38" width="2" height="2" rx="0.5"/>
          <rect x="90" y="44" width="2" height="2" rx="0.5"/>
          <rect x="95" y="44" width="2" height="2" rx="0.5"/>
          <rect x="100" y="44" width="2" height="2" rx="0.5"/>
          <rect x="105" y="44" width="2" height="2" rx="0.5"/>
          <rect x="110" y="44" width="2" height="2" rx="0.5"/>
          <rect x="115" y="44" width="2" height="2" rx="0.5"/>
          <rect x="120" y="44" width="2" height="2" rx="0.5"/>
          <rect x="125" y="44" width="2" height="2" rx="0.5"/>
          <rect x="130" y="44" width="2" height="2" rx="0.5"/>
          <rect x="135" y="44" width="2" height="2" rx="0.5"/>
          <rect x="140" y="44" width="2" height="2" rx="0.5"/>
          <rect x="145" y="44" width="2" height="2" rx="0.5"/>
          <rect x="150" y="44" width="2" height="2" rx="0.5"/>
          <rect x="155" y="44" width="2" height="2" rx="0.5"/>
          <rect x="160" y="44" width="2" height="2" rx="0.5"/>
          <rect x="90" y="50" width="2" height="2" rx="0.5"/>
          <rect x="95" y="50" width="2" height="2" rx="0.5"/>
          <rect x="100" y="50" width="2" height="2" rx="0.5"/>
          <rect x="125" y="50" width="2" height="2" rx="0.5"/>
          <rect x="130" y="50" width="2" height="2" rx="0.5"/>
          <rect x="150" y="50" width="2" height="2" rx="0.5"/>
          <rect x="155" y="50" width="2" height="2" rx="0.5"/>
          <rect x="160" y="50" width="2" height="2" rx="0.5"/>
          <rect x="90" y="56" width="2" height="2" rx="0.5"/>
          <rect x="160" y="56" width="2" height="2" rx="0.5"/>
          <rect x="90" y="62" width="2" height="2" rx="0.5"/>
          <rect x="160" y="62" width="2" height="2" rx="0.5"/>
          <rect x="90" y="68" width="2" height="2" rx="0.5"/>
          <rect x="160" y="68" width="2" height="2" rx="0.5"/>
          <rect x="90" y="74" width="2" height="2" rx="0.5"/>
          <rect x="95" y="74" width="2" height="2" rx="0.5"/>
          <rect x="155" y="74" width="2" height="2" rx="0.5"/>
          <rect x="160" y="74" width="2" height="2" rx="0.5"/>
          <rect x="90" y="80" width="2" height="2" rx="0.5"/>
          <rect x="95" y="80" width="2" height="2" rx="0.5"/>
          <rect x="100" y="80" width="2" height="2" rx="0.5"/>
          <rect x="155" y="80" width="2" height="2" rx="0.5"/>
          <rect x="160" y="80" width="2" height="2" rx="0.5"/>
          <rect x="90" y="86" width="2" height="2" rx="0.5"/>
          <rect x="95" y="86" width="2" height="2" rx="0.5"/>
          <rect x="100" y="86" width="2" height="2" rx="0.5"/>
          <rect x="105" y="86" width="2" height="2" rx="0.5"/>
          <rect x="110" y="86" width="2" height="2" rx="0.5"/>
          <rect x="115" y="86" width="2" height="2" rx="0.5"/>
          <rect x="120" y="86" width="2" height="2" rx="0.5"/>
          <rect x="125" y="86" width="2" height="2" rx="0.5"/>
          <rect x="130" y="86" width="2" height="2" rx="0.5"/>
          <rect x="135" y="86" width="2" height="2" rx="0.5"/>
          <rect x="140" y="86" width="2" height="2" rx="0.5"/>
          <rect x="145" y="86" width="2" height="2" rx="0.5"/>
          <rect x="150" y="86" width="2" height="2" rx="0.5"/>
          <rect x="155" y="86" width="2" height="2" rx="0.5"/>
          <rect x="160" y="86" width="2" height="2" rx="0.5"/>
          <rect x="90" y="92" width="2" height="2" rx="0.5"/>
          <rect x="95" y="92" width="2" height="2" rx="0.5"/>
          <rect x="100" y="92" width="2" height="2" rx="0.5"/>
          <rect x="105" y="92" width="2" height="2" rx="0.5"/>
          <rect x="110" y="92" width="2" height="2" rx="0.5"/>
          <rect x="115" y="92" width="2" height="2" rx="0.5"/>
          <rect x="120" y="92" width="2" height="2" rx="0.5"/>
          <rect x="125" y="92" width="2" height="2" rx="0.5"/>
          <rect x="130" y="92" width="2" height="2" rx="0.5"/>
          <rect x="135" y="92" width="2" height="2" rx="0.5"/>
          <rect x="140" y="92" width="2" height="2" rx="0.5"/>
          <rect x="145" y="92" width="2" height="2" rx="0.5"/>
          <rect x="150" y="92" width="2" height="2" rx="0.5"/>
          <rect x="155" y="92" width="2" height="2" rx="0.5"/>
          <rect x="160" y="92" width="2" height="2" rx="0.5"/>
          <rect x="90" y="98" width="2" height="2" rx="0.5"/>
          <rect x="95" y="98" width="2" height="2" rx="0.5"/>
          <rect x="100" y="98" width="2" height="2" rx="0.5"/>
          <rect x="105" y="98" width="2" height="2" rx="0.5"/>
          <rect x="110" y="98" width="2" height="2" rx="0.5"/>
          <rect x="115" y="98" width="2" height="2" rx="0.5"/>
          <rect x="120" y="98" width="2" height="2" rx="0.5"/>
          <rect x="125" y="98" width="2" height="2" rx="0.5"/>
          <rect x="130" y="98" width="2" height="2" rx="0.5"/>
          <rect x="135" y="98" width="2" height="2" rx="0.5"/>
          <rect x="140" y="98" width="2" height="2" rx="0.5"/>
          <rect x="145" y="98" width="2" height="2" rx="0.5"/>
          <rect x="150" y="98" width="2" height="2" rx="0.5"/>
          <rect x="155" y="98" width="2" height="2" rx="0.5"/>
          <rect x="160" y="98" width="2" height="2" rx="0.5"/>
          <rect x="90" y="104" width="2" height="2" rx="0.5"/>
          <rect x="95" y="104" width="2" height="2" rx="0.5"/>
          <rect x="100" y="104" width="2" height="2" rx="0.5"/>
          <rect x="105" y="104" width="2" height="2" rx="0.5"/>
          <rect x="110" y="104" width="2" height="2" rx="0.5"/>
          <rect x="115" y="104" width="2" height="2" rx="0.5"/>
          <rect x="120" y="104" width="2" height="2" rx="0.5"/>
          <rect x="125" y="104" width="2" height="2" rx="0.5"/>
          <rect x="130" y="104" width="2" height="2" rx="0.5"/>
          <rect x="135" y="104" width="2" height="2" rx="0.5"/>
          <rect x="140" y="104" width="2" height="2" rx="0.5"/>
          <rect x="145" y="104" width="2" height="2" rx="0.5"/>
          <rect x="150" y="104" width="2" height="2" rx="0.5"/>
          <rect x="155" y="104" width="2" height="2" rx="0.5"/>
          <rect x="160" y="104" width="2" height="2" rx="0.5"/>
        </g>
        <text x="130" y="72" text-anchor="middle" font-family="'DM Mono',monospace" font-size="6" fill="rgba(255,255,255,0.55)" letter-spacing="0.3">LGA1151</text>

        <!-- CPU socket label -->
        <text x="130" y="138" text-anchor="middle" font-family="'Syne',sans-serif" font-size="5.5" font-weight="700" fill="rgba(255,255,255,0.40)" letter-spacing="0.5">CPU SOCKET</text>

        <!-- 8-pin CPU power connector (top right of board) -->
        <rect x="220" y="22" width="30" height="16" rx="2" fill="rgba(0,0,0,0.4)" stroke="rgba(255,255,255,0.40)" stroke-width="0.9"/>
        <g fill="rgba(255,255,255,0.55)">
          <rect x="223" y="26" width="4" height="7" rx="0.8"/>
          <rect x="229" y="26" width="4" height="7" rx="0.8"/>
          <rect x="235" y="26" width="4" height="7" rx="0.8"/>
          <rect x="241" y="26" width="4" height="7" rx="0.8"/>
        </g>
        <text x="235" y="44" text-anchor="middle" font-family="monospace" font-size="4.5" fill="rgba(255,255,255,0.55)">8-pin CPU</text>

        <!-- 24-pin ATX power (right edge) -->
        <rect x="295" y="50" width="16" height="60" rx="2" fill="rgba(0,0,0,0.4)" stroke="rgba(255,255,255,0.38)" stroke-width="0.9"/>
        <g fill="rgba(255,255,255,0.50)">
          <rect x="298" y="54" width="4" height="4" rx="0.6"/>
          <rect x="298" y="61" width="4" height="4" rx="0.6"/>
          <rect x="298" y="68" width="4" height="4" rx="0.6"/>
          <rect x="298" y="75" width="4" height="4" rx="0.6"/>
          <rect x="298" y="82" width="4" height="4" rx="0.6"/>
          <rect x="298" y="89" width="4" height="4" rx="0.6"/>
          <rect x="298" y="96" width="4" height="4" rx="0.6"/>
          <rect x="305" y="54" width="4" height="4" rx="0.6"/>
          <rect x="305" y="61" width="4" height="4" rx="0.6"/>
          <rect x="305" y="68" width="4" height="4" rx="0.6"/>
          <rect x="305" y="75" width="4" height="4" rx="0.6"/>
          <rect x="305" y="82" width="4" height="4" rx="0.6"/>
          <rect x="305" y="89" width="4" height="4" rx="0.6"/>
          <rect x="305" y="96" width="4" height="4" rx="0.6"/>
        </g>
        <text x="303" y="120" text-anchor="middle" font-family="monospace" font-size="4.5" fill="rgba(255,255,255,0.50)" transform="rotate(-90,303,112)">24-pin ATX</text>

        <!-- DDR4 RAM slots (right side, 4 slots) -->
        <rect x="210" y="28" width="8" height="80" rx="1.5" fill="url(#slotGrad)" stroke="rgba(255,255,255,0.35)" stroke-width="0.8"/>
        <rect x="220" y="28" width="8" height="80" rx="1.5" fill="url(#slotGrad)" stroke="rgba(255,255,255,0.35)" stroke-width="0.8"/>
        <rect x="255" y="28" width="8" height="80" rx="1.5" fill="url(#slotGrad)" stroke="rgba(255,255,255,0.28)" stroke-width="0.8"/>
        <rect x="265" y="28" width="8" height="80" rx="1.5" fill="url(#slotGrad)" stroke="rgba(255,255,255,0.28)" stroke-width="0.8"/>
        <!-- Slot key notches -->
        <rect x="210" y="70" width="8" height="2" rx="0" fill="rgba(0,0,0,0.5)"/>
        <rect x="220" y="70" width="8" height="2" rx="0" fill="rgba(0,0,0,0.5)"/>
        <rect x="255" y="70" width="8" height="2" rx="0" fill="rgba(0,0,0,0.5)"/>
        <rect x="265" y="70" width="8" height="2" rx="0" fill="rgba(0,0,0,0.5)"/>
        <text x="237" y="116" text-anchor="middle" font-family="'DM Mono',monospace" font-size="5" fill="rgba(255,255,255,0.45)" letter-spacing="0.3">DDR4 × 4</text>

        <!-- Intel Z270 Chipset -->
        <rect x="200" y="178" width="56" height="56" rx="4" fill="url(#chipGrad)" stroke="rgba(53,132,228,0.55)" stroke-width="1.2"/>
        <rect x="204" y="182" width="48" height="48" rx="2" fill="none" stroke="rgba(255,255,255,0.15)" stroke-width="0.6"/>
        <text x="228" y="204" text-anchor="middle" font-family="'DM Mono',monospace" font-size="5.5" fill="rgba(255,255,255,0.85)" letter-spacing="0.3">Intel</text>
        <text x="228" y="212" text-anchor="middle" font-family="'Syne',sans-serif" font-size="6.5" font-weight="800" fill="rgba(255,255,255,0.95)">Z270</text>
        <text x="228" y="220" text-anchor="middle" font-family="'DM Mono',monospace" font-size="4.5" fill="rgba(255,255,255,0.60)">PCH</text>

        <!-- PCIe x16 slots (3 slots) -->
        <rect x="18" y="150" width="170" height="9" rx="1.5" fill="rgba(255,255,255,0.12)" stroke="rgba(255,255,255,0.38)" stroke-width="0.9"/>
        <rect x="18" y="166" width="120" height="9" rx="1.5" fill="rgba(255,255,255,0.08)" stroke="rgba(255,255,255,0.28)" stroke-width="0.8"/>
        <rect x="18" y="182" width="170" height="9" rx="1.5" fill="rgba(255,255,255,0.08)" stroke="rgba(255,255,255,0.28)" stroke-width="0.8"/>
        <!-- Slot retention clips -->
        <rect x="185" y="148" width="3" height="13" rx="1" fill="rgba(255,255,255,0.35)"/>
        <rect x="185" y="180" width="3" height="13" rx="1" fill="rgba(255,255,255,0.25)"/>
        <text x="95" y="162" text-anchor="middle" font-family="monospace" font-size="4.5" fill="rgba(255,255,255,0.55)">PCIe x16</text>
        <text x="70" y="178" text-anchor="middle" font-family="monospace" font-size="4.5" fill="rgba(255,255,255,0.40)">PCIe x16 (x4)</text>
        <text x="95" y="194" text-anchor="middle" font-family="monospace" font-size="4.5" fill="rgba(255,255,255,0.40)">PCIe x16 (x4)</text>

        <!-- PCIe x1 slot -->
        <rect x="18" y="196" width="60" height="7" rx="1.2" fill="rgba(255,255,255,0.06)" stroke="rgba(255,255,255,0.22)" stroke-width="0.7"/>
        <text x="50" y="209" text-anchor="middle" font-family="monospace" font-size="4.5" fill="rgba(255,255,255,0.35)">PCIe x1</text>

        <!-- SATA ports (6x) -->
        <g>
          <rect x="270" y="135" width="12" height="9" rx="1" fill="rgba(0,0,0,0.35)" stroke="rgba(255,255,255,0.32)" stroke-width="0.7"/>
          <rect x="284" y="135" width="12" height="9" rx="1" fill="rgba(0,0,0,0.35)" stroke="rgba(255,255,255,0.32)" stroke-width="0.7"/>
          <rect x="270" y="147" width="12" height="9" rx="1" fill="rgba(0,0,0,0.35)" stroke="rgba(255,255,255,0.28)" stroke-width="0.7"/>
          <rect x="284" y="147" width="12" height="9" rx="1" fill="rgba(0,0,0,0.35)" stroke="rgba(255,255,255,0.28)" stroke-width="0.7"/>
          <rect x="270" y="159" width="12" height="9" rx="1" fill="rgba(0,0,0,0.35)" stroke="rgba(255,255,255,0.28)" stroke-width="0.7"/>
          <rect x="284" y="159" width="12" height="9" rx="1" fill="rgba(0,0,0,0.35)" stroke="rgba(255,255,255,0.28)" stroke-width="0.7"/>
        </g>
        <text x="283" y="175" text-anchor="middle" font-family="monospace" font-size="4.5" fill="rgba(255,255,255,0.45)">SATA × 6</text>

        <!-- M.2 slot -->
        <rect x="18" y="218" width="110" height="6" rx="1" fill="url(#m2Grad)" stroke="rgba(255,255,255,0.30)" stroke-width="0.7"/>
        <text x="73" y="230" text-anchor="middle" font-family="'DM Mono',monospace" font-size="4.5" fill="rgba(255,255,255,0.45)">M.2 SATA/PCIe</text>

        <!-- I/O Panel (left side) -->
        <rect x="8" y="18" width="12" height="100" rx="0" fill="rgba(0,0,0,0.40)" stroke="rgba(255,255,255,0.25)" stroke-width="0.7"/>
        <!-- PS/2 -->
        <circle cx="14" cy="28" r="3.5" fill="rgba(255,255,255,0.15)" stroke="rgba(255,255,255,0.40)" stroke-width="0.7"/>
        <!-- USB 2.0 x2 -->
        <rect x="10" y="35" width="8" height="5" rx="0.5" fill="rgba(255,255,255,0.18)" stroke="rgba(255,255,255,0.35)" stroke-width="0.5"/>
        <rect x="10" y="42" width="8" height="5" rx="0.5" fill="rgba(255,255,255,0.18)" stroke="rgba(255,255,255,0.35)" stroke-width="0.5"/>
        <!-- USB 3.1 x4 -->
        <rect x="10" y="52" width="8" height="5" rx="0.5" fill="rgba(53,132,228,0.45)" stroke="rgba(53,132,228,0.65)" stroke-width="0.5"/>
        <rect x="10" y="59" width="8" height="5" rx="0.5" fill="rgba(53,132,228,0.45)" stroke="rgba(53,132,228,0.65)" stroke-width="0.5"/>
        <rect x="10" y="66" width="8" height="5" rx="0.5" fill="rgba(53,132,228,0.45)" stroke="rgba(53,132,228,0.65)" stroke-width="0.5"/>
        <rect x="10" y="73" width="8" height="5" rx="0.5" fill="rgba(53,132,228,0.45)" stroke="rgba(53,132,228,0.65)" stroke-width="0.5"/>
        <!-- VGA -->
        <rect x="10" y="83" width="8" height="6" rx="0.5" fill="rgba(255,255,255,0.12)" stroke="rgba(255,255,255,0.30)" stroke-width="0.5"/>
        <!-- DVI -->
        <rect x="10" y="92" width="8" height="5" rx="0.5" fill="rgba(255,255,255,0.12)" stroke="rgba(255,255,255,0.30)" stroke-width="0.5"/>
        <!-- HDMI -->
        <rect x="10" y="100" width="8" height="6" rx="0.5" fill="rgba(255,200,0,0.25)" stroke="rgba(255,200,0,0.50)" stroke-width="0.5"/>
        <!-- LAN -->
        <rect x="10" y="109" width="8" height="6" rx="0.5" fill="rgba(255,255,255,0.10)" stroke="rgba(255,255,255,0.28)" stroke-width="0.5"/>

        <!-- Audio jacks -->
        <circle cx="14" cy="118" r="2" fill="rgba(255,200,0,0.30)" stroke="rgba(255,200,0,0.55)" stroke-width="0.6"/>

        <!-- I/O label -->
        <text x="14" y="130" text-anchor="middle" font-family="monospace" font-size="3.8" fill="rgba(255,255,255,0.40)" transform="rotate(-90,14,128)">I/O PANEL</text>

        <!-- Gigabyte label / brand -->
        <text x="168" y="280" text-anchor="middle" font-family="'Syne',sans-serif" font-size="10" font-weight="800" fill="rgba(255,255,255,0.14)" letter-spacing="1">GIGABYTE</text>
        <text x="168" y="291" text-anchor="middle" font-family="'DM Mono',monospace" font-size="6" fill="rgba(255,255,255,0.10)" letter-spacing="2">GA-Z270-HD3</text>

        <!-- VRM phases (top row, 8 phases) -->
        <g>
          <rect x="25" y="22" width="10" height="12" rx="1.5" fill="rgba(255,255,255,0.10)" stroke="rgba(255,255,255,0.25)" stroke-width="0.7"/>
          <rect x="37" y="22" width="10" height="12" rx="1.5" fill="rgba(255,255,255,0.10)" stroke="rgba(255,255,255,0.25)" stroke-width="0.7"/>
          <rect x="49" y="22" width="10" height="12" rx="1.5" fill="rgba(255,255,255,0.10)" stroke="rgba(255,255,255,0.25)" stroke-width="0.7"/>
          <rect x="61" y="22" width="10" height="12" rx="1.5" fill="rgba(255,255,255,0.10)" stroke="rgba(255,255,255,0.25)" stroke-width="0.7"/>
          <rect x="25" y="116" width="10" height="12" rx="1.5" fill="rgba(255,255,255,0.08)" stroke="rgba(255,255,255,0.20)" stroke-width="0.7"/>
          <rect x="37" y="116" width="10" height="12" rx="1.5" fill="rgba(255,255,255,0.08)" stroke="rgba(255,255,255,0.20)" stroke-width="0.7"/>
          <rect x="49" y="116" width="10" height="12" rx="1.5" fill="rgba(255,255,255,0.08)" stroke="rgba(255,255,255,0.20)" stroke-width="0.7"/>
          <rect x="61" y="116" width="10" height="12" rx="1.5" fill="rgba(255,255,255,0.08)" stroke="rgba(255,255,255,0.20)" stroke-width="0.7"/>
        </g>
        <text x="55" y="142" text-anchor="middle" font-family="monospace" font-size="4.5" fill="rgba(255,255,255,0.35)">8-Phase VRM</text>

        <!-- Realtek audio chip -->
        <rect x="170" y="240" width="30" height="24" rx="2.5" fill="rgba(0,0,0,0.30)" stroke="rgba(255,255,255,0.22)" stroke-width="0.7"/>
        <text x="185" y="252" text-anchor="middle" font-family="'DM Mono',monospace" font-size="4.5" fill="rgba(255,255,255,0.55)">Realtek</text>
        <text x="185" y="259" text-anchor="middle" font-family="'DM Mono',monospace" font-size="4.5" fill="rgba(255,255,255,0.45)">ALC887</text>

        <!-- Intel LAN chip -->
        <rect x="115" y="240" width="28" height="22" rx="2.5" fill="rgba(0,0,0,0.28)" stroke="rgba(255,255,255,0.20)" stroke-width="0.7"/>
        <text x="129" y="252" text-anchor="middle" font-family="'DM Mono',monospace" font-size="4.5" fill="rgba(255,255,255,0.50)">Intel</text>
        <text x="129" y="259" text-anchor="middle" font-family="'DM Mono',monospace" font-size="4" fill="rgba(255,255,255,0.40)">1 GbE LAN</text>

        <!-- BIOS chip -->
        <rect x="270" y="240" width="26" height="14" rx="2" fill="rgba(0,0,0,0.28)" stroke="rgba(255,255,255,0.22)" stroke-width="0.7"/>
        <text x="283" y="250" text-anchor="middle" font-family="'DM Mono',monospace" font-size="4" fill="rgba(255,255,255,0.45)">BIOS</text>

      </svg>
    </div>
  </div>
</div>

<!-- RIBBON -->
<div class="ribbon u d1">
  <div class="rib"><div class="rib-n">Z270</div><div class="rib-u">Чипсет</div><div class="rib-d">Intel Z270 PCH</div></div>
  <div class="rib"><div class="rib-n">64</div><div class="rib-u">ГБ ОЗУ</div><div class="rib-d">DDR4 · до 3866 МГц</div></div>
  <div class="rib"><div class="rib-n">3×</div><div class="rib-u">PCIe x16</div><div class="rib-d">Слотов расширения</div></div>
  <div class="rib"><div class="rib-n">6×</div><div class="rib-u">SATA</div><div class="rib-d">Портов для накопителей</div></div>
</div>

<!-- ABOUT -->
<div class="sh u d2">
  <div class="sh-icon"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><rect x="3" y="3" width="7" height="7"/><rect x="14" y="3" width="7" height="7"/><rect x="14" y="14" width="7" height="7"/><rect x="3" y="14" width="7" height="7"/></svg></div>
  <span class="sh-title">О материнской плате</span>
  <div class="sh-line"></div>
</div>

<div class="hl u d2">
  <div class="hl-grid"></div>
  <div class="hl-in">
    <span class="hl-tag">// Gigabyte GA-Z270-HD3 · LGA1151 · Intel Z270 · ATX</span>
    <h3>Надёжная ATX-плата на чипсете Intel Z270 для процессоров 6-го и 7-го поколения</h3>
    <p>Gigabyte GA-Z270-HD3 — полноформатная материнская плата форм-фактора ATX на базе чипсета Intel Z270, предназначенная для процессоров Intel Core 6-го и 7-го поколения в разъёме LGA1151. Плата оснащена четырьмя слотами DDR4 с поддержкой до 64 ГБ оперативной памяти и частотой до 3866 МГц, одним слотом M.2 (SATA/PCIe), шестью портами SATA, тремя слотами PCIe x16 и аудиочипом Realtek ALC887 с поддержкой 7.1-канального звука. На задней панели расположены видеовыходы DVI-D, HDMI и VGA, два порта USB 2.0, четыре USB 3.1 Gen1 и порт PS/2. 8-фазная система питания процессора и разъём 8-pin CPU обеспечивают стабильную работу даже в разгоне.</p>
  </div>
</div>

<!-- SPEC TABLE -->
<div class="sh u d3">
  <div class="sh-icon"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"/></svg></div>
  <span class="sh-title">Технические данные</span>
  <div class="sh-line"></div>
</div>

<div class="stbl-wrap u d3">
  <div class="stbl-hd">
    <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><rect x="2" y="6" width="20" height="12" rx="2"/><line x1="6" y1="10" x2="6" y2="14"/></svg>
    <span class="stbl-hd-t">Gigabyte GA-Z270-HD3 · Полные характеристики</span>
  </div>
  <table class="spec-table">
    <tr><td>Бренд</td><td>Gigabyte</td></tr>
    <tr><td>Модель</td><td>GA-Z270-HD3</td></tr>
    <tr><td>Чипсет</td><td>Intel Z270</td></tr>
    <tr><td>Сокет</td><td>LGA1151</td></tr>
    <tr><td>Поддерживаемые поколения CPU</td><td>6-е и 7-е поколение Intel Core</td></tr>
    <tr><td>Форм-фактор</td><td>ATX</td></tr>
    <tr><td>Размер</td><td>305 мм × 225 мм</td></tr>
    <tr><td>Основной разъём питания</td><td>24-pin</td></tr>
    <tr><td>Питание процессора</td><td>8-pin</td></tr>
    <tr><td>Количество фаз питания</td><td>8</td></tr>
    <tr><td>Оперативная память</td><td>DDR4 · 4 слота</td></tr>
    <tr><td>Макс. объём ОЗУ</td><td>64 ГБ</td></tr>
    <tr><td>Макс. частота ОЗУ</td><td>3866 МГц</td></tr>
    <tr><td>SATA портов</td><td>6</td></tr>
    <tr><td>M.2 разъём</td><td><div class="pills"><span class="pill">1× M.2 SATA/PCIe</span></div></td></tr>
    <tr><td>Слоты PCIe x16</td><td>3</td></tr>
    <tr><td>Слоты PCIe x4</td><td>2 (подключаются к x16)</td></tr>
    <tr><td>Слоты PCIe x1</td><td>1</td></tr>
    <tr><td>Поддержка PCI Express</td><td>3.0</td></tr>
    <tr><td>Видеовыходы</td><td><div class="pills"><span class="pill">DVI-D</span><span class="pill">HDMI</span><span class="pill">VGA (D-Sub)</span></div></td></tr>
    <tr><td>Разъёмы на задней панели</td><td>USB 2.0 × 2, USB 3.1 Gen1 × 4, PS/2 × 1</td></tr>
    <tr><td>LAN</td><td>1 × Gigabit Ethernet (1 Гбит/с)</td></tr>
    <tr><td>Wi-Fi</td><td>Нет</td></tr>
    <tr><td>Bluetooth</td><td>Нет</td></tr>
    <tr><td>Аудиочип</td><td>Realtek ALC887</td></tr>
    <tr><td>Аудио каналов</td><td>7.1</td></tr>
    <tr><td>Гарантия</td><td>3 месяца</td></tr>
  </table>
</div>

<!-- FEATURES -->
<div class="sh u d4">
  <div class="sh-icon"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><polyline points="20 6 9 17 4 12"/></svg></div>
  <span class="sh-title">Ключевые особенности</span>
  <div class="sh-line"></div>
</div>

<div class="features u d4">
  <div class="feat">
    <div class="feat-icon">
      <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><rect x="4" y="4" width="16" height="16" rx="2"/><rect x="9" y="9" width="6" height="6"/><line x1="9" y1="2" x2="9" y2="4"/><line x1="15" y1="2" x2="15" y2="4"/><line x1="9" y1="20" x2="9" y2="22"/><line x1="15" y1="20" x2="15" y2="22"/><line x1="2" y1="9" x2="4" y2="9"/><line x1="2" y1="15" x2="4" y2="15"/><line x1="20" y1="9" x2="22" y2="9"/><line x1="20" y1="15" x2="22" y2="15"/></svg>
    </div>
    <h4>Intel Z270 · LGA1151 · 6-я и 7-я Gen</h4>
    <p>Чипсет Intel Z270 с сокетом LGA1151 поддерживает процессоры Intel Core 6-го и 7-го поколений, обеспечивая высокую производительность платформы.</p>
  </div>
  <div class="feat">
    <div class="feat-icon">
      <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><rect x="2" y="2" width="20" height="8" rx="2"/><rect x="2" y="14" width="20" height="8" rx="2"/><line x1="6" y1="6" x2="6.01" y2="6"/><line x1="6" y1="18" x2="6.01" y2="18"/></svg>
    </div>
    <h4>DDR4 × 4 · 64 ГБ · 3866 МГц</h4>
    <p>Четыре слота DDR4 позволяют установить до 64 ГБ оперативной памяти с частотой до 3866 МГц для максимальной производительности.</p>
  </div>
  <div class="feat">
    <div class="feat-icon">
      <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"/></svg>
    </div>
    <h4>3× PCIe x16 · 1× PCIe x1 · M.2</h4>
    <p>Три слота PCIe x16 (PCIe 3.0), один слот PCIe x1 и разъём M.2 SATA/PCIe обеспечивают гибкое расширение для видеокарт и накопителей.</p>
  </div>
  <div class="feat">
    <div class="feat-icon">
      <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><rect x="2" y="3" width="20" height="14" rx="2"/><polyline points="8 21 12 17 16 21"/></svg>
    </div>
    <h4>DVI-D · HDMI · VGA · 3 видеовыхода</h4>
    <p>Встроенные видеовыходы DVI-D, HDMI и VGA (D-Sub) позволяют подключить несколько мониторов без дискретной видеокарты.</p>
  </div>
  <div class="feat">
    <div class="feat-icon">
      <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"/></svg>
    </div>
    <h4>6× SATA · USB 3.1 Gen1 × 4 · LAN</h4>
    <p>Шесть портов SATA, четыре USB 3.1 Gen1 и два USB 2.0 на задней панели плюс гигабитная сеть — полный набор для современной системы.</p>
  </div>
  <div class="feat">
    <div class="feat-icon">
      <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M9 18V5l12-2v13"/><circle cx="6" cy="18" r="3"/><circle cx="18" cy="16" r="3"/></svg>
    </div>
    <h4>Realtek ALC887 · 7.1 аудио</h4>
    <p>Аудиочип Realtek ALC887 обеспечивает объёмный 7.1-канальный звук для игр, кино и музыки без внешней звуковой карты.</p>
  </div>
</div>

<!-- VERDICT -->
<div class="verdict u d5">
  <div class="v-ring"></div>
  <div class="v-ring2"></div>
  <div class="v-glow"></div>
  <div class="v-in">
    <div class="v-badge"><span></span> Итоговая оценка</div>
    <h2>LGA1151 · Z270 · DDR4 · ATX · 8-Phase</h2>
    <p>Gigabyte GA-Z270-HD3 — материнская плата ATX на чипсете Intel Z270 для сокета LGA1151 с 4 слотами DDR4 (до 64 ГБ / 3866 МГц), M.2, 6× SATA, 3× PCIe x16, тремя видеовыходами, аудио 7.1 и портами USB 3.1.</p>
    <div class="v-chips">
      <span class="vc">LGA1151</span>
      <span class="vc">Intel Z270</span>
      <span class="vc">ATX</span>
      <span class="vc">DDR4 × 4</span>
      <span class="vc">64 ГБ</span>
      <span class="vc">3866 МГц</span>
      <span class="vc">M.2</span>
      <span class="vc">6× SATA</span>
      <span class="vc">3× PCIe x16</span>
      <span class="vc">HDMI · DVI · VGA</span>
      <span class="vc">USB 3.1 × 4</span>
      <span class="vc">7.1 Audio</span>
    </div>
  </div>
</div>

</div>
</div>

</body>
</html>

Основные характеристики Материнская плата Gigabyte Z270-HD3 LGA1151 D4

Бренд Gigabyte
Модель GA-Z270-HD3
Чипсет Intel Z270
Socket LGA1151-1
Поддерживаемое поколение процессоров 6-7
Количество фаз питания 8
Питание процессора 8-pin
Основной разъём питания 24-pin
Оперативная память DDR4 / 4 слота
Макс. объём ОЗУ 64 ГБ
Макс. частота ОЗУ 3866 МГц
SATA 6
M.2 разъём 1xSATA/PCI-E
Видеовыходы DVI-D, HDMI, VGA (D-Sub)
Кол-во LAN портов 1 (1 Гбит/с)
Слоты PCI-E 16x 3
Слоты PCI-E 4x 2 (подключаются к 16х)
Слоты PCI-E 1x 1
Поддержка PCI Express 3.0
Wi-Fi Нет
Bluetooth Нет
Разъёмы на задней панели USB 2.0 x2, USB 3.1 Gen1 x4, PS/2 x1
Аудиочип Realtek ALC887
Звук (каналов) 7.1
Форм-фактор ATX
Размер 305мм x 225мм
Гарантия 3 месяцев

Так же к этому товару часто покупают:

1 400 ТМТ
Дубликатор 1/11 Sata Case
Код: 2349
В наличии
3 400 ТМТ
240 ТМТ
2 700 ТМТ
Кулеры для видекарты 1060
Код: 3218
В наличии
200 ТМТ
640 ТМТ
50 ТМТ
ТВ-приставка MXQ PRO 4K
Код: 1857
В наличии
440 ТМТ
Умные часы XTouch W03
Код: 3237
В наличии
1 280 ТМТ

Так же к этому товару часто покупают:

200 ТМТ
7 800 ТМТ
Диагностика комьютера
Код: 4371
В наличии
50 ТМТ
985 ТМТ
200 ТМТ
Процессор Intel® Core™ i7-7700
Код: 7806
В наличии
1 400 ТМТ
Принтер 3 в 1 Canon Image Class MF 3010
Код: 7350
В наличии
4 500 ТМТ
Коврик для мыши Meetion MT-PD015
Код: 3791
В наличии
25 ТМТ
260 ТМТ
5 000 ТМТ
Кабель HDMI 5 м
Код: 7912
В наличии
60 ТМТ
Диод ED07-15
Код: 1763
В наличии
7 ТМТ
Счетная машинка 8850 UV/MG
Код: 1927
В наличии
1 800 ТМТ
Колонки Defender SPK-190
Код: 5286
В наличии
220 ТМТ
С этим товаром рекомендуем

Вас может заинтересовать

100 ТМТ
850 ТМТ
Sata дата кабель
Код: 4327
В наличии
7 ТМТ
35 ТМТ
Sata питание кабель
Код: 4331
В наличии
10 ТМТ
100 ТМТ
Процессор Intel® Core™ i5-6600
Код: 7675
В наличии
620 ТМТ
1 600 ТМТ
500 ТМТ
900 ТМТ
1 900 ТМТ
36 ТМТ
400 ТМТ
250 ТМТ