

/* Start:/local/templates/barco/assets/css/header.css?17841141886995*/
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/barco/assets/css/../fonts/inter/Inter-400.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/local/templates/barco/assets/css/../fonts/inter/Inter-500.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/local/templates/barco/assets/css/../fonts/inter/Inter-600.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/local/templates/barco/assets/css/../fonts/inter/Inter-700.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/local/templates/barco/assets/css/../fonts/inter/Inter-800.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/barco/assets/css/../fonts/Roboto-400-cyrillic.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/barco/assets/css/../fonts/Roboto-500-cyrillic.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/barco/assets/css/../fonts/Roboto-700-cyrillic.woff2") format("woff2");
}

:root {
  --barco-blue: #2c5f8d;
  --barco-blue-dark: #18364f;
  --barco-orange: #f26522;
  --barco-orange-dark: #d9531f;
  --barco-text: #263241;
  --barco-muted: #667085;
  --barco-line: #dfe5ec;
  --barco-soft: #f5f7fa;
  --barco-white: #ffffff;
  --barco-green: #2e7d32;
  --barco-radius: 8px;
  --barco-shadow: 0 12px 34px rgba(24, 54, 79, 0.12);
  --barco-container: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.barco-page {
  margin: 0;
  color: var(--barco-text);
  background: var(--barco-white);
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: var(--barco-blue);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--barco-orange);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.barco-site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.barco-main {
  flex: 1 0 auto;
}

.barco-container {
  width: min(100% - 222px, 1688px);
  margin: 0 auto;
}

.barco-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  color: #1a2664;
  box-shadow: none;
}

.barco-header__inner {
  width: min(100% - 80px, 1688px);
  min-height: 114px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr) 200px 183px;
  grid-template-areas: "logo nav contacts callback";
  gap: 24px;
  align-items: center;
}

.barco-header__logo {
  grid-area: logo;
  display: inline-flex;
  align-items: center;
  width: 154px;
  height: 80px;
}

.barco-header__logo-mark {
  width: 154px;
  height: 80px;
  display: block;
}

.barco-header__nav {
  grid-area: nav;
  min-width: 0;
  padding-left: 0;
}

.barco-header .ast-main-header-bar-alignment,
.barco-header .main-header-bar-navigation,
.barco-header .main-navigation,
.barco-header .site-navigation {
  width: 100%;
}

.barco-header .main-header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.barco-header .menu-link {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0;
  color: #1a2664;
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 18px;
  white-space: nowrap;
}

.barco-header .menu-link:hover,
.barco-header .menu-link:focus,
.barco-header .current-menu-item > .menu-link {
  color: #f26522;
  background: transparent;
}

.barco-header__contacts {
  grid-area: contacts;
  display: grid;
  gap: 0;
  justify-items: center;
  font-size: 13px;
  line-height: 16px;
  color: #1a2664;
  letter-spacing: 0.52px;
}

.barco-header__contacts a {
  color: #1a2664;
}

.barco-header__phone {
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.8px;
}

.barco-header__callback {
  grid-area: callback;
  width: 183px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #ffffff;
  background: #f26522;
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 18px;
}

.barco-header__callback-icon {
  display: none;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.barco-header__callback:hover,
.barco-header__callback:focus {
  color: #ffffff;
  background: #e75c1c;
}

.barco-menu-toggle {
  grid-area: toggle;
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(26, 38, 100, 0.22);
  border-radius: var(--barco-radius);
  background: transparent;
  color: #1a2664;
  cursor: pointer;
}

.barco-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.barco-mobile-menu {
  padding: 0 20px 20px;
  border-top: 1px solid rgba(26, 38, 100, 0.12);
  background: #ffffff;
}

.barco-mobile-menu .main-header-menu {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 14px 0;
  list-style: none;
}

.barco-mobile-menu .menu-link {
  display: block;
  padding: 10px 0;
  color: #1a2664;
}

.barco-mobile-menu__contacts {
  display: grid;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(26, 38, 100, 0.12);
}

.barco-mobile-menu__contacts a {
  color: #1a2664;
}

@media (max-width: 1920px) {
  .barco-header__inner {
    grid-template-columns: 154px minmax(0, 1fr) 200px 44px;
    grid-template-areas: "logo nav contacts callback";
  }

  .barco-header__callback {
    width: 44px;
    height: 44px;
  }

  .barco-header__callback-icon {
    display: block;
  }

  .barco-header__callback-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    clip-path: inset(50%);
  }
}

