{"id":130,"date":"2025-10-31T00:25:51","date_gmt":"2025-10-31T00:25:51","guid":{"rendered":"https:\/\/vibromera.eu\/glossary\/g-grade\/"},"modified":"2026-06-08T04:12:22","modified_gmt":"2026-06-08T04:12:22","slug":"g-grade","status":"publish","type":"glossary","link":"https:\/\/vibromera.eu\/uk\/glossary\/g-grade\/","title":{"rendered":"\u0429\u043e \u0442\u0430\u043a\u0435 \u043e\u0446\u0456\u043d\u043a\u0438 \u044f\u043a\u043e\u0441\u0442\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443 (G-\u043e\u0446\u0456\u043d\u043a\u0438)?"},"content":{"rendered":"<style>\n:root {\n  --navy: #0a2540;\n  --navy-light: #1a3a5c;\n  --blue: #2563eb;\n  --blue-light: #3b82f6;\n  --blue-pale: #dbeafe;\n  --blue-ghost: #eff6ff;\n  --beige: #f5f0e8;\n  --beige-dark: #e8dfd3;\n  --beige-light: #faf7f2;\n  --white: #ffffff;\n  --text: #1e293b;\n  --text-secondary: #475569;\n  --text-muted: #94a3b8;\n  --border: #cbd5e1;\n  --border-light: #e2e8f0;\n  --success: #059669;\n  --success-light: #d1fae5;\n  --warning: #d97706;\n  --warning-light: #fef3c7;\n  --danger: #dc2626;\n  --danger-light: #fee2e2;\n  --shadow-sm: 0 1px 3px rgba(10,37,64,0.08);\n  --shadow-md: 0 4px 12px rgba(10,37,64,0.1);\n  --shadow-lg: 0 8px 30px rgba(10,37,64,0.12);\n  --radius: 12px;\n  --radius-sm: 8px;\n  --radius-lg: 16px;\n}<\/p>\n<p>* { margin: 0; padding: 0; box-sizing: border-box; }<\/p>\n<p>body {\n  font-family: 'Source Sans 3', sans-serif;\n  color: var(--text);\n  background: var(--beige-light);\n  min-width: 1200px;\n  line-height: 1.7;\n  font-size: 16px;\n  -webkit-font-smoothing: antialiased;\n}<\/p>\n<p>\/* ===== HERO ===== *\/\n.hero {\n  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 50%, #234e7a 100%);\n  color: var(--white);\n  padding: 56px 0 48px;\n  position: relative;\n  overflow: hidden;\n}\n.hero::before {\n  content: '';\n  position: absolute; inset: 0;\n  background:\n    radial-gradient(circle at 15% 75%, rgba(37,99,235,0.15) 0%, transparent 50%),\n    radial-gradient(circle at 85% 25%, rgba(37,99,235,0.1) 0%, transparent 50%);\n  pointer-events: none;\n}\n.hero::after {\n  content: '';\n  position: absolute; inset: 0;\n  background: url(\"data:image\/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Ccircle cx='20' cy='20' r='2'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n  pointer-events: none;\n}\n.hero-inner {\n  max-width: 1280px;\n  margin: 0 auto;\n  padding: 0 48px;\n  position: relative;\n  z-index: 1;\n}\n.hero h1 {\n  font-family: 'DM Serif Display', serif;\n  font-size: 46px;\n  font-weight: 400;\n  line-height: 1.15;\n  margin-bottom: 16px;\n  letter-spacing: -0.5px;\n}\n.hero h1 span { color: var(--blue-light); }\n.hero .subtitle {\n  font-size: 19px;\n  font-weight: 300;\n  color: rgba(255,255,255,0.78);\n  max-width: 800px;\n  line-height: 1.6;\n}\n.breadcrumb {\n  margin-bottom: 20px;\n  font-size: 14px;\n  color: rgba(255,255,255,0.5);\n}\n.breadcrumb a {\n  color: rgba(255,255,255,0.6);\n  text-decoration: none;\n}\n.breadcrumb a:hover { color: rgba(255,255,255,0.9); }<\/p>\n<p>\/* ===== QUICK NAV ===== *\/\n.quick-nav {\n  background: var(--white);\n  border-bottom: 1px solid var(--border-light);\n  position: sticky;\n  top: 0;\n  z-index: 100;\n  box-shadow: var(--shadow-sm);\n}\n.quick-nav-inner {\n  max-width: 1280px;\n  margin: 0 auto;\n  padding: 0 48px;\n  display: flex;\n  gap: 0;\n  overflow-x: auto;\n}\n.quick-nav a {\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  padding: 14px 20px;\n  font-size: 14px;\n  font-weight: 500;\n  color: var(--text-secondary);\n  text-decoration: none;\n  white-space: nowrap;\n  border-bottom: 2px solid transparent;\n  transition: all 0.2s;\n}\n.quick-nav a:hover {\n  color: var(--blue);\n  border-bottom-color: var(--blue);\n  background: var(--blue-ghost);\n}<\/p>\n<p>\/* ===== CONTAINER ===== *\/\n.container {\n  max-width: 1280px;\n  margin: 0 auto;\n  padding: 0 48px;\n}<\/p>\n<p>\/* ===== SUMMARY DASHBOARD ===== *\/\n.summary-dashboard {\n  padding: 40px 0;\n  background: var(--white);\n  border-bottom: 1px solid var(--border-light);\n}\n.dashboard-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 32px;\n}<\/p>\n<p>\/* Calculator *\/\n.calc-panel {\n  background: var(--beige-light);\n  border: 1px solid var(--beige-dark);\n  border-radius: var(--radius-lg);\n  padding: 32px;\n  position: relative;\n  overflow: hidden;\n}\n.calc-panel::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, var(--blue), var(--blue-light));\n}\n.panel-title {\n  font-family: 'DM Serif Display', serif;\n  font-size: 22px;\n  margin-bottom: 6px;\n  color: var(--navy);\n}\n.panel-subtitle {\n  font-size: 14px;\n  color: var(--text-muted);\n  margin-bottom: 24px;\n}\n.calc-form {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n}\n.form-group { display: flex; flex-direction: column; gap: 5px; }\n.form-group.full-width { grid-column: 1 \/ -1; }\n.form-group label {\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--text-secondary);\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n.form-group label .unit {\n  font-weight: 400;\n  text-transform: none;\n  color: var(--text-muted);\n}\n.form-group input, .form-group select {\n  padding: 10px 14px;\n  border: 1px solid var(--border);\n  border-radius: var(--radius-sm);\n  font-size: 15px;\n  font-family: 'JetBrains Mono', monospace;\n  background: var(--white);\n  color: var(--text);\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n.form-group input:focus, .form-group select:focus {\n  outline: none;\n  border-color: var(--blue);\n  box-shadow: 0 0 0 3px rgba(37,99,235,0.12);\n}\n.calc-btn {\n  grid-column: 1 \/ -1;\n  padding: 13px;\n  background: var(--blue);\n  color: var(--white);\n  border: none;\n  border-radius: var(--radius-sm);\n  font-size: 15px;\n  font-weight: 600;\n  font-family: 'Source Sans 3', sans-serif;\n  cursor: pointer;\n  transition: all 0.2s;\n  margin-top: 4px;\n}\n.calc-btn:hover {\n  background: var(--navy);\n  transform: translateY(-1px);\n  box-shadow: var(--shadow-md);\n}<\/p>\n<p>\/* Results *\/\n.results-panel {\n  background: var(--navy);\n  border-radius: var(--radius-lg);\n  padding: 32px;\n  color: var(--white);\n  position: relative;\n  overflow: hidden;\n}\n.results-panel::before {\n  content: '';\n  position: absolute; inset: 0;\n  background: radial-gradient(circle at 100% 0%, rgba(37,99,235,0.2) 0%, transparent 60%);\n  pointer-events: none;\n}\n.results-panel .panel-title { color: var(--white); }\n.results-panel .panel-subtitle { color: rgba(255,255,255,0.5); }<\/p>\n<p>.result-primary {\n  background: rgba(255,255,255,0.07);\n  border: 1px solid rgba(255,255,255,0.1);\n  border-radius: var(--radius);\n  padding: 24px;\n  text-align: center;\n  margin-bottom: 16px;\n  position: relative;\n  z-index: 1;\n}\n.result-primary .res-label {\n  font-size: 12px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: var(--blue-light);\n  margin-bottom: 8px;\n}\n.result-primary .res-value {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 42px;\n  font-weight: 700;\n  line-height: 1;\n  margin-bottom: 4px;\n}\n.result-primary .res-unit {\n  font-size: 16px;\n  color: rgba(255,255,255,0.5);\n}<\/p>\n<p>.results-secondary {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  position: relative;\n  z-index: 1;\n}\n.res-card {\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.08);\n  border-radius: var(--radius-sm);\n  padding: 16px;\n}\n.res-card .rc-label {\n  font-size: 11px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  color: rgba(255,255,255,0.45);\n  margin-bottom: 4px;\n}\n.res-card .rc-value {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 20px;\n  font-weight: 600;\n}\n.res-card .rc-unit {\n  font-size: 12px;\n  color: rgba(255,255,255,0.4);\n}\n.results-empty {\n  text-align: center;\n  padding: 60px 20px;\n  color: rgba(255,255,255,0.35);\n  font-size: 15px;\n  position: relative;\n  z-index: 1;\n}\n.results-empty .icon { font-size: 36px; margin-bottom: 12px; display: block; }<\/p>\n<p>\/* ===== G-GRADE CARDS ===== *\/\n.grades-section {\n  padding: 40px 0 48px;\n  background: var(--beige-light);\n}\n.section-header {\n  margin-bottom: 28px;\n}\n.section-header h2 {\n  font-family: 'DM Serif Display', serif;\n  font-size: 30px;\n  color: var(--navy);\n  margin-bottom: 6px;\n}\n.section-header p {\n  font-size: 16px;\n  color: var(--text-secondary);\n}<\/p>\n<p>.grade-cards {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n  margin-bottom: 36px;\n}\n.grade-card {\n  background: var(--white);\n  border: 1px solid var(--border-light);\n  border-radius: var(--radius);\n  padding: 20px;\n  box-shadow: var(--shadow-sm);\n  transition: all 0.3s;\n  position: relative;\n  overflow: hidden;\n}\n.grade-card:hover {\n  box-shadow: var(--shadow-lg);\n  transform: translateY(-3px);\n}\n.grade-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 3px;\n}\n.grade-card.precision::before { background: var(--blue); }\n.grade-card.standard::before { background: var(--success); }\n.grade-card.general::before { background: var(--warning); }\n.grade-card.coarse::before { background: var(--danger); }<\/p>\n<p>.gc-grade {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 24px;\n  font-weight: 700;\n  margin-bottom: 2px;\n}\n.grade-card.precision .gc-grade { color: var(--blue); }\n.grade-card.standard .gc-grade { color: var(--success); }\n.grade-card.general .gc-grade { color: var(--warning); }\n.grade-card.coarse .gc-grade { color: var(--danger); }<\/p>\n<p>.gc-velocity {\n  font-size: 12px;\n  font-family: 'JetBrains Mono', monospace;\n  color: var(--text-muted);\n  margin-bottom: 10px;\n}\n.gc-apps {\n  font-size: 13px;\n  color: var(--text-secondary);\n  line-height: 1.5;\n}\n.gc-apps strong {\n  display: block;\n  font-size: 14px;\n  color: var(--text);\n  margin-bottom: 4px;\n}<\/p>\n<p>\/* ===== TABLES ===== *\/\n.table-wrap {\n  background: var(--white);\n  border-radius: var(--radius);\n  border: 1px solid var(--border-light);\n  overflow: hidden;\n  box-shadow: var(--shadow-sm);\n  margin-bottom: 32px;\n}\n.table-wrap .table-title {\n  padding: 16px 24px;\n  font-weight: 600;\n  font-size: 15px;\n  background: var(--beige);\n  border-bottom: 1px solid var(--border-light);\n  color: var(--navy);\n}\ntable {\n  width: 100%;\n  border-collapse: collapse;\n}\ntable th {\n  background: var(--navy);\n  color: var(--white);\n  padding: 12px 16px;\n  font-size: 13px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  text-align: left;\n}\ntable td {\n  padding: 11px 16px;\n  font-size: 14px;\n  border-bottom: 1px solid var(--border-light);\n  color: var(--text);\n}\ntable tr:last-child td { border-bottom: none; }\ntable tr:hover td { background: var(--blue-ghost); }\ntable td:first-child { font-weight: 600; }\n.mono {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 13px;\n}\n.tag {\n  display: inline-block;\n  padding: 2px 8px;\n  border-radius: 4px;\n  font-size: 11px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.3px;\n}\n.tag.precision { background: var(--blue-pale); color: var(--navy); }\n.tag.standard { background: var(--success-light); color: #065f46; }\n.tag.general { background: var(--warning-light); color: #92400e; }\n.tag.coarse { background: var(--danger-light); color: #991b1b; }<\/p>\n<p>\/* Comparison mini-table *\/\n.compare-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 24px;\n  margin-bottom: 36px;\n}<\/p>\n<p>\/* ===== MAIN CONTENT ===== *\/\n.main-content {\n  padding: 48px 0 64px;\n  background: var(--white);\n}\n.content-layout {\n  display: grid;\n  grid-template-columns: 1fr 300px;\n  gap: 48px;\n}<\/p>\n<p>\/* TOC sidebar *\/\n.toc-sidebar {\n  position: sticky;\n  top: 80px;\n  align-self: start;\n}\n.toc-box {\n  background: var(--beige-light);\n  border: 1px solid var(--beige-dark);\n  border-radius: var(--radius);\n  padding: 24px;\n}\n.toc-box h3 {\n  font-size: 14px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  color: var(--navy);\n  margin-bottom: 16px;\n}\n.toc-box a {\n  display: block;\n  padding: 6px 0;\n  font-size: 14px;\n  color: var(--text-secondary);\n  text-decoration: none;\n  border-left: 2px solid transparent;\n  padding-left: 12px;\n  transition: all 0.2s;\n}\n.toc-box a:hover {\n  color: var(--blue);\n  border-left-color: var(--blue);\n}\n.toc-box a.sub {\n  padding-left: 28px;\n  font-size: 13px;\n  color: var(--text-muted);\n}<\/p>\n<p>\/* Article *\/\n.article-content h2 {\n  font-family: 'DM Serif Display', serif;\n  font-size: 28px;\n  color: var(--navy);\n  margin: 48px 0 16px;\n  padding-top: 20px;\n}\n.article-content h2:first-child { margin-top: 0; }\n.article-content h3 {\n  font-size: 20px;\n  font-weight: 700;\n  color: var(--navy-light);\n  margin: 32px 0 12px;\n}\n.article-content h4 {\n  font-size: 16px;\n  font-weight: 700;\n  color: var(--text);\n  margin: 24px 0 8px;\n}\n.article-content p {\n  margin-bottom: 16px;\n  color: var(--text);\n  line-height: 1.8;\n}\n.article-content ul, .article-content ol {\n  margin: 0 0 16px 24px;\n  line-height: 1.8;\n}\n.article-content li { margin-bottom: 6px; }\n.article-content li strong { color: var(--navy); }\n.article-content a {\n  color: var(--blue);\n  text-decoration: none;\n  border-bottom: 1px solid transparent;\n  transition: border-color 0.2s;\n}\n.article-content a:hover { border-bottom-color: var(--blue); }<\/p>\n<p>\/* Info boxes *\/\n.info-box {\n  background: var(--blue-ghost);\n  border-left: 4px solid var(--blue);\n  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;\n  padding: 20px 24px;\n  margin: 24px 0;\n}\n.info-box.warning {\n  background: #fffbeb;\n  border-left-color: var(--warning);\n}\n.info-box.success {\n  background: #ecfdf5;\n  border-left-color: var(--success);\n}\n.info-box .box-title {\n  font-weight: 700;\n  font-size: 15px;\n  margin-bottom: 6px;\n  color: var(--navy);\n}\n.info-box p { margin-bottom: 8px; font-size: 14px; }\n.info-box p:last-child { margin-bottom: 0; }<\/p>\n<p>\/* Example block *\/\n.example-block {\n  background: var(--beige-light);\n  border: 1px solid var(--beige-dark);\n  border-radius: var(--radius);\n  padding: 28px;\n  margin: 24px 0;\n}\n.example-block .example-title {\n  font-family: 'DM Serif Display', serif;\n  font-size: 18px;\n  color: var(--navy);\n  margin-bottom: 16px;\n}<\/p>\n<p>\/* Formula highlight *\/\n.formula-box {\n  background: var(--navy);\n  color: var(--white);\n  border-radius: var(--radius);\n  padding: 28px 32px;\n  margin: 24px 0;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.formula-box::before {\n  content: '';\n  position: absolute; inset: 0;\n  background: radial-gradient(circle at 80% 50%, rgba(37,99,235,0.15) 0%, transparent 60%);\n  pointer-events: none;\n}\n.formula-box .formula-label {\n  font-size: 12px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: var(--blue-light);\n  margin-bottom: 12px;\n  position: relative;\n}\n.formula-box .formula-main {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 26px;\n  font-weight: 600;\n  position: relative;\n  line-height: 1.4;\n}\n.formula-box .formula-note {\n  font-size: 13px;\n  color: rgba(255,255,255,0.5);\n  margin-top: 12px;\n  position: relative;\n}<\/p>\n<p>\/* Article table *\/\n.article-table {\n  width: 100%;\n  margin: 20px 0;\n  border: 1px solid var(--border-light);\n  border-radius: var(--radius-sm);\n  overflow: hidden;\n}\n.article-table th { padding: 10px 14px; font-size: 12px; }\n.article-table td { padding: 10px 14px; font-size: 14px; }<\/p>\n<p>\/* Visual scale bar *\/\n.scale-bar-wrap {\n  margin: 24px 0;\n}\n.scale-bar-label {\n  display: flex;\n  justify-content: space-between;\n  font-size: 12px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  color: var(--text-muted);\n  margin-bottom: 8px;\n}\n.scale-bar {\n  height: 40px;\n  border-radius: var(--radius-sm);\n  overflow: hidden;\n  display: flex;\n  position: relative;\n}\n.scale-seg {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  font-weight: 700;\n  color: var(--white);\n  transition: flex 0.3s;\n}<\/p>\n<p>\/* ===== SHOP CTA ===== *\/\n.shop-cta {\n  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);\n  padding: 48px 0;\n  color: var(--white);\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.shop-cta::before {\n  content: '';\n  position: absolute; inset: 0;\n  background: radial-gradient(circle at 50% 50%, rgba(37,99,235,0.15) 0%, transparent 60%);\n  pointer-events: none;\n}\n.shop-cta h2 {\n  font-family: 'DM Serif Display', serif;\n  font-size: 32px;\n  margin-bottom: 12px;\n  position: relative;\n}\n.shop-cta p {\n  font-size: 17px;\n  color: rgba(255,255,255,0.7);\n  margin-bottom: 28px;\n  max-width: 640px;\n  margin-left: auto;\n  margin-right: auto;\n  position: relative;\n}\n.shop-cta .cta-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 14px 36px;\n  background: var(--blue);\n  color: var(--white);\n  text-decoration: none;\n  border-radius: var(--radius-sm);\n  font-weight: 600;\n  font-size: 16px;\n  transition: all 0.2s;\n  position: relative;\n}\n.shop-cta .cta-btn:hover {\n  background: var(--blue-light);\n  transform: translateY(-2px);\n  box-shadow: 0 8px 24px rgba(37,99,235,0.3);\n}<\/p>\n<p>\/* Footer *\/\n.page-footer {\n  background: var(--beige);\n  border-top: 1px solid var(--beige-dark);\n  padding: 32px 0;\n  text-align: center;\n}\n.page-footer a { color: var(--blue); text-decoration: none; font-weight: 500; }\n.page-footer p { font-size: 14px; color: var(--text-muted); }<\/p>\n<p>\/* Animations *\/\n@keyframes fadeInUp {\n  from { opacity: 0; transform: translateY(16px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n.animate-in { animation: fadeInUp 0.5s ease-out forwards; }\n.delay-1 { animation-delay: 0.1s; opacity: 0; }\n.delay-2 { animation-delay: 0.2s; opacity: 0; }<\/p>\n<p>@media print {\n  .quick-nav, .shop-cta { display: none; }\n  body { min-width: auto; }\n}\n<\/style>\n<p><!-- HERO --><\/p>\n<header class=\"hero\">\n<div class=\"hero-inner\">\n<div class=\"breadcrumb\">\n      <a href=\"https:\/\/vibromera.eu\/uk\/\">\u0413\u043e\u043b\u043e\u0432\u043d\u0430<\/a> \u2192 <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/\">\u0413\u043b\u043e\u0441\u0430\u0440\u0456\u0439<\/a> \u2192 \u0417\u0431\u0430\u043b\u0430\u043d\u0441\u043e\u0432\u0430\u043d\u0456 \u043e\u0446\u0456\u043d\u043a\u0438 \u044f\u043a\u043e\u0441\u0442\u0456\n    <\/div>\n<h1>\u0420\u043e\u0437\u0443\u043c\u0456\u043d\u043d\u044f <span>\u041a\u043b\u0430\u0441\u0438 \u044f\u043a\u043e\u0441\u0442\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f<\/span> (\u041e\u0446\u0456\u043d\u043a\u0438 G)<\/h1>\n<p class=\"subtitle\">\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0438\u0437\u043e\u0432\u0430\u043d\u0430 ISO \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u043a\u043b\u0430\u0441\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0457 \u0434\u043b\u044f \u0432\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0433\u043e \u0437\u0430\u043b\u0438\u0448\u043a\u043e\u0432\u043e\u0433\u043e \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443 \u2014 \u0432\u0456\u0434 \u043f\u0440\u0435\u0446\u0438\u0437\u0456\u0439\u043d\u0438\u0445 \u0433\u0456\u0440\u043e\u0441\u043a\u043e\u043f\u0456\u0432 \u0437 G0.4 \u0434\u043e \u0432\u0430\u0436\u043a\u0438\u0445 \u0441\u0443\u0434\u043d\u043e\u0432\u0438\u0445 \u0434\u0438\u0437\u0435\u043b\u044c\u043d\u0438\u0445 \u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432 \u0437 G4000. \u0423 \u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0442\u0456 \u0437 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440\u043e\u043c, \u0434\u043e\u0432\u0456\u0434\u043a\u043e\u0432\u0438\u043c\u0438 \u0442\u0430\u0431\u043b\u0438\u0446\u044f\u043c\u0438 \u0442\u0430 \u043f\u0440\u0430\u043a\u0442\u0438\u0447\u043d\u0438\u043c\u0438 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0430\u043c\u0438.<\/p>\n<\/p><\/div>\n<\/header>\n\t\t<section class=\"woocommerce hestia-shop products is-shortcode\" id=\"products\" data-sorder=\"hestia_shop\" >\n\t\t\t\t\t\t<div class=\"\">\n\t\t\t\t\t\t<div class=\"hestia-shop-content\">\n\t\t\t<div class=\"row\" data-aos=\"fade-up\" >\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/uk\/product\/balanset-1\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/uk\/product\/balanset-1\/\" title=\"\u041f\u043e\u0440\u0442\u0430\u0442\u0438\u0432\u043d\u0438\u0439 \u0431\u0430\u043b\u0430\u043d\u0441\u0438\u0440 \u0442\u0430 \u0432\u0456\u0431\u0440\u043e\u0430\u043d\u0430\u043b\u0456\u0437\u0430\u0442\u043e\u0440 Balanset-1A\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Balanset-1A \u043f\u043e\u0432\u043d\u0438\u0439 \u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0442 \u043f\u043e\u0440\u0442\u0430\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u0438\u043a\u0430 \u0442\u0430 \u0430\u043d\u0430\u043b\u0456\u0437\u0430\u0442\u043e\u0440\u0430 \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-18x12.webp 18w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-272x182.webp 272w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/uk\/product-category\/devices\/\" rel=\"tag\">\u041f\u0440\u0438\u0441\u0442\u0440\u043e\u0457<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/uk\/product\/balanset-1\/\" title=\"\u041f\u043e\u0440\u0442\u0430\u0442\u0438\u0432\u043d\u0438\u0439 \u0431\u0430\u043b\u0430\u043d\u0441\u0438\u0440 \u0442\u0430 \u0432\u0456\u0431\u0440\u043e\u0430\u043d\u0430\u043b\u0456\u0437\u0430\u0442\u043e\u0440 Balanset-1A\">\u041f\u043e\u0440\u0442\u0430\u0442\u0438\u0432\u043d\u0438\u0439 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u0438\u0439 \u043f\u0440\u0438\u043b\u0430\u0434 &#038; \u0430\u043d\u0430\u043b\u0456\u0437\u0430\u0442\u043e\u0440 \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457 Balanset-1A<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>1,975.00<\/span> + \u041f\u0414\u0412 (\u044f\u043a\u0449\u043e \u0437\u0430\u0441\u0442\u043e\u0441\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/uk\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=986\" data-quantity=\"1\" data-product_id=\"986\" data-product_sku=\"BS-1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/uk\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=986\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_986\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"986\" data-product_sku=\"BS-1\" aria-label=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a: \u201cPortable balancer &amp; Vibration analyzer Balanset-1A\u201d\" rel=\"nofollow\" data-success_message=\"\u201cPortable balancer &amp; Vibration analyzer Balanset-1A\u201d \u0434\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u0432\u0430\u0448\u043e\u0433\u043e \u043a\u043e\u0448\u0438\u043a\u0430\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_986\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/uk\/product\/vibration-sensor\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/uk\/product\/vibration-sensor\/\" title=\"\u0414\u0430\u0442\u0447\u0438\u043a \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u0414\u0430\u0442\u0447\u0438\u043a \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457 Balanset-1A \u043a\u0440\u0443\u043f\u043d\u0438\u043c \u043f\u043b\u0430\u043d\u043e\u043c\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-600x400.webp 600w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-300x200.webp 300w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-768x512.webp 768w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-1024x682.webp 1024w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-272x182.webp 272w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3.webp 1280w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/uk\/product-category\/parts\/\" rel=\"tag\">\u0414\u0435\u0442\u0430\u043b\u0456<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/uk\/product\/vibration-sensor\/\" title=\"\u0414\u0430\u0442\u0447\u0438\u043a \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457\">\u0414\u0430\u0442\u0447\u0438\u043a \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>90.00<\/span> + \u041f\u0414\u0412 (\u044f\u043a\u0449\u043e \u0437\u0430\u0441\u0442\u043e\u0441\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/uk\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1820\" data-quantity=\"1\" data-product_id=\"1820\" data-product_sku=\"VS-1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/uk\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1820\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1820\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1820\" data-product_sku=\"VS-1\" aria-label=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a: \u201cVibration sensor\u201d\" rel=\"nofollow\" data-success_message=\"\u201cVibration sensor\u201d \u0434\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u0432\u0430\u0448\u043e\u0433\u043e \u043a\u043e\u0448\u0438\u043a\u0430\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1820\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/uk\/product\/optical-sensor-for-balanset-and-arbalance\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/uk\/product\/optical-sensor-for-balanset-and-arbalance\/\" title=\"\u041e\u043f\u0442\u0438\u0447\u043d\u0438\u0439 \u0434\u0430\u0442\u0447\u0438\u043a (\u043b\u0430\u0437\u0435\u0440\u043d\u0438\u0439 \u0442\u0430\u0445\u043e\u043c\u0435\u0442\u0440)\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u041e\u043f\u0442\u0438\u0447\u043d\u0438\u0439 \u0434\u0430\u0442\u0447\u0438\u043a (\u043b\u0430\u0437\u0435\u0440\u043d\u0438\u0439 \u0442\u0430\u0445\u043e\u043c\u0435\u0442\u0440)\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-300x200.webp 300w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-1024x682.webp 1024w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-768x512.webp 768w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-1536x1023.webp 1536w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-18x12.webp 18w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-460x306.webp 460w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-600x400.webp 600w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-272x182.webp 272w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU.webp 1600w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/uk\/product-category\/parts\/\" rel=\"tag\">\u0414\u0435\u0442\u0430\u043b\u0456<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/uk\/product\/optical-sensor-for-balanset-and-arbalance\/\" title=\"\u041e\u043f\u0442\u0438\u0447\u043d\u0438\u0439 \u0434\u0430\u0442\u0447\u0438\u043a (\u043b\u0430\u0437\u0435\u0440\u043d\u0438\u0439 \u0442\u0430\u0445\u043e\u043c\u0435\u0442\u0440)\">\u041e\u043f\u0442\u0438\u0447\u043d\u0438\u0439 \u0434\u0430\u0442\u0447\u0438\u043a (\u043b\u0430\u0437\u0435\u0440\u043d\u0438\u0439 \u0442\u0430\u0445\u043e\u043c\u0435\u0442\u0440)<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>124.00<\/span> + \u041f\u0414\u0412 (\u044f\u043a\u0449\u043e \u0437\u0430\u0441\u0442\u043e\u0441\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/uk\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1832\" data-quantity=\"1\" data-product_id=\"1832\" data-product_sku=\"Tach-1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/uk\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1832\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1832\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1832\" data-product_sku=\"Tach-1\" aria-label=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a: \u201cOptical Sensor (Laser Tachometer)\u201d\" rel=\"nofollow\" data-success_message=\"\u201cOptical Sensor (Laser Tachometer)\u201d \u0434\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u0432\u0430\u0448\u043e\u0433\u043e \u043a\u043e\u0448\u0438\u043a\u0430\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1832\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/uk\/product\/balanset-4\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/uk\/product\/balanset-4\/\" title=\"Balanset-4\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u041a\u043e\u043c\u043f\u043b\u0435\u043a\u0442 \u0434\u043b\u044f \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0440\u043e\u0442\u043e\u0440\u0430 Vibromera: \u043a\u0435\u0439\u0441 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043d\u044f, \u0431\u0430\u0433\u0430\u0442\u043e\u043a\u0430\u043d\u0430\u043b\u044c\u043d\u0438\u0439 \u043a\u043e\u043d\u0434\u0438\u0446\u0456\u043e\u043d\u0435\u0440 \u0441\u0438\u0433\u043d\u0430\u043b\u0443, \u0440\u0443\u0447\u043d\u0438\u0439 \u0430\u043d\u0430\u043b\u0456\u0437\u0430\u0442\u043e\u0440, \u043c\u0430\u0433\u043d\u0456\u0442\u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0430, \u0434\u0430\u0442\u0447\u0438\u043a\u0438 \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457 \u0442\u0430 \u0441\u043f\u0456\u0440\u0430\u043b\u044c\u043d\u0456 \u043a\u0430\u0431\u0435\u043b\u0456.\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-300x200.webp 300w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-18x12.webp 18w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-460x306.webp 460w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-600x400.webp 600w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-272x182.webp 272w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4.webp 640w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/uk\/product-category\/devices\/\" rel=\"tag\">\u041f\u0440\u0438\u0441\u0442\u0440\u043e\u0457<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/uk\/product\/balanset-4\/\" title=\"Balanset-4\">Balanset-4<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>6,803.00<\/span> + \u041f\u0414\u0412 (\u044f\u043a\u0449\u043e \u0437\u0430\u0441\u0442\u043e\u0441\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/uk\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1833\" data-quantity=\"1\" data-product_id=\"1833\" data-product_sku=\"BS-4\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/uk\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1833\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1833\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1833\" data-product_sku=\"BS-4\" aria-label=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a: \u201cBalanset-4\u201d\" rel=\"nofollow\" data-success_message=\"\u201cBalanset-4\u201d \u0434\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u0432\u0430\u0448\u043e\u0433\u043e \u043a\u043e\u0448\u0438\u043a\u0430\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1833\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div><!-- \/.row --><div class=\"row\">\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/uk\/product\/magnet-stand\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/uk\/product\/magnet-stand\/\" title=\"\u041c\u0430\u0433\u043d\u0456\u0442\u043d\u0430 \u043f\u0456\u0434\u0441\u0442\u0430\u0432\u043a\u0430 Insize \u2013 60 \u043a\u0433\u0441\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u041c\u0430\u0433\u043d\u0456\u0442\u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0430.\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-600x400.webp 600w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-300x200.webp 300w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-1024x682.webp 1024w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-768x512.webp 768w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-272x182.webp 272w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36.webp 1280w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/uk\/product-category\/parts\/\" rel=\"tag\">\u0414\u0435\u0442\u0430\u043b\u0456<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/uk\/product\/magnet-stand\/\" title=\"\u041c\u0430\u0433\u043d\u0456\u0442\u043d\u0430 \u043f\u0456\u0434\u0441\u0442\u0430\u0432\u043a\u0430 Insize \u2013 60 \u043a\u0433\u0441\">\u041c\u0430\u0433\u043d\u0456\u0442\u043d\u0430 \u043f\u0456\u0434\u0441\u0442\u0430\u0432\u043a\u0430 Insize \u2013 60 \u043a\u0433\u0441<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>46.00<\/span> + \u041f\u0414\u0412 (\u044f\u043a\u0449\u043e \u0437\u0430\u0441\u0442\u043e\u0441\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/uk\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1852\" data-quantity=\"1\" data-product_id=\"1852\" data-product_sku=\"MS-1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/uk\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1852\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1852\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1852\" data-product_sku=\"MS-1\" aria-label=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a: \u201cMagnetic Stand Insize-60-kgf\u201d\" rel=\"nofollow\" data-success_message=\"\u201cMagnetic Stand Insize-60-kgf\u201d \u0434\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u0432\u0430\u0448\u043e\u0433\u043e \u043a\u043e\u0448\u0438\u043a\u0430\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1852\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/uk\/product\/reflective-tape\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/uk\/product\/reflective-tape\/\" title=\"\u0421\u0432\u0456\u0442\u043b\u043e\u0432\u0456\u0434\u0431\u0438\u0432\u0430\u044e\u0447\u0430 \u0441\u0442\u0440\u0456\u0447\u043a\u0430\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u0421\u0432\u0456\u0442\u043b\u043e\u0432\u0456\u0434\u0431\u0438\u0432\u0430\u044e\u0447\u0430 \u0441\u0442\u0440\u0456\u0447\u043a\u0430\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-16x12.webp 16w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-460x306.webp 460w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-272x182.webp 272w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/uk\/product-category\/parts\/\" rel=\"tag\">\u0414\u0435\u0442\u0430\u043b\u0456<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/uk\/product\/reflective-tape\/\" title=\"\u0421\u0432\u0456\u0442\u043b\u043e\u0432\u0456\u0434\u0431\u0438\u0432\u0430\u044e\u0447\u0430 \u0441\u0442\u0440\u0456\u0447\u043a\u0430\">\u0421\u0432\u0456\u0442\u043b\u043e\u0432\u0456\u0434\u0431\u0438\u0432\u0430\u044e\u0447\u0430 \u0441\u0442\u0440\u0456\u0447\u043a\u0430<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>10.00<\/span> + \u041f\u0414\u0412 (\u044f\u043a\u0449\u043e \u0437\u0430\u0441\u0442\u043e\u0441\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/uk\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=2329\" data-quantity=\"1\" data-product_id=\"2329\" data-product_sku=\"rt-1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/uk\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=2329\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2329\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2329\" data-product_sku=\"rt-1\" aria-label=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a: \u201cReflective tape\u201d\" rel=\"nofollow\" data-success_message=\"\u201cReflective tape\u201d \u0434\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u0432\u0430\u0448\u043e\u0433\u043e \u043a\u043e\u0448\u0438\u043a\u0430\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2329\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/uk\/product\/dynamic-balancer-balanset-1a\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/uk\/product\/dynamic-balancer-balanset-1a\/\" title=\"\u0414\u0438\u043d\u0430\u043c\u0456\u0447\u043d\u0438\u0439 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u0438\u043a &quot;Balanset-1A&quot; OEM\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u0421\u043a\u043b\u0430\u0434 \u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0442\u0443 Balanset-1A \u0437 \u0456\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u043d\u0438\u043c \u0431\u043b\u043e\u043a\u043e\u043c, \u0434\u0430\u0442\u0447\u0438\u043a\u0430\u043c\u0438, \u0442\u0430\u0445\u043e\u043c\u0435\u0442\u0440\u043e\u043c \u0456 \u0430\u043a\u0441\u0435\u0441\u0443\u0430\u0440\u0430\u043c\u0438\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-600x400.webp 600w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-300x200.webp 300w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-1024x683.webp 1024w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-768x512.webp 768w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-1536x1024.webp 1536w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-2048x1366.webp 2048w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-272x182.webp 272w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-e1732998877834.webp 708w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/uk\/product-category\/devices\/\" rel=\"tag\">\u041f\u0440\u0438\u0441\u0442\u0440\u043e\u0457<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/uk\/product\/dynamic-balancer-balanset-1a\/\" title=\"\u0414\u0438\u043d\u0430\u043c\u0456\u0447\u043d\u0438\u0439 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u0438\u043a &quot;Balanset-1A&quot; OEM\">\u0414\u0438\u043d\u0430\u043c\u0456\u0447\u043d\u0438\u0439 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u0438\u043a \"Balanset-1A\" OEM<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>1,735.00<\/span> + \u041f\u0414\u0412 (\u044f\u043a\u0449\u043e \u0437\u0430\u0441\u0442\u043e\u0441\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/uk\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=4193\" data-quantity=\"1\" data-product_id=\"4193\" data-product_sku=\"BS-1OEM\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/uk\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=4193\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_4193\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"4193\" data-product_sku=\"BS-1OEM\" aria-label=\"\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a: \u201cDynamic balancer \u201cBalanset-1A\u201d OEM\u201d\" rel=\"nofollow\" data-success_message=\"\u201cDynamic balancer \u201cBalanset-1A\u201d OEM\u201d \u0434\u043e\u0434\u0430\u043d\u043e \u0434\u043e \u0432\u0430\u0448\u043e\u0433\u043e \u043a\u043e\u0448\u0438\u043a\u0430\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\u0414\u043e\u0434\u0430\u0442\u0438 \u0432 \u043a\u043e\u0448\u0438\u043a<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_4193\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/section>\n\t\t\n<p><!-- QUICK NAV --><\/p>\n<nav class=\"quick-nav\">\n<div class=\"quick-nav-inner\">\n    <a href=\"#calculator\">\u2699 \u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440<\/a><br \/>\n    <a href=\"#grade-overview\">\ud83d\udcca \u041e\u0433\u043b\u044f\u0434 \u043e\u0446\u0456\u043d\u043e\u043a<\/a><br \/>\n    <a href=\"#full-table\">\ud83d\udccb \u0422\u0430\u0431\u043b\u0438\u0446\u044f ISO<\/a><br \/>\n    <a href=\"#definition\">\ud83d\udcd0 \u0412\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f<\/a><br \/>\n    <a href=\"#how-it-works\">\ud83d\udd22 \u042f\u043a \u0446\u0435 \u043f\u0440\u0430\u0446\u044e\u0454<\/a><br \/>\n    <a href=\"#selecting\">\ud83c\udfaf \u0412\u0438\u0431\u0456\u0440 \u043a\u043b\u0430\u0441\u0443<\/a><br \/>\n    <a href=\"#practical\">\ud83d\udee0 \u041f\u0440\u0430\u043a\u0442\u0438\u0447\u043d\u0456 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0438<\/a><br \/>\n    <a href=\"#two-plane\">\u2696 \u0414\u0432\u043e\u043f\u043b\u043e\u0449\u0438\u043d\u043d\u0435 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f<\/a><br \/>\n    <a href=\"#common-mistakes\">\u26a0 \u041f\u043e\u0448\u0438\u0440\u0435\u043d\u0456 \u043f\u043e\u043c\u0438\u043b\u043a\u0438<\/a><br \/>\n    <a href=\"#importance\">\ud83d\udca1 \u0427\u043e\u043c\u0443 \u0446\u0435 \u0432\u0430\u0436\u043b\u0438\u0432\u043e<\/a>\n  <\/div>\n<\/nav>\n<p><!-- SUMMARY DASHBOARD --><\/p>\n<section class=\"summary-dashboard\" id=\"calculator\">\n<div class=\"container\">\n<div class=\"dashboard-grid\">\n<p>      <!-- Calculator --><\/p>\n<div class=\"calc-panel animate-in\">\n<h2 class=\"panel-title\">\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0433\u043e \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443<\/h2>\n<p class=\"panel-subtitle\">\u041e\u0431\u0447\u0438\u0441\u043b\u0456\u0442\u044c U<sub>\u0437\u0430<\/sub> \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0456 ISO 21940-11 (\u0440\u0430\u043d\u0456\u0448\u0435 ISO 1940-1)<\/p>\n<div class=\"calc-form\">\n<div class=\"form-group\">\n            <label>G-\u043a\u043b\u0430\u0441<\/label><br \/>\n            <select id=\"gGrade\"><option value=\"0.4\">G 0.4 \u2014 \u0413\u0456\u0440\u043e\u0441\u043a\u043e\u043f\u0438, \u043f\u0440\u0435\u0446\u0438\u0437\u0456\u0439\u043d\u0456 \u0448\u043f\u0438\u043d\u0434\u0435\u043b\u0456<\/option><option value=\"0.7\">G 0.7 \u2014 \u041f\u0440\u0435\u0446\u0438\u0437\u0456\u0439\u043d\u0456 \u0448\u043b\u0456\u0444\u0443\u0432\u0430\u043b\u044c\u043d\u0456 \u043c\u0430\u0448\u0438\u043d\u0438<\/option><option value=\"1\">G 1.0 \u2014 \u0428\u043b\u0456\u0444\u0443\u0432\u0430\u043b\u044c\u043d\u0456 \u0432\u0435\u0440\u0441\u0442\u0430\u0442\u0438, \u043c\u0430\u043b\u0456 \u0434\u0432\u0438\u0433\u0443\u043d\u0438<\/option><option value=\"1.5\">G 1.5 \u2014 \u0410\u0443\u0434\u0456\u043e\/\u0432\u0456\u0434\u0435\u043e\u043f\u0440\u0438\u0432\u043e\u0434\u0438<\/option><option value=\"2.5\" selected>G 2.5 \u2014 \u0422\u0443\u0440\u0431\u0456\u043d\u0438, \u0432\u0435\u043b\u0438\u043a\u0456 \u0434\u0432\u0438\u0433\u0443\u043d\u0438, \u043d\u0430\u0441\u043e\u0441\u0438<\/option><option value=\"4\">G 4.0 \u2014 \u041a\u043e\u043c\u043f\u0440\u0435\u0441\u043e\u0440\u0438, \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u0435 \u043c\u0430\u0448\u0438\u043d\u043e\u0431\u0443\u0434\u0443\u0432\u0430\u043d\u043d\u044f<\/option><option value=\"6.3\">G 6.3 \u2014 \u0412\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440\u0438, \u043c\u0430\u0445\u043e\u0432\u0438\u043a\u0438, \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0456\u0447\u043d\u0435 \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f<\/option><option value=\"10\">G 10 \u2014 \u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0456 \u043c\u043e\u0440\u0441\u044c\u043a\u0456, \u0434\u0438\u0437\u0435\u043b\u044c\u043d\u0456 \u0432\u0443\u0437\u043b\u0438<\/option><option value=\"16\">G 16 \u2014 \u041a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0456 \u0432\u0430\u043b\u0438 (\u0432\u0430\u043d\u0442\u0430\u0436\u0456\u0432\u043a\u0438, \u043b\u043e\u043a\u043e\u043c\u043e\u0442\u0438\u0432\u0438)<\/option><option value=\"25\">G 25 \u2014 \u0421\u0456\u043b\u044c\u0441\u044c\u043a\u043e\u0433\u043e\u0441\u043f\u043e\u0434\u0430\u0440\u0441\u044c\u043a\u0430 \u0442\u0435\u0445\u043d\u0456\u043a\u0430<\/option><option value=\"40\">G 40 \u2014 \u0410\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456 \u043a\u043e\u043b\u0435\u0441\u0430, \u043a\u0430\u0440\u0434\u0430\u043d\u043d\u0456 \u0432\u0430\u043b\u0438<\/option><option value=\"100\">G 100 \u2014 \u041f\u043e\u0432\u0456\u043b\u044c\u043d\u0456 \u0441\u0443\u0434\u043d\u043e\u0432\u0456 \u0434\u0438\u0437\u0435\u043b\u044c\u043d\u0456 \u0430\u0433\u0440\u0435\u0433\u0430\u0442\u0438<\/option><option value=\"250\">G 250 \u2014 \u041f\u043e\u0432\u0456\u043b\u044c\u043d\u0456 \u0432\u0435\u043b\u0438\u043a\u0456 \u0434\u0438\u0437\u0435\u043b\u0456 (\u043d\u0430 \u043f\u0440\u0443\u0436\u0438\u043d\u0430\u0445)<\/option><option value=\"630\">G 630 \u2014 \u041f\u043e\u0440\u0448\u043d\u0435\u0432\u0456 \u0434\u0432\u0438\u0433\u0443\u043d\u0438 \u0433\u0440\u0443\u0431\u043e\u0433\u043e \u043e\u0447\u0438\u0449\u0435\u043d\u043d\u044f<\/option><option value=\"4000\">G 4000 \u2014 \u0414\u0443\u0436\u0435 \u0433\u0440\u0443\u0431\u0430 \u043e\u0431\u0440\u043e\u0431\u043a\u0430 (\u043a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0438\u0439 \u0432\u0430\u043b \u043d\u0430 \u043f\u0440\u0443\u0436\u0438\u043d\u0430\u0445)<\/option><\/select>\n          <\/div>\n<div class=\"form-group\">\n            <label>\u041c\u0430\u0441\u0430 \u0440\u043e\u0442\u043e\u0440\u0430 <span class=\"unit\">(\u043a\u0433)<\/span><\/label><br \/>\n            <input type=\"number\" id=\"rotorMass\" value=\"25\" min=\"0.001\" step=\"0.1\">\n          <\/div>\n<div class=\"form-group\">\n            <label>\u0420\u043e\u0431\u043e\u0447\u0430 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c <span class=\"unit\">(\u043e\u0431\u043e\u0440\u043e\u0442\u0438 \u0437\u0430 \u0445\u0432\u0438\u043b\u0438\u043d\u0443)<\/span><\/label><br \/>\n            <input type=\"number\" id=\"serviceRPM\" value=\"3000\" min=\"1\" step=\"1\">\n          <\/div>\n<div class=\"form-group\">\n            <label>\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u043b\u0456\u0442\u0430\u043a\u0456\u0432 <span class=\"unit\">(\u0432\u0438\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u044f)<\/span><\/label><br \/>\n            <select id=\"numPlanes\"><option value=\"1\">\u041e\u0434\u043d\u043e\u043f\u043b\u043e\u0449\u0438\u043d\u043d\u0438\u0439<\/option><option value=\"2\" selected>\u0414\u0432\u043e\u043f\u043b\u043e\u0449\u0438\u043d\u043d\u0438\u0439<\/option><\/select>\n          <\/div>\n<p>          <button class=\"calc-btn\" onclick=\"calculate()\">\u0420\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043e\u043a \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0433\u043e \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443 \u2192<\/button>\n        <\/div>\n<\/p><\/div>\n<p>      <!-- Results --><\/p>\n<div class=\"results-panel animate-in delay-1\">\n<h2 class=\"panel-title\">\u0420\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043a\u043e\u0432\u0430 \u0442\u043e\u043b\u0435\u0440\u0430\u043d\u0442\u043d\u0456\u0441\u0442\u044c<\/h2>\n<p class=\"panel-subtitle\">\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0431\u0430\u0437\u0443\u044e\u0442\u044c\u0441\u044f \u043d\u0430 ISO 21940-11<\/p>\n<div id=\"resultsArea\">\n<div class=\"results-empty\">\n            <span class=\"icon\">\u2696<\/span><br \/>\n            \u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 \u0440\u043e\u0442\u043e\u0440\u0430 \u0442\u0430 \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u041e\u0431\u0447\u0438\u0441\u043b\u0438\u0442\u0438\u00bb<br \/>\u043f\u043e\u0431\u0430\u0447\u0438\u0442\u0438 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u0439 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- G-GRADE OVERVIEW CARDS + TABLES --><\/p>\n<section class=\"grades-section\" id=\"grade-overview\">\n<div class=\"container\">\n<div class=\"section-header\">\n<h2>\u041e\u0433\u043b\u044f\u0434 G-\u043a\u043b\u0430\u0441\u0443 \u2014 \u043a\u043e\u0440\u043e\u0442\u043a\u0438\u0439 \u043e\u0433\u043b\u044f\u0434<\/h2>\n<p>\u041a\u0430\u0440\u0442\u043a\u0438 \u0448\u0432\u0438\u0434\u043a\u043e\u0433\u043e \u0434\u043e\u0432\u0456\u0434\u043d\u0438\u043a\u0430 \u0434\u043b\u044f \u043d\u0430\u0439\u0443\u0436\u0438\u0432\u0430\u043d\u0456\u0448\u0438\u0445 \u043a\u043b\u0430\u0441\u0456\u0432 \u044f\u043a\u043e\u0441\u0442\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0432 \u043f\u0440\u043e\u043c\u0438\u0441\u043b\u043e\u0432\u0456\u0439 \u043f\u0440\u0430\u043a\u0442\u0438\u0446\u0456<\/p>\n<\/p><\/div>\n<div class=\"grade-cards\">\n<div class=\"grade-card precision\">\n<div class=\"gc-grade\">G 0.4<\/div>\n<div class=\"gc-velocity\">0,4 \u043c\u043c\/\u0441<\/div>\n<div class=\"gc-apps\">\n          <strong>\u041d\u0430\u0434\u0442\u043e\u0447\u043d\u0456\u0441\u0442\u044c<\/strong><br \/>\n          \u0413\u0456\u0440\u043e\u0441\u043a\u043e\u043f\u0438, \u043f\u0440\u0435\u0446\u0438\u0437\u0456\u0439\u043d\u0456 \u0448\u043f\u0438\u043d\u0434\u0435\u043b\u0456, \u0432\u0438\u0441\u043e\u043a\u043e\u0448\u0432\u0438\u0434\u043a\u0456\u0441\u043d\u0456 \u0441\u0442\u043e\u043c\u0430\u0442\u043e\u043b\u043e\u0433\u0456\u0447\u043d\u0456\/\u0445\u0456\u0440\u0443\u0440\u0433\u0456\u0447\u043d\u0456 \u0456\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0438, \u0440\u0435\u0430\u043a\u0446\u0456\u0439\u043d\u0456 \u043a\u043e\u043b\u0435\u0441\u0430 \u0441\u0443\u043f\u0443\u0442\u043d\u0438\u043a\u0456\u0432\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card precision\">\n<div class=\"gc-grade\">\u0413 1.0<\/div>\n<div class=\"gc-velocity\">1,0 \u043c\u043c\/\u0441<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0412\u0438\u0441\u043e\u043a\u0430 \u0442\u043e\u0447\u043d\u0456\u0441\u0442\u044c<\/strong><br \/>\n          \u041f\u0440\u0438\u0432\u043e\u0434\u0438 \u0448\u043b\u0456\u0444\u0443\u0432\u0430\u043b\u044c\u043d\u0438\u0445 \u0432\u0435\u0440\u0441\u0442\u0430\u0442\u0456\u0432, \u043c\u0430\u043b\u0456 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u0434\u0432\u0438\u0433\u0443\u043d\u0438, \u0432\u0438\u0441\u043e\u043a\u043e\u0448\u0432\u0438\u0434\u043a\u0456\u0441\u043d\u0456 \u0448\u043f\u0438\u043d\u0434\u0435\u043b\u0456 \u043c\u0435\u0445\u0430\u043d\u043e\u043e\u0431\u0440\u043e\u0431\u043a\u0438, \u043a\u043e\u043c\u043f'\u044e\u0442\u0435\u0440\u043d\u0456 HDD\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card standard\">\n<div class=\"gc-grade\">G 2.5<\/div>\n<div class=\"gc-velocity\">2,5 \u043c\u043c\/\u0441<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430 \u0442\u043e\u0447\u043d\u0456\u0441\u0442\u044c<\/strong><br \/>\n          \u0413\u0430\u0437\u043e\u0432\u0456\/\u043f\u0430\u0440\u043e\u0432\u0456 \u0442\u0443\u0440\u0431\u0456\u043d\u0438, \u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440\u0438, \u0441\u0435\u0440\u0435\u0434\u043d\u0456\/\u0432\u0435\u043b\u0438\u043a\u0456 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u0434\u0432\u0438\u0433\u0443\u043d\u0438, \u0442\u0443\u0440\u0431\u043e\u043a\u043e\u043c\u043f\u0440\u0435\u0441\u043e\u0440\u0438, \u043f\u0440\u0438\u0432\u043e\u0434\u0438 \u0432\u0435\u0440\u0441\u0442\u0430\u0442\u0456\u0432\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card standard\">\n<div class=\"gc-grade\">G 6.3<\/div>\n<div class=\"gc-velocity\">6,3 \u043c\u043c\/\u0441<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u043f\u0440\u043e\u043c\u0438\u0441\u043b\u043e\u0432\u0435<\/strong><br \/>\n          \u0412\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440\u0438, \u0440\u043e\u0431\u043e\u0447\u0456 \u043a\u043e\u043b\u0435\u0441\u0430 \u043d\u0430\u0441\u043e\u0441\u0456\u0432, \u043c\u0430\u0445\u043e\u0432\u0438\u043a\u0438, \u0446\u0435\u043d\u0442\u0440\u0438\u0444\u0443\u0433\u0438, \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0456\u0447\u043d\u0438\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u043a, \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u043e\u043f\u0430\u043b\u0435\u043d\u043d\u044f, \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0446\u0456\u0457 \u0442\u0430 \u043a\u043e\u043d\u0434\u0438\u0446\u0456\u043e\u043d\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u043e\u0432\u0456\u0442\u0440\u044f\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card general\">\n<div class=\"gc-grade\">G 16<\/div>\n<div class=\"gc-velocity\">16 \u043c\u043c\/\u0441<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0413\u0440\u0443\u0431\u0430 \u043f\u0440\u043e\u043c\u0438\u0441\u043b\u043e\u0432\u0456\u0441\u0442\u044c<\/strong><br \/>\n          \u041a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0456 \u043f\u0440\u0438\u0432\u043e\u0434\u0438 (\u0432\u0430\u043d\u0442\u0430\u0436\u0456\u0432\u043a\u0438, \u043b\u043e\u043a\u043e\u043c\u043e\u0442\u0438\u0432\u0438), \u0434\u0435\u0442\u0430\u043b\u0456 \u0441\u0456\u043b\u044c\u0441\u044c\u043a\u043e\u0433\u043e\u0441\u043f\u043e\u0434\u0430\u0440\u0441\u044c\u043a\u043e\u0457 \u0442\u0435\u0445\u043d\u0456\u043a\u0438, \u0432\u0443\u0437\u043b\u0438 \u043a\u043e\u043b\u0456\u0441 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u0456\u0432\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card general\">\n<div class=\"gc-grade\">G 40<\/div>\n<div class=\"gc-velocity\">40 \u043c\u043c\/\u0441<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0412\u0430\u0436\u043a\u0430 \/ \u0410\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0430 \u043f\u0440\u043e\u043c\u0438\u0441\u043b\u043e\u0432\u0456\u0441\u0442\u044c<\/strong><br \/>\n          \u0410\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456 \u043a\u043e\u043b\u0435\u0441\u0430, \u043a\u0430\u0440\u0434\u0430\u043d\u043d\u0456 \u0432\u0430\u043b\u0438, \u043f\u0440\u0438\u0432\u043e\u0434\u0438 \u043a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0438\u0445 \u0432\u0430\u043b\u0456\u0432 \u0434\u043b\u044f \u0432\u0435\u043b\u0438\u043a\u0438\u0445 \u043f\u043e\u0432\u0456\u043b\u044c\u043d\u0438\u0445 \u0441\u0443\u0434\u043d\u043e\u0432\u0438\u0445 \u0434\u0438\u0437\u0435\u043b\u044c\u043d\u0438\u0445 \u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card coarse\">\n<div class=\"gc-grade\">G 100<\/div>\n<div class=\"gc-velocity\">100 \u043c\u043c\/\u0441<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0414\u0443\u0436\u0435 \u0433\u0440\u0443\u0431\u043e<\/strong><br \/>\n          \u041a\u043e\u043c\u043f\u043b\u0435\u043a\u0442\u043d\u0456 \u0432\u0443\u0437\u043b\u0438 \u043f\u043e\u0432\u0456\u043b\u044c\u043d\u0438\u0445 \u0434\u0438\u0437\u0435\u043b\u044c\u043d\u0438\u0445 \u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432, \u043f\u0440\u0438\u0432\u043e\u0434\u0438 \u043a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0438\u0445 \u0432\u0430\u043b\u0456\u0432 \u043f\u043e\u0432\u0456\u043b\u044c\u043d\u0438\u0445 \u0441\u0443\u0434\u043d\u043e\u0432\u0438\u0445 \u0434\u0438\u0437\u0435\u043b\u044c\u043d\u0438\u0445 \u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432 (\u0436\u043e\u0440\u0441\u0442\u043a\u043e \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0456)\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card coarse\">\n<div class=\"gc-grade\">\u0413 630+<\/div>\n<div class=\"gc-velocity\">630\u20134000 \u043c\u043c\/\u0441<\/div>\n<div class=\"gc-apps\">\n          <strong>\u041f\u043e\u0440\u0448\u043d\u0435\u0432\u0456 \u0434\u0432\u0438\u0433\u0443\u043d\u0438<\/strong><br \/>\n          \u0412\u0435\u043b\u0438\u043a\u0456 \u043f\u043e\u0440\u0448\u043d\u0435\u0432\u0456 \u0434\u0432\u0438\u0433\u0443\u043d\u0438 \u043d\u0430 \u0435\u043b\u0430\u0441\u0442\u0438\u0447\u043d\u0438\u0445 \u043e\u043f\u043e\u0440\u0430\u0445, \u043f\u0440\u0438\u0432\u043e\u0434\u0438 \u043a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0438\u0445 \u0432\u0430\u043b\u0456\u0432 \u043d\u0430 \u0433\u043d\u0443\u0447\u043a\u0438\u0445 \u043e\u043f\u043e\u0440\u0430\u0445\n        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- FULL ISO TABLE --><\/p>\n<div class=\"table-wrap\" id=\"full-table\">\n<div class=\"table-title\">\ud83d\udccb \u041f\u043e\u0432\u043d\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u044f \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u044c \u0440\u043e\u0442\u043e\u0440\u0456\u0432 \u0437\u0430 \u043a\u043b\u0430\u0441\u0430\u043c\u0438 \u044f\u043a\u043e\u0441\u0442\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f ISO 21940-11<\/div>\n<table>\n<thead>\n<tr>\n<th>G-\u043a\u043b\u0430\u0441<\/th>\n<th>e<sub>\u0437\u0430<\/sub> \u00d7 \u03c9 (\u043c\u043c\/\u0441)<\/th>\n<th>\u041a\u043b\u0430\u0441 \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0456<\/th>\n<th>\u0422\u0438\u043f\u0438 \u0440\u043e\u0442\u043e\u0440\u0456\u0432 \/ \u0417\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"mono\">G 4000<\/td>\n<td class=\"mono\">4000<\/td>\n<td><span class=\"tag coarse\">\u0414\u0443\u0436\u0435 \u0433\u0440\u0443\u0431\u043e<\/span><\/td>\n<td>\u041f\u0440\u0438\u0432\u043e\u0434\u0438 \u043a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0438\u0445 \u0432\u0430\u043b\u0456\u0432 \u0432\u0435\u043b\u0438\u043a\u0438\u0445 \u043f\u043e\u0432\u0456\u043b\u044c\u043d\u0438\u0445 \u0441\u0443\u0434\u043d\u043e\u0432\u0438\u0445 \u0434\u0438\u0437\u0435\u043b\u044c\u043d\u0438\u0445 \u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432 (\u043d\u0430 \u0435\u043b\u0430\u0441\u0442\u0438\u0447\u043d\u0438\u0445 \u043e\u043f\u043e\u0440\u0430\u0445), \u0437\u0430 \u0441\u0432\u043e\u0454\u044e \u0441\u0443\u0442\u0442\u044e \u043d\u0435\u0437\u0431\u0430\u043b\u0430\u043d\u0441\u043e\u0432\u0430\u043d\u0456<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 1600<\/td>\n<td class=\"mono\">1600<\/td>\n<td><span class=\"tag coarse\">\u0414\u0443\u0436\u0435 \u0433\u0440\u0443\u0431\u043e<\/span><\/td>\n<td>\u041a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0456 \u043f\u0440\u0438\u0432\u043e\u0434\u0438 \u0432\u0435\u043b\u0438\u043a\u0438\u0445 \u043f\u043e\u0432\u0456\u043b\u044c\u043d\u0438\u0445 \u0441\u0443\u0434\u043d\u043e\u0432\u0438\u0445 \u0434\u0438\u0437\u0435\u043b\u044c\u043d\u0438\u0445 \u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432 (\u0436\u043e\u0440\u0441\u0442\u043a\u043e \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0456)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 630<\/td>\n<td class=\"mono\">630<\/td>\n<td><span class=\"tag coarse\">\u0413\u0440\u0443\u0431\u0438\u0439<\/span><\/td>\n<td>\u041a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0456 \u043f\u0440\u0438\u0432\u043e\u0434\u0438 \u0448\u0432\u0438\u0434\u043a\u043e\u0445\u0456\u0434\u043d\u0438\u0445, \u0432\u0435\u043b\u0438\u043a\u0438\u0445 \u043f\u043e\u0440\u0448\u043d\u0435\u0432\u0438\u0445 \u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432 \u0437 \u043d\u0435\u043f\u0430\u0440\u043d\u043e\u044e \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044e \u0446\u0438\u043b\u0456\u043d\u0434\u0440\u0456\u0432<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 250<\/td>\n<td class=\"mono\">250<\/td>\n<td><span class=\"tag coarse\">\u0413\u0440\u0443\u0431\u0438\u0439<\/span><\/td>\n<td>\u041a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0456 \u043f\u0440\u0438\u0432\u043e\u0434\u0438 \u0448\u0432\u0438\u0434\u043a\u043e\u0445\u0456\u0434\u043d\u0438\u0445, \u0432\u0435\u043b\u0438\u043a\u0438\u0445 \u043f\u043e\u0440\u0448\u043d\u0435\u0432\u0438\u0445 \u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432 \u0437 \u043f\u0430\u0440\u043d\u043e\u044e \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044e \u0446\u0438\u043b\u0456\u043d\u0434\u0440\u0456\u0432<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 100<\/td>\n<td class=\"mono\">100<\/td>\n<td><span class=\"tag general\">\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0435<\/span><\/td>\n<td>\u041a\u043e\u043c\u043f\u043b\u0435\u043a\u0442\u043d\u0456 \u043f\u043e\u0440\u0448\u043d\u0435\u0432\u0456 \u0434\u0432\u0438\u0433\u0443\u043d\u0438; \u043f\u0440\u0438\u0432\u043e\u0434\u0438 \u043a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0438\u0445 \u0432\u0430\u043b\u0456\u0432 \u0442\u0438\u0445\u043e\u0445\u0456\u0434\u043d\u0438\u0445 \u0441\u0443\u0434\u043d\u043e\u0432\u0438\u0445 \u0434\u0438\u0437\u0435\u043b\u044c\u043d\u0438\u0445 \u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432 (\u0436\u043e\u0440\u0441\u0442\u043a\u043e \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0456)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 40<\/td>\n<td class=\"mono\">40<\/td>\n<td><span class=\"tag general\">\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0435<\/span><\/td>\n<td>\u0410\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456 \u043a\u043e\u043b\u0435\u0441\u0430, \u043e\u0431\u043e\u0434\u0438, \u043a\u043e\u043b\u0456\u0441\u043d\u0456 \u043f\u0430\u0440\u0438; \u043a\u0430\u0440\u0434\u0430\u043d\u043d\u0456 \u0432\u0430\u043b\u0438; \u043a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0456 \u043f\u0440\u0438\u0432\u043e\u0434\u0438 \u0434\u043b\u044f \u0432\u0435\u043b\u0438\u043a\u0438\u0445, \u043f\u043e\u0432\u0456\u043b\u044c\u043d\u0438\u0445 \u0441\u0443\u0434\u043d\u043e\u0432\u0438\u0445 \u0434\u0438\u0437\u0435\u043b\u044c\u043d\u0438\u0445 \u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0413 25<\/td>\n<td class=\"mono\">25<\/td>\n<td><span class=\"tag general\">\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0435<\/span><\/td>\n<td>\u0417\u0430\u043f\u0447\u0430\u0441\u0442\u0438\u043d\u0438 \u0441\u0456\u043b\u044c\u0441\u044c\u043a\u043e\u0433\u043e\u0441\u043f\u043e\u0434\u0430\u0440\u0441\u044c\u043a\u043e\u0457 \u0442\u0435\u0445\u043d\u0456\u043a\u0438; \u043a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0456 \u043f\u0440\u0438\u0432\u043e\u0434\u0438 \u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432 \u0432\u0430\u043d\u0442\u0430\u0436\u043d\u0438\u0445 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u0456\u0432 \u0442\u0430 \u043b\u043e\u043a\u043e\u043c\u043e\u0442\u0438\u0432\u0456\u0432<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 16<\/td>\n<td class=\"mono\">16<\/td>\n<td><span class=\"tag general\">\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0435<\/span><\/td>\n<td>\u0427\u0430\u0441\u0442\u0438\u043d\u0438 \u0434\u0440\u043e\u0431\u0430\u0440\u043d\u0438\u0445\/\u0441\u0456\u043b\u044c\u0441\u044c\u043a\u043e\u0433\u043e\u0441\u043f\u043e\u0434\u0430\u0440\u0441\u044c\u043a\u0438\u0445 \u043c\u0430\u0448\u0438\u043d; \u043a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0456 \u043f\u0440\u0438\u0432\u043e\u0434\u0438 \u0434\u043b\u044f \u0432\u0430\u043d\u0442\u0430\u0436\u043d\u0438\u0445 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u0456\u0432\/\u043b\u043e\u043a\u043e\u043c\u043e\u0442\u0438\u0432\u0456\u0432; \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456 \u0434\u0432\u0438\u0433\u0443\u043d\u0438 (\u0441\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0456 \u0432\u0438\u043c\u043e\u0433\u0438)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0413 10<\/td>\n<td class=\"mono\">10<\/td>\n<td><span class=\"tag standard\">\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442<\/span><\/td>\n<td>\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0456 \u0432\u0443\u0437\u043b\u0438 \u0441\u0443\u0434\u043d\u043e\u0432\u0438\u0445 \u0434\u0438\u0437\u0435\u043b\u044c\u043d\u0438\u0445 \u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432; \u043a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0456 \u043f\u0440\u0438\u0432\u043e\u0434\u0438 \u0434\u043b\u044f \u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432 \u0437\u0456 \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u043c\u0438 \u0432\u0438\u043c\u043e\u0433\u0430\u043c\u0438<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 6.3<\/td>\n<td class=\"mono\">6.3<\/td>\n<td><span class=\"tag standard\">\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442<\/span><\/td>\n<td>\u0412\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440\u0438; \u043c\u0430\u0445\u043e\u0432\u0438\u043a\u0438; \u0440\u043e\u0431\u043e\u0447\u0456 \u043a\u043e\u043b\u0435\u0441\u0430 \u043d\u0430\u0441\u043e\u0441\u0456\u0432; \u0431\u0430\u0440\u0430\u0431\u0430\u043d\u0438 \u0446\u0435\u043d\u0442\u0440\u0438\u0444\u0443\u0433; \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0456\u0447\u043d\u0438\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u043a; \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u043f\u0440\u043e\u043c\u0438\u0441\u043b\u043e\u0432\u0435 \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0413 4<\/td>\n<td class=\"mono\">4<\/td>\n<td><span class=\"tag standard\">\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442<\/span><\/td>\n<td>\u0420\u043e\u0442\u043e\u0440\u0438 \u043a\u043e\u043c\u043f\u0440\u0435\u0441\u043e\u0440\u0456\u0432 (\u0436\u043e\u0440\u0441\u0442\u043a\u0456); \u044f\u043a\u043e\u0440\u0456 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432; \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u0456 \u043c\u0430\u0448\u0438\u043d\u0438 \u0437\u0456 \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u043c\u0438 \u0432\u0438\u043c\u043e\u0433\u0430\u043c\u0438<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 2.5<\/td>\n<td class=\"mono\">2.5<\/td>\n<td><span class=\"tag standard\">\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442<\/span><\/td>\n<td>\u0413\u0430\u0437\u043e\u0432\u0456\/\u043f\u0430\u0440\u043e\u0432\u0456 \u0442\u0443\u0440\u0431\u0456\u043d\u0438; \u0440\u043e\u0442\u043e\u0440\u0438 \u0442\u0443\u0440\u0431\u043e\u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440\u0456\u0432; \u0442\u0443\u0440\u0431\u043e\u043a\u043e\u043c\u043f\u0440\u0435\u0441\u043e\u0440\u0438; \u043f\u0440\u0438\u0432\u043e\u0434\u0438 \u0432\u0435\u0440\u0441\u0442\u0430\u0442\u0456\u0432; \u0441\u0435\u0440\u0435\u0434\u043d\u0456\/\u0432\u0435\u043b\u0438\u043a\u0456 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u0434\u0432\u0438\u0433\u0443\u043d\u0438; \u043d\u0430\u0441\u043e\u0441\u0438 \u0437 \u0442\u0443\u0440\u0431\u0456\u043d\u043d\u0438\u043c \u043f\u0440\u0438\u0432\u043e\u0434\u043e\u043c<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0413 1.5<\/td>\n<td class=\"mono\">1.5<\/td>\n<td><span class=\"tag precision\">\u0422\u043e\u0447\u043d\u0456\u0441\u0442\u044c<\/span><\/td>\n<td>\u041f\u0440\u0438\u0432\u043e\u0434\u0438 \u0430\u0443\u0434\u0456\u043e\/\u0432\u0456\u0434\u0435\u043e \u043c\u0430\u0433\u043d\u0456\u0442\u043e\u0444\u043e\u043d\u0430; \u043f\u0440\u0438\u0432\u043e\u0434\u0438 \u0442\u0435\u043a\u0441\u0442\u0438\u043b\u044c\u043d\u0438\u0445 \u043c\u0430\u0448\u0438\u043d<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0413 1.0<\/td>\n<td class=\"mono\">1.0<\/td>\n<td><span class=\"tag precision\">\u0422\u043e\u0447\u043d\u0456\u0441\u0442\u044c<\/span><\/td>\n<td>\u041f\u0440\u0438\u0432\u043e\u0434\u0438 \u0448\u043b\u0456\u0444\u0443\u0432\u0430\u043b\u044c\u043d\u0438\u0445 \u0432\u0435\u0440\u0441\u0442\u0430\u0442\u0456\u0432; \u043c\u0430\u043b\u0456 \u0435\u043b\u0435\u043a\u0442\u0440\u0438\u0447\u043d\u0456 \u044f\u043a\u043e\u0440\u0456 (\u0441\u043f\u0435\u0446\u0456\u0430\u043b\u044c\u043d\u0456 \u0432\u0438\u043c\u043e\u0433\u0438); \u0431\u0430\u0440\u0430\u0431\u0430\u043d\u0438\/\u0434\u0438\u0441\u043a\u0438 \u043a\u043e\u043c\u043f&#039;\u044e\u0442\u0435\u0440\u043d\u043e\u0457 \u043f\u0430\u043c&#039;\u044f\u0442\u0456<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0413 0,7<\/td>\n<td class=\"mono\">0.7<\/td>\n<td><span class=\"tag precision\">\u0422\u043e\u0447\u043d\u0456\u0441\u0442\u044c<\/span><\/td>\n<td>\u0428\u043f\u0438\u043d\u0434\u0435\u043b\u0456 \u043f\u0440\u0435\u0446\u0438\u0437\u0456\u0439\u043d\u0438\u0445 \u0448\u043b\u0456\u0444\u0443\u0432\u0430\u043b\u044c\u043d\u0438\u0445 \u0432\u0435\u0440\u0441\u0442\u0430\u0442\u0456\u0432; \u0432\u0438\u0441\u043e\u043a\u043e\u0442\u043e\u0447\u043d\u0456 \u044f\u043a\u043e\u0440\u0456 \u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 0.4<\/td>\n<td class=\"mono\">0.4<\/td>\n<td><span class=\"tag precision\">\u041d\u0430\u0434\u0442\u043e\u0447\u043d\u0456\u0441\u0442\u044c<\/span><\/td>\n<td>\u0428\u043f\u0438\u043d\u0434\u0435\u043b\u0456 \u043f\u0440\u0435\u0446\u0438\u0437\u0456\u0439\u043d\u0438\u0445 \u0448\u043b\u0456\u0444\u0443\u0432\u0430\u043b\u044c\u043d\u0438\u0445 \u0432\u0435\u0440\u0441\u0442\u0430\u0442\u0456\u0432; \u0433\u0456\u0440\u043e\u0441\u043a\u043e\u043f\u0438; \u0440\u0435\u0430\u043a\u0446\u0456\u0439\u043d\u0456 \u043a\u043e\u043b\u0435\u0441\u0430 \u0441\u0443\u043f\u0443\u0442\u043d\u0438\u043a\u0456\u0432<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<p>    <!-- Quick-calc table for common scenarios --><\/p>\n<div class=\"table-wrap\">\n<div class=\"table-title\">\ud83d\udd22 \u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u0440\u043e\u0437\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u0456 \u0434\u043e\u043f\u0443\u0441\u043a\u0438 \u2014 \u0442\u0438\u043f\u043e\u0432\u0456 \u0441\u0446\u0435\u043d\u0430\u0440\u0456\u0457 \u0440\u043e\u0442\u043e\u0440\u0430 \u043f\u0440\u0438 G 2.5 \u0442\u0430 G 6.3<\/div>\n<table>\n<thead>\n<tr>\n<th>\u041c\u0430\u0441\u0430 \u0440\u043e\u0442\u043e\u0440\u0430 (\u043a\u0433)<\/th>\n<th>\u041e\u0431\u043e\u0440\u043e\u0442\u0438 \u043d\u0430 \u0445\u0432\u0438\u043b\u0438\u043d\u0443<\/th>\n<th>U<sub>\u0437\u0430<\/sub> \u043f\u0440\u0438 G 2,5 (\u0433\u00b7\u043c\u043c)<\/th>\n<th>U<sub>\u0437\u0430<\/sub> \u043f\u0440\u0438 G 6,3 (\u0433\u00b7\u043c\u043c)<\/th>\n<th>e<sub>\u0437\u0430<\/sub> \u043f\u0440\u0438 G 2,5 (\u043c\u043a\u043c)<\/th>\n<th>e<sub>\u0437\u0430<\/sub> \u043f\u0440\u0438 G 6,3 (\u043c\u043a\u043c)<\/th>\n<\/tr>\n<\/thead>\n<tbody id=\"preCalcBody\">\n        <\/tbody>\n<\/table><\/div>\n<p>    <!-- ISO vs other standards --><\/p>\n<div class=\"table-wrap\">\n<div class=\"table-title\">\ud83c\udf0d \u041f\u043e\u0440\u0456\u0432\u043d\u044f\u043d\u043d\u044f ISO 21940-11 \u0442\u0430 \u043f\u043e\u0432&#039;\u044f\u0437\u0430\u043d\u0438\u0445 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0456\u0432<\/div>\n<table>\n<thead>\n<tr>\n<th>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442<\/th>\n<th>\u0421\u0442\u0430\u0442\u0443\u0441<\/th>\n<th>\u0421\u0444\u0435\u0440\u0430 \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f<\/th>\n<th>\u041a\u043b\u044e\u0447\u043e\u0432\u0430 \u0440\u0456\u0437\u043d\u0438\u0446\u044f<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>ISO 21940-11:2016<\/td>\n<td><span class=\"tag standard\">\u041f\u043e\u0442\u043e\u0447\u043d\u0438\u0439<\/span><\/td>\n<td>\u0412\u0438\u043c\u043e\u0433\u0438 \u0434\u043e \u044f\u043a\u043e\u0441\u0442\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0436\u043e\u0440\u0441\u0442\u043a\u0438\u0445 \u0440\u043e\u0442\u043e\u0440\u0456\u0432<\/td>\n<td>\u0427\u0438\u043d\u043d\u0438\u0439 \u043c\u0456\u0436\u043d\u0430\u0440\u043e\u0434\u043d\u0438\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442; \u0437\u0430\u043c\u0456\u043d\u044e\u0454 ISO 1940-1<\/td>\n<\/tr>\n<tr>\n<td>ISO 1940-1:2003<\/td>\n<td><span class=\"tag general\">\u0417\u0430\u043c\u0456\u043d\u0435\u043d\u043e<\/span><\/td>\n<td>\u0412\u0438\u043c\u043e\u0433\u0438 \u0434\u043e \u044f\u043a\u043e\u0441\u0442\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443 (\u0437\u0430\u0441\u0442\u0430\u0440\u0456\u043b\u0456)<\/td>\n<td>\u0422\u0430 \u0441\u0430\u043c\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u043a\u043b\u0430\u0441\u0443 G; \u0434\u043e\u0441\u0456 \u0448\u0438\u0440\u043e\u043a\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u0432 \u0433\u0430\u043b\u0443\u0437\u0456<\/td>\n<\/tr>\n<tr>\n<td>ISO 21940-12<\/td>\n<td><span class=\"tag standard\">\u041f\u043e\u0442\u043e\u0447\u043d\u0438\u0439<\/span><\/td>\n<td>\u041f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0438 \u0434\u043b\u044f \u0433\u043d\u0443\u0447\u043a\u0438\u0445 \u0440\u043e\u0442\u043e\u0440\u0456\u0432<\/td>\n<td>\u0413\u043d\u0443\u0447\u043a\u0456 \u0440\u043e\u0442\u043e\u0440\u0438, \u0449\u043e \u043f\u0440\u0430\u0446\u044e\u044e\u0442\u044c \u043d\u0430 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u044f\u0445 \u043f\u043e\u0431\u043b\u0438\u0437\u0443\/\u0432\u0438\u0449\u0435 \u043a\u0440\u0438\u0442\u0438\u0447\u043d\u0438\u0445<\/td>\n<\/tr>\n<tr>\n<td>API 610 \/ 611 \/ 612 \/ 617<\/td>\n<td><span class=\"tag precision\">\u041f\u0440\u043e\u043c\u0438\u0441\u043b\u043e\u0432\u0456\u0441\u0442\u044c<\/span><\/td>\n<td>\u041e\u0431\u0435\u0440\u0442\u043e\u0432\u0435 \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f \u043d\u0430\u0444\u0442\u043e\u0433\u0430\u0437\u043e\u0432\u043e\u0457 \u043f\u0440\u043e\u043c\u0438\u0441\u043b\u043e\u0432\u043e\u0441\u0442\u0456<\/td>\n<td>\u0427\u0430\u0441\u0442\u043e \u0432\u043a\u0430\u0437\u0443\u0454 4W\/N (\u2248 G 1.0) \u2014 \u0449\u0456\u043b\u044c\u043d\u0456\u0448\u0435, \u043d\u0456\u0436 ISO G 2.5<\/td>\n<\/tr>\n<tr>\n<td>ANSI S2.19<\/td>\n<td><span class=\"tag standard\">\u041d\u0430\u0446\u0456\u043e\u043d\u0430\u043b\u044c\u043d\u0438\u0439<\/span><\/td>\n<td>\u041d\u0430\u0446\u0456\u043e\u043d\u0430\u043b\u044c\u043d\u0438\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442 \u044f\u043a\u043e\u0441\u0442\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443 \u0421\u0428\u0410<\/td>\n<td>\u0422\u0435\u0445\u043d\u0456\u0447\u043d\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u0438\u0439 ISO 1940-1 (\u043f\u0440\u0438\u0439\u043d\u044f\u0442\u0438\u0439)<\/td>\n<\/tr>\n<tr>\n<td>VDI 2060<\/td>\n<td><span class=\"tag general\">\u0417\u0430\u043c\u0456\u043d\u0435\u043d\u043e<\/span><\/td>\n<td>\u041d\u0456\u043c\u0435\u0446\u044c\u043a\u0438\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442 \u044f\u043a\u043e\u0441\u0442\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443 (\u0456\u0441\u0442\u043e\u0440\u0438\u0447\u043d\u0438\u0439)<\/td>\n<td>\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0438\u043a ISO 1940; \u0437\u0430\u0441\u043d\u0443\u0432\u0430\u0432 \u043a\u043e\u043d\u0446\u0435\u043f\u0446\u0456\u044e G-\u043a\u043b\u0430\u0441\u0443<\/td>\n<\/tr>\n<tr>\n<td>DIN ISO 21940-11<\/td>\n<td><span class=\"tag standard\">\u041f\u043e\u0442\u043e\u0447\u043d\u0438\u0439<\/span><\/td>\n<td>\u0412\u043f\u0440\u043e\u0432\u0430\u0434\u0436\u0435\u043d\u043d\u044f ISO 21940-11 \u0443 \u041d\u0456\u043c\u0435\u0447\u0447\u0438\u043d\u0456<\/td>\n<td>\u0406\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u0438\u0439 ISO 21940-11 \u0437 \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434\u043e\u043c \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u043e\u044e \u043c\u043e\u0432\u043e\u044e<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- MAIN ARTICLE CONTENT --><br \/>\n<main class=\"main-content\" id=\"definition\"><\/p>\n<div class=\"container\">\n<div class=\"content-layout\">\n<article class=\"article-content\">\n<h2>\u0412\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f: \u0429\u043e \u0442\u0430\u043a\u0435 \u043a\u043b\u0430\u0441 \u044f\u043a\u043e\u0441\u0442\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f?<\/h2>\n<p>A <strong>\u041a\u043b\u0430\u0441 \u044f\u043a\u043e\u0441\u0442\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f<\/strong>, \u044f\u043a\u0438\u0439 \u0437\u0430\u0437\u0432\u0438\u0447\u0430\u0439 \u043d\u0430\u0437\u0438\u0432\u0430\u044e\u0442\u044c <strong>G-\u043a\u043b\u0430\u0441<\/strong>, \u2014 \u0446\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u043a\u043b\u0430\u0441\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0457, \u0432\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0430\u043c\u0438 ISO, \u0437\u043e\u043a\u0440\u0435\u043c\u0430 <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/iso-21940-11\/\">ISO 21940-11:2016<\/a>, \u044f\u043a\u0438\u0439 \u0437\u0430\u043c\u0456\u043d\u0438\u0432 \u0441\u0442\u0430\u0440\u0456\u0448\u0438\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442 ISO 1940-1:2003, \u0449\u043e\u0431 \u0432\u0438\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0443 \u043c\u0435\u0436\u0443 \u0434\u043b\u044f <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/residual-unbalance\/\">\u0437\u0430\u043b\u0438\u0448\u043a\u043e\u0432\u0438\u0439<\/a> <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/unbalance\/\">\u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441<\/a> \u0437\u0430 <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/rigid-rotor\/\">\u0436\u043e\u0440\u0441\u0442\u043a\u0438\u0439 \u0440\u043e\u0442\u043e\u0440<\/a>\u0434\u043b\u044f \u0440\u043e\u0442\u043e\u0440\u0430. \u0412\u0456\u043d \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0443\u0454 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0438\u0437\u043e\u0432\u0430\u043d\u0438\u0439, \u043c\u0456\u0436\u043d\u0430\u0440\u043e\u0434\u043d\u043e \u0432\u0438\u0437\u043d\u0430\u043d\u0438\u0439 \u043c\u0435\u0442\u043e\u0434 \u0434\u043b\u044f \u0456\u043d\u0436\u0435\u043d\u0435\u0440\u0456\u0432, \u0432\u0438\u0440\u043e\u0431\u043d\u0438\u043a\u0456\u0432 \u0442\u0430 \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u044e\u0447\u043e\u0433\u043e \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0443, \u0449\u043e \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0454 \u0432\u0438\u0437\u043d\u0430\u0447\u0438\u0442\u0438, \u043d\u0430\u0441\u043a\u0456\u043b\u044c\u043a\u0438 \u0442\u043e\u0447\u043d\u043e \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0437\u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u0442\u0438 \u0440\u043e\u0442\u043e\u0440 \u0434\u043b\u044f \u0439\u043e\u0433\u043e \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0433\u043e \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f.<\/p>\n<p>\u0427\u0438\u0441\u043b\u043e G-Grade, \u0442\u0430\u043a\u0435 \u044f\u043a G6.3 \u0430\u0431\u043e G2.5, \u043f\u043e\u0437\u043d\u0430\u0447\u0430\u0454 \u043f\u043e\u0441\u0442\u0456\u0439\u043d\u0443 \u043f\u0435\u0440\u0438\u0444\u0435\u0440\u0456\u0439\u043d\u0443 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c \u0446\u0435\u043d\u0442\u0440\u0443 \u043c\u0430\u0441 \u0440\u043e\u0442\u043e\u0440\u0430, \u0449\u043e \u0432\u0438\u043c\u0456\u0440\u044e\u0454\u0442\u044c\u0441\u044f \u0432 \u043c\u0456\u043b\u0456\u043c\u0435\u0442\u0440\u0430\u0445 \u0437\u0430 \u0441\u0435\u043a\u0443\u043d\u0434\u0443 (\u043c\u043c\/\u0441). \u0426\u044f \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c \u0454 \u0434\u043e\u0431\u0443\u0442\u043a\u043e\u043c \u043f\u0438\u0442\u043e\u043c\u043e\u0433\u043e \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443 (\u0435\u043a\u0441\u0446\u0435\u043d\u0442\u0440\u0438\u0441\u0438\u0442\u0435\u0442\u0443) \u0442\u0430 \u043a\u0443\u0442\u043e\u0432\u043e\u0457 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456 \u0440\u043e\u0442\u043e\u0440\u0430 \u0437\u0430 \u0439\u043e\u0433\u043e \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0457 \u0440\u043e\u0431\u043e\u0447\u043e\u0457 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456. \u041c\u0435\u043d\u0448\u0435 \u0447\u0438\u0441\u043b\u043e G \u0437\u0430\u0432\u0436\u0434\u0438 \u043e\u0437\u043d\u0430\u0447\u0430\u0454 \u0432\u0438\u0449\u0438\u0439 \u0440\u0456\u0432\u0435\u043d\u044c \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0456 \u0442\u0430 \u043c\u0435\u043d\u0448\u0438\u0439 \u0434\u043e\u043f\u0443\u0441\u043a \u0431\u0430\u043b\u0430\u043d\u0441\u0443.<\/p>\n<div class=\"info-box\">\n<div class=\"box-title\">\u041a\u043b\u044e\u0447\u043e\u0432\u0438\u0439 \u0430\u0441\u043f\u0435\u043a\u0442 \u043e\u0446\u0456\u043d\u043e\u043a G<\/div>\n<p>\u0413\u0435\u043d\u0456\u0430\u043b\u044c\u043d\u0456\u0441\u0442\u044c \u0441\u0438\u0441\u0442\u0435\u043c\u0438 G-\u043a\u043b\u0430\u0441\u0456\u0432 \u043f\u043e\u043b\u044f\u0433\u0430\u0454 \u0432 \u0442\u043e\u043c\u0443, \u0449\u043e \u0432\u043e\u043d\u0430 \u0432\u0438\u0437\u043d\u0430\u0454, \u0449\u043e <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/vibration-severity\/\">\u0456\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u043d\u0456\u0441\u0442\u044c \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457<\/a> \u0437\u0430\u043b\u0435\u0436\u0438\u0442\u044c \u043d\u0435 \u043b\u0438\u0448\u0435 \u0432\u0456\u0434 \u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0438 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443, \u0430\u043b\u0435 \u0439 \u0432\u0456\u0434 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456 \u043e\u0431\u0435\u0440\u0442\u0430\u043d\u043d\u044f \u0440\u043e\u0442\u043e\u0440\u0430. \u0420\u043e\u0442\u043e\u0440 \u0437 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u043e\u043c 10 g\u00b7mm \u043f\u0440\u0438 30 000 \u043e\u0431\/\u0445\u0432 \u0441\u0442\u0432\u043e\u0440\u044e\u0454 \u043d\u0430\u0431\u0430\u0433\u0430\u0442\u043e \u0431\u0456\u043b\u044c\u0448\u0443 \u0441\u0438\u043b\u0443 \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457, \u043d\u0456\u0436 \u0442\u0456 \u0436 10 g\u00b7mm \u043f\u0440\u0438 1 500 \u043e\u0431\/\u0445\u0432. \u041a\u043b\u0430\u0441 G \u0444\u0456\u043a\u0441\u0443\u0454 \u0446\u0435\u0439 \u0432\u0437\u0430\u0454\u043c\u043e\u0437\u0432'\u044f\u0437\u043e\u043a \u0432 \u043e\u0434\u043d\u043e\u043c\u0443 \u0447\u0438\u0441\u043b\u0456, \u044f\u043a\u0435 \u0437\u0430\u0441\u0442\u043e\u0441\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u043d\u0435\u0437\u0430\u043b\u0435\u0436\u043d\u043e \u0432\u0456\u0434 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456, \u0449\u043e \u0440\u043e\u0431\u0438\u0442\u044c \u0439\u043e\u0433\u043e \u0443\u043d\u0456\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0438\u043c.<\/p>\n<\/p><\/div>\n<h3>\u0406\u0441\u0442\u043e\u0440\u0438\u0447\u043d\u0438\u0439 \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442<\/h3>\n<p>\u041a\u043e\u043d\u0446\u0435\u043f\u0446\u0456\u044f \u043a\u043b\u0430\u0441\u0443 G \u0432\u0438\u043d\u0438\u043a\u043b\u0430 \u0432 \u041d\u0456\u043c\u0435\u0447\u0447\u0438\u043d\u0456 \u0437 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0456\u044f\u043c\u0438 VDI 2060 \u0443 1960-\u0445 \u0440\u043e\u043a\u0430\u0445. \u0412\u043e\u043d\u0430 \u0431\u0443\u043b\u0430 \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u0430 \u043d\u0430 \u043c\u0456\u0436\u043d\u0430\u0440\u043e\u0434\u043d\u043e\u043c\u0443 \u0440\u0456\u0432\u043d\u0456 \u044f\u043a ISO 1940 \u0443 1973 \u0440\u043e\u0446\u0456, \u0437\u043d\u0430\u0447\u043d\u043e \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0430 \u0443 2003 \u0440\u043e\u0446\u0456 (ISO 1940-1:2003) \u0442\u0430 \u0432\u043e\u0441\u0442\u0430\u043d\u043d\u0454 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u044f\u043a \u0447\u0430\u0441\u0442\u0438\u043d\u0430 \u0441\u0435\u0440\u0456\u0457 ISO 21940 \u0443 2016 \u0440\u043e\u0446\u0456. \u041d\u0435\u0437\u0432\u0430\u0436\u0430\u044e\u0447\u0438 \u043d\u0430 \u0437\u043c\u0456\u043d\u0438 \u0432 \u043d\u043e\u043c\u0435\u0440\u0456 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0443, \u0444\u0443\u043d\u0434\u0430\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u043a\u043b\u0430\u0441\u0443 G \u0442\u0430 \u043c\u0435\u0442\u043e\u0434 \u0440\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043a\u0443 \u0437\u0430\u043b\u0438\u0448\u0430\u044e\u0442\u044c\u0441\u044f \u043d\u0435\u0437\u043c\u0456\u043d\u043d\u0438\u043c\u0438 \u043f\u0440\u043e\u0442\u044f\u0433\u043e\u043c \u043f\u043e\u043d\u0430\u0434 50 \u0440\u043e\u043a\u0456\u0432, \u0449\u043e \u0440\u043e\u0431\u0438\u0442\u044c \u0457\u0457 \u043e\u0434\u043d\u0438\u043c \u0456\u0437 \u043d\u0430\u0439\u0441\u0442\u0430\u0431\u0456\u043b\u044c\u043d\u0456\u0448\u0438\u0445 \u0442\u0430 \u043d\u0430\u0439\u0448\u0438\u0440\u0448\u0435 \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u0438\u0445 \u0442\u0435\u0445\u043d\u0456\u0447\u043d\u0438\u0445 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0456\u0432 \u0443 \u043c\u0430\u0448\u0438\u043d\u043e\u0431\u0443\u0434\u0443\u0432\u0430\u043d\u043d\u0456.<\/p>\n<h2 id=\"how-it-works\">\u042f\u043a \u043f\u0440\u0430\u0446\u044e\u044e\u0442\u044c \u043e\u0446\u0456\u043d\u043a\u0438 G? \u041c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u043a\u0430<\/h2>\n<p>G-\u043a\u043b\u0430\u0441 \u043d\u0435 \u0454 \u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u0438\u043c <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/balancing-tolerance\/\">\u0442\u043e\u043b\u0435\u0440\u0430\u043d\u0442\u043d\u0456\u0441\u0442\u044c \u0434\u043e \u0431\u0430\u043b\u0430\u043d\u0441\u0443<\/a> \u0430 \u0441\u043a\u043e\u0440\u0456\u0448\u0435 \u043a\u043b\u044e\u0447\u043e\u0432\u0438\u0439 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440, \u044f\u043a\u0438\u0439 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0439\u043e\u0433\u043e \u0440\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043a\u0443. \u0420\u043e\u0437\u0443\u043c\u0456\u043d\u043d\u044f \u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u043d\u043e\u0433\u043e \u0432\u0437\u0430\u0454\u043c\u043e\u0437\u0432'\u044f\u0437\u043a\u0443 \u043c\u0456\u0436 \u043a\u043b\u0430\u0441\u043e\u043c G, \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044e \u043e\u0431\u0435\u0440\u0442\u0430\u043d\u043d\u044f \u0440\u043e\u0442\u043e\u0440\u0430, \u043c\u0430\u0441\u043e\u044e \u0440\u043e\u0442\u043e\u0440\u0430 \u0456 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u043c \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u043e\u043c \u043c\u0430\u0454 \u0432\u0430\u0436\u043b\u0438\u0432\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u043f\u0440\u0430\u043a\u0442\u0438\u0447\u043d\u043e\u0433\u043e \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f. \u0412\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u0440\u0443\u0447\u043d\u0438\u0439 \u0440\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043e\u043a \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u043d\u0430\u0448\u043e\u0433\u043e <a href=\"https:\/\/vibromera.eu\/uk\/calculators\/residual-unbalance-iso1940\/\">\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0437\u0430\u043b\u0438\u0448\u043a\u043e\u0432\u043e\u0433\u043e \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443 (ISO 21940-11)<\/a>.<\/p>\n<h3>\u041e\u0441\u043d\u043e\u0432\u043d\u0456 \u0432\u0456\u0434\u043d\u043e\u0441\u0438\u043d\u0438<\/h3>\n<p>G-\u043a\u043b\u0430\u0441 \u044f\u0432\u043b\u044f\u0454 \u0441\u043e\u0431\u043e\u044e \u0434\u043e\u0431\u0443\u0442\u043e\u043a \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0433\u043e \u043f\u0438\u0442\u043e\u043c\u043e\u0433\u043e \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443 (\u0435\u043a\u0441\u0446\u0435\u043d\u0442\u0440\u0438\u0441\u0438\u0442\u0435\u0442\u0443, e<sub>\u0437\u0430<\/sub>) \u0442\u0430 \u043a\u0443\u0442\u043e\u0432\u0430 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c (\u03c9) \u0440\u043e\u0442\u043e\u0440\u0430:<\/p>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\u0424\u0443\u043d\u0434\u0430\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u0435 \u0432\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f<\/div>\n<div class=\"formula-main\">G = e<sub>\u0437\u0430<\/sub> \u00d7 \u03c9<\/div>\n<div class=\"formula-note\">\u0434\u0435 e<sub>\u0437\u0430<\/sub> \u0432\u0438\u043c\u0456\u0440\u044e\u0454\u0442\u044c\u0441\u044f \u0432 \u043c\u043c (\u0430\u0431\u043e \u043c\u043a\u043c \u00f7 1000), \u0430 \u03c9 \u2014 \u0443 \u0440\u0430\u0434\/\u0441<\/div>\n<\/p><\/div>\n<p>\u041e\u0441\u043a\u0456\u043b\u044c\u043a\u0438 \u03c9 = 2\u03c0 \u00d7 n \/ 60 (\u0434\u0435 n \u2013 \u043e\u0431\/\u0445\u0432), \u0456 \u043f\u0456\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0447\u0438 , \u043c\u0438 \u043c\u043e\u0436\u0435\u043c\u043e \u0432\u0438\u0432\u0435\u0441\u0442\u0438 \u043f\u0440\u0430\u043a\u0442\u0438\u0447\u043d\u0456 \u0444\u043e\u0440\u043c\u0443\u043b\u0438, \u044f\u043a\u0456 \u0449\u043e\u0434\u043d\u044f \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u044e\u0442\u044c\u0441\u044f \u043f\u0456\u0434 \u0447\u0430\u0441 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f:<\/p>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\u0414\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u0439 \u043f\u0438\u0442\u043e\u043c\u0438\u0439 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441 (\u0435\u043a\u0441\u0446\u0435\u043d\u0442\u0440\u0438\u0441\u0438\u0442\u0435\u0442)<\/div>\n<div class=\"formula-main\">e<sub>\u0437\u0430<\/sub> = (G \u00d7 1000 \u00d7 60) \/ (2\u03c0 \u00d7 n) = 9549 \u00d7 G \/ n<\/div>\n<div class=\"formula-note\">\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u0443 \u043c\u043a\u043c (\u043c\u0456\u043a\u0440\u043e\u043c\u0435\u0442\u0440\u0430\u0445) \u2014 \u0442\u0430\u043a\u043e\u0436 \u0434\u043e\u0440\u0456\u0432\u043d\u044e\u0454 \u0433\u00b7\u043c\u043c\/\u043a\u0433<\/div>\n<\/p><\/div>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\u0414\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u0439 \u0437\u0430\u043b\u0438\u0448\u043a\u043e\u0432\u0438\u0439 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441 (\u043f\u0440\u0430\u043a\u0442\u0438\u0447\u043d\u0438\u0439 \u0434\u043e\u043f\u0443\u0441\u043a)<\/div>\n<div class=\"formula-main\">U<sub>\u0437\u0430<\/sub> = \u0435<sub>\u0437\u0430<\/sub> \u00d7 M = (9549 \u00d7 G \u00d7 M) \/ n<\/div>\n<div class=\"formula-note\">U<sub>\u0437\u0430<\/sub> \u0443 \u0433\u00b7\u043c\u043c, M \u0443 \u043a\u0433, n \u0432 \u043e\u0431\/\u0445\u0432. \u041a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u0430 9549 \u2248 60000\/(2\u03c0).<\/div>\n<\/p><\/div>\n<h3>\u0420\u043e\u0437\u0443\u043c\u0456\u043d\u043d\u044f \u0437\u043c\u0456\u043d\u043d\u0438\u0445<\/h3>\n<table class=\"article-table\">\n<thead>\n<tr>\n<th>\u0417\u043c\u0456\u043d\u043d\u0430<\/th>\n<th>\u0406\u043c'\u044f<\/th>\n<th>\u041e\u0434\u0438\u043d\u0438\u0446\u0456<\/th>\n<th>\u041e\u043f\u0438\u0441<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"mono\">G<\/td>\n<td>\u041a\u043b\u0430\u0441 \u044f\u043a\u043e\u0441\u0442\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f<\/td>\n<td>\u043c\u043c\/\u0441<\/td>\n<td>\u0420\u0456\u0432\u0435\u043d\u044c \u044f\u043a\u043e\u0441\u0442\u0456, \u0432\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043e\u043c ISO \u0434\u043b\u044f \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f (\u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434, 2.5, 6.3)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">e<sub>\u0437\u0430<\/sub><\/td>\n<td>\u0414\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u0439 \u043f\u0438\u0442\u043e\u043c\u0438\u0439 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441<\/td>\n<td>\u043c\u043a\u043c \u0430\u0431\u043e \u0433\u00b7\u043c\u043c\/\u043a\u0433<\/td>\n<td>\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0435 \u0437\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0446\u0435\u043d\u0442\u0440\u0443 \u043c\u0430\u0441 \u0432\u0456\u0434 \u0433\u0435\u043e\u043c\u0435\u0442\u0440\u0438\u0447\u043d\u043e\u0433\u043e \u0446\u0435\u043d\u0442\u0440\u0443, \u043d\u0430 \u043e\u0434\u0438\u043d\u0438\u0446\u044e \u043c\u0430\u0441\u0438<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">U<sub>\u0437\u0430<\/sub><\/td>\n<td>\u0414\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u0439 \u0437\u0430\u043b\u0438\u0448\u043a\u043e\u0432\u0438\u0439 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441<\/td>\n<td>\u0433\u00b7\u043c\u043c<\/td>\n<td>\u041a\u0456\u043d\u0446\u0435\u0432\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0434\u043e\u043f\u0443\u0441\u043a\u0443 \u2014 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0438\u0439 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441, \u0449\u043e \u0437\u0430\u043b\u0438\u0448\u0430\u0454\u0442\u044c\u0441\u044f \u043f\u0456\u0441\u043b\u044f \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">M<\/td>\n<td>\u041c\u0430\u0441\u0430 \u0440\u043e\u0442\u043e\u0440\u0430<\/td>\n<td>\u043a\u0433<\/td>\n<td>\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0430 \u043c\u0430\u0441\u0430 \u0440\u043e\u0442\u043e\u0440\u0430, \u0449\u043e \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0454\u0442\u044c\u0441\u044f<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">n<\/td>\n<td>\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u0440\u043e\u0431\u043e\u0447\u0430 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c<\/td>\n<td>\u041e\u0431\u043e\u0440\u043e\u0442\u0438 \u043d\u0430 \u0445\u0432\u0438\u043b\u0438\u043d\u0443<\/td>\n<td>\u041d\u0430\u0439\u0432\u0438\u0449\u0430 \u0440\u043e\u0431\u043e\u0447\u0430 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c, \u044f\u043a\u043e\u0457 \u0434\u043e\u0441\u044f\u0433\u043d\u0435 \u0440\u043e\u0442\u043e\u0440 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0435\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0456\u0457<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u03c9<\/td>\n<td>\u041a\u0443\u0442\u043e\u0432\u0430 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c<\/td>\n<td>\u0440\u0430\u0434\/\u0441<\/td>\n<td>\u03c9 = 2\u03c0 \u00d7 n \/ 60; \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c\u0443 \u0432\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u0456<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"info-box warning\">\n<div class=\"box-title\">\u0412\u0430\u0436\u043b\u0438\u0432\u043e: \u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0439\u0442\u0435 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0443 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u044f<\/div>\n<p>\u041e\u0431\u043e\u0440\u043e\u0442\u0438 \u0440\u043e\u0442\u043e\u0440\u0430 \u0443 \u0444\u043e\u0440\u043c\u0443\u043b\u0456 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0431\u0443\u0442\u0438 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u044e \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044e, \u044f\u043a\u043e\u0457 \u0434\u043e\u0441\u044f\u0433\u043d\u0435 \u0440\u043e\u0442\u043e\u0440 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0444\u0430\u043a\u0442\u0438\u0447\u043d\u043e\u0457 \u0440\u043e\u0431\u043e\u0442\u0438, \u0430 \u043d\u0435 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044e \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0432\u0435\u0440\u0441\u0442\u0430\u0442\u0430. \u0414\u043b\u044f \u0440\u043e\u0442\u043e\u0440\u0430, \u0437\u0431\u0430\u043b\u0430\u043d\u0441\u043e\u0432\u0430\u043d\u043e\u0433\u043e \u043d\u0430 \u043d\u0438\u0437\u044c\u043a\u043e\u0448\u0432\u0438\u0434\u043a\u0456\u0441\u043d\u043e\u043c\u0443 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u0432\u0435\u0440\u0441\u0442\u0430\u0442\u0456 \u0437\u0456 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044e 300 \u043e\u0431\/\u0445\u0432, \u0430\u043b\u0435 \u043f\u0440\u0430\u0446\u044e\u044e\u0447\u043e\u0433\u043e \u0437\u0456 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044e 12 000 \u043e\u0431\/\u0445\u0432, \u0434\u043e\u043f\u0443\u0441\u043a \u043f\u043e\u0432\u0438\u043d\u0435\u043d \u0440\u043e\u0437\u0440\u0430\u0445\u043e\u0432\u0443\u0432\u0430\u0442\u0438\u0441\u044f \u043d\u0430 \u0440\u0456\u0432\u043d\u0456 12 000 \u043e\u0431\/\u0445\u0432. \u0411\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u0438\u0439 \u0432\u0435\u0440\u0441\u0442\u0430\u0442 \u043a\u043e\u0440\u0438\u0433\u0443\u0454 \u0434\u043e\u043f\u0443\u0441\u043a, \u0430\u043b\u0435 \u0434\u043e\u043f\u0443\u0441\u043a \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454\u0442\u044c\u0441\u044f \u0440\u043e\u0431\u043e\u0447\u043e\u044e \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044e.<\/p>\n<\/p><\/div>\n<h3>\u0413\u0435\u043e\u043c\u0435\u0442\u0440\u0438\u0447\u043d\u0430 \u0456\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0430\u0446\u0456\u044f<\/h3>\n<p>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442 ISO \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454 \u043b\u043e\u0433\u0430\u0440\u0438\u0444\u043c\u0456\u0447\u043d\u0443 \u0434\u0456\u0430\u0433\u0440\u0430\u043c\u0443 \u0437\u0456 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044e \u043e\u0431\u0435\u0440\u0442\u0430\u043d\u043d\u044f \u0440\u043e\u0442\u043e\u0440\u0430 (\u043e\u0431\/\u0445\u0432) \u043d\u0430 \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0456\u0439 \u043e\u0441\u0456 \u0442\u0430 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u043c \u043f\u0438\u0442\u043e\u043c\u0438\u043c \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u043e\u043c (e<sub>\u0437\u0430<\/sub> (\u0443 \u0433\u00b7\u043c\u043c\/\u043a\u0433) \u043d\u0430 \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0456\u0439 \u043e\u0441\u0456. \u041a\u043e\u0436\u0435\u043d \u043a\u043b\u0430\u0441 G \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0454\u0442\u044c\u0441\u044f \u044f\u043a \u043f\u0440\u044f\u043c\u0430 \u0434\u0456\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u0430 \u043b\u0456\u043d\u0456\u044f \u043d\u0430 \u0446\u0456\u0439 \u043b\u043e\u0433\u0430\u0440\u0438\u0444\u043c\u0456\u0447\u043d\u0456\u0439 \u0434\u0456\u0430\u0433\u0440\u0430\u043c\u0456. \u0426\u044f \u0435\u043b\u0435\u0433\u0430\u043d\u0442\u043d\u0430 \u0432\u0456\u0437\u0443\u0430\u043b\u0456\u0437\u0430\u0446\u0456\u044f \u043f\u043e\u043a\u0430\u0437\u0443\u0454, \u0449\u043e:<\/p>\n<ul>\n<li>\u0414\u043b\u044f \u0431\u0443\u0434\u044c-\u044f\u043a\u043e\u0433\u043e \u0437\u0430\u0434\u0430\u043d\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0443 G \u043f\u043e\u0434\u0432\u043e\u0454\u043d\u043d\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456 \u0437\u043c\u0435\u043d\u0448\u0443\u0454 \u0432\u0434\u0432\u0456\u0447\u0456 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u0439 \u043f\u0438\u0442\u043e\u043c\u0438\u0439 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441<\/li>\n<li>\u0421\u0443\u043c\u0456\u0436\u043d\u0456 \u043b\u0456\u043d\u0456\u0457 \u043a\u043b\u0430\u0441\u0443 G \u0440\u043e\u0437\u0434\u0456\u043b\u0435\u043d\u0456 \u043a\u043e\u0435\u0444\u0456\u0446\u0456\u0454\u043d\u0442\u043e\u043c 2,5 (\u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0456\u044f: 0,4, 1,0, 2,5, 6,3, 16, 40, 100, 250, 630, 1600, 4000)<\/li>\n<li>\u041b\u043e\u0433\u0430\u0440\u0438\u0444\u043c\u0456\u0447\u043d\u0438\u0439 \u0456\u043d\u0442\u0435\u0440\u0432\u0430\u043b \u043e\u0437\u043d\u0430\u0447\u0430\u0454, \u0449\u043e \u043a\u043e\u0436\u0435\u043d \u043a\u043b\u0430\u0441 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0454 \u043f\u0440\u0438\u0431\u043b\u0438\u0437\u043d\u043e \u043e\u0434\u043d\u0430\u043a\u043e\u0432\u0443 \u0432\u0456\u0434\u0447\u0443\u0442\u043d\u0443 \u0437\u043c\u0456\u043d\u0443 \u0440\u0456\u0432\u043d\u044f \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457<\/li>\n<\/ul>\n<h2 id=\"selecting\">\u0412\u0438\u0431\u0456\u0440 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0443 G \u0434\u043b\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f<\/h2>\n<p>\u0412\u0438\u0431\u0456\u0440 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0443 G \u0432\u0438\u043c\u0430\u0433\u0430\u0454 \u0437\u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f (\u0431\u0435\u0437 \u043a\u0430\u043b\u0430\u043c\u0431\u0443\u0440\u0443) \u043a\u0456\u043b\u044c\u043a\u043e\u0445 \u0444\u0430\u043a\u0442\u043e\u0440\u0456\u0432: \u0446\u0456\u043b\u044c\u043e\u0432\u043e\u0433\u043e \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0440\u043e\u0442\u043e\u0440\u0430, \u0440\u043e\u0431\u043e\u0447\u043e\u0457 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456, \u0436\u043e\u0440\u0441\u0442\u043a\u043e\u0441\u0442\u0456 \u043e\u043f\u043e\u0440\u043d\u043e\u0457 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u0457, \u0442\u0438\u043f\u0443 \u043f\u0456\u0434\u0448\u0438\u043f\u043d\u0438\u043a\u0430 \u0442\u0430 \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u043d\u043e\u0433\u043e \u0440\u0456\u0432\u043d\u044f \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457. \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442 ISO \u043d\u0430\u0434\u0430\u0454 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0456\u0457 \u0443 \u0441\u0432\u043e\u0457\u0439 \u0442\u0430\u0431\u043b\u0438\u0446\u0456 \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f, \u0430\u043b\u0435 \u0441\u043b\u0456\u0434 \u0432\u0440\u0430\u0445\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u043a\u0456\u043b\u044c\u043a\u0430 \u043f\u0440\u0430\u043a\u0442\u0438\u0447\u043d\u0438\u0445 \u043c\u0456\u0440\u043a\u0443\u0432\u0430\u043d\u044c:<\/p>\n<h3>\u0424\u0430\u043a\u0442\u043e\u0440\u0438 \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u0442\u044f \u0440\u0456\u0448\u0435\u043d\u044c<\/h3>\n<ul>\n<li><strong>\u0420\u043e\u0431\u043e\u0447\u0430 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c:<\/strong> \u0412\u0438\u0441\u043e\u043a\u043e\u0448\u0432\u0438\u0434\u043a\u0456\u0441\u043d\u0456 \u0440\u043e\u0442\u043e\u0440\u0438, \u044f\u043a \u043f\u0440\u0430\u0432\u0438\u043b\u043e, \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u044e\u0442\u044c \u0431\u0456\u043b\u044c\u0448 \u0436\u043e\u0440\u0441\u0442\u043a\u0438\u0445 \u043c\u0430\u0440\u043e\u043a, \u0442\u043e\u043c\u0443 \u0449\u043e <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/centrifugal-force\/\">\u0432\u0456\u0434\u0446\u0435\u043d\u0442\u0440\u043e\u0432\u0430 \u0441\u0438\u043b\u0430<\/a> \u0432\u0456\u0434 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443 \u0437\u0440\u043e\u0441\u0442\u0430\u0454 \u0437 \u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043e\u043c \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456 (F = m \u00d7 e \u00d7 \u03c9\u00b2). \u0420\u043e\u0442\u043e\u0440 \u0437\u0456 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044e 30 000 \u043e\u0431\/\u0445\u0432 \u0441\u0442\u0432\u043e\u0440\u044e\u0454 \u0432 100 \u0440\u0430\u0437\u0456\u0432 \u0431\u0456\u043b\u044c\u0448\u0435 \u0441\u0438\u043b\u0438 \u0432\u0456\u0434 \u0442\u043e\u0433\u043e \u0436 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443, \u043d\u0456\u0436 \u0440\u043e\u0442\u043e\u0440 \u0437\u0456 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044e 3 000 \u043e\u0431\/\u0445\u0432.<\/li>\n<li><strong>\u0422\u0438\u043f \u043f\u0456\u0434\u0448\u0438\u043f\u043d\u0438\u043a\u0430:<\/strong> \u041f\u0456\u0434\u0448\u0438\u043f\u043d\u0438\u043a\u0438 \u043a\u043e\u0447\u0435\u043d\u043d\u044f \u043c\u0435\u043d\u0448 \u0442\u043e\u043b\u0435\u0440\u0430\u043d\u0442\u043d\u0456 \u0434\u043e \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443, \u043d\u0456\u0436 \u043f\u0456\u0434\u0448\u0438\u043f\u043d\u0438\u043a\u0438 \u0437 \u0440\u0456\u0434\u0438\u043d\u043d\u043e\u044e \u043f\u043b\u0456\u0432\u043a\u043e\u044e (<a href=\"https:\/\/vibromera.eu\/uk\/glossary\/journal-bearing\/\">\u0436\u0443\u0440\u043d\u0430\u043b<\/a>) \u043f\u0456\u0434\u0448\u0438\u043f\u043d\u0438\u043a\u0438. \u041c\u0430\u0448\u0438\u043d\u0438 \u0437 \u043f\u0456\u0434\u0448\u0438\u043f\u043d\u0438\u043a\u0430\u043c\u0438 \u043a\u043e\u0447\u0435\u043d\u043d\u044f \u043c\u043e\u0436\u0443\u0442\u044c \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0432\u0430\u0442\u0438 \u043a\u043b\u0430\u0441\u0443 \u043d\u0430 \u043e\u0434\u0438\u043d \u0441\u0442\u0443\u043f\u0456\u043d\u044c \u0436\u043e\u0440\u0441\u0442\u043a\u0456\u0448\u043e\u0433\u043e, \u043d\u0456\u0436 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0456\u044f.<\/li>\n<li><strong>\u0416\u043e\u0440\u0441\u0442\u043a\u0456\u0441\u0442\u044c \u043e\u043f\u043e\u0440\u0438:<\/strong> \u0413\u043d\u0443\u0447\u043a\u0456 \u043e\u043f\u043e\u0440\u0438 (\u0433\u0443\u043c\u043e\u0432\u0456 \u043a\u0440\u0456\u043f\u043b\u0435\u043d\u043d\u044f, \u043f\u0440\u0443\u0436\u0438\u043d\u043d\u0456 \u0456\u0437\u043e\u043b\u044f\u0442\u043e\u0440\u0438) \u043c\u0435\u043d\u0448\u0435 \u043f\u0456\u0434\u0441\u0438\u043b\u044e\u044e\u0442\u044c \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0443 \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457, \u043d\u0456\u0436 \u0436\u043e\u0440\u0441\u0442\u043a\u0456 \u043e\u043f\u043e\u0440\u0438, \u0430\u043b\u0435 \u043c\u043e\u0436\u0443\u0442\u044c \u043c\u0430\u0442\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0438 \u0437 \u0440\u0435\u0437\u043e\u043d\u0430\u043d\u0441\u043e\u043c. \u0416\u043e\u0440\u0441\u0442\u043a\u043e \u0437\u0430\u043a\u0440\u0456\u043f\u043b\u0435\u043d\u0456 \u043c\u0430\u0448\u0438\u043d\u0438 \u0431\u0456\u043b\u044c\u0448 \u0447\u0443\u0442\u043b\u0438\u0432\u0456 \u0434\u043e \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443.<\/li>\n<li><strong>\u0412\u0438\u043c\u043e\u0433\u0438 \u0434\u043e \u043d\u0430\u0432\u043a\u043e\u043b\u0438\u0448\u043d\u044c\u043e\u0433\u043e \u0441\u0435\u0440\u0435\u0434\u043e\u0432\u0438\u0449\u0430:<\/strong> \u0417\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f, \u0449\u043e \u0432\u0438\u043c\u0430\u0433\u0430\u044e\u0442\u044c \u043d\u0438\u0437\u044c\u043a\u043e\u0433\u043e \u0440\u0456\u0432\u043d\u044f \u0448\u0443\u043c\u0443 (\u0441\u0438\u0441\u0442\u0435\u043c\u0438 \u043e\u043f\u0430\u043b\u0435\u043d\u043d\u044f, \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0446\u0456\u0457 \u0442\u0430 \u043a\u043e\u043d\u0434\u0438\u0446\u0456\u043e\u043d\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u043e\u0432\u0456\u0442\u0440\u044f \u0432 \u043b\u0456\u043a\u0430\u0440\u043d\u044f\u0445, \u0441\u0442\u0443\u0434\u0456\u0457 \u0437\u0432\u0443\u043a\u043e\u0437\u0430\u043f\u0438\u0441\u0443) \u0430\u0431\u043e \u043d\u0438\u0437\u044c\u043a\u043e\u0457 \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457 (\u0432\u0438\u0440\u043e\u0431\u043d\u0438\u0446\u0442\u0432\u043e \u043d\u0430\u043f\u0456\u0432\u043f\u0440\u043e\u0432\u0456\u0434\u043d\u0438\u043a\u0456\u0432, \u043e\u043f\u0442\u0438\u0447\u043d\u0456 \u043b\u0430\u0431\u043e\u0440\u0430\u0442\u043e\u0440\u0456\u0457), \u043c\u043e\u0436\u0443\u0442\u044c \u0432\u0438\u043c\u0430\u0433\u0430\u0442\u0438 \u0440\u0456\u0432\u043d\u0456\u0432 \u0436\u043e\u0440\u0441\u0442\u043a\u043e\u0441\u0442\u0456 1\u20132, \u0449\u043e \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u044e\u0442\u044c \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0456.<\/li>\n<li><strong>\u041e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u0449\u043e\u0434\u043e \u0436\u0438\u0442\u0442\u044f \u043f\u0456\u0434 \u0447\u0430\u0441 \u043f\u0456\u0434\u0439\u043e\u043c\u0443:<\/strong> \u042f\u043a\u0449\u043e \u043f\u043e\u0434\u043e\u0432\u0436\u0435\u043d\u0438\u0439 \u0442\u0435\u0440\u043c\u0456\u043d \u0441\u043b\u0443\u0436\u0431\u0438 \u043f\u0456\u0434\u0448\u0438\u043f\u043d\u0438\u043a\u0456\u0432 \u0454 \u043a\u0440\u0438\u0442\u0438\u0447\u043d\u043e \u0432\u0430\u0436\u043b\u0438\u0432\u0438\u043c (\u043e\u0444\u0448\u043e\u0440\u043d\u0456 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0438, \u0432\u0456\u0434\u0434\u0430\u043b\u0435\u043d\u0456 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438), \u0442\u043e \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0449\u0456\u043b\u044c\u043d\u0456\u0448\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0443 \u043a\u043b\u0430\u0441\u0443 G \u0437\u043c\u0435\u043d\u0448\u0443\u0454 \u0434\u0438\u043d\u0430\u043c\u0456\u0447\u043d\u0456 \u043d\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u043d\u0430 \u043f\u0456\u0434\u0448\u0438\u043f\u043d\u0438\u043a\u0438, \u0431\u0435\u0437\u043f\u043e\u0441\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u043f\u043e\u0434\u043e\u0432\u0436\u0443\u044e\u0447\u0438 \u0457\u0445\u043d\u0456\u0439 \u0442\u0435\u0440\u043c\u0456\u043d \u0441\u043b\u0443\u0436\u0431\u0438 L10. <a href=\"https:\/\/vibromera.eu\/uk\/calculators\/bearing-load\/\">L10 \u0436\u0438\u0442\u0442\u044f<\/a>.<\/li>\n<\/ul>\n<h3>\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0456\u0457 \u0434\u043b\u044f \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0457 \u0433\u0430\u043b\u0443\u0437\u0456<\/h3>\n<table class=\"article-table\">\n<thead>\n<tr>\n<th>\u0413\u0430\u043b\u0443\u0437\u044c \/ \u0417\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f<\/th>\n<th>\u0422\u0438\u043f\u043e\u0432\u0438\u0439 \u043a\u043b\u0430\u0441 G<\/th>\n<th>\u041f\u0440\u0438\u043c\u0456\u0442\u043a\u0438<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\u0412\u0438\u0440\u043e\u0431\u043d\u0438\u0446\u0442\u0432\u043e \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u0435\u043d\u0435\u0440\u0433\u0456\u0457 (\u0442\u0443\u0440\u0431\u0456\u043d\u0438)<\/td>\n<td class=\"mono\">G 2.5 \u0430\u0431\u043e \u0449\u0456\u043b\u044c\u043d\u0456\u0448\u0435<\/td>\n<td>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0438 API \u0447\u0430\u0441\u0442\u043e \u0432\u0438\u043c\u0430\u0433\u0430\u044e\u0442\u044c \u0435\u043a\u0432\u0456\u0432\u0430\u043b\u0435\u043d\u0442\u0430 G 1.0<\/td>\n<\/tr>\n<tr>\n<td>Oil &amp; gas (\u043d\u0430\u0441\u043e\u0441\u0438, \u043a\u043e\u043c\u043f\u0440\u0435\u0441\u043e\u0440\u0438)<\/td>\n<td class=\"mono\">G 2.5<\/td>\n<td>API 610\/617 \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454 4W\/N \u2248 G 1.0 \u0434\u043b\u044f \u043a\u0440\u0438\u0442\u0438\u0447\u043d\u0438\u0445<\/td>\n<\/tr>\n<tr>\n<td>\u041e\u0412\u041a (\u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440\u0438, \u043f\u043e\u0432\u0456\u0442\u0440\u043e\u0434\u0443\u0432\u043a\u0438)<\/td>\n<td class=\"mono\">G 6.3<\/td>\n<td>G 2.5 \u0434\u043b\u044f \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u044c, \u0447\u0443\u0442\u043b\u0438\u0432\u0438\u0445 \u0434\u043e \u0448\u0443\u043c\u0443<\/td>\n<\/tr>\n<tr>\n<td>\u0412\u0435\u0440\u0441\u0442\u0430\u0442\u0438<\/td>\n<td class=\"mono\">G 1.0 \u2013 G 2.5<\/td>\n<td>\u0428\u043b\u0456\u0444\u0443\u0432\u0430\u043b\u044c\u043d\u0456 \u0448\u043f\u0438\u043d\u0434\u0435\u043b\u0456 \u043c\u043e\u0436\u0443\u0442\u044c \u0432\u0438\u043c\u0430\u0433\u0430\u0442\u0438 G 0,4<\/td>\n<\/tr>\n<tr>\n<td>\u041f\u0430\u043f\u0435\u0440\u043e\u0432\u0456\/\u0434\u0440\u0443\u043a\u0430\u0440\u0441\u044c\u043a\u0456 \u043c\u0430\u0448\u0438\u043d\u0438<\/td>\n<td class=\"mono\">G 2.5 \u2013 G 6.3<\/td>\n<td>\u0417\u0430\u043b\u0435\u0436\u0438\u0442\u044c \u0432\u0456\u0434 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456 \u0440\u043e\u043b\u0438\u043a\u0430 \u0442\u0430 \u044f\u043a\u043e\u0441\u0442\u0456 \u0434\u0440\u0443\u043a\u0443<\/td>\n<\/tr>\n<tr>\n<td>\u0413\u0456\u0440\u043d\u0438\u0447\u043e\u0434\u043e\u0431\u0443\u0432\u043d\u0430 \u043f\u0440\u043e\u043c\u0438\u0441\u043b\u043e\u0432\u0456\u0441\u0442\u044c\/\u0446\u0435\u043c\u0435\u043d\u0442 (\u0434\u0440\u043e\u0431\u0430\u0440\u043a\u0438, \u043c\u043b\u0438\u043d\u0438)<\/td>\n<td class=\"mono\">G 6.3 \u2013 G 16<\/td>\n<td>\u0421\u0443\u0432\u043e\u0440\u0435 \u0441\u0435\u0440\u0435\u0434\u043e\u0432\u0438\u0449\u0435; \u0436\u043e\u0440\u0441\u0442\u043a\u0456\u0448\u0456 \u0443\u043c\u043e\u0432\u0438 \u043c\u043e\u0436\u0443\u0442\u044c \u0431\u0443\u0442\u0438 \u043d\u0435\u0434\u043e\u0441\u044f\u0436\u043d\u0438\u043c\u0438<\/td>\n<\/tr>\n<tr>\n<td>\u0410\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0430 \u043f\u0440\u043e\u043c\u0438\u0441\u043b\u043e\u0432\u0456\u0441\u0442\u044c (\u043a\u043e\u043b\u0456\u043d\u0447\u0430\u0441\u0442\u0456 \u0432\u0430\u043b\u0438)<\/td>\n<td class=\"mono\">\u0413 16 \u2013 \u0413 40<\/td>\n<td>\u041b\u0435\u0433\u043a\u043e\u0432\u0456 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u0456 \u0437\u0430\u0437\u0432\u0438\u0447\u0430\u0439 G 16; \u0432\u0430\u043d\u0442\u0430\u0436\u0456\u0432\u043a\u0438 G 25\u201340<\/td>\n<\/tr>\n<tr>\n<td>\u0425\u0430\u0440\u0447\u043e\u0432\u0430 \u043f\u0440\u043e\u043c\u0438\u0441\u043b\u043e\u0432\u0456\u0441\u0442\u044c<\/td>\n<td class=\"mono\">G 6.3<\/td>\n<td>\u0413\u0456\u0433\u0456\u0454\u043d\u0456\u0447\u043d\u0438\u0439 \u0434\u0438\u0437\u0430\u0439\u043d \u043c\u043e\u0436\u0435 \u043e\u0431\u043c\u0435\u0436\u0443\u0432\u0430\u0442\u0438 \u043c\u0435\u0442\u043e\u0434\u0438 \u043a\u043e\u0440\u0435\u043a\u0446\u0456\u0457<\/td>\n<\/tr>\n<tr>\n<td>\u0414\u0435\u0440\u0435\u0432\u043e\u043e\u0431\u0440\u043e\u0431\u043a\u0430 (\u043f\u0438\u043b\u0438, \u0441\u0442\u0440\u0443\u0433\u0430\u043b\u044c\u043d\u0456 \u043c\u0430\u0448\u0438\u043d\u0438)<\/td>\n<td class=\"mono\">G 2.5 \u2013 G 6.3<\/td>\n<td>\u0412\u0438\u0449\u0456 \u043e\u0446\u0456\u043d\u043a\u0438 \u044f\u043a\u043e\u0441\u0442\u0456 \u043f\u043e\u0432\u0435\u0440\u0445\u043d\u0456<\/td>\n<\/tr>\n<tr>\n<td>\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u0434\u0432\u0438\u0433\u0443\u043d\u0438 (\u0437\u0430\u0433\u0430\u043b\u044c\u043d\u0435)<\/td>\n<td class=\"mono\">G 2.5<\/td>\n<td>IEC 60034-14 \u043f\u043e\u0441\u0438\u043b\u0430\u0454\u0442\u044c\u0441\u044f \u043d\u0430 \u0446\u0435 \u0434\u043b\u044f \u0431\u0456\u043b\u044c\u0448\u043e\u0441\u0442\u0456 \u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"practical\">\u041f\u0440\u0430\u043a\u0442\u0438\u0447\u043d\u0456 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0438 \u0440\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043a\u0456\u0432<\/h2>\n<div class=\"example-block\">\n<div class=\"example-title\">\u041f\u0440\u0438\u043a\u043b\u0430\u0434 1: \u0420\u043e\u0431\u043e\u0447\u0435 \u043a\u043e\u043b\u0435\u0441\u043e \u0432\u0456\u0434\u0446\u0435\u043d\u0442\u0440\u043e\u0432\u043e\u0433\u043e \u043d\u0430\u0441\u043e\u0441\u0430<\/div>\n<p><strong>\u0414\u0430\u043d\u043e:<\/strong> \u0420\u043e\u0431\u043e\u0447\u0435 \u043a\u043e\u043b\u0435\u0441\u043e \u043d\u0430\u0441\u043e\u0441\u0430, \u043c\u0430\u0441\u0430 = 12 \u043a\u0433, \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u0440\u043e\u0431\u043e\u0447\u0430 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c = 2950 \u043e\u0431\/\u0445\u0432, \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f: \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0456\u0447\u043d\u0435 \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f \u2192 ISO \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0454 G 6.3.<\/p>\n<p><strong>\u041a\u0440\u043e\u043a 1 \u2014 \u0420\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043e\u043a \u043f\u0438\u0442\u043e\u043c\u043e\u0433\u043e \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443:<\/strong><\/p>\n<p>e<sub>\u0437\u0430<\/sub> = 9549 \u00d7 G \/ n = 9549 \u00d7 6,3 \/ 2950 = <strong>20,4 \u043c\u043a\u043c<\/strong> (\u0430\u0431\u043e 20,4 \u0433\u00b7\u043c\u043c\/\u043a\u0433)<\/p>\n<p><strong>\u041a\u0440\u043e\u043a 2 \u2014 \u0420\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043e\u043a \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0433\u043e \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443:<\/strong><\/p>\n<p>U<sub>\u0437\u0430<\/sub> = \u0435<sub>\u0437\u0430<\/sub> \u00d7 M = 20,4 \u00d7 12 = <strong>244,8 \u0433\u00b7\u043c\u043c<\/strong><\/p>\n<p><strong>\u0406\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0430\u0446\u0456\u044f:<\/strong> \u0417\u0430\u043b\u0438\u0448\u043a\u043e\u0432\u0438\u0439 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441 \u043f\u0456\u0441\u043b\u044f \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u043d\u0435 \u043f\u043e\u0432\u0438\u043d\u0435\u043d \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u0432\u0430\u0442\u0438 244,8 \u0433\u00b7\u043c\u043c. \u042f\u043a\u0449\u043e \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u0434\u0456\u0439\u0441\u043d\u044e\u0454\u0442\u044c\u0441\u044f \u043d\u0430 \u043e\u0434\u043d\u0456\u0439 \u043f\u043b\u043e\u0449\u0438\u043d\u0456, \u0446\u0435 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0434\u043e\u043f\u0443\u0441\u043a. \u042f\u043a\u0449\u043e \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u0434\u0456\u0439\u0441\u043d\u044e\u0454\u0442\u044c\u0441\u044f \u043d\u0430 \u0434\u0432\u043e\u0445 \u043f\u043b\u043e\u0449\u0438\u043d\u0430\u0445, \u0446\u0435\u0439 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0434\u043e\u043f\u0443\u0441\u043a \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u0440\u043e\u0437\u043f\u043e\u0434\u0456\u043b\u0435\u043d\u0438\u0439 \u043c\u0456\u0436 \u0434\u0432\u043e\u043c\u0430 \u043f\u043b\u043e\u0449\u0438\u043d\u0430\u043c\u0438 \u043a\u043e\u0440\u0435\u043a\u0446\u0456\u0457 (\u0437\u0430\u0437\u0432\u0438\u0447\u0430\u0439 50\/50 \u0434\u043b\u044f \u0441\u0438\u043c\u0435\u0442\u0440\u0438\u0447\u043d\u0438\u0445 \u0440\u043e\u0442\u043e\u0440\u0456\u0432).<\/p>\n<\/p><\/div>\n<div class=\"example-block\">\n<div class=\"example-title\">\u041f\u0440\u0438\u043a\u043b\u0430\u0434 2: \u0420\u043e\u0442\u043e\u0440 \u043f\u0440\u043e\u043c\u0438\u0441\u043b\u043e\u0432\u043e\u0433\u043e \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440\u0430<\/div>\n<p><strong>\u0414\u0430\u043d\u043e:<\/strong> \u0412\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440\u043d\u0438\u0439 \u0440\u043e\u0442\u043e\u0440 \u0443 \u0432\u0443\u0437\u043b\u0456, \u043c\u0430\u0441\u0430 = 85 \u043a\u0433, \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c = 1480 \u043e\u0431\/\u0445\u0432, \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f: \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0446\u0456\u044f \u2192 G 6.3.<\/p>\n<p><strong>\u0420\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043e\u043a:<\/strong><\/p>\n<p>U<sub>\u0437\u0430<\/sub> = (9549 \u00d7 6,3 \u00d7 85) \/ 1480 = <strong>3454 \u0433\u00b7\u043c\u043c<\/strong><\/p>\n<p>e<sub>\u0437\u0430<\/sub> = 3454 \/ 85 = <strong>40,6 \u043c\u043a\u043c<\/strong><\/p>\n<p><strong>\u0414\u043b\u044f \u0434\u0432\u043e\u043f\u043b\u043e\u0449\u0438\u043d\u043d\u043e\u0433\u043e \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f:<\/strong> U<sub>\u0437\u0430<\/sub> \u043d\u0430 \u043f\u043b\u043e\u0449\u0438\u043d\u0443 \u2248 3454 \/ 2 = <strong>1727 \u0433\u00b7\u043c\u043c \u043d\u0430 \u043f\u043b\u043e\u0449\u0438\u043d\u0443<\/strong><\/p>\n<\/p><\/div>\n<div class=\"example-block\">\n<div class=\"example-title\">\u041f\u0440\u0438\u043a\u043b\u0430\u0434 3: \u0420\u043e\u0442\u043e\u0440 \u0442\u0443\u0440\u0431\u043e\u043a\u043e\u043c\u043f\u0440\u0435\u0441\u043e\u0440\u0430 (\u0432\u0438\u0441\u043e\u043a\u043e\u0448\u0432\u0438\u0434\u043a\u0456\u0441\u043d\u0438\u0439)<\/div>\n<p><strong>\u0414\u0430\u043d\u043e:<\/strong> \u0420\u043e\u0442\u043e\u0440 \u0442\u0443\u0440\u0431\u043e\u043a\u043e\u043c\u043f\u0440\u0435\u0441\u043e\u0440\u0430, \u043c\u0430\u0441\u0430 = 0,8 \u043a\u0433, \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c = 90 000 \u043e\u0431\/\u0445\u0432, \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f: \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0438\u0439 \u0442\u0443\u0440\u0431\u043e\u043a\u043e\u043c\u043f\u0440\u0435\u0441\u043e\u0440 \u2192 G 2,5.<\/p>\n<p><strong>\u0420\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043e\u043a:<\/strong><\/p>\n<p>U<sub>\u0437\u0430<\/sub> = (9549 \u00d7 2,5 \u00d7 0,8) \/ 90000 = <strong>0,212 \u0433\u00b7\u043c\u043c<\/strong><\/p>\n<p>e<sub>\u0437\u0430<\/sub> = 0.212 \/ 0.8 = <strong>0,265 \u043c\u043a\u043c<\/strong><\/p>\n<p><strong>\u0417\u0430\u0443\u0432\u0430\u0436\u0442\u0435:<\/strong> \u041d\u0430 \u043d\u0430\u0434\u0437\u0432\u0438\u0447\u0430\u0439\u043d\u043e \u0432\u0438\u0441\u043e\u043a\u0438\u0445 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u044f\u0445 \u0434\u043e\u043f\u0443\u0441\u043a \u0441\u0442\u0430\u0454 \u0437\u043d\u0438\u043a\u0430\u044e\u0447\u0435 \u043c\u0430\u043b\u0438\u043c. \u0421\u0430\u043c\u0435 \u0442\u043e\u043c\u0443 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0442\u0443\u0440\u0431\u043e\u043a\u043e\u043c\u043f\u0440\u0435\u0441\u043e\u0440\u0430 \u0432\u0438\u043c\u0430\u0433\u0430\u0454 \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u0456\u0437\u043e\u0432\u0430\u043d\u043e\u0433\u043e \u0432\u0438\u0441\u043e\u043a\u043e\u0442\u043e\u0447\u043d\u043e\u0433\u043e \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f, \u0456 \u043d\u0430\u0432\u0456\u0442\u044c \u043d\u0435\u0437\u043d\u0430\u0447\u043d\u0456 \u0437\u0430\u0431\u0440\u0443\u0434\u043d\u0435\u043d\u043d\u044f (\u0432\u0456\u0434\u0431\u0438\u0442\u043a\u0438 \u043f\u0430\u043b\u044c\u0446\u0456\u0432, \u043f\u0438\u043b) \u043c\u043e\u0436\u0443\u0442\u044c \u043f\u0440\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u0434\u043e \u0432\u0438\u0445\u043e\u0434\u0443 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443 \u0437\u0430 \u043c\u0435\u0436\u0456 \u0434\u043e\u043f\u0443\u0441\u043a\u0443.<\/p>\n<\/p><\/div>\n<p>\u0414\u043b\u044f \u0431\u0456\u043b\u044c\u0448 \u043f\u043e\u0448\u0438\u0440\u0435\u043d\u0438\u0445 \u0432\u0438\u043f\u0430\u0434\u043a\u0456\u0432 - \u043d\u0430\u0441\u043e\u0441\u0456\u0432, \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440\u0456\u0432 \u0456 \u043f\u0440\u043e\u043c\u0438\u0441\u043b\u043e\u0432\u0438\u0445 \u0440\u043e\u0442\u043e\u0440\u0456\u0432, \u0449\u043e \u043f\u0440\u0430\u0446\u044e\u044e\u0442\u044c \u043f\u0440\u0438 G 2,5 \u0430\u0431\u043e G 6,3 - \u0432\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u043c\u0456\u0440\u044f\u0442\u0438 \u0437\u0430\u043b\u0438\u0448\u043a\u043e\u0432\u0438\u0439 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441, \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u0442\u0438 \u043a\u043e\u0440\u0438\u0433\u0443\u0432\u0430\u043b\u044c\u043d\u0456 \u0432\u0430\u0433\u0438 \u0456 \u0437\u0432\u0456\u0440\u0438\u0442\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u0437 \u043e\u0431\u0440\u0430\u043d\u0438\u043c \u043a\u043b\u0430\u0441\u043e\u043c. <em>\u0432 \u043f\u043e\u043b\u044c\u043e\u0432\u0438\u0445 \u0443\u043c\u043e\u0432\u0430\u0445<\/em> \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u043f\u043e\u0440\u0442\u0430\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u043f\u0440\u0438\u043b\u0430\u0434\u0443, \u0442\u0430\u043a\u043e\u0433\u043e \u044f\u043a <a href=\"https:\/\/vibromera.eu\/uk\/%d0%bf%d1%80%d0%be%d0%b4%d1%83%d0%ba%d1%82\/balanset-1\/\">Balanset-1A<\/a>. \u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043c\u0430\u0441\u0443 \u0440\u043e\u0442\u043e\u0440\u0430 \u0456 \u0440\u043e\u0431\u043e\u0447\u0443 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c, \u0437\u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0439\u0442\u0435 \u043c\u0430\u0448\u0438\u043d\u0443 \u043d\u0430 \u043c\u0456\u0441\u0446\u0456, \u0456 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u0438\u0442\u044c U<sub>\u0437\u0430<\/sub> \u043f\u043e\u0440\u044f\u0434 \u0437 \u0447\u0456\u0442\u043a\u0438\u043c \u043f\u0440\u043e\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f\u043c\/\u043d\u0435\u043f\u0440\u043e\u0445\u043e\u0434\u0436\u0435\u043d\u043d\u044f\u043c \u0446\u0456\u043b\u044c\u043e\u0432\u043e\u0433\u043e G-\u043a\u043b\u0430\u0441\u0443 - \u043d\u0435\u043c\u0430\u0454 \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e\u0441\u0442\u0456 \u0440\u043e\u0437\u0431\u0438\u0440\u0430\u0442\u0438 \u0440\u043e\u0442\u043e\u0440 \u0430\u0431\u043e \u0432\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u0438 \u0439\u043e\u0433\u043e \u0432 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u0438\u0439 \u0446\u0435\u0445.<\/p>\n<div class=\"info-box success\">\n<div class=\"box-title\">\u041f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043c\u0456\u0436 \u043e\u0434\u0438\u043d\u0438\u0446\u044f\u043c\u0438 \u0432\u0438\u043c\u0456\u0440\u044e\u0432\u0430\u043d\u043d\u044f<\/div>\n<p>\u041f\u043e\u0448\u0438\u0440\u0435\u043d\u0456 \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043e\u0434\u0438\u043d\u0438\u0446\u044c \u0432\u0438\u043c\u0456\u0440\u044e\u0432\u0430\u043d\u043d\u044f \u043f\u0440\u0438 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u0456:<\/p>\n<p>1 \u0433\u00b7\u043c\u043c = 1 \u043c\u0433\u00b7\u043c = 0,001 \u043a\u0433\u00b7\u043c\u043c = 1000 \u043c\u043a\u0433\u00b7\u043c<\/p>\n<p>1 \u0443\u043d\u0446\u0456\u044f\u00b7\u0434\u044e\u0439\u043c = 720 \u0433\u00b7\u043c\u043c (\u0456\u043c\u043f\u0435\u0440\u0441\u044c\u043a\u0456 \u0441\u0438\u0441\u0442\u0435\u043c\u0438, \u0434\u043e\u0441\u0456 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u044e\u0442\u044c\u0441\u044f \u0432 \u0434\u0435\u044f\u043a\u0438\u0445 \u0433\u0430\u043b\u0443\u0437\u044f\u0445 \u043f\u0440\u043e\u043c\u0438\u0441\u043b\u043e\u0432\u043e\u0441\u0442\u0456 \u0421\u0428\u0410)<\/p>\n<p>e<sub>\u0437\u0430<\/sub> \u0443 \u043c\u043a\u043c = e<sub>\u0437\u0430<\/sub> \u0443 \u0433\u00b7\u043c\u043c\/\u043a\u0433 (\u0447\u0438\u0441\u0435\u043b\u044c\u043d\u043e \u0456\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u043e \u2014 \u0437\u043c\u0456\u0449\u0435\u043d\u043d\u044f \u0446\u0435\u043d\u0442\u0440\u0443 \u043c\u0430\u0441 \u0434\u043e\u0440\u0456\u0432\u043d\u044e\u0454 \u043f\u0438\u0442\u043e\u043c\u043e\u043c\u0443 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443)<\/p>\n<\/p><\/div>\n<h2 id=\"two-plane\">\u0414\u0432\u043e\u043f\u043b\u043e\u0449\u0438\u043d\u043d\u0435 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u2014 \u0440\u043e\u0437\u043f\u043e\u0434\u0456\u043b \u0434\u043e\u043f\u0443\u0441\u043a\u0443<\/h2>\n<p>\u0424\u043e\u0440\u043c\u0443\u043b\u0430 \u043e\u0446\u0456\u043d\u043a\u0438 G \u0440\u043e\u0437\u0440\u0430\u0445\u043e\u0432\u0443\u0454 <em>\u0437\u0430\u0433\u0430\u043b\u044c\u043d\u0430<\/em> \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u0439 \u0437\u0430\u043b\u0438\u0448\u043a\u043e\u0432\u0438\u0439 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441 \u0434\u043b\u044f \u0432\u0441\u044c\u043e\u0433\u043e \u0440\u043e\u0442\u043e\u0440\u0430. \u0414\u043b\u044f \u0440\u043e\u0442\u043e\u0440\u0456\u0432, \u044f\u043a\u0456 \u0432\u0438\u043c\u0430\u0433\u0430\u044e\u0442\u044c <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/two-plane-balancing\/\">\u0434\u0432\u043e\u043f\u043b\u043e\u0449\u0438\u043d\u043d\u0438\u0439<\/a> (<a href=\"https:\/\/vibromera.eu\/uk\/glossary\/dynamic-balancing\/\">\u0434\u0438\u043d\u0430\u043c\u0456\u0447\u043d\u0438\u0439<\/a>) \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f - \u0430 \u0446\u0435 \u0431\u0456\u043b\u044c\u0448\u0456\u0441\u0442\u044c \u043f\u0440\u043e\u043c\u0438\u0441\u043b\u043e\u0432\u0438\u0445 \u0440\u043e\u0442\u043e\u0440\u0456\u0432, \u0434\u0435 \u0432\u0456\u0434\u043d\u043e\u0448\u0435\u043d\u043d\u044f \u0434\u043e\u0432\u0436\u0438\u043d\u0438 \u0434\u043e \u0434\u0456\u0430\u043c\u0435\u0442\u0440\u0430 \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u0454 \u043f\u0440\u0438\u0431\u043b\u0438\u0437\u043d\u043e 0,5 - \u0446\u0435\u0439 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0434\u043e\u043f\u0443\u0441\u043a \u043f\u043e\u0432\u0438\u043d\u0435\u043d \u0431\u0443\u0442\u0438 \u0440\u043e\u0437\u043f\u043e\u0434\u0456\u043b\u0435\u043d\u0438\u0439 \u043c\u0456\u0436 \u043d\u0438\u043c\u0438 <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/correction-plane\/\">\u043f\u043b\u043e\u0449\u0438\u043d\u0438 \u043a\u043e\u0440\u0435\u043a\u0446\u0456\u0457<\/a>.<\/p>\n<h3>\u041a\u0435\u0440\u0456\u0432\u043d\u0456 \u043f\u0440\u0438\u043d\u0446\u0438\u043f\u0438 ISO \u0449\u043e\u0434\u043e \u0440\u043e\u0437\u043f\u043e\u0434\u0456\u043b\u0443 \u0434\u043e\u043f\u0443\u0441\u043a\u0456\u0432<\/h3>\n<p>ISO 21940-11 \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u0432\u043a\u0430\u0437\u0456\u0432\u043a\u0438 \u0449\u043e\u0434\u043e \u0440\u043e\u0437\u043f\u043e\u0434\u0456\u043b\u0443 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0434\u043e\u043f\u0443\u0441\u043a\u0443 \u043c\u0456\u0436 \u043f\u043b\u043e\u0449\u0438\u043d\u0430\u043c\u0438 \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0456 \u0433\u0435\u043e\u043c\u0435\u0442\u0440\u0456\u0457 \u0440\u043e\u0442\u043e\u0440\u0430:<\/p>\n<ul>\n<li><strong>\u0421\u0438\u043c\u0435\u0442\u0440\u0438\u0447\u043d\u0456 \u0440\u043e\u0442\u043e\u0440\u0438<\/strong> (\u0446\u0435\u043d\u0442\u0440 \u0432\u0430\u0433\u0438 \u043f\u043e\u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0456 \u043c\u0456\u0436 \u043f\u043b\u043e\u0449\u0438\u043d\u0430\u043c\u0438): \u0420\u043e\u0437\u0434\u0456\u043b\u0438\u0442\u0438 50\/50 \u043c\u0456\u0436 \u0434\u0432\u043e\u043c\u0430 \u043f\u043b\u043e\u0449\u0438\u043d\u0430\u043c\u0438 \u043a\u043e\u0440\u0435\u043a\u0446\u0456\u0457.<\/li>\n<li><strong>\u0410\u0441\u0438\u043c\u0435\u0442\u0440\u0438\u0447\u043d\u0456 \u0440\u043e\u0442\u043e\u0440\u0438<\/strong> (\u0446\u0435\u043d\u0442\u0440 \u0432\u0430\u0433\u0438 \u0431\u043b\u0438\u0436\u0447\u0435 \u0434\u043e \u043e\u0434\u043d\u0456\u0454\u0457 \u043f\u043b\u043e\u0449\u0438\u043d\u0438): \u0420\u043e\u0437\u043f\u043e\u0434\u0456\u043b\u0438\u0442\u0438 \u043f\u0440\u043e\u043f\u043e\u0440\u0446\u0456\u0439\u043d\u043e \u2014 \u043f\u043b\u043e\u0449\u0438\u043d\u0430, \u0431\u043b\u0438\u0436\u0447\u0430 \u0434\u043e \u0446\u0435\u043d\u0442\u0440\u0443 \u0432\u0430\u0433\u0438, \u043e\u0442\u0440\u0438\u043c\u0443\u0454 \u0431\u0456\u043b\u044c\u0448\u0443 \u0447\u0430\u0441\u0442\u043a\u0443 \u0434\u043e\u043f\u0443\u0441\u043a\u0443. \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442 \u043d\u0430\u0434\u0430\u0454 \u0444\u043e\u0440\u043c\u0443\u043b\u0438 \u0434\u043b\u044f \u0446\u044c\u043e\u0433\u043e \u0440\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043a\u0443.<\/li>\n<li><strong>\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u043e:<\/strong> U<sub>A<\/sub> \/ U<sub>B<\/sub> = \u041b<sub>B<\/sub> \/ \u043b<sub>A<\/sub>, \u0434\u0435 L<sub>A<\/sub> \u0456 \u041b<sub>B<\/sub> \u2013 \u0432\u0456\u0434\u0441\u0442\u0430\u043d\u0456 \u0432\u0456\u0434 \u0446\u0435\u043d\u0442\u0440\u0443 \u0432\u0430\u0433\u0438 \u0434\u043e \u043f\u043b\u043e\u0449\u0438\u043d A \u0442\u0430 B \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e.<\/li>\n<\/ul>\n<div class=\"info-box warning\">\n<div class=\"box-title\">\u0421\u0442\u0430\u0442\u0438\u0447\u043d\u0438\u0439 \u043f\u0440\u043e\u0442\u0438 \u043f\u0430\u0440\u043d\u043e\u0433\u043e \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443<\/div>\n<p>\u041a\u043e\u043b\u0438 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0437\u0430\u043b\u0438\u0448\u043a\u043e\u0432\u0438\u0439 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441 \u0440\u043e\u0437\u043f\u043e\u0434\u0456\u043b\u044f\u0454\u0442\u044c\u0441\u044f \u043c\u0456\u0436 \u0434\u0432\u043e\u043c\u0430 \u043f\u043b\u043e\u0449\u0438\u043d\u0430\u043c\u0438, \u0442\u043e <em>\u0432\u0435\u043a\u0442\u043e\u0440\u043d\u0430 \u0441\u0443\u043c\u0430<\/em> \u0434\u0432\u043e\u0445 \u043f\u043b\u043e\u0449\u0438\u043d\u043d\u0438\u0445 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0456\u0432 \u043d\u0435 \u043f\u043e\u0432\u0438\u043d\u043d\u0430 \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u0432\u0430\u0442\u0438 U<sub>\u0437\u0430<\/sub>. \u041f\u0440\u043e\u0441\u0442\u0430 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u043a\u043e\u0436\u043d\u043e\u0457 \u043f\u043b\u043e\u0449\u0438\u043d\u0438 \u043d\u0435\u0437\u0430\u043b\u0435\u0436\u043d\u043e \u0432\u0456\u0434 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u0438 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0457 \u043a\u0456\u043b\u044c\u043a\u043e\u0441\u0442\u0456 \u043c\u043e\u0436\u0435 \u043f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u0441\u0442\u0430\u043d, \u043a\u043e\u043b\u0438 \u043e\u0431\u0438\u0434\u0432\u0456 \u043f\u043b\u043e\u0449\u0438\u043d\u0438 \u043c\u0430\u044e\u0442\u044c \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u043d\u0438\u0439 \u0456\u043d\u0434\u0438\u0432\u0456\u0434\u0443\u0430\u043b\u044c\u043d\u0438\u0439 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441, \u0430\u043b\u0435 \u043a\u043e\u043c\u0431\u0456\u043d\u0430\u0446\u0456\u044f (\u043e\u0441\u043e\u0431\u043b\u0438\u0432\u043e <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/couple-unbalance\/\">\u043c\u043e\u043c\u0435\u043d\u0442\u043d\u0438\u0439 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441<\/a>) \u043f\u0435\u0440\u0435\u0432\u0438\u0449\u0443\u0454 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0443 \u043c\u0435\u0436\u0443. \u0421\u0443\u0447\u0430\u0441\u043d\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u0456 \u0432\u0435\u0440\u0441\u0442\u0430\u0442\u0438 \u0437\u0430\u0437\u0432\u0438\u0447\u0430\u0439 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u044f\u044e\u0442\u044c \u044f\u043a \u0434\u043e\u043f\u0443\u0441\u043a\u0438 \u043e\u043a\u0440\u0435\u043c\u0438\u0445 \u043f\u043b\u043e\u0449\u0438\u043d, \u0442\u0430\u043a \u0456 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0437\u0430\u043b\u0438\u0448\u043e\u043a.<\/p>\n<\/p><\/div>\n<h3>\u041a\u043e\u043b\u0438 \u0434\u043e\u0441\u0442\u0430\u0442\u043d\u044c\u043e \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0432 \u043e\u0434\u043d\u0456\u0439 \u043f\u043b\u043e\u0449\u0438\u043d\u0456?<\/h3>\n<p><a href=\"https:\/\/vibromera.eu\/uk\/glossary\/single-plane-balancing\/\">\u041e\u0434\u043d\u043e\u043f\u043b\u043e\u0449\u0438\u043d\u043d\u0438\u0439<\/a> (<a href=\"https:\/\/vibromera.eu\/uk\/glossary\/static-balancing\/\">\u0441\u0442\u0430\u0442\u0438\u0447\u043d\u0438\u0439<\/a>) \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0454 \u0430\u0434\u0435\u043a\u0432\u0430\u0442\u043d\u0438\u043c, \u043a\u043e\u043b\u0438:<\/p>\n<ul>\n<li>\u0420\u043e\u0442\u043e\u0440 \u044f\u0432\u043b\u044f\u0454 \u0441\u043e\u0431\u043e\u044e \u0442\u043e\u043d\u043a\u0438\u0439 \u0434\u0438\u0441\u043a (\u0441\u043f\u0456\u0432\u0432\u0456\u0434\u043d\u043e\u0448\u0435\u043d\u043d\u044f L\/D \u043c\u0435\u043d\u0448\u0435 \u043f\u0440\u0438\u0431\u043b\u0438\u0437\u043d\u043e 0,5)<\/li>\n<li>\u0428\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c \u0440\u043e\u0431\u043e\u0442\u0438 \u0437\u043d\u0430\u0447\u043d\u043e \u043d\u0438\u0436\u0447\u0430 \u0437\u0430 \u043f\u0435\u0440\u0448\u0443 <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/critical-speed\/\">\u043a\u0440\u0438\u0442\u0438\u0447\u043d\u0430 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c<\/a><\/li>\n<li>\u0417\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u043d\u0435 \u0432\u0438\u043c\u0430\u0433\u0430\u0454 \u0435\u043a\u0441\u0442\u0440\u0435\u043c\u0430\u043b\u044c\u043d\u043e\u0457 \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0456 (G 6.3 \u0430\u0431\u043e \u0433\u0440\u0443\u0431\u0456\u0448\u0435)<\/li>\n<li>\u041f\u0440\u0438\u043a\u043b\u0430\u0434\u0438: \u043b\u043e\u043f\u0430\u0442\u0456 \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440\u0430, \u0448\u043b\u0456\u0444\u0443\u0432\u0430\u043b\u044c\u043d\u0456 \u043a\u0440\u0443\u0433\u0438, \u0448\u043a\u0456\u0432\u0438, \u0433\u0430\u043b\u044c\u043c\u0456\u0432\u043d\u0456 \u0434\u0438\u0441\u043a\u0438, \u043c\u0430\u0445\u043e\u0432\u0438\u043a\u0438<\/li>\n<\/ul>\n<p>\u0414\u0432\u043e\u043f\u043b\u043e\u0449\u0438\u043d\u043d\u0435 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0435, \u043a\u043e\u043b\u0438 \u0440\u043e\u0442\u043e\u0440 \u043c\u0430\u0454 \u0437\u043d\u0430\u0447\u043d\u0443 \u043e\u0441\u044c\u043e\u0432\u0443 \u0434\u043e\u0432\u0436\u0438\u043d\u0443, \u043a\u043e\u043b\u0438 \u043e\u0447\u0456\u043a\u0443\u0454\u0442\u044c\u0441\u044f \u043c\u043e\u043c\u0435\u043d\u0442\u043d\u0438\u0439 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441 (\u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434, \u043f\u0456\u0441\u043b\u044f \u0441\u043a\u043b\u0430\u0434\u0430\u043d\u043d\u044f \u0437 \u043a\u0456\u043b\u044c\u043a\u043e\u0445 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0456\u0432), \u0430\u0431\u043e \u043a\u043e\u043b\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0430 \u0432\u0438\u0441\u043e\u043a\u0430 \u0442\u043e\u0447\u043d\u0456\u0441\u0442\u044c.<\/p>\n<h2 id=\"common-mistakes\">\u041f\u043e\u0448\u0438\u0440\u0435\u043d\u0456 \u043f\u043e\u043c\u0438\u043b\u043a\u0438 \u0442\u0430 \u0445\u0438\u0431\u043d\u0456 \u0443\u044f\u0432\u043b\u0435\u043d\u043d\u044f<\/h2>\n<h3>1. \u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u044e\u0447\u043e\u0457 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456 \u0437\u0430\u043c\u0456\u0441\u0442\u044c \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456 \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u044f<\/h3>\n<p>\u041d\u0430\u0439\u043a\u0440\u0438\u0442\u0438\u0447\u043d\u0456\u0448\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430 \u0432 \u0440\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043a\u0430\u0445 \u0434\u043b\u044f \u043a\u043b\u0430\u0441\u0443 G. \u0424\u043e\u0440\u043c\u0443\u043b\u0430 \u0434\u043e\u043f\u0443\u0441\u043a\u0443 \u0432\u0438\u043c\u0430\u0433\u0430\u0454 <em>\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u0440\u043e\u0431\u043e\u0447\u0430 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c<\/em> \u2014 \u043d\u0430\u0439\u0432\u0438\u0449\u0430 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c \u043e\u0431\u0435\u0440\u0442\u0430\u043d\u043d\u044f \u0440\u043e\u0442\u043e\u0440\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0444\u0430\u043a\u0442\u0438\u0447\u043d\u043e\u0457 \u0440\u043e\u0431\u043e\u0442\u0438. \u041d\u0438\u0437\u044c\u043a\u043e\u0448\u0432\u0438\u0434\u043a\u0456\u0441\u043d\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u0456 \u043c\u0430\u0448\u0438\u043d\u0438 \u043c\u043e\u0436\u0443\u0442\u044c \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u0442\u0438 \u0437\u0456 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044e 300\u2013600 \u043e\u0431\/\u0445\u0432, \u0430\u043b\u0435 \u0434\u043e\u043f\u0443\u0441\u043a \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e \u0440\u043e\u0437\u0440\u0430\u0445\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u043d\u0430 \u0440\u043e\u0431\u043e\u0447\u0456\u0439 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456 (\u043d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434, 3600 \u043e\u0431\/\u0445\u0432). \u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u0430\u0441\u0442\u044c \u0434\u043e\u043f\u0443\u0441\u043a \u0443 6\u201312 \u0440\u0430\u0437\u0456\u0432 \u0432\u0456\u043b\u044c\u043d\u0456\u0448\u0438\u0439.<\/p>\n<h3>2. \u041f\u043b\u0443\u0442\u0430\u0454\u0442\u0435 G-Grade \u0437 \u0440\u0456\u0432\u043d\u0435\u043c \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457<\/h3>\n<p>G 2,5 \u043d\u0435 \u043e\u0437\u043d\u0430\u0447\u0430\u0454, \u0449\u043e \u043c\u0430\u0448\u0438\u043d\u0430 \u0432\u0456\u0431\u0440\u0443\u0432\u0430\u0442\u0438\u043c\u0435 \u0437\u0456 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044e 2,5 \u043c\u043c\/\u0441. \u041a\u043b\u0430\u0441 G \u043e\u043f\u0438\u0441\u0443\u0454 \u043e\u043a\u0440\u0443\u0436\u043d\u0443 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c \u0446\u0435\u043d\u0442\u0440\u0443 \u043c\u0430\u0441, \u0430 \u043d\u0435 \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u044e, \u0432\u0438\u043c\u0456\u0440\u044f\u043d\u0443 \u043d\u0430 \u043a\u043e\u0440\u043f\u0443\u0441\u0456 \u043c\u0430\u0448\u0438\u043d\u0438. \u0424\u0430\u043a\u0442\u0438\u0447\u043d\u0430 \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u044f \u0437\u0430\u043b\u0435\u0436\u0438\u0442\u044c \u0432\u0456\u0434 \u0431\u0430\u0433\u0430\u0442\u044c\u043e\u0445 \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0438\u0445 \u0444\u0430\u043a\u0442\u043e\u0440\u0456\u0432: \u0436\u043e\u0440\u0441\u0442\u043a\u043e\u0441\u0442\u0456 \u043f\u0456\u0434\u0448\u0438\u043f\u043d\u0438\u043a\u0430, \u043e\u043f\u043e\u0440\u043d\u043e\u0457 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u0457, \u0434\u0435\u043c\u043f\u0444\u0443\u0432\u0430\u043d\u043d\u044f \u0442\u0430 \u0456\u043d\u0448\u0438\u0445 \u0434\u0436\u0435\u0440\u0435\u043b \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457. \u041c\u0430\u0448\u0438\u043d\u0430, \u0437\u0431\u0430\u043b\u0430\u043d\u0441\u043e\u0432\u0430\u043d\u0430 \u0437\u0430 \u043a\u043b\u0430\u0441\u043e\u043c G 2,5, \u043c\u043e\u0436\u0435 \u0432\u0438\u043c\u0456\u0440\u044e\u0432\u0430\u0442\u0438 \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u044e \u043d\u0430 \u043a\u043e\u0440\u043f\u0443\u0441\u0456 0,5 \u043c\u043c\/\u0441 \u0430\u0431\u043e 5 \u043c\u043c\/\u0441 \u0437\u0430\u043b\u0435\u0436\u043d\u043e \u0432\u0456\u0434 \u0446\u0438\u0445 \u0444\u0430\u043a\u0442\u043e\u0440\u0456\u0432.<\/p>\n<h3>3. \u041d\u0430\u0434\u043c\u0456\u0440\u043d\u0430 \u0442\u043e\u0447\u043d\u0456\u0441\u0442\u044c \u0441\u043f\u0435\u0446\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0439<\/h3>\n<p>\u0412\u043a\u0430\u0437\u0443\u044e\u0447\u0438 G 1.0, \u043a\u043e\u043b\u0438 \u0434\u043e\u0441\u0442\u0430\u0442\u043d\u044c\u043e G 6.3, \u0432\u0438 \u0432\u0438\u0442\u0440\u0430\u0447\u0430\u0454\u0442\u0435 \u0447\u0430\u0441 \u0456 \u0433\u0440\u043e\u0448\u0456. \u041a\u043e\u0436\u0435\u043d \u043a\u0440\u043e\u043a \u0443 \u0431\u0456\u043a \u043f\u043e\u0441\u0438\u043b\u0435\u043d\u043d\u044f \u043a\u043b\u0430\u0441\u0443 G \u043f\u0440\u0438\u0431\u043b\u0438\u0437\u043d\u043e \u043f\u043e\u0434\u0432\u043e\u044e\u0454 \u0437\u0443\u0441\u0438\u043b\u043b\u044f \u0456 \u0432\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f. \u0420\u043e\u0431\u043e\u0447\u0435 \u043a\u043e\u043b\u0435\u0441\u043e \u0432\u0456\u0434\u0446\u0435\u043d\u0442\u0440\u043e\u0432\u043e\u0433\u043e \u043d\u0430\u0441\u043e\u0441\u0430, \u0437\u0431\u0430\u043b\u0430\u043d\u0441\u043e\u0432\u0430\u043d\u0435 \u0434\u043e G 1.0 \u0437\u0430\u043c\u0456\u0441\u0442\u044c G 6.3, \u043a\u043e\u0448\u0442\u0443\u0454 \u0437\u043d\u0430\u0447\u043d\u043e \u0434\u043e\u0440\u043e\u0436\u0447\u0435, \u0430\u043b\u0435 \u043d\u0430\u0441\u043e\u0441, \u0448\u0432\u0438\u0434\u0448\u0435 \u0437\u0430 \u0432\u0441\u0435, \u043d\u0435 \u0431\u0443\u0434\u0435 \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u0442\u0438 \u043f\u043b\u0430\u0432\u043d\u0456\u0448\u0435, \u043e\u0441\u043a\u0456\u043b\u044c\u043a\u0438 \u0456\u043d\u0448\u0456 \u0434\u0436\u0435\u0440\u0435\u043b\u0430 \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457 (<a href=\"https:\/\/vibromera.eu\/uk\/glossary\/misalignment\/\">\u043d\u0435\u0441\u043f\u0456\u0432\u0432\u0456\u0441\u043d\u0456\u0441\u0442\u044c<\/a>, <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/hydraulic-forces\/\">\u0433\u0456\u0434\u0440\u0430\u0432\u043b\u0456\u0447\u043d\u0456 \u0441\u0438\u043b\u0438<\/a>, \u0448\u0443\u043c \u043f\u0456\u0434\u0448\u0438\u043f\u043d\u0438\u043a\u0456\u0432) \u0434\u043e\u043c\u0456\u043d\u0443\u044e\u0442\u044c.<\/p>\n<h3>4. \u0406\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u044c \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0441\u0432\u0456\u0442\u0443<\/h3>\n<p>\u0420\u043e\u0437\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u0438\u0439 \u0434\u043e\u043f\u0443\u0441\u043a \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043c\u0435\u043d\u0448\u0438\u043c \u0437\u0430 \u0447\u0443\u0442\u043b\u0438\u0432\u0456\u0441\u0442\u044c \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0432\u0435\u0440\u0441\u0442\u0430\u0442\u0430 \u0430\u0431\u043e \u0434\u043e\u0441\u044f\u0436\u043d\u0443 \u0442\u043e\u0447\u043d\u0456\u0441\u0442\u044c \u043a\u043e\u0440\u0435\u043a\u0446\u0456\u0457. \u042f\u043a\u0449\u043e U<sub>\u0437\u0430<\/sub> \u0440\u043e\u0437\u0440\u0430\u0445\u043e\u0432\u0443\u0454 \u0437 \u0442\u043e\u0447\u043d\u0456\u0441\u0442\u044e 0,5 \u0433\u00b7\u043c\u043c, \u0430\u043b\u0435 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u0430 \u043c\u0430\u0448\u0438\u043d\u0430 \u043c\u043e\u0436\u0435 \u0432\u0438\u043c\u0456\u0440\u044f\u0442\u0438 \u043b\u0438\u0448\u0435 1 \u0433\u00b7\u043c\u043c, \u0442\u043e\u043c\u0443 \u0431\u0435\u0437 \u043a\u0440\u0430\u0449\u043e\u0433\u043e \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f \u043d\u0435 \u043c\u043e\u0436\u043d\u0430 \u0432\u0438\u043a\u043e\u043d\u0430\u0442\u0438 \u0432\u0438\u043c\u043e\u0433\u0438. \u0417\u0430\u0432\u0436\u0434\u0438 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u044f\u0439\u0442\u0435, \u0447\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0435 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u0435 \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u0456\u0439\u0441\u043d\u043e \u043c\u043e\u0436\u0435 \u0434\u043e\u0441\u044f\u0433\u0442\u0438 \u0437\u0430\u0434\u0430\u043d\u043e\u0433\u043e \u0434\u043e\u043f\u0443\u0441\u043a\u0443.<\/p>\n<h3>5. \u041d\u0435\u0432\u0440\u0430\u0445\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043e\u043f\u0443\u0441\u043a\u0456\u0432 \u043d\u0430 \u043f\u0456\u0434\u0433\u043e\u043d\u043a\u0443<\/h3>\n<p>\u0420\u043e\u0442\u043e\u0440, \u0456\u0434\u0435\u0430\u043b\u044c\u043d\u043e \u0437\u0431\u0430\u043b\u0430\u043d\u0441\u043e\u0432\u0430\u043d\u0438\u0439 \u043d\u0430 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u0432\u0435\u0440\u0441\u0442\u0430\u0442\u0456, \u043c\u043e\u0436\u0435 \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u0437\u043e\u0440\u0438 \u0448\u043f\u043e\u043d\u043a\u043e\u0432\u0438\u0445 \u043a\u0430\u043d\u0430\u0432\u043e\u043a, \u0435\u043a\u0441\u0446\u0435\u043d\u0442\u0440\u0438\u0441\u0438\u0442\u0435\u0442 \u043c\u0443\u0444\u0442\u0438, \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u043d\u0435 \u0437\u0440\u043e\u0441\u0442\u0430\u043d\u043d\u044f \u0442\u0430 \u043c\u043e\u043d\u0442\u0430\u0436\u043d\u0456 \u0434\u043e\u043f\u0443\u0441\u043a\u0438. \u0414\u043b\u044f \u043a\u0440\u0438\u0442\u0438\u0447\u043d\u0438\u0445 \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u044c \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442 ISO \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0454 \u0440\u0435\u0437\u0435\u0440\u0432\u0443\u0432\u0430\u0442\u0438 20\u201330% \u0432\u0456\u0434 \u0437\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0434\u043e\u043f\u0443\u0441\u043a\u0443 \u0434\u043b\u044f \u0437\u043c\u0456\u0449\u0435\u043d\u044c \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443, \u043f\u043e\u0432&#039;\u044f\u0437\u0430\u043d\u0438\u0445 \u0437 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f\u043c.<\/p>\n<h3>6. \u0417\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0456\u0432 \u0436\u043e\u0440\u0441\u0442\u043a\u0438\u0445 \u0440\u043e\u0442\u043e\u0440\u0456\u0432 \u0434\u043e \u0433\u043d\u0443\u0447\u043a\u0438\u0445 \u0440\u043e\u0442\u043e\u0440\u0456\u0432<\/h3>\n<p>\u041a\u043b\u0430\u0441\u0438 G \u0437\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043e\u043c ISO 21940-11 \u0437\u0430\u0441\u0442\u043e\u0441\u043e\u0432\u0443\u044e\u0442\u044c\u0441\u044f \u0434\u043e <em>\u0436\u043e\u0440\u0441\u0442\u043a\u0456 \u0440\u043e\u0442\u043e\u0440\u0438<\/em> - \u0440\u043e\u0442\u043e\u0440\u0438, \u044f\u043a\u0456 \u043f\u0440\u0430\u0446\u044e\u044e\u0442\u044c \u0437\u043d\u0430\u0447\u043d\u043e \u043d\u0438\u0436\u0447\u0435 \u0441\u0432\u043e\u0454\u0457 \u043f\u0435\u0440\u0448\u043e\u0457 \u043a\u0440\u0438\u0442\u0438\u0447\u043d\u043e\u0457 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456. \u0420\u043e\u0442\u043e\u0440\u0438, \u044f\u043a\u0456 \u043f\u0440\u043e\u0445\u043e\u0434\u044f\u0442\u044c \u0447\u0435\u0440\u0435\u0437 \u043a\u0440\u0438\u0442\u0438\u0447\u043d\u0456 \u0448\u0432\u0438\u0434\u043a\u043e\u0441\u0442\u0456 \u0430\u0431\u043e \u043f\u0440\u0430\u0446\u044e\u044e\u0442\u044c \u043f\u043e\u0431\u043b\u0438\u0437\u0443 \u043d\u0438\u0445 (<a href=\"https:\/\/vibromera.eu\/uk\/glossary\/flexible-rotor\/\">\u0433\u043d\u0443\u0447\u043a\u0456 \u0440\u043e\u0442\u043e\u0440\u0438<\/a>) \u0432\u0438\u043c\u0430\u0433\u0430\u044e\u0442\u044c \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u043d\u0430 <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/iso-21940-12\/\">ISO 21940-12<\/a>, \u0434\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u043f\u0440\u0438\u043d\u0446\u0438\u043f\u043e\u0432\u043e \u0456\u043d\u0448\u0438\u0439 \u043f\u0456\u0434\u0445\u0456\u0434. \u0417\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f G-\u043a\u043b\u0430\u0441\u0456\u0432 \u0434\u043e \u0433\u043d\u0443\u0447\u043a\u043e\u0433\u043e \u0440\u043e\u0442\u043e\u0440\u0430 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043d\u0435\u0431\u0435\u0437\u043f\u0435\u0447\u043d\u043e \u043d\u0435\u0430\u0434\u0435\u043a\u0432\u0430\u0442\u043d\u0438\u043c.<\/p>\n<h2 id=\"importance\">\u0427\u043e\u043c\u0443 \u0432\u0430\u0436\u043b\u0438\u0432\u0456 \u043e\u0446\u0456\u043d\u043a\u0438 G?<\/h2>\n<h3>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0438\u0437\u0430\u0446\u0456\u044f \u0442\u0430 \u043a\u043e\u043c\u0443\u043d\u0456\u043a\u0430\u0446\u0456\u044f<\/h3>\n<p>\u041a\u043b\u0430\u0441\u0438 G \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0443\u044e\u0442\u044c \u0443\u043d\u0456\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0443 \u043c\u043e\u0432\u0443 \u0434\u043b\u044f \u0432\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u044f\u043a\u043e\u0441\u0442\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f. \u0412\u0438\u0440\u043e\u0431\u043d\u0438\u043a \u043c\u043e\u0436\u0435 \u0432\u043a\u0430\u0437\u0430\u0442\u0438, \u0449\u043e \u0440\u043e\u0431\u043e\u0447\u0435 \u043a\u043e\u043b\u0435\u0441\u043e \u043d\u0430\u0441\u043e\u0441\u0430 \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \"\u0437\u0431\u0430\u043b\u0430\u043d\u0441\u043e\u0432\u0430\u043d\u0435 \u0434\u043e G 6.3 \u0437\u0433\u0456\u0434\u043d\u043e \u0437 ISO 21940-11\", \u0456 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u0439 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u0438\u0439 \u0446\u0435\u043d\u0442\u0440 \u0443 \u0441\u0432\u0456\u0442\u0456 \u0442\u043e\u0447\u043d\u043e \u0440\u043e\u0437\u0443\u043c\u0456\u0442\u0438\u043c\u0435, \u044f\u043a\u0430 \u0442\u043e\u0447\u043d\u0456\u0441\u0442\u044c \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0430. \u0426\u0435 \u0443\u0441\u0443\u0432\u0430\u0454 \u043d\u0435\u043e\u0434\u043d\u043e\u0437\u043d\u0430\u0447\u043d\u043e\u0441\u0442\u0456, \u0437\u0430\u043f\u043e\u0431\u0456\u0433\u0430\u0454 \u0441\u0443\u043f\u0435\u0440\u0435\u0447\u043a\u0430\u043c \u043c\u0456\u0436 \u043f\u043e\u0441\u0442\u0430\u0447\u0430\u043b\u044c\u043d\u0438\u043a\u0430\u043c\u0438 \u0442\u0430 \u043a\u043b\u0456\u0454\u043d\u0442\u0430\u043c\u0438, \u0430 \u0442\u0430\u043a\u043e\u0436 \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0443\u0454 \u0441\u0442\u0430\u0431\u0456\u043b\u044c\u043d\u0443 \u044f\u043a\u0456\u0441\u0442\u044c \u0443 \u0432\u0441\u0456\u0445 \u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u0438\u0445 \u043b\u0430\u043d\u0446\u044e\u0433\u0430\u0445 \u043f\u043e\u0441\u0442\u0430\u0432\u043e\u043a.<\/p>\n<h3>\u0417\u0430\u043f\u043e\u0431\u0456\u0433\u0430\u043d\u043d\u044f \u043d\u0430\u0434\u043c\u0456\u0440\u043d\u043e\u043c\u0443 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044e<\/h3>\n<p>\u0411\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0440\u043e\u0442\u043e\u0440\u0430 \u0437 \u043c\u0435\u043d\u0448\u0438\u043c \u0434\u043e\u043f\u0443\u0441\u043a\u043e\u043c, \u043d\u0456\u0436 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e, \u0454 \u0434\u043e\u0440\u043e\u0433\u0438\u043c \u0442\u0430 \u0442\u0440\u0443\u0434\u043e\u043c\u0456\u0441\u0442\u043a\u0438\u043c. \u041a\u043e\u0436\u0435\u043d \u043a\u0440\u043e\u043a \u0437\u0431\u0456\u043b\u044c\u0448\u0435\u043d\u043d\u044f \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0456 \u0437\u0430 \u0433\u0440\u0430\u0434\u0430\u0446\u0456\u0454\u044e G \u043f\u0440\u0438\u0431\u043b\u0438\u0437\u043d\u043e \u043f\u043e\u0434\u0432\u043e\u044e\u0454 \u0432\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f, \u043e\u0441\u043a\u0456\u043b\u044c\u043a\u0438 \u0432\u0438\u043c\u0430\u0433\u0430\u0454 \u0431\u0456\u043b\u044c\u0448\u043e\u0457 \u043a\u0456\u043b\u044c\u043a\u043e\u0441\u0442\u0456 \u0456\u0442\u0435\u0440\u0430\u0446\u0456\u0439 \u043a\u043e\u0440\u0435\u043a\u0446\u0456\u0457, \u0442\u043e\u0447\u043d\u0456\u0448\u0438\u0445 \u0432\u0438\u043c\u0456\u0440\u044e\u0432\u0430\u043b\u044c\u043d\u0438\u0445 \u043c\u043e\u0436\u043b\u0438\u0432\u043e\u0441\u0442\u0435\u0439 \u0442\u0430 \u0442\u0440\u0438\u0432\u0430\u043b\u0456\u0448\u043e\u0433\u043e \u0447\u0430\u0441\u0443 \u0440\u043e\u0431\u043e\u0442\u0438 \u043c\u0430\u0448\u0438\u043d\u0438. \u0413\u0440\u0430\u0434\u0430\u0446\u0456\u0457 G \u0434\u043e\u043f\u043e\u043c\u0430\u0433\u0430\u044e\u0442\u044c \u0456\u043d\u0436\u0435\u043d\u0435\u0440\u0430\u043c \u0432\u0438\u0431\u0440\u0430\u0442\u0438 \u0435\u043a\u043e\u043d\u043e\u043c\u0456\u0447\u043d\u0438\u0439 \u0440\u0456\u0432\u0435\u043d\u044c \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0456, \u044f\u043a\u0438\u0439 \u0454 \"\u0434\u043e\u0441\u0442\u0430\u0442\u043d\u044c\u043e \u0445\u043e\u0440\u043e\u0448\u0438\u043c\" \u0434\u043b\u044f \u0437\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f, \u043d\u0435 \u0432\u0438\u0442\u0440\u0430\u0447\u0430\u044e\u0447\u0438 \u0440\u0435\u0441\u0443\u0440\u0441\u0438 \u043d\u0430 \u043d\u0435\u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0443 \u0442\u043e\u0447\u043d\u0456\u0441\u0442\u044c.<\/p>\n<h3>\u0417\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0435\u043d\u043d\u044f \u043d\u0430\u0434\u0456\u0439\u043d\u043e\u0441\u0442\u0456 \u0442\u0430 \u0442\u0435\u0440\u043c\u0456\u043d\u0443 \u0441\u043b\u0443\u0436\u0431\u0438 \u043f\u0456\u0434\u0448\u0438\u043f\u043d\u0438\u043a\u0456\u0432<\/h3>\n<p>\u0412\u0438\u0431\u0456\u0440 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0443 G \u0433\u0430\u0440\u0430\u043d\u0442\u0443\u0454, \u0449\u043e \u043c\u0430\u0448\u0438\u043d\u0430 \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u0442\u0438\u043c\u0435 \u0437 \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u043d\u0438\u043c \u0440\u0456\u0432\u043d\u0435\u043c \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457, \u0431\u0435\u0437\u043f\u043e\u0441\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u0437\u043c\u0435\u043d\u0448\u0443\u044e\u0447\u0438 \u0434\u0438\u043d\u0430\u043c\u0456\u0447\u043d\u0456 \u043d\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f \u043d\u0430 \u043f\u0456\u0434\u0448\u0438\u043f\u043d\u0438\u043a\u0438, \u0443\u0449\u0456\u043b\u044c\u043d\u0435\u043d\u043d\u044f, \u043c\u0443\u0444\u0442\u0438 \u0442\u0430 \u043e\u043f\u043e\u0440\u043d\u0456 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u0457. \u0417\u0432&#039;\u044f\u0437\u043e\u043a \u043c\u0456\u0436 \u0441\u0438\u043b\u043e\u044e \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443 \u0442\u0430 \u0442\u0435\u0440\u043c\u0456\u043d\u043e\u043c \u0441\u043b\u0443\u0436\u0431\u0438 \u043f\u0456\u0434\u0448\u0438\u043f\u043d\u0438\u043a\u0430 \u0454 \u0440\u0430\u0437\u044e\u0447\u0438\u043c: \u0437\u043c\u0435\u043d\u0448\u0435\u043d\u043d\u044f \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443 \u043d\u0430 50% \u043c\u043e\u0436\u0435 \u0437\u0431\u0456\u043b\u044c\u0448\u0438\u0442\u0438 \u0442\u0435\u0440\u043c\u0456\u043d \u0441\u043b\u0443\u0436\u0431\u0438 \u043f\u0456\u0434\u0448\u0438\u043f\u043d\u0438\u043a\u0430 L10 \u0443 8 \u0440\u0430\u0437\u0456\u0432 (\u0437\u0430\u0432\u0434\u044f\u043a\u0438 \u043a\u0443\u0431\u0456\u0447\u043d\u043e\u043c\u0443 \u0441\u043f\u0456\u0432\u0432\u0456\u0434\u043d\u043e\u0448\u0435\u043d\u043d\u044e \u0432 \u0440\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043a\u0430\u0445 \u0442\u0435\u0440\u043c\u0456\u043d\u0443 \u0441\u043b\u0443\u0436\u0431\u0438 \u043f\u0456\u0434\u0448\u0438\u043f\u043d\u0438\u043a\u0430). \u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430 \u044f\u043a\u0456\u0441\u0442\u044c \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0454 \u043e\u0434\u043d\u0438\u043c \u0437 \u043d\u0430\u0439\u0431\u0456\u043b\u044c\u0448 \u0435\u043a\u043e\u043d\u043e\u043c\u0456\u0447\u043d\u043e \u0435\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u0438\u0445 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0445 \u043f\u043e\u043a\u0440\u0430\u0449\u0435\u043d\u044c \u043d\u0430\u0434\u0456\u0439\u043d\u043e\u0441\u0442\u0456.<\/p>\n<h3>\u0414\u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u043d\u043e\u0440\u043c\u0430\u0442\u0438\u0432\u043d\u0438\u0445 \u0442\u0430 \u0434\u043e\u0433\u043e\u0432\u0456\u0440\u043d\u0438\u0445 \u0432\u0438\u043c\u043e\u0433<\/h3>\n<p>\u0411\u0430\u0433\u0430\u0442\u043e \u0433\u0430\u043b\u0443\u0437\u0435\u0432\u0438\u0445 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0456\u0432 \u0442\u0430 \u0441\u043f\u0435\u0446\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0439 \u043d\u0430 \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f \u043c\u0456\u0441\u0442\u044f\u0442\u044c \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u043a\u043b\u0430\u0441\u0438 ISO G \u044f\u043a \u043d\u0430 \u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0456 \u0432\u0438\u043c\u043e\u0433\u0438. \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0438 API \u0434\u043b\u044f \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f \u043d\u0430\u0444\u0442\u043e\u0432\u043e\u0457 \u043f\u0440\u043e\u043c\u0438\u0441\u043b\u043e\u0432\u043e\u0441\u0442\u0456, \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0438 IEC \u0434\u043b\u044f \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u0434\u0432\u0438\u0433\u0443\u043d\u0456\u0432 \u0442\u0430 \u0432\u0456\u0439\u0441\u044c\u043a\u043e\u0432\u0456 \u0441\u043f\u0435\u0446\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0457 \u0434\u043b\u044f \u043e\u0431\u043e\u0440\u043e\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f \u2014 \u0443\u0441\u0456 \u0432\u043e\u043d\u0438 \u043f\u043e\u0441\u0438\u043b\u0430\u044e\u0442\u044c\u0441\u044f \u043d\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u043a\u043b\u0430\u0441\u0456\u0432 ISO G \u0430\u0431\u043e \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u044e\u0442\u044c \u0457\u0457. \u0414\u043e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0446\u0438\u0445 \u0432\u0438\u043c\u043e\u0433 \u0447\u0430\u0441\u0442\u043e \u0454 \u043e\u0431\u043e\u0432'\u044f\u0437\u043a\u043e\u0432\u0438\u043c \u0437\u0430 \u043a\u043e\u043d\u0442\u0440\u0430\u043a\u0442\u043e\u043c \u0456 \u043c\u043e\u0436\u0435 \u043f\u0456\u0434\u043b\u044f\u0433\u0430\u0442\u0438 \u0430\u0443\u0434\u0438\u0442\u0443 \u0430\u0431\u043e \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u0446\u0456.<\/p>\n<h3>\u0411\u0430\u0437\u043e\u0432\u0438\u0439 \u0440\u0456\u0432\u0435\u043d\u044c \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u043d\u043e\u0433\u043e \u0442\u0435\u0445\u043d\u0456\u0447\u043d\u043e\u0433\u043e \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u044f<\/h3>\n<p>\u041a\u043e\u043b\u0438 \u0440\u043e\u0442\u043e\u0440 \u0437\u0431\u0430\u043b\u0430\u043d\u0441\u043e\u0432\u0430\u043d\u0438\u0439 \u0434\u043e \u0432\u0456\u0434\u043e\u043c\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0443 G \u0456 \u043f\u043e\u0447\u0430\u0442\u043a\u043e\u0432\u0438\u0439 \u0440\u0456\u0432\u0435\u043d\u044c \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457 \u0437\u0430\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432\u0430\u043d\u0438\u0439, \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0456 \u0432\u0438\u043c\u0456\u0440\u044e\u0432\u0430\u043d\u043d\u044f \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u0457 \u043c\u043e\u0436\u043d\u0430 \u043f\u043e\u0440\u0456\u0432\u043d\u044f\u0442\u0438 \u0437 \u043d\u0438\u043c. <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/baseline\/\">\u0431\u0430\u0437\u043e\u0432\u0438\u0439 \u0440\u0456\u0432\u0435\u043d\u044c<\/a>. \u0411\u0443\u0434\u044c-\u044f\u043a\u0435 \u0437\u0431\u0456\u043b\u044c\u0448\u0435\u043d\u043d\u044f <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/running-speed\/\">1\u00d7 \u043e\u0431\/\u0445\u0432<\/a> \u0432\u0456\u0431\u0440\u0430\u0446\u0456\u044f \u043d\u0435\u0433\u0430\u0439\u043d\u043e \u0432\u043a\u0430\u0437\u0443\u0454 \u043d\u0430 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441, \u0449\u043e \u0440\u043e\u0437\u0432\u0438\u0432\u0430\u0454\u0442\u044c\u0441\u044f (\u0447\u0435\u0440\u0435\u0437 \u0435\u0440\u043e\u0437\u0456\u044e, \u043d\u0430\u043b\u0438\u043f\u0430\u043d\u043d\u044f, \u0432\u0442\u0440\u0430\u0442\u0443 \u0434\u0435\u0442\u0430\u043b\u0435\u0439 \u0430\u0431\u043e \u0442\u0435\u043f\u043b\u043e\u0432\u0438\u0439 \u043f\u0440\u043e\u0433\u0438\u043d), \u0449\u043e \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0454 \u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u0438 \u043f\u0440\u0435\u0432\u0435\u043d\u0442\u0438\u0432\u043d\u0443 \u043f\u0440\u043e\u0444\u0456\u043b\u0430\u043a\u0442\u0438\u043a\u0443 <a href=\"https:\/\/vibromera.eu\/uk\/glossary\/predictive-maintenance\/\">\u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u044f<\/a> \u0434\u043e \u0442\u043e\u0433\u043e, \u044f\u043a \u0432\u0438\u043d\u0438\u043a\u043d\u0443\u0442\u044c \u043f\u043e\u0448\u043a\u043e\u0434\u0436\u0435\u043d\u043d\u044f.<\/p>\n<div class=\"info-box success\">\n<div class=\"box-title\">\u041e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f \u0434\u043b\u044f \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0456\u0431\u0440\u043e\u043c\u0435\u0442\u0440\u0456\u0432 \u0442\u0430 G-\u043a\u043b\u0430\u0441\u0438<\/div>\n<p>The <a href=\"https:\/\/vibromera.eu\/uk\/%d0%bf%d1%80%d0%be%d0%b4%d1%83%d0%ba%d1%82\/balanset-1\/\">Balanset-1A<\/a> \u0456 <a href=\"https:\/\/vibromera.eu\/uk\/%d0%bf%d1%80%d0%be%d0%b4%d1%83%d0%ba%d1%82\/balanset-4\/\">Balanset-4<\/a> \u041f\u043e\u0440\u0442\u0430\u0442\u0438\u0432\u043d\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u0456 \u043f\u0440\u0438\u0441\u0442\u0440\u043e\u0457 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u044e\u0442\u044c \u0441\u043f\u0435\u0446\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u044e \u043a\u043b\u0430\u0441\u0443 G \u0431\u0435\u0437\u043f\u043e\u0441\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u0443 \u0441\u0432\u043e\u0454\u043c\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043d\u043e\u043c\u0443 \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0435\u043d\u043d\u0456. \u041e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u0438 \u0432\u0432\u043e\u0434\u044f\u0442\u044c \u0431\u0430\u0436\u0430\u043d\u0438\u0439 \u043a\u043b\u0430\u0441 G, \u043c\u0430\u0441\u0443 \u0440\u043e\u0442\u043e\u0440\u0430 \u0442\u0430 \u0440\u043e\u0431\u043e\u0447\u0443 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c, \u0430 \u043f\u0440\u0438\u0441\u0442\u0440\u0456\u0439 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0440\u043e\u0437\u0440\u0430\u0445\u043e\u0432\u0443\u0454 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0438\u0439 \u0434\u043e\u043f\u0443\u0441\u043a \u0456 \u0432\u0456\u0434\u043e\u0431\u0440\u0430\u0436\u0430\u0454 \u0441\u0442\u0430\u0442\u0443\u0441 \u00ab\u0437\u0430\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u043e\/\u043d\u0435 \u0437\u0430\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u043e\u00bb \u043f\u0456\u0434 \u0447\u0430\u0441 \u043f\u0440\u043e\u0446\u0435\u0441\u0443 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f. \u0426\u0435 \u0443\u0441\u0443\u0432\u0430\u0454 \u043f\u043e\u043c\u0438\u043b\u043a\u0438 \u0440\u0443\u0447\u043d\u043e\u0433\u043e \u0440\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043a\u0443 \u0442\u0430 \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0443\u0454 \u043f\u043e\u0441\u043b\u0456\u0434\u043e\u0432\u043d\u0443 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u0456\u0441\u0442\u044c \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0430\u043c ISO.<\/p>\n<\/p><\/div>\n<hr style=\"margin: 48px 0 24px; border: none; border-top: 1px solid var(--border-light);\">\n<p><a href=\"https:\/\/vibromera.eu\/uk\/glossary\/\">\u2190 \u041d\u0430\u0437\u0430\u0434 \u0434\u043e \u043f\u043e\u043a\u0430\u0436\u0447\u0438\u043a\u0430 \u0433\u043b\u043e\u0441\u0430\u0440\u0456\u044e<\/a><\/p>\n<\/article>\n<p>      <!-- TOC SIDEBAR --><\/p>\n<aside class=\"toc-sidebar\">\n<div class=\"toc-box\">\n<h3>\u041d\u0430 \u0446\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456<\/h3>\n<p>          <a href=\"#calculator\">\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443<\/a><br \/>\n          <a href=\"#grade-overview\">\u041e\u0433\u043b\u044f\u0434 G-\u043a\u043b\u0430\u0441\u0443<\/a><br \/>\n          <a href=\"#full-table\">\u041f\u043e\u0432\u043d\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u044f ISO<\/a><br \/>\n          <a href=\"#definition\">\u0412\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f<\/a><br \/>\n          <a class=\"sub\" href=\"#definition\">\u0406\u0441\u0442\u043e\u0440\u0438\u0447\u043d\u0438\u0439 \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442<\/a><br \/>\n          <a href=\"#how-it-works\">\u042f\u043a \u043f\u0440\u0430\u0446\u044e\u044e\u0442\u044c \u043e\u0446\u0456\u043d\u043a\u0438 G<\/a><br \/>\n          <a class=\"sub\" href=\"#how-it-works\">\u041e\u0441\u043d\u043e\u0432\u043d\u0456 \u0444\u043e\u0440\u043c\u0443\u043b\u0438<\/a><br \/>\n          <a class=\"sub\" href=\"#how-it-works\">\u041f\u043e\u044f\u0441\u043d\u0435\u043d\u043d\u044f \u0437\u043c\u0456\u043d\u043d\u0438\u0445<\/a><br \/>\n          <a class=\"sub\" href=\"#how-it-works\">\u0413\u0435\u043e\u043c\u0435\u0442\u0440\u0438\u0447\u043d\u0430 \u0456\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0430\u0446\u0456\u044f<\/a><br \/>\n          <a href=\"#selecting\">\u0412\u0438\u0431\u0456\u0440 \u0441\u043e\u0440\u0442\u0443<\/a><br \/>\n          <a class=\"sub\" href=\"#selecting\">\u0424\u0430\u043a\u0442\u043e\u0440\u0438 \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u0442\u044f \u0440\u0456\u0448\u0435\u043d\u044c<\/a><br \/>\n          <a class=\"sub\" href=\"#selecting\">\u0413\u0430\u043b\u0443\u0437\u0435\u0432\u0456 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0456\u0457<\/a><br \/>\n          <a href=\"#practical\">\u041f\u0440\u0430\u043a\u0442\u0438\u0447\u043d\u0456 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0438<\/a><br \/>\n          <a class=\"sub\" href=\"#practical\">\u0420\u043e\u0431\u043e\u0447\u0435 \u043a\u043e\u043b\u0435\u0441\u043e \u043d\u0430\u0441\u043e\u0441\u0430<\/a><br \/>\n          <a class=\"sub\" href=\"#practical\">\u0420\u043e\u0442\u043e\u0440 \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440\u0430<\/a><br \/>\n          <a class=\"sub\" href=\"#practical\">\u0422\u0443\u0440\u0431\u043e\u043a\u043e\u043c\u043f\u0440\u0435\u0441\u043e\u0440<\/a><br \/>\n          <a href=\"#two-plane\">\u0414\u0432\u043e\u043f\u043b\u043e\u0449\u0438\u043d\u043d\u0435 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f<\/a><br \/>\n          <a href=\"#common-mistakes\">\u041f\u043e\u0448\u0438\u0440\u0435\u043d\u0456 \u043f\u043e\u043c\u0438\u043b\u043a\u0438<\/a><br \/>\n          <a href=\"#importance\">\u0427\u043e\u043c\u0443 \u0446\u0435 \u0432\u0430\u0436\u043b\u0438\u0432\u043e<\/a>\n        <\/div>\n<div class=\"toc-box\" style=\"margin-top: 24px; background: var(--navy); border-color: var(--navy);\">\n<h3 style=\"color: var(--white);\">\u0412\u0456\u0431\u0440\u043e\u043c\u0456\u0440\u043d\u0435 \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f<\/h3>\n<p style=\"color: rgba(255,255,255,0.6); font-size: 13px; margin-bottom: 12px;\">\u041f\u043e\u0440\u0442\u0430\u0442\u0438\u0432\u043d\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u0456 \u043f\u0440\u0438\u0441\u0442\u0440\u043e\u0457 \u0437 \u0432\u0431\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u043c \u0440\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043a\u043e\u043c \u0434\u043e\u043f\u0443\u0441\u043a\u0456\u0432 \u043a\u043b\u0430\u0441\u0443 ISO G.<\/p>\n<p>          <a href=\"https:\/\/vibromera.eu\/uk\/%d0%bf%d1%80%d0%be%d0%b4%d1%83%d0%ba%d1%82\/balanset-1\/\" style=\"display: block; padding: 8px 14px; background: var(--blue); color: white; border-radius: 6px; text-align: center; font-weight: 600; font-size: 14px; text-decoration: none; margin-bottom: 8px; border-left: none;\">Balanset-1A \u2192<\/a><br \/>\n          <a href=\"https:\/\/vibromera.eu\/uk\/%d0%bf%d1%80%d0%be%d0%b4%d1%83%d0%ba%d1%82\/balanset-4\/\" style=\"display: block; padding: 8px 14px; background: rgba(255,255,255,0.1); color: white; border-radius: 6px; text-align: center; font-weight: 600; font-size: 14px; text-decoration: none; border: 1px solid rgba(255,255,255,0.2); border-left: none;\">Balanset-4 \u2192<\/a>\n        <\/div>\n<\/aside><\/div>\n<\/p><\/div>\n<p><\/main><\/p>\n<p><!-- SHOP CTA --><\/p>\n<section class=\"shop-cta\">\n<div class=\"container\">\n<h2>\u041f\u0440\u043e\u0444\u0435\u0441\u0456\u0439\u043d\u0435 \u043f\u043e\u0440\u0442\u0430\u0442\u0438\u0432\u043d\u0435 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043b\u044c\u043d\u0435 \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f<\/h2>\n<p>\u0411\u0430\u043b\u0430\u043d\u0441\u0443\u0439\u0442\u0435 \u0440\u043e\u0442\u043e\u0440\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e \u0434\u043e \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0456\u0432 ISO G \u0443 \u043f\u043e\u043b\u044c\u043e\u0432\u0438\u0445 \u0443\u043c\u043e\u0432\u0430\u0445 \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u043f\u0440\u0438\u0441\u0442\u0440\u043e\u0457\u0432 Balanset \u0432\u0456\u0434 Vibromera \u2014 \u0432\u0431\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0439 \u0440\u043e\u0437\u0440\u0430\u0445\u0443\u043d\u043e\u043a \u0434\u043e\u043f\u0443\u0441\u043a\u0456\u0432, \u043c\u043e\u0436\u043b\u0438\u0432\u0456\u0441\u0442\u044c \u0440\u043e\u0431\u043e\u0442\u0438 \u0443 \u0434\u0432\u043e\u0445 \u043f\u043b\u043e\u0449\u0438\u043d\u0430\u0445, \u043f\u0440\u043e\u0444\u0435\u0441\u0456\u0439\u043d\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u0437\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u043c\u0438 \u0446\u0456\u043d\u0430\u043c\u0438.<\/p>\n<p>    <a href=\"https:\/\/vibromera.eu\/uk\/shop\/\" class=\"cta-btn\">\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u043d\u044f \u2192<\/a>\n  <\/div>\n<\/section>\n<p><!-- FOOTER --><\/p>\n<footer class=\"page-footer\">\n<div class=\"container\">\n<p><a href=\"https:\/\/vibromera.eu\/uk\/glossary\/\">\u2190 \u041d\u0430\u0437\u0430\u0434 \u0434\u043e \u0433\u043b\u043e\u0441\u0430\u0440\u0456\u044e<\/a> &nbsp;|&nbsp; <a href=\"https:\/\/vibromera.eu\/uk\/\">vibromera.eu<\/a><\/p>\n<\/p><\/div>\n<\/footer>\n<hr>\n<p><a href=\"https:\/\/vibromera.eu\/uk\/glossary\/\">\u2190 \u041d\u0430\u0437\u0430\u0434 \u0434\u043e \u0433\u043e\u043b\u043e\u0432\u043d\u043e\u0433\u043e \u0456\u043d\u0434\u0435\u043a\u0441\u0443<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>\u0414\u0456\u0437\u043d\u0430\u0439\u0442\u0435\u0441\u044f \u043f\u0440\u043e \u043a\u043b\u0430\u0441\u0438 \u044f\u043a\u043e\u0441\u0442\u0456 \u0431\u0430\u043b\u0430\u043d\u0441\u0443\u0432\u0430\u043d\u043d\u044f (G-\u043a\u043b\u0430\u0441\u0438) \u0437\u0456 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0456\u0432 ISO, \u0441\u0438\u0441\u0442\u0435\u043c\u0438, \u044f\u043a\u0430 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0432\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0433\u043e \u0437\u0430\u043b\u0438\u0448\u043a\u043e\u0432\u043e\u0433\u043e \u0434\u0438\u0441\u0431\u0430\u043b\u0430\u043d\u0441\u0443 \u0434\u043b\u044f \u0440\u0456\u0437\u043d\u0438\u0445 \u0442\u0438\u043f\u0456\u0432 \u0440\u043e\u0442\u043e\u0440\u0456\u0432.<\/p>","protected":false},"featured_media":0,"template":"","meta":{"ai_generated_summary":"","footnotes":""},"categories":[109,111],"tags":[],"class_list":["post-130","glossary","type-glossary","status-publish","hentry","category-glossary","category-rotor-balancing"],"_links":{"self":[{"href":"https:\/\/vibromera.eu\/uk\/wp-json\/wp\/v2\/glossary\/130","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vibromera.eu\/uk\/wp-json\/wp\/v2\/glossary"}],"about":[{"href":"https:\/\/vibromera.eu\/uk\/wp-json\/wp\/v2\/types\/glossary"}],"version-history":[{"count":5,"href":"https:\/\/vibromera.eu\/uk\/wp-json\/wp\/v2\/glossary\/130\/revisions"}],"predecessor-version":[{"id":101732,"href":"https:\/\/vibromera.eu\/uk\/wp-json\/wp\/v2\/glossary\/130\/revisions\/101732"}],"wp:attachment":[{"href":"https:\/\/vibromera.eu\/uk\/wp-json\/wp\/v2\/media?parent=130"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vibromera.eu\/uk\/wp-json\/wp\/v2\/categories?post=130"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vibromera.eu\/uk\/wp-json\/wp\/v2\/tags?post=130"}],"curies":[{"name":"\u0412\u041f","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}