{"id":3946,"date":"2026-03-22T13:09:12","date_gmt":"2026-03-22T13:09:12","guid":{"rendered":"https:\/\/new.equitas-consulting.com\/?page_id=3946"},"modified":"2026-03-28T21:27:52","modified_gmt":"2026-03-28T21:27:52","slug":"industries","status":"publish","type":"page","link":"https:\/\/www.equitas-consulting.com\/ru\/industries\/","title":{"rendered":"Industries"},"content":{"rendered":"<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&#038;family=DM+Sans:wght@300;400;500;700&#038;display=swap\">\n<style>\n\/* ===== EQUITAS SECTORS & REGIONS PAGE \u2014 REVISED V2 ===== *\/\n\n.eq-sectors {\n  --terra:       #C45A10;\n  --terra-light: #D97035;\n  --slate:       #1C2B2B;\n  --slate-mid:   #2A3D3D;\n  --slate-panel: #132022;\n  --off-white:   #F6F3EE;\n  --white:       #FFFFFF;\n  --ink:         #182426;\n  --ink-soft:    #3A4040;\n  --muted:       #7A8A8A;\n  --line:        rgba(196,90,16,0.12);\n  --max:         1320px;\n  font-family: 'DM Sans', sans-serif;\n  color: var(--ink-soft);\n  overflow-x: hidden;\n}\n\n.eq-sectors *, .eq-sectors *::before, .eq-sectors *::after {\n  box-sizing: border-box;\n}\n\n.eq-sectors a { color: inherit; text-decoration: none; }\n\n.eq-sectors .container {\n  width: min(var(--max), calc(100% - 80px));\n  margin: 0 auto;\n}\n\n.eq-sectors .eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 12px;\n  font-size: 11px;\n  font-weight: 400;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--terra-light);\n}\n.eq-sectors .eyebrow::before {\n  content: \"\";\n  width: 30px;\n  height: 1px;\n  background: var(--terra);\n  flex-shrink: 0;\n}\n\n.eq-sectors .section-title {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(2.25rem, 4.5vw, 4rem);\n  line-height: 1.0;\n  font-weight: 500;\n  color: var(--ink);\n}\n.eq-sectors .section-title em { font-style: italic; color: #5f6d70; }\n\n.eq-sectors .section-intro {\n  margin-top: 1.25rem;\n  max-width: 780px;\n  font-size: 0.95rem;\n  line-height: 1.9;\n  color: var(--muted);\n  font-weight: 300;\n}\n\n\/* HERO *\/\n.eq-sectors .hero {\n  position: relative;\n  min-height: 60vh;\n  display: flex;\n  align-items: flex-end;\n  padding: 90px 0 80px;\n  background:\n    linear-gradient(180deg, rgba(28,43,43,0.28) 0%, rgba(28,43,43,0.60) 40%, rgba(28,43,43,0.94) 100%),\n    linear-gradient(135deg, #1C2B2B 0%, #2A3D3D 100%);\n  color: #fff;\n  overflow: hidden;\n}\n\n.eq-sectors .hero::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background-image:\n    linear-gradient(rgba(196,90,16,0.04) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(196,90,16,0.04) 1px, transparent 1px);\n  background-size: 60px 60px;\n  pointer-events: none;\n}\n\n.eq-sectors .hero::after {\n  content: \"\";\n  position: absolute;\n  left: 0; right: 0; bottom: 0;\n  height: 100px;\n  background: linear-gradient(180deg, rgba(246,243,238,0) 0%, var(--off-white) 100%);\n}\n\n.eq-sectors .hero-accent-bar {\n  position: absolute;\n  left: 0; top: 15%; bottom: 15%;\n  width: 3px;\n  background: var(--terra);\n  opacity: 0.5;\n}\n\n.eq-sectors .hero-content {\n  position: relative;\n  z-index: 2;\n  display: grid;\n  grid-template-columns: 1fr 380px;\n  gap: 4rem;\n  align-items: end;\n}\n\n.eq-sectors .hero h1 {\n  margin-top: 18px;\n  font-family: 'Cormorant Garamond', serif;\n  font-weight: 500;\n  font-size: clamp(2.8rem, 5.5vw, 5rem);\n  line-height: 0.95;\n  letter-spacing: -0.02em;\n  color: #fff;\n}\n\n.eq-sectors .hero h1 em {\n  color: var(--terra-light);\n  font-style: italic;\n}\n\n.eq-sectors .hero-copy {\n  margin-top: 24px;\n  max-width: 700px;\n  font-size: 1rem;\n  line-height: 1.9;\n  color: rgba(255,255,255,0.66);\n  font-weight: 300;\n}\n\n.eq-sectors .hero-positioning {\n  margin-top: 14px;\n  max-width: 760px;\n  font-size: 0.88rem;\n  line-height: 1.8;\n  color: rgba(255,255,255,0.78);\n  font-weight: 400;\n}\n\n\/* HERO CARD *\/\n.eq-sectors .hero-card {\n  background: rgba(28,43,43,0.65);\n  border: 1px solid rgba(196,90,16,0.2);\n  backdrop-filter: blur(18px);\n  padding: 28px 26px;\n  align-self: end;\n}\n\n.eq-sectors .hero-card-label {\n  font-size: 0.65rem;\n  text-transform: uppercase;\n  letter-spacing: 0.18em;\n  color: rgba(255,255,255,0.45);\n  margin-bottom: 18px;\n  font-weight: 400;\n}\n\n.eq-sectors .hero-list {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.eq-sectors .hero-list-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 0.82rem;\n  line-height: 1.55;\n  color: rgba(255,255,255,0.72);\n  font-weight: 300;\n}\n\n.eq-sectors .hero-list-item::before {\n  content: \"\";\n  width: 5px;\n  height: 5px;\n  border-radius: 50%;\n  background: var(--terra);\n  flex-shrink: 0;\n  margin-top: 6px;\n}\n\n\/* INTRO *\/\n.eq-sectors .intro-section {\n  background: var(--white);\n  padding: 60px 0;\n}\n\n.eq-sectors .intro-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 1px;\n  background: rgba(28,43,43,0.08);\n  margin-top: 36px;\n}\n\n.eq-sectors .intro-panel {\n  background: var(--white);\n  padding: 48px 44px;\n}\n\n.eq-sectors .intro-panel p {\n  font-size: 0.95rem;\n  font-weight: 300;\n  line-height: 1.95;\n  color: var(--ink-soft);\n  margin-bottom: 1.25rem;\n}\n.eq-sectors .intro-panel p:last-child { margin-bottom: 0; }\n\n.eq-sectors .quote-panel {\n  background: var(--slate-panel);\n  padding: 48px 44px;\n  border-left: 4px solid var(--terra);\n}\n\n.eq-sectors .quote-panel .label {\n  font-size: 0.65rem;\n  font-weight: 400;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  color: var(--terra-light);\n  margin-bottom: 2rem;\n  display: block;\n}\n\n.eq-sectors .quote-panel blockquote {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(1.5rem, 2.2vw, 2rem);\n  line-height: 1.3;\n  color: rgba(255,255,255,0.88);\n  margin-bottom: 1.5rem;\n  font-style: italic;\n}\n\n.eq-sectors .quote-panel p {\n  font-size: 0.88rem;\n  font-weight: 300;\n  line-height: 1.9;\n  color: rgba(255,255,255,0.56);\n}\n\n\/* FEATURED FOUR SECTORS *\/\n.eq-sectors .featured-section {\n  background: var(--off-white);\n  padding: 60px 0;\n}\n\n.eq-sectors .featured-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 1px;\n  background: rgba(28,43,43,0.08);\n  margin-top: 36px;\n}\n\n.eq-sectors .featured-card {\n  background: var(--white);\n  padding: 44px 42px;\n  position: relative;\n  overflow: hidden;\n  transition: background 0.3s ease;\n}\n\n.eq-sectors .featured-card::before {\n  content: \"\";\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 4px;\n  background: var(--terra);\n}\n\n.eq-sectors .featured-card::after {\n  content: \"\";\n  position: absolute;\n  bottom: 0; left: 0;\n  width: 0; height: 3px;\n  background: var(--terra-light);\n  transition: width 0.4s ease;\n}\n\n.eq-sectors .featured-card:hover { background: var(--off-white); }\n.eq-sectors .featured-card:hover::after { width: 100%; }\n\n.eq-sectors .featured-num {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 3rem;\n  font-weight: 400;\n  color: rgba(196,90,16,0.15);\n  line-height: 1;\n  margin-bottom: 0.5rem;\n}\n\n.eq-sectors .featured-tag {\n  font-size: 0.65rem;\n  font-weight: 500;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--terra);\n  margin-bottom: 1rem;\n  display: block;\n}\n\n.eq-sectors .featured-title {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(1.8rem, 2.5vw, 2.4rem);\n  font-weight: 500;\n  color: var(--ink);\n  line-height: 1.1;\n  margin-bottom: 1.25rem;\n}\n\n.eq-sectors .featured-desc {\n  font-size: 0.9rem;\n  font-weight: 300;\n  line-height: 1.85;\n  color: var(--ink-soft);\n  margin-bottom: 1.4rem;\n}\n\n.eq-sectors .featured-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 6px;\n}\n\n.eq-sectors .tag {\n  font-size: 0.68rem;\n  font-weight: 400;\n  letter-spacing: 0.06em;\n  padding: 4px 12px;\n  background: var(--off-white);\n  color: var(--ink-soft);\n  border: 1px solid rgba(196,90,16,0.15);\n}\n\n.eq-sectors .featured-card:hover .tag { background: var(--white); }\n\n\/* ALL SECTORS *\/\n.eq-sectors .sectors-section {\n  background: var(--white);\n  padding: 60px 0;\n}\n\n.eq-sectors .sectors-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  background: rgba(28,43,43,0.08);\n  margin-top: 36px;\n}\n\n.eq-sectors .sector-card {\n  background: var(--white);\n  padding: 36px 32px;\n  position: relative;\n  overflow: hidden;\n  transition: background 0.3s ease;\n}\n\n.eq-sectors .sector-card::after {\n  content: \"\";\n  position: absolute;\n  bottom: 0; left: 0;\n  width: 0; height: 3px;\n  background: var(--terra);\n  transition: width 0.4s ease;\n}\n\n.eq-sectors .sector-card:hover { background: var(--off-white); }\n.eq-sectors .sector-card:hover::after { width: 100%; }\n\n.eq-sectors .sector-num {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 0.9rem;\n  color: var(--terra);\n  margin-bottom: 0.75rem;\n  display: block;\n}\n\n.eq-sectors .sector-title {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.35rem;\n  font-weight: 500;\n  color: var(--ink);\n  margin-bottom: 0.6rem;\n  line-height: 1.2;\n}\n\n.eq-sectors .sector-desc {\n  font-size: 0.84rem;\n  font-weight: 300;\n  line-height: 1.8;\n  color: var(--muted);\n}\n\n\/* REGIONS *\/\n.eq-sectors .regions-section {\n  background: var(--slate);\n  padding: 60px 0;\n}\n\n.eq-sectors .regions-section .section-title { color: rgba(255,255,255,0.88); }\n.eq-sectors .regions-section .section-title em { color: rgba(196,90,16,0.85); }\n.eq-sectors .regions-section .section-intro { color: rgba(255,255,255,0.45); }\n.eq-sectors .regions-section .eyebrow { color: var(--terra-light); }\n\n.eq-sectors .regions-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 1px;\n  background: rgba(196,90,16,0.12);\n  margin-top: 36px;\n}\n\n.eq-sectors .region-card {\n  background: var(--slate);\n  padding: 40px 32px;\n  position: relative;\n  overflow: hidden;\n  transition: background 0.2s;\n}\n\n.eq-sectors .region-card::after {\n  content: \"\";\n  position: absolute;\n  bottom: 0; left: 0;\n  width: 0; height: 3px;\n  background: var(--terra);\n  transition: width 0.4s ease;\n}\n\n.eq-sectors .region-card:hover { background: var(--slate-mid); }\n.eq-sectors .region-card:hover::after { width: 100%; }\n\n.eq-sectors .region-num {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 0.9rem;\n  color: var(--terra);\n  margin-bottom: 1rem;\n  display: block;\n}\n\n.eq-sectors .region-title {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.4rem;\n  font-weight: 500;\n  color: rgba(255,255,255,0.88);\n  margin-bottom: 0.75rem;\n  line-height: 1.15;\n}\n\n.eq-sectors .region-countries {\n  font-size: 0.82rem;\n  font-weight: 400;\n  color: var(--terra-light);\n  margin-bottom: 0.75rem;\n  letter-spacing: 0.04em;\n  line-height: 1.7;\n}\n\n.eq-sectors .region-desc {\n  font-size: 0.84rem;\n  font-weight: 300;\n  line-height: 1.8;\n  color: rgba(255,255,255,0.45);\n}\n\n\/* EXPERTISE *\/\n.eq-sectors .expertise-section {\n  background: var(--off-white);\n  padding: 60px 0;\n}\n\n.eq-sectors .expertise-layout {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 6rem;\n  align-items: start;\n  margin-top: 36px;\n}\n\n.eq-sectors .expertise-steps { display: flex; flex-direction: column; }\n\n.eq-sectors .expertise-step {\n  display: grid;\n  grid-template-columns: 60px 1fr;\n  gap: 1.5rem;\n  padding: 2rem 0;\n  border-bottom: 1px solid rgba(28,43,43,0.06);\n}\n\n.eq-sectors .expertise-step:first-child { padding-top: 0; }\n.eq-sectors .expertise-step:last-child { border-bottom: none; }\n\n.eq-sectors .step-num {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.2rem;\n  font-weight: 400;\n  color: var(--terra);\n  padding-top: 2px;\n}\n\n.eq-sectors .step-title {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.15rem;\n  font-weight: 500;\n  color: var(--ink);\n  margin-bottom: 0.5rem;\n}\n\n.eq-sectors .step-body {\n  font-size: 0.88rem;\n  font-weight: 300;\n  line-height: 1.8;\n  color: var(--ink-soft);\n}\n\n.eq-sectors .expertise-panel {\n  background: var(--slate-panel);\n  padding: 3rem 3.2rem;\n  border-left: 4px solid var(--terra);\n  position: relative;\n}\n\n.eq-sectors .expertise-panel .label {\n  font-size: 0.65rem;\n  font-weight: 400;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  color: var(--terra-light);\n  margin-bottom: 2rem;\n  display: block;\n}\n\n.eq-sectors .expertise-panel blockquote {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(1.4rem, 2vw, 1.8rem);\n  line-height: 1.35;\n  color: rgba(255,255,255,0.88);\n  margin-bottom: 1.5rem;\n  font-style: italic;\n}\n\n.eq-sectors .expertise-panel p {\n  font-size: 0.88rem;\n  font-weight: 300;\n  line-height: 1.9;\n  color: rgba(255,255,255,0.5);\n  margin-bottom: 0.8rem;\n}\n.eq-sectors .expertise-panel p:last-child { margin-bottom: 0; }\n\n\/* STRIP *\/\n.eq-sectors .strip {\n  background: var(--slate);\n  padding: 38px 0;\n}\n\n.eq-sectors .strip-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 1px;\n  background: rgba(196,90,16,0.12);\n}\n\n.eq-sectors .strip-item {\n  padding: 18px 28px;\n  text-align: center;\n  background: var(--slate);\n}\n\n.eq-sectors .strip-label {\n  font-size: 0.6rem;\n  font-weight: 400;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--muted);\n  margin-bottom: 4px;\n}\n\n.eq-sectors .strip-value {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.05rem;\n  font-weight: 500;\n  line-height: 1.6;\n  color: rgba(255,255,255,0.82);\n}\n\n\/* CTA *\/\n.eq-sectors .cta-section {\n  background: var(--terra);\n  padding: 60px 0;\n}\n\n.eq-sectors .cta-inner {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 2rem;\n  flex-wrap: wrap;\n}\n\n.eq-sectors .cta-inner h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(1.8rem, 3vw, 2.8rem);\n  line-height: 1.1;\n  font-weight: 500;\n  color: #fff;\n  margin-bottom: 8px;\n}\n\n.eq-sectors .cta-inner p {\n  font-size: 0.9rem;\n  line-height: 1.8;\n  color: rgba(255,255,255,0.75);\n  max-width: 560px;\n  font-weight: 300;\n}\n\n.eq-sectors .btn-dark {\n  background: var(--slate);\n  color: var(--terra-light);\n  border: none;\n  padding: 16px 36px;\n  font-size: 0.75rem;\n  font-weight: 500;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  white-space: nowrap;\n  transition: opacity 0.2s;\n  flex-shrink: 0;\n  display: inline-block;\n  cursor: pointer;\n}\n.eq-sectors .btn-dark:hover { opacity: 0.85; }\n\n\/* RESPONSIVE *\/\n@media (max-width: 1100px) {\n  .eq-sectors .hero-content { grid-template-columns: 1fr; }\n  .eq-sectors .hero-card { display: none; }\n  .eq-sectors .intro-grid { grid-template-columns: 1fr; }\n  .eq-sectors .featured-grid { grid-template-columns: 1fr; }\n  .eq-sectors .sectors-grid { grid-template-columns: repeat(2, 1fr); }\n  .eq-sectors .regions-grid { grid-template-columns: repeat(2, 1fr); }\n  .eq-sectors .expertise-layout { grid-template-columns: 1fr; gap: 2rem; }\n  .eq-sectors .strip-grid { grid-template-columns: repeat(2, 1fr); }\n  .eq-sectors .cta-inner { flex-direction: column; align-items: flex-start; }\n}\n\n@media (max-width: 768px) {\n  .eq-sectors .hero { padding: 60px 0; }\n  .eq-sectors .sectors-grid,\n  .eq-sectors .regions-grid,\n  .eq-sectors .strip-grid { grid-template-columns: 1fr; }\n  .eq-sectors .container { width: min(var(--max), calc(100% - 32px)); }\n}\n<\/style>\n\n<div class=\"eq-sectors\">\n\n  <!-- HERO -->\n  <header class=\"hero\">\n    <div class=\"hero-accent-bar\"><\/div>\n    <div class=\"container hero-content\">\n      <div>\n        <div class=\"eyebrow\">Sectors &#038; Regions<\/div>\n        <h1>Construction disputes expertise across <em>major sectors and regions<\/em><\/h1>\n        <p class=\"hero-copy\">Equitas advises on construction claims, delay, quantum and dispute resolution across a broad range of project types and international regions. Our sector knowledge is built on direct experience of the technical, contractual and commercial issues that shape disputes in each industry we work in.<\/p>\n        <p class=\"hero-positioning\">We advise contractors, employers and legal teams on international projects where understanding the sector is as important as understanding the contract.<\/p>\n      <\/div>\n\n      <div class=\"hero-card\">\n        <div class=\"hero-card-label\">At a glance<\/div>\n        <div class=\"hero-list\">\n          <div class=\"hero-list-item\">Core strength in roads, power, water and marine sectors<\/div>\n          <div class=\"hero-list-item\">Experience across Europe, CIS, Middle East and Africa<\/div>\n          <div class=\"hero-list-item\">FIDIC-based contracts across major project types<\/div>\n          <div class=\"hero-list-item\">Delay and quantum analysis tailored to sector context<\/div>\n          <div class=\"hero-list-item\">International arbitration and dispute board experience<\/div>\n          <div class=\"hero-list-item\">English and Turkish, with Russian-language capability<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <!-- INTRO -->\n  <section class=\"intro-section\">\n    <div class=\"container\">\n      <div class=\"eyebrow\">Why Sector Knowledge Matters<\/div>\n      <h2 class=\"section-title\" style=\"margin-top:1rem;\">Sector experience that<br><em>strengthens dispute analysis<\/em><\/h2>\n\n      <div class=\"intro-grid\">\n        <div class=\"intro-panel\">\n          <p>Construction and engineering disputes are rarely generic. The technical issues, programme logic, productivity benchmarks, risk allocation and commercial pressures that shape a dispute are often specific to the sector in which the project sits. A roads claim is not analysed in the same way as a marine claim, and a power project delay raises different causation and interface issues from a building project.<\/p>\n          <p>Equitas brings sector-specific understanding to its claims, delay, quantum and dispute work. This is not a background credential; it is an active input into how positions are assessed, structured and presented.<\/p>\n        <\/div>\n\n        <div class=\"quote-panel\">\n          <span class=\"label\">Our Position<\/span>\n          <blockquote>&#8220;Sector knowledge is not a marketing point. It directly affects the quality of delay analysis, quantum assessment and expert opinion in disputes arising from that industry.&#8221;<\/blockquote>\n          <p>Understanding the technical realities of a project type \u2014 its programme structure, productivity assumptions and risk profile \u2014 helps us develop positions that are analytically stronger and commercially more realistic.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FEATURED FOUR SECTORS -->\n  <section class=\"featured-section\">\n    <div class=\"container\">\n      <div class=\"eyebrow\">Core Sector Strengths<\/div>\n      <h2 class=\"section-title\" style=\"margin-top:1rem;\">Four sectors where our<br><em>experience runs deepest<\/em><\/h2>\n      <p class=\"section-intro\">While we advise across a broad range of project types, these four sectors represent areas of particularly strong and direct experience.<\/p>\n\n      <div class=\"featured-grid\">\n\n        <div class=\"featured-card\">\n          <div class=\"featured-num\">01<\/div>\n          <span class=\"featured-tag\">Core Sector<\/span>\n          <h3 class=\"featured-title\">Roads &#038; Highways<\/h3>\n          <p class=\"featured-desc\">Extensive experience on road construction and highway projects across multiple jurisdictions, including major international infrastructure programmes in Europe, Africa and the Middle East. We advise on claims involving access and possession, ground conditions, design-related delays, interface issues, acceleration and variations, as well as disputes under FIDIC-based contracts.<\/p>\n          <div class=\"featured-tags\">\n            <span class=\"tag\">FIDIC Red Book<\/span>\n            <span class=\"tag\">Extension of Time<\/span>\n            <span class=\"tag\">Access &#038; Possession<\/span>\n            <span class=\"tag\">Ground Conditions<\/span>\n            <span class=\"tag\">Acceleration<\/span>\n            <span class=\"tag\">DAB \/ DAAB<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"featured-card\">\n          <div class=\"featured-num\">02<\/div>\n          <span class=\"featured-tag\">Core Sector<\/span>\n          <h3 class=\"featured-title\">Power &#038; Energy<\/h3>\n          <p class=\"featured-desc\">Advisory experience across power generation, transmission and energy infrastructure projects, including thermal, hydroelectric and related civil works. Power sector disputes often involve interface issues, performance testing delays, design responsibility and specialist subcontract arrangements. We understand the programme and commercial dynamics that make these projects distinct.<\/p>\n          <div class=\"featured-tags\">\n            <span class=\"tag\">FIDIC Yellow Book<\/span>\n            <span class=\"tag\">Design Responsibility<\/span>\n            <span class=\"tag\">Performance Testing<\/span>\n            <span class=\"tag\">Interface Delays<\/span>\n            <span class=\"tag\">Subcontract Issues<\/span>\n            <span class=\"tag\">Commissioning Delays<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"featured-card\">\n          <div class=\"featured-num\">03<\/div>\n          <span class=\"featured-tag\">Core Sector<\/span>\n          <h3 class=\"featured-title\">Water &#038; Utilities<\/h3>\n          <p class=\"featured-desc\">Experience on water treatment, pipeline, irrigation and utilities infrastructure projects. These projects frequently generate disputes around ground conditions, utility interfaces, design development, testing and commissioning delays and unforeseen conditions. We advise on entitlement, delay and quantum with close attention to those technical and programme realities.<\/p>\n          <div class=\"featured-tags\">\n            <span class=\"tag\">Pipeline Projects<\/span>\n            <span class=\"tag\">Water Treatment<\/span>\n            <span class=\"tag\">Unforeseen Conditions<\/span>\n            <span class=\"tag\">Utility Interfaces<\/span>\n            <span class=\"tag\">Testing &#038; Commissioning<\/span>\n            <span class=\"tag\">Irrigation<\/span>\n          <\/div>\n        <\/div>\n\n        <div class=\"featured-card\">\n          <div class=\"featured-num\">04<\/div>\n          <span class=\"featured-tag\">Core Sector<\/span>\n          <h3 class=\"featured-title\">Marine &#038; Coastal<\/h3>\n          <p class=\"featured-desc\">Advisory experience on marine structures, port facilities, coastal works and offshore infrastructure. Marine projects often present distinctive programme and quantum issues, including weather dependency, tidal working, specialist plant availability, production rates and access constraints. We reflect those realities in both entitlement and evidential analysis.<\/p>\n          <div class=\"featured-tags\">\n            <span class=\"tag\">Port Facilities<\/span>\n            <span class=\"tag\">Coastal Works<\/span>\n            <span class=\"tag\">Weather Dependency<\/span>\n            <span class=\"tag\">Tidal Working<\/span>\n            <span class=\"tag\">Specialist Plant<\/span>\n            <span class=\"tag\">Marine Access<\/span>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ALL SECTORS -->\n  <section class=\"sectors-section\">\n    <div class=\"container\">\n      <div class=\"eyebrow\">All Sectors<\/div>\n      <h2 class=\"section-title\" style=\"margin-top:1rem;\">Wider sector experience<\/h2>\n      <p class=\"section-intro\">In addition to our core sectors, we advise across the following project types.<\/p>\n\n      <div class=\"sectors-grid\">\n\n        <div class=\"sector-card\">\n          <span class=\"sector-num\">05<\/span>\n          <h3 class=\"sector-title\">Infrastructure &#038; Civil Works<\/h3>\n          <p class=\"sector-desc\">Major civil engineering projects including bridges, tunnels, earthworks, drainage and general infrastructure across international markets.<\/p>\n        <\/div>\n\n        <div class=\"sector-card\">\n          <span class=\"sector-num\">06<\/span>\n          <h3 class=\"sector-title\">Rail &#038; Transit<\/h3>\n          <p class=\"sector-desc\">Rail construction, light rail and transit system projects, including track, stations, civils and systems integration disputes.<\/p>\n        <\/div>\n\n        <div class=\"sector-card\">\n          <span class=\"sector-num\">07<\/span>\n          <h3 class=\"sector-title\">Oil, Gas &#038; Petrochemical<\/h3>\n          <p class=\"sector-desc\">Upstream, midstream and downstream oil and gas projects, refineries and petrochemical facilities across international markets.<\/p>\n        <\/div>\n\n        <div class=\"sector-card\">\n          <span class=\"sector-num\">08<\/span>\n          <h3 class=\"sector-title\">Buildings &#038; Facilities<\/h3>\n          <p class=\"sector-desc\">Commercial, residential, industrial and institutional building projects across multiple jurisdictions and contract forms.<\/p>\n        <\/div>\n\n        <div class=\"sector-card\">\n          <span class=\"sector-num\">09<\/span>\n          <h3 class=\"sector-title\">Industrial &#038; Manufacturing<\/h3>\n          <p class=\"sector-desc\">Process plants, manufacturing facilities and industrial complexes, including specialist engineering and fit-out projects.<\/p>\n        <\/div>\n\n        <div class=\"sector-card\">\n          <span class=\"sector-num\">10<\/span>\n          <h3 class=\"sector-title\">Mining &#038; Resources<\/h3>\n          <p class=\"sector-desc\">Mining infrastructure, processing facilities and resource-related civil and structural works in international markets.<\/p>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- REGIONS -->\n  <section class=\"regions-section\">\n    <div class=\"container\">\n      <div class=\"eyebrow\">Geographic Reach<\/div>\n      <h2 class=\"section-title\" style=\"margin-top:1rem;\">International experience<br><em>across key regional markets<\/em><\/h2>\n      <p class=\"section-intro\">Equitas has project and dispute experience across multiple regional markets, bringing cross-jurisdictional perspective to international construction claims and dispute resolution.<\/p>\n\n      <div class=\"regions-grid\">\n\n        <div class=\"region-card\">\n          <span class=\"region-num\">01<\/span>\n          <h3 class=\"region-title\">Europe<\/h3>\n          <div class=\"region-countries\">UK \u00b7 Turkey \u00b7 wider Europe<\/div>\n          <p class=\"region-desc\">Construction and infrastructure projects across the UK, Turkey and wider European markets, with familiarity across both common law and civil law dispute environments.<\/p>\n        <\/div>\n\n        <div class=\"region-card\">\n          <span class=\"region-num\">02<\/span>\n          <h3 class=\"region-title\">Russia &#038; CIS<\/h3>\n          <div class=\"region-countries\">Russia \u00b7 Kazakhstan \u00b7 Azerbaijan<br>Uzbekistan \u00b7 Kyrgyzstan \u00b7 Turkmenistan<\/div>\n          <p class=\"region-desc\">Advisory and dispute experience across Russia and the wider CIS region, supported by Russian language capability and direct project experience in these markets.<\/p>\n        <\/div>\n\n        <div class=\"region-card\">\n          <span class=\"region-num\">03<\/span>\n          <h3 class=\"region-title\">Middle East<\/h3>\n          <div class=\"region-countries\">GCC \u00b7 wider region<\/div>\n          <p class=\"region-desc\">Experience across construction and engineering projects in GCC and wider Middle East markets, including complex cross-border dispute environments.<\/p>\n        <\/div>\n\n        <div class=\"region-card\">\n          <span class=\"region-num\">04<\/span>\n          <h3 class=\"region-title\">Africa<\/h3>\n          <div class=\"region-countries\">Sub-Saharan \u00b7 North Africa<\/div>\n          <p class=\"region-desc\">Advisory experience on infrastructure and development projects across multiple African jurisdictions, including donor-funded and MDB-financed programmes under FIDIC-based frameworks.<\/p>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- EXPERTISE -->\n  <section class=\"expertise-section\">\n    <div class=\"container\">\n      <div class=\"eyebrow\">How Sector Knowledge Helps<\/div>\n      <h2 class=\"section-title\" style=\"margin-top:1rem;\">What sector experience<br><em>changes in practice<\/em><\/h2>\n\n      <div class=\"expertise-layout\">\n        <div class=\"expertise-steps\">\n\n          <div class=\"expertise-step\">\n            <span class=\"step-num\">I<\/span>\n            <div>\n              <h4 class=\"step-title\">More accurate delay analysis<\/h4>\n              <p class=\"step-body\">Understanding the programme logic, sequencing constraints and production patterns of a sector helps identify genuine delay drivers more accurately.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"expertise-step\">\n            <span class=\"step-num\">II<\/span>\n            <div>\n              <h4 class=\"step-title\">More credible quantum positions<\/h4>\n              <p class=\"step-body\">Sector familiarity supports better selection of productivity assumptions, cost benchmarks and valuation approaches, particularly in prolongation and disruption claims.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"expertise-step\">\n            <span class=\"step-num\">III<\/span>\n            <div>\n              <h4 class=\"step-title\">Stronger technical analysis<\/h4>\n              <p class=\"step-body\">Technical opinions are more persuasive when they reflect the actual operating conditions, constraints and delivery logic of the project type in question.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"expertise-step\">\n            <span class=\"step-num\">IV<\/span>\n            <div>\n              <h4 class=\"step-title\">Better commercial judgement<\/h4>\n              <p class=\"step-body\">Sector knowledge supports more realistic views on settlement, negotiation strategy and the commercial behaviour of parties operating in that market.<\/p>\n            <\/div>\n          <\/div>\n\n        <\/div>\n\n        <div class=\"expertise-panel\">\n          <span class=\"label\">The Difference It Makes<\/span>\n          <blockquote>&#8220;Generic dispute advice can miss what matters most in a sector-specific project. Knowing the industry helps distinguish the issues that are truly material from those that are not.&#8221;<\/blockquote>\n          <p>In a road project, access and possession issues may drive the entire claim. In a power project, the critical disputes often sit at the interface between civil, mechanical and electrical works. In a marine project, weather and tidal records may be central to delay analysis.<\/p>\n          <p>That understanding shapes the questions we ask, the records we prioritise and the positions we develop.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- STRIP -->\n  <div class=\"strip\">\n    <div class=\"container\">\n      <div class=\"strip-grid\">\n        <div class=\"strip-item\">\n          <div class=\"strip-label\">Core Sectors<\/div>\n          <div class=\"strip-value\">Roads \u00b7 Power \u00b7 Water \u00b7 Marine<\/div>\n        <\/div>\n        <div class=\"strip-item\">\n          <div class=\"strip-label\">Regions<\/div>\n          <div class=\"strip-value\">Europe \u00b7 CIS \u00b7 Middle East \u00b7 Africa<\/div>\n        <\/div>\n        <div class=\"strip-item\">\n          <div class=\"strip-label\">Contract Forms<\/div>\n          <div class=\"strip-value\">FIDIC \u00b7 NEC \u00b7 JCT \u00b7 Bespoke<\/div>\n        <\/div>\n        <div class=\"strip-item\">\n          <div class=\"strip-label\">Working Languages<\/div>\n          <div class=\"strip-value\">English \u00b7 Turkish \u00b7 Russian<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- CTA -->\n  <div class=\"cta-section\">\n    <div class=\"container\">\n      <div class=\"cta-inner\">\n        <div>\n          <h2>Working on a claim or dispute in one of these sectors?<\/h2>\n          <p>Contact Equitas to discuss the project, the issues involved and how our sector and regional experience can support your position.<\/p>\n        <\/div>\n        <a href=\"\/ru\/contact\/\" class=\"btn-dark\">Get in Touch<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Service\",\n  \"name\": \"Construction Dispute Expertise by Sector\",\n  \"serviceType\": \"Construction Claims Consultancy\",\n  \"description\": \"Sector-specific construction dispute experience across highways, rail, power, hydro, marine, water, commercial and industrial projects internationally.\",\n  \"url\": \"https:\/\/www.equitas-consulting.com\/sectors\",\n  \"provider\": {\n    \"@type\": \"ProfessionalService\",\n    \"name\": \"Equitas Consulting\",\n    \"url\": \"https:\/\/www.equitas-consulting.com\"\n  },\n  \"areaServed\": \"Worldwide\"\n}\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Sectors &#038; Regions Construction disputes expertise across major sectors and regions Equitas advises on construction claims, delay, quantum and dispute resolution across a broad range of project types and international regions. Our sector knowledge is built on direct experience of the technical, contractual and commercial issues that shape disputes in each industry we work in&#8230;.<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-3946","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/pages\/3946","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/comments?post=3946"}],"version-history":[{"count":9,"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/pages\/3946\/revisions"}],"predecessor-version":[{"id":4175,"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/pages\/3946\/revisions\/4175"}],"wp:attachment":[{"href":"https:\/\/www.equitas-consulting.com\/ru\/wp-json\/wp\/v2\/media?parent=3946"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}