@media (max-width: 1700px) {
  .barco-header .main-header-menu {
    gap: 20px;
  }
}

@media (max-width: 1360px) {
  .barco-header__inner {
    grid-template-columns: 154px minmax(0, 1fr) 200px 44px 44px;
    grid-template-areas: "logo spacer contacts callback toggle";
  }

  .barco-header__nav {
    display: none;
  }

  .barco-menu-toggle {
    display: block;
  }
}

@media (max-width: 640px) {
  .barco-container,
  .barco-header__inner {
    width: min(100% - 28px, var(--barco-container));
  }

  .barco-header__contacts {
    display: none;
  }

  .barco-header__inner {
    min-height: 86px;
    grid-template-columns: 132px minmax(0, 1fr) 44px 44px;
    grid-template-areas: "logo spacer callback toggle";
    gap: 12px;
  }

  .barco-header__logo,
  .barco-header__logo-mark {
    width: 132px;
    height: 68px;
  }
}

/* End */


/* Start:/local/templates/barco/assets/css/home.css?178411456230009*/
:root {
      --color-primary: #2C5F8D;
      --color-primary-dark: #1A3A52;
      --color-accent: #F26522;
      --color-accent-hover: #D9531F;
      --color-text: #333333;
      --color-text-light: #666666;
      --color-bg: #FFFFFF;
      --color-bg-alt: #F8F9FA;
      --color-border: #E0E0E0;
      --color-success: #2E7D32;
      --shadow-card: 0 4px 12px rgba(0,0,0,0.08);
      --shadow-hover: 0 8px 24px rgba(44,95,141,0.15);
      --radius: 12px;
      --radius-sm: 8px;
      --font-main: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      --container: 1500px;
      --spacing-section: 80px;
      --spacing-section-mobile: 48px;
    }
    
    * { box-sizing: border-box; margin: 0; padding: 0; }
    
    html { scroll-behavior: smooth; }
    
    body {
      font-family: var(--font-main);
      font-size: 16px;
      line-height: 1.6;
      color: var(--color-text);
      background: var(--color-bg);
      overflow-x: hidden;
    }
    
    .container {
      width: min(100% - 280px, var(--container));
      max-width: var(--container);
      margin: 0 auto;
      padding: 0;
    }
    
    section { padding: var(--spacing-section) 0; }
    @media (max-width: 768px) { section { padding: var(--spacing-section-mobile) 0; } }
    
    h1, h2, h3 { line-height: 1.2; margin-bottom: 16px; }
    h1 { font-size: clamp(28px, 5vw, 44px); }
    h2 { font-size: clamp(24px, 4vw, 32px); color: var(--color-primary); }
    h3 { font-size: 18px; font-weight: 600; }
    p { margin-bottom: 12px; }
    a { color: var(--color-primary); text-decoration: none; transition: var(--transition); }
    a:hover { color: var(--color-accent); }
    img { max-width: 100%; height: auto; display: block; }
    
    .section-header { text-align: center; max-width: 980px; margin: 0 auto 40px; }
    .section-header p { color: var(--color-text-light); font-size: 18px; }
    
    /* Buttons */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 14px 28px;
      background: var(--color-accent);
      color: white;
      border: none;
      border-radius: var(--radius-sm);
      font-weight: 600;
      font-size: 15px;
      cursor: pointer;
      transition: var(--transition);
      text-align: center;
    }
    .btn:hover { color: white; background: var(--color-accent-hover); }
    .btn-outline { background: transparent; border: 2px solid var(--color-primary); color: var(--color-primary); }
    .btn-outline:hover { background: var(--color-primary); color: white; }
    
    /* === HERO === */
    .hero {
      background: linear-gradient(135deg, rgba(44,95,141,0.58), rgba(26,58,82,0.66)), url('/local/templates/barco/assets/css/../img/home/hero-commercial-office.jpg') center/cover no-repeat;
      color: white;
      padding: 100px 0 60px;
      position: relative;
    }
    .hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(400px, 0.75fr); gap: 72px; align-items: center; }
    @media (max-width: 992px) { .hero-grid { grid-template-columns: 1fr; text-align: center; } }
    
    .hero-subtitle { font-size: 18px; opacity: 0.9; margin-bottom: 24px; }
    .geo-switch { display: flex; gap: 12px; margin-bottom: 24px; justify-content: center; flex-wrap: wrap; }
    .geo-btn { padding: 10px 20px; background: rgba(255,255,255,0.15); border: 2px solid transparent; border-radius: var(--radius-sm); color: white; cursor: pointer; font-size: 14px; }
    .geo-btn.active, .geo-btn:hover { background: var(--color-accent); border-color: var(--color-accent); }
    
    .usp-icons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 24px; }
    @media (max-width: 576px) { .usp-icons { grid-template-columns: 1fr; text-align: left; } }
    .usp-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; }
    .usp-item span:first-child { font-size: 18px; min-width: 20px; }
    
    .quick-calc {
      background: white;
      border-radius: var(--radius);
      padding: 24px;
      box-shadow: 0 16px 48px rgba(0,0,0,0.25);
      color: var(--color-text);
    }
    .quick-calc h3 { color: var(--color-primary); margin-bottom: 16px; }
    .calc-fields { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
    .calc-field select, .calc-field input {
      width: 100%; padding: 12px; border: 1px solid var(--color-border); border-radius: var(--radius-sm); font-size: 14px;
    }
    .calc-field select:focus, .calc-field input:focus { outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(44,95,141,0.1); }
    .calc-consent { font-size: 13px; color: var(--color-text-light); display: flex; align-items: flex-start; gap: 8px; margin-bottom: 16px; }
    .calc-consent a { color: var(--color-primary); }
    .calc-micro { font-size: 13px; color: var(--color-text-light); line-height: 1.5; }
    .calc-micro ul { padding-left: 16px; margin-top: 6px; }
    
    /* === USP === */
    .usp-carousel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
    @media (max-width: 1100px) { .usp-carousel { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px) { .usp-carousel { grid-template-columns: 1fr; } }
    
    .usp-card {
      background: white; border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-card); transition: var(--transition); border: 1px solid transparent; position: relative; overflow: hidden;
    }
    .usp-card:hover, .usp-card.active { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: var(--color-primary); }
    .usp-card-thumb {
      width: calc(100% + 48px);
      max-width: none;
      aspect-ratio: 2 / 1;
      margin: -24px -24px 20px;
      object-fit: cover;
      background: var(--color-bg-alt);
      transition: transform 0.45s ease;
    }
    .usp-card:hover .usp-card-thumb { transform: scale(1.025); }
    .usp-card-header { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
    .usp-card-icon { width: 40px; height: 40px; background: rgba(44,95,141,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--color-primary); font-size: 20px; flex-shrink: 0; }
    .usp-card-title { font-weight: 600; color: var(--color-primary); line-height: 1.3; }
    .usp-card-preview { font-size: 14px; color: var(--color-text-light); margin-bottom: 12px; }
    .usp-card-toggle { display: inline-flex; align-items: center; gap: 6px; padding: 0; border: 0; background: transparent; color: var(--color-accent); font: inherit; font-size: 14px; font-weight: 500; cursor: pointer; }
    .usp-card-toggle:focus-visible, .faq-question:focus-visible { outline: 3px solid rgba(242,101,34,0.5); outline-offset: 3px; }
    .usp-card-toggle::after { content: "▼"; font-size: 10px; transition: transform 0.3s; }
    .usp-card.active .usp-card-toggle::after { transform: rotate(180deg); }
    .usp-card-details { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, opacity 0.3s; opacity: 0; font-size: 14px; color: var(--color-text-light); line-height: 1.6; }
    .usp-card.active .usp-card-details { max-height: 760px; opacity: 1; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--color-border); }
    .usp-card-details strong { color: var(--color-primary); display: block; margin-bottom: 6px; }
    .usp-card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 14px; font-weight: 500; }
    
    /* === SERVICES === */
    .services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
    @media (max-width: 1200px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 992px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 576px) { .services-grid { grid-template-columns: 1fr; } }
    
    .service-card {
      background: white; border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow-card); display: flex; flex-direction: column; transition: var(--transition); border-top: 4px solid transparent;
      overflow: hidden;
    }
    .service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-top-color: var(--color-accent); }
    .service-thumb {
      position: relative;
      height: 0;
      padding-top: 100%;
      margin: -28px -24px 18px;
      overflow: hidden;
      background: var(--color-bg-alt);
    }
    .service-thumb img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.45s ease;
    }
    .service-card:hover .service-thumb img {
      transform: scale(1.04);
    }
    .service-icon { font-size: 32px; margin-bottom: 16px; }
    .service-title { color: var(--color-primary); margin-bottom: 12px; line-height: 1.3; }
    .service-desc { font-size: 14px; color: var(--color-text-light); margin-bottom: 16px; flex-grow: 1; }
    .service-prices { background: var(--color-bg-alt); padding: 10px; border-radius: var(--radius-sm); margin-bottom: 12px; font-size: 13px; }
    .service-prices strong { color: var(--color-accent); display: block; margin-bottom: 4px; }
    .service-meta { display: flex; justify-content: space-between; font-size: 13px; color: var(--color-text-light); margin-bottom: 16px; flex-wrap: wrap; gap: 6px; }
    .service-case-preview { font-style: italic; font-size: 13px; color: var(--color-text-light); margin-bottom: 16px; padding-left: 10px; border-left: 2px solid var(--color-accent); }
    .service-cta { margin-top: auto; }
    
    /* === PROCESS === */
    .process-section { background: var(--color-bg-alt); }
    .timeline { position: relative; padding-left: 40px; max-width: 1180px; margin: 0 auto; }
    @media (max-width: 768px) { .timeline { padding-left: 30px; } }
    .timeline::before { content: ""; position: absolute; left: 12px; top: 0; bottom: 0; width: 3px; background: linear-gradient(to bottom, var(--color-primary), #7BB3E0); }
    .timeline-item { position: relative; padding-bottom: 28px; }
    .timeline-item:last-child { padding-bottom: 0; }
    .timeline-dot { position: absolute; left: -32px; top: 0; width: 26px; height: 26px; background: var(--color-primary); border: 3px solid white; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 13px; z-index: 1; }
    @media (max-width: 768px) { .timeline-dot { left: -22px; width: 22px; height: 22px; font-size: 11px; } }
    .timeline-content {
      display: grid;
      grid-template-columns: 170px minmax(0, 1fr);
      gap: 20px;
      align-items: start;
      padding: 18px;
      border: 1px solid rgba(44,95,141,0.12);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: var(--shadow-card);
    }
    .process-step-visual {
      width: 100%;
      aspect-ratio: 4 / 3;
      border-radius: var(--radius-sm);
      object-fit: cover;
      box-shadow: 0 10px 24px rgba(26,58,82,0.12);
    }
    .timeline-header { display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px; flex-wrap: wrap; }
    .timeline-title { font-weight: 600; color: var(--color-primary); }
    .timeline-duration { background: var(--color-accent); color: white; padding: 3px 10px; border-radius: 20px; font-size: 12px; font-weight: 500; }
    .timeline-desc { font-size: 14px; color: var(--color-text-light); margin-bottom: 10px; }
    .timeline-checkpoint { background: #E8F5E9; border-left: 3px solid var(--color-success); padding: 10px 14px; border-radius: 0 8px 8px 0; font-size: 13px; color: var(--color-success); }
    
    /* === APP === */
    .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
    @media (max-width: 992px) { .app-grid { grid-template-columns: 1fr; text-align: center; } }
    .app-mockup { max-width: 300px; margin: 0 auto; background: var(--color-bg-alt); height: 580px; border-radius: 32px; display: flex; align-items: center; justify-content: center; color: var(--color-text-light); }
    .app-screenshots {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      align-items: start;
      max-width: 620px;
      margin: 0 auto;
    }
    .app-screen {
      margin: 0;
      padding: 12px;
      border: 1px solid rgba(44,95,141,0.14);
      border-radius: 24px;
      background: #fff;
      box-shadow: 0 18px 40px rgba(26,58,82,0.24);
    }
    .app-screen--wide {
      grid-column: 1 / -1;
    }
    .app-screen img {
      width: 100%;
      aspect-ratio: 1266 / 1386;
      border-radius: 18px;
      object-fit: contain;
      background: var(--color-bg-alt);
    }
    .app-screen figcaption {
      margin-top: 10px;
      color: var(--color-text-light);
      font-size: 13px;
      line-height: 1.35;
      text-align: center;
    }
    .app-content { text-align: left; }
    .app-feature { display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start; }
    @media (max-width: 992px) { .app-feature { justify-content: center; } .app-content { text-align: left; } }
    .app-feature-icon { width: 32px; height: 32px; background: rgba(44,95,141,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--color-primary); flex-shrink: 0; }
    .app-feature-text h4 { font-size: 16px; margin-bottom: 4px; }
    .app-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; justify-content: flex-start; }
    .app-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: var(--color-primary); color: white; border-radius: 10px; text-decoration: none; font-size: 14px; }
    .app-btn--disabled { opacity: 0.72; cursor: default; }
    .app-testimonial { background: #FFF5F2; border-left: 4px solid var(--color-accent); padding: 16px; border-radius: 0 12px 12px 0; margin-top: 32px; font-size: 14px; font-style: italic; color: var(--color-text-light); }
    .app-testimonial strong { display: block; margin-top: 10px; font-style: normal; color: var(--color-primary); }
    
    /* === PORTFOLIO === */
    .portfolio-filters { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }
    .filter-btn { padding: 8px 16px; background: var(--color-bg-alt); border: 1px solid var(--color-border); border-radius: 20px; cursor: pointer; font-size: 13px; transition: var(--transition); }
    .filter-btn.active, .filter-btn:hover { background: var(--color-primary); color: white; border-color: var(--color-primary); }
    .portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 32px; }
    .case-card { background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); transition: var(--transition); }
    .case-card[hidden] { display: none; }
    .case-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
    .case-image { height: 180px; background: var(--color-bg-alt); display: flex; align-items: center; justify-content: center; color: var(--color-text-light); font-size: 13px; }
    .portfolio-slider {
      position: relative;
      height: 320px;
      overflow: hidden;
      background: var(--color-bg-alt);
    }
    .portfolio-slider img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .portfolio-slider .slider-after {
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    .portfolio-slider.is-after .slider-after {
      opacity: 1;
    }
    .portfolio-slider--static img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .project-photo-label {
      position: absolute;
      z-index: 2;
      right: 14px;
      bottom: 14px;
      padding: 7px 12px;
      border-radius: 18px;
      background: rgba(255,255,255,.94);
      color: var(--color-primary);
      box-shadow: 0 6px 18px rgba(0,0,0,.18);
      font-size: 12px;
      font-weight: 800;
    }
    .slider-toggle {
      position: absolute;
      right: 14px;
      bottom: 14px;
      min-width: 78px;
      min-height: 34px;
      padding: 7px 12px;
      border: 0;
      border-radius: 18px;
      background: rgba(255,255,255,0.94);
      color: var(--color-primary);
      box-shadow: 0 6px 18px rgba(0,0,0,0.18);
      cursor: pointer;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0;
    }
    .slider-toggle:hover {
      color: #fff;
      background: var(--color-accent);
    }
    .case-content { padding: 20px; }
    .case-title { font-size: 17px; margin-bottom: 10px; }
    .case-brief { font-size: 14px; color: var(--color-text-light); margin-bottom: 12px; line-height: 1.4; }
    .case-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
    .case-tag { background: #E3F2FD; color: var(--color-primary); padding: 4px 10px; border-radius: 16px; font-size: 11px; }
    .case-meta { display: flex; justify-content: space-between; font-size: 13px; padding-top: 10px; border-top: 1px solid var(--color-border); }
    
    /* === REGIONS === */
    .regions-section { background: var(--color-bg-alt); }
    .region-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 24px; }
    .region-tab { padding: 12px 24px; background: white; border: 2px solid var(--color-border); border-radius: var(--radius-sm) var(--radius-sm) 0 0; cursor: pointer; font-weight: 500; transition: var(--transition); }
    .region-tab.active { background: var(--color-primary); color: white; border-color: var(--color-primary); }
    .region-content { background: white; border-radius: 0 0 var(--radius) var(--radius); padding: 24px; box-shadow: var(--shadow-card); display: none; }
    .region-content.active { display: block; }
    .region-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    @media (max-width: 768px) { .region-grid { grid-template-columns: 1fr; } }
    .region-text ul { padding-left: 18px; margin-bottom: 16px; font-size: 14px; color: var(--color-text-light); }
    .region-text li { margin-bottom: 6px; }
    .region-photo {
      width: 100%;
      aspect-ratio: 16 / 9;
      margin-bottom: 16px;
      border-radius: var(--radius);
      object-fit: cover;
      box-shadow: var(--shadow-card);
    }
    .region-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; }
    .stat-item { text-align: center; padding: 12px; background: var(--color-bg-alt); border-radius: var(--radius-sm); }
    .stat-value { display: block; margin-bottom: 5px; font-size: 22px; font-weight: 800; line-height: 1.1; color: var(--color-accent); }
    .stat-label { display: block; font-size: 12px; line-height: 1.35; color: var(--color-text-light); }

    .heading-line { display: inline-block; white-space: nowrap; }
    @media (max-width: 768px) { .heading-line { white-space: normal; } }
    .region-case { background: #FFF5F2; border-left: 3px solid var(--color-accent); padding: 12px; border-radius: 0 8px 8px 0; font-size: 13px; font-style: italic; }
    .region-case strong { display: block; margin-top: 6px; font-style: normal; color: var(--color-primary); }
    
    /* === TRUST === */
    .trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; text-align: center; margin-bottom: 40px; }
    .trust-value { font-size: 32px; font-weight: 800; color: var(--color-primary); margin-bottom: 6px; }
    .trust-certs { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
    .cert-item {
      position: relative;
      width: 118px;
      height: 152px;
      background: #fff;
      border: 1px solid var(--color-border);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 36px 10px 12px;
      font-size: 11px;
      color: var(--color-primary);
      box-shadow: var(--shadow-card);
      transition: var(--transition);
    }
    .cert-item::before {
      content: "";
      position: absolute;
      top: 14px;
      left: 50%;
      width: 44px;
      height: 8px;
      border-top: 2px solid rgba(44,95,141,0.35);
      border-bottom: 2px solid rgba(44,95,141,0.2);
      transform: translateX(-50%);
    }
    .cert-item:hover {
      transform: translateY(-4px) scale(1.04);
      box-shadow: var(--shadow-hover);
    }
    .trust-reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
    .review-card { background: white; padding: 20px; border-radius: var(--radius); box-shadow: var(--shadow-card); }
    .review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
    .review-avatar { width: 40px; height: 40px; background: var(--color-bg-alt); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; }
    .review-stars { color: #FFC107; margin-bottom: 8px; font-size: 14px; }
    .review-text { font-size: 14px; color: var(--color-text-light); line-height: 1.5; }
    
    /* === FAQ === */
    .faq-section { background: var(--color-bg-alt); }
    .faq-list { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 28px; }
    .faq-item { background: white; border-radius: var(--radius); margin-bottom: 0; box-shadow: var(--shadow-card); overflow: hidden; }
    .faq-question { padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 500; color: var(--color-primary); transition: var(--transition); }
    .faq-question:hover { background: #E3F2FD; }
    .faq-toggle { font-size: 18px; color: var(--color-accent); transition: transform 0.3s; }
    .faq-item.active .faq-toggle { transform: rotate(45deg); }
    .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s; padding: 0 20px; font-size: 14px; color: var(--color-text-light); line-height: 1.6; }
    .faq-item.active .faq-answer { max-height: 500px; padding: 0 20px 16px; }
    .faq-answer a { text-decoration: none; font-weight: 500; }
    .faq-answer a:hover { text-decoration: underline; }
    
    /* === CTA-FINAL === */
    .cta-final { background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark)); color: white; text-align: center; }
    .cta-final h2 { color: white; margin-bottom: 16px; }
    .cta-final p { opacity: 0.9; margin-bottom: 24px; }
    .cta-form { max-width: 1180px; margin: 0 auto; background: white; border-radius: var(--radius); padding: 28px; color: var(--color-text); text-align: left; }
    .cta-fields { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 16px; }
    @media (max-width: 576px) { .cta-fields { grid-template-columns: 1fr; } }
    .cta-field.full { grid-column: 1 / -1; }
    .cta-field input, .cta-field select, .cta-field textarea { width: 100%; padding: 10px; border: 1px solid var(--color-border); border-radius: var(--radius-sm); font-size: 14px; }
    .cta-consent { font-size: 12px; display: flex; align-items: flex-start; gap: 8px; margin-bottom: 16px; }
    .cta-alt { display: flex; justify-content: center; gap: 20px; margin-top: 16px; flex-wrap: wrap; font-size: 14px; }
    .cta-alt a { color: white; display: flex; align-items: center; gap: 6px; }
    .cta-final .cta-form .cta-alt a { color: var(--color-primary); }
    .cta-final .cta-form .cta-alt a:hover { color: var(--color-accent); }
    .cta-micro { font-size: 12px; opacity: 0.8; margin-top: 12px; max-width: 500px; margin-left: auto; margin-right: auto; }
    
    /* Footer */
    .footer { background: var(--color-primary-dark); color: white; padding: 40px 0 20px; font-size: 14px; }
    .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px; margin-bottom: 24px; }
    .footer-col h4 { font-size: 16px; margin-bottom: 12px; }
    .footer-col a { display: block; color: rgba(255,255,255,0.85); margin-bottom: 8px; }
    .footer-col span { display: block; color: rgba(255,255,255,0.78); margin-bottom: 8px; }
    .footer-col a:hover { color: white; padding-left: 4px; }
    .footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.15); font-size: 13px; opacity: 0.8; }
    .footer-bottom a { color: inherit; text-decoration: underline; }

/* === SECOND LEVEL PAGES === */
.pricing-hero,
.regions-hero,
.contact-hero {
  text-align: center;
}

.pricing-usp {
  max-width: 980px;
  margin: 0 auto 28px;
}

.price-grid,
.factors-grid,
.blog-grid,
.contact-offices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.contact-offices {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-card,
.factor-card,
.blog-card,
.office-card,
.requisites-card,
.lead-card,
.calc-preview {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}

.price-card,
.factor-card,
.office-card,
.requisites-card,
.calc-preview {
  padding: 24px;
}

.price-icon,
.lead-icon {
  margin-bottom: 14px;
  color: var(--color-primary);
  font-size: 34px;
}

.price-title {
  color: var(--color-primary);
}

.price-from {
  margin-bottom: 12px;
  color: var(--color-accent);
  font-size: 24px;
  font-weight: 800;
}

.calc-preview {
  max-width: 980px;
  margin: 0 auto;
}

.calc-row,
.lead-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.lead-form {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.calc-field label {
  display: block;
  margin-bottom: 6px;
  color: var(--color-text-light);
  font-size: 13px;
}

.calc-field select,
.calc-field input,
.lead-form input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
}

.content-details {
  margin-top: 16px;
  color: var(--color-text-light);
  font-size: 14px;
}

.content-details summary {
  color: var(--color-accent);
  font-weight: 600;
  cursor: pointer;
}

.content-details--light,
.content-details--light summary {
  color: rgba(255,255,255,0.9);
}

.estimate-lead {
  background: var(--color-bg-alt);
}

.lead-card {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 32px;
}

.contact-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 24px 0;
}

.contact-item {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: var(--radius-sm);
  color: #fff;
  background: rgba(255,255,255,0.12);
}

.contact-item:hover {
  color: #fff;
  background: var(--color-accent);
}

.map-placeholder,
.blog-cover,
.case-image {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: var(--radius-sm);
  color: var(--color-primary);
  background: linear-gradient(135deg, #eef5fb, #f8f9fa);
  font-weight: 700;
}

.contact-form-wrap {
  max-width: 980px;
}

.blog-card {
  overflow: hidden;
}

.blog-cover {
  min-height: 150px;
  margin: 0;
  border-radius: 0;
}

.blog-body {
  padding: 22px;
}

.blog-meta {
  margin-bottom: 10px;
  color: var(--color-text-light);
  font-size: 13px;
}

.portfolio-filters--light .filter-btn {
  color: #fff;
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.28);
}

.portfolio-filters--light .filter-btn.active,
.portfolio-filters--light .filter-btn:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
}

.trust-grid--hero {
  max-width: 980px;
  margin: 32px auto 0;
  color: #fff;
}

.trust-grid--hero .trust-value,
.trust-grid--hero .stat-label {
  color: #fff;
}

.requisites-card {
  max-width: 860px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .container {
    width: min(100% - 80px, var(--container));
  }

  .hero-grid {
    gap: 56px;
    grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  }

  .cta-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-grid,
  .factors-grid,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .container {
    width: min(100% - 40px, var(--container));
  }

  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .contact-offices,
  .calc-row,
  .lead-form,
  .lead-card {
    grid-template-columns: 1fr;
  }

  .lead-card {
    align-items: start;
  }

  .timeline-content {
    grid-template-columns: 130px minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .hero-grid,
  .cta-fields {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .price-grid,
  .factors-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .contact-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-item {
    justify-content: center;
  }

  .lead-card,
  .calc-preview,
  .price-card,
  .factor-card,
  .office-card,
  .requisites-card {
    padding: 20px;
  }

  .timeline-content,
  .app-screenshots {
    grid-template-columns: 1fr;
  }

  .process-step-visual {
    max-height: 180px;
  }

  .portfolio-slider {
    height: 260px;
  }

  .region-stats {
    grid-template-columns: 1fr;
  }
}

/* End */


/* Start:/local/templates/barco/assets/css/cta.css?17835924722364*/
.barco-cta-section {
  display: flex;
  flex-direction: column;
  min-height: 115px;
  padding-right: 10px;
  padding-left: 10px;
  color: #ffffff;
  background-color: #232b53;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.65em;
}

.barco-cta-section.e-con,
.barco-cta-section.e-con-boxed {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.barco-cta-section > .barco-cta.e-con-inner,
.barco-cta {
  display: block;
  width: 100%;
  max-width: 1140px;
  min-height: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 10px;
  text-align: center;
}

.barco-cta h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
}

.barco-cta p {
  max-width: none;
  margin: 0 0 20px;
  color: #c7d2fe;
  font-size: 14px;
}

.barco-cta__form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
}

.barco-cta input,
.barco-cta textarea {
  width: 100%;
  min-height: 44px;
  padding: 12px 14px;
  border: 0;
  border-radius: 8px;
  color: #3a3a3a;
  background-color: #ffffff;
  box-shadow: none;
  font: inherit;
}

.barco-cta textarea {
  min-height: 44px;
  resize: vertical;
}

.barco-cta__website {
  display: none;
}

.barco-cta small {
  display: block;
  margin-top: 4px;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.4;
}

.barco-cta small a {
  color: inherit;
  text-decoration: underline;
}

.barco-cta button {
  display: inline-block;
  grid-column: 1 / -1;
  justify-self: center;
  width: 220px;
  min-height: 39px;
  margin-top: 8px;
  padding: 12px 24px;
  border: 0;
  border-radius: 0;
  color: #000000;
  background-color: #f4a32b;
  box-shadow: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.barco-cta button:hover,
.barco-cta button:focus {
  color: #000000;
  background-color: #f4a32b;
  text-decoration: none;
}

@media (max-width: 767px) {
  .barco-cta-section {
    font-size: 14.592px;
    line-height: 1.65em;
  }

  .barco-cta h3 {
    font-size: 22.8px;
    line-height: 1.3em;
  }

  .barco-cta__form {
    grid-template-columns: 1fr;
  }

  .barco-cta button {
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/barco/assets/css/footer.css?17835924721392*/
.footer {
  flex-shrink: 0;
  margin-top: 0;
  padding: 40px 0 20px;
  color: #ffffff;
  background: var(--barco-blue-dark, #18364f);
  font-family: Inter, Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  opacity: 1;
}

.footer .container {
  width: min(100% - 40px, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.footer-col {
  min-width: 0;
}

.footer-col h4 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.footer-col a,
.footer-col span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.85);
}

.footer-col span {
  color: rgba(255, 255, 255, 0.78);
}

.footer-col a:hover,
.footer-col a:focus {
  color: #ffffff;
  padding-left: 4px;
}

.footer-bottom {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  text-align: center;
  opacity: 1;
}

.footer-bottom a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .footer {
    padding: 32px 0 18px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* End */
/* /local/templates/barco/assets/css/header.css?17841141886995 */
/* /local/templates/barco/assets/css/home.css?178411456230009 */
/* /local/templates/barco/assets/css/cta.css?17835924722364 */
/* /local/templates/barco/assets/css/footer.css?17835924721392 */
