

/* 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/level2-services.css?178411456226534*/
/* Extracted from approved mockup: distr/ТЗ Для разработки - 2 уровнь/1-Страница Услуги/1_Страница_Услуги.html */
: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);
    }
    .container {
      width: min(100% - 280px, var(--container));
      max-width: var(--container);
      margin: 0 auto;
      padding: 0;
    }
    @media (max-width: 1500px) { .container { width: min(100% - 80px, var(--container)); } }
    @media (max-width: 992px) { .container { width: min(100% - 40px, var(--container)); } }
    @media (max-width: 768px) { .container { width: min(100% - 28px, var(--container)); } }
    section { padding: var(--spacing-section) 0; }
    @media (max-width: 768px) { section { padding: var(--spacing-section-mobile) 0; } }
    
    h1 { font-size: clamp(28px, 5vw, 44px); line-height: 1.2; margin-bottom: 16px; }
    h2 { font-size: clamp(24px, 4vw, 32px); margin-bottom: 16px; color: var(--color-primary); }
    h3 { font-size: 18px; font-weight: 600; margin-bottom: 12px; }
    p { margin-bottom: 12px; }
    a { color: var(--color-primary); text-decoration: none; transition: var(--transition); }
    a:hover { color: var(--color-accent); }
    
    .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: #D9531F; }
    .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('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 600"><rect fill="%231A3A52" width="1440" height="600"/></svg>') center/cover no-repeat;
      color: white;
      padding: 100px 0 60px;
      position: relative;
    }
    .services-hero {
      background:
        linear-gradient(135deg, rgba(44,95,141,0.58), rgba(26,58,82,0.66)),
        url("/local/templates/barco/assets/css/../img/services/hero-commercial.jpg") center/cover no-repeat;
    }
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(400px, 0.75fr);
      gap: 72px;
      align-items: center;
    }
    @media (max-width: 1500px) {
      .hero-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
        gap: 56px;
      }
    }
    @media (max-width: 992px) {
      .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
      }
    }
    
    .hero h1 {
      font-size: clamp(28px, 5vw, 44px);
      line-height: 1.2;
      margin-bottom: 16px;
      color: #FFFFFF; /* ✅ Белый для максимального контраста */
      text-shadow: 0 2px 4px rgba(0,0,0,0.3); /* ✅ Лёгкая тень для читаемости */
      font-weight: 700;
    }
    
    .hero-subtitle {
      font-size: 18px;
      opacity: 0.95;
      margin-bottom: 24px;
      color: #FFFFFF; /* ✅ Белый подзаголовок */
      font-weight: 400;
    }
    
    .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 rgba(255,255,255,0.3);
      border-radius: var(--radius-sm);
      color: #FFFFFF; /* ✅ Белый текст кнопок */
      cursor: pointer;
      font-size: 14px;
      transition: var(--transition);
    }
    .geo-btn.active,
    .geo-btn:hover {
      background: var(--color-accent);
      border-color: var(--color-accent);
      color: #FFFFFF;
    }
    
    .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;
      color: #FFFFFF; /* ✅ Белый текст УТП */
      opacity: 0.95;
    }
    .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; }
    
    /* === 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: 180px;
      padding-top: 0;
      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);
    }
    @media (max-width: 992px) { .service-thumb { height: 160px; } }
    @media (max-width: 576px) { .service-thumb { height: 140px; } }
    .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; }
    
    /* FILTER BLOCK */
    .filter-block { background: var(--color-bg-alt); border-radius: var(--radius); padding: 24px; margin: 40px 0; }
    .filter-block h3 { margin-bottom: 16px; }
    .filter-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
    .filter-tag { display: inline-flex; align-items: center; gap: 5px; padding: 6px 14px; background: white; border: 1px solid var(--color-border); border-radius: 20px; font-size: 13px; cursor: pointer; transition: var(--transition); }
    .filter-tag.active, .filter-tag:hover { background: var(--color-primary); color: white; border-color: var(--color-primary); }
    .filter-tag-icon {
      width: 16px;
      height: 16px;
      min-width: 16px;
      background-color: currentColor;
      color: var(--color-primary);
      -webkit-mask: var(--filter-icon) center / contain no-repeat;
      mask: var(--filter-icon) center / contain no-repeat;
    }
    .filter-tag.active .filter-tag-icon,
    .filter-tag:hover .filter-tag-icon { color: white; }
    .filter-tag-icon--office { --filter-icon: url("/local/templates/barco/assets/css/../img/services/filters/office.svg"); }
    .filter-tag-icon--cafe { --filter-icon: url("/local/templates/barco/assets/css/../img/services/filters/cafe.svg"); }
    .filter-tag-icon--warehouse { --filter-icon: url("/local/templates/barco/assets/css/../img/services/filters/warehouse.svg"); }
    .filter-tag-icon--beauty { --filter-icon: url("/local/templates/barco/assets/css/../img/services/filters/beauty.svg"); }
    .filter-tag-icon--medical { --filter-icon: url("/local/templates/barco/assets/css/../img/services/filters/medical.svg"); }
    .filter-tag-icon--production { --filter-icon: url("/local/templates/barco/assets/css/../img/services/filters/production.svg"); }
    .filter-tag-icon--repair { --filter-icon: url("/local/templates/barco/assets/css/../img/services/filters/repair.svg"); }
    .filter-tag-icon--design { --filter-icon: url("/local/templates/barco/assets/css/../img/services/filters/design.svg"); }
    .filter-tag-icon--maintenance { --filter-icon: url("/local/templates/barco/assets/css/../img/services/filters/maintenance.svg"); }
    .filter-tag-icon--electrical { --filter-icon: url("/local/templates/barco/assets/css/../img/services/filters/electrical.svg"); }
    .filter-tag-icon--budget { --filter-icon: url("/local/templates/barco/assets/css/../img/services/filters/budget.svg"); }
    .filter-tag-icon--location { --filter-icon: url("/local/templates/barco/assets/css/../img/services/filters/location.svg"); }
    .filter-tag-icon--more { --filter-icon: url("/local/templates/barco/assets/css/../img/services/filters/more.svg"); }
    .filter-extra { margin-top: 12px; font-size: 14px; }
    .filter-extra a { color: var(--color-accent); font-weight: 500; }
    
    /* === 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: 220px;
      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); }
    .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; }

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

    @media (max-width: 992px) {
      .faq-list { grid-template-columns: 1fr; }
      .timeline-content { grid-template-columns: 130px minmax(0, 1fr); }
    }

    @media (max-width: 768px) {
      .cta-fields,
      .portfolio-grid,
      .timeline-content,
      .app-screenshots { grid-template-columns: 1fr; }
      .process-step-visual { max-height: 180px; }
      .portfolio-slider { height: 180px; }
      .region-stats { grid-template-columns: 1fr; }
    }
    
    /* 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 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; }

/* End */


/* Start:/local/templates/barco/assets/css/level2-common.css?1784114188838*/
/* Shared corrections for a consistent first screen across level-two pages. */
@media (min-width: 769px) {
  .services-hero,
  .design-hero,
  .portfolio-hero,
  .pricing-hero,
  .regions-hero,
  .about-hero,
  .blog-hero,
  .contacts-hero {
    min-height: 620px;
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .services-hero h1,
  .design-hero h1,
  .portfolio-hero h1,
  .pricing-hero h1,
  .regions-hero h1,
  .about-hero h1,
  .blog-hero h1,
  .contacts-hero h1 {
    font-size: clamp(30px, 3.15vw, 48px);
    line-height: 1.15;
  }
}

.blog-hero {
  color: #fff;
  background: linear-gradient(135deg, #2c5f8d, #1a3a52);
}

.blog-hero h1,
.blog-hero > div > p {
  color: #fff;
}

.heading-line {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .heading-line {
    white-space: normal;
  }
}

/* End */


/* Start:/local/templates/barco/assets/css/landing-commercial.css?178849268724247*/
.barco-landing {
  --lp-blue: #2c5f8d;
  --lp-blue-dark: #173b5d;
  --lp-blue-deep: #102d47;
  --lp-orange: #f26522;
  --lp-orange-dark: #d9531f;
  --lp-text: #263241;
  --lp-muted: #667085;
  --lp-soft: #f4f7f9;
  --lp-line: #dfe7ed;
  --lp-white: #fff;
  --lp-shadow: 0 16px 42px rgba(23, 59, 93, 0.12);
  color: var(--lp-text);
  background: var(--lp-white);
  font-family: Inter, Roboto, Arial, sans-serif;
}

.barco-landing *,
.barco-landing *::before,
.barco-landing *::after { box-sizing: border-box; }
.barco-landing img { display: block; max-width: 100%; }
.barco-landing h1,
.barco-landing h2,
.barco-landing h3,
.barco-landing p { margin-top: 0; }
.barco-landing .lp-container { width: min(100% - 80px, 1500px); margin-inline: auto; }
.barco-landing .lp-section { padding: 88px 0; }
.barco-landing .lp-section--soft { background: var(--lp-soft); }

.lp-heading { max-width: 850px; margin: 0 auto 44px; text-align: center; }
.lp-heading h2 { margin: 8px 0 14px; color: var(--lp-blue-dark); font-size: clamp(30px, 3.2vw, 45px); line-height: 1.15; }
.lp-heading p { margin-bottom: 0; color: var(--lp-muted); font-size: 17px; line-height: 1.65; }
.lp-heading--light h2 { color: #fff; }
.lp-heading--light p { color: rgba(255, 255, 255, 0.78); }
.lp-kicker,
.lp-form-kicker { color: var(--lp-orange); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.lp-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 0;
  border-radius: 9px;
  background: var(--lp-orange);
  box-shadow: 0 10px 24px rgba(242, 101, 34, .22);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.lp-btn:hover,
.lp-btn:focus { color: #fff; background: var(--lp-orange-dark); box-shadow: 0 14px 30px rgba(242, 101, 34, .3); transform: translateY(-2px); }
.lp-btn--wide { width: 100%; }
.lp-btn--light { background: #fff; box-shadow: none; color: var(--lp-blue-dark); }
.lp-btn--light:hover,
.lp-btn--light:focus { background: var(--lp-orange); color: #fff; }
.lp-center { margin-top: 35px; text-align: center; }

.barco-landing .lp-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 70px 0 78px;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background-position: center;
  background-size: cover;
}
.barco-landing .lp-hero::before { position: absolute; inset: 0; z-index: -1; background: linear-gradient(105deg, rgba(12, 39, 61, .94) 0%, rgba(23, 59, 93, .81) 50%, rgba(23, 59, 93, .52) 100%); content: ""; }
.barco-landing .lp-hero--office { background-image: url("/upload/barco/assets/landing/office-moscow/hero.jpg"); background-image: image-set(url("/upload/barco/assets/landing/office-moscow/hero.webp") type("image/webp"), url("/upload/barco/assets/landing/office-moscow/hero.jpg") type("image/jpeg")); }
.barco-landing .lp-hero--chelny { background-image: url("/upload/barco/assets/landing/naberezhnye-chelny/hero.jpg"); background-image: image-set(url("/upload/barco/assets/landing/naberezhnye-chelny/hero.webp") type("image/webp"), url("/upload/barco/assets/landing/naberezhnye-chelny/hero.jpg") type("image/jpeg")); }
.lp-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 46px; color: rgba(255, 255, 255, .7); font-size: 13px; }
.lp-breadcrumbs a { color: rgba(255, 255, 255, .84); }
.lp-breadcrumbs a:hover { color: #fff; }
.lp-hero__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .65fr); gap: 84px; align-items: center; }
.lp-hero__copy { max-width: 830px; }
.lp-hero__copy .lp-kicker { color: #ffb48e; }
.lp-hero__copy h1 { margin: 12px 0 20px; color: #fff; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; text-shadow: 0 3px 16px rgba(0, 0, 0, .25); }
.lp-hero__copy > p { max-width: 750px; margin-bottom: 28px; color: rgba(255, 255, 255, .88); font-size: 19px; line-height: 1.62; }
.lp-hero__facts { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 32px; }
.lp-hero__facts span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; background: rgba(255, 255, 255, .1); color: #fff; font-size: 13px; backdrop-filter: blur(6px); }
.lp-hero__facts span::before { color: #ffb48e; content: "✓"; font-weight: 900; }
.lp-hero-form { padding: 30px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 18px; background: rgba(255, 255, 255, .96); box-shadow: 0 24px 70px rgba(0, 0, 0, .25); color: var(--lp-text); backdrop-filter: blur(12px); }
.lp-hero-form h2 { margin: 6px 0 22px; color: var(--lp-blue-dark); font-size: 27px; line-height: 1.2; }
.lp-hero-form > small { display: block; margin-top: 13px; color: var(--lp-muted); font-size: 11px; line-height: 1.45; text-align: center; }

.lp-form { display: grid; gap: 14px; }
.lp-form > label:not(.lp-consent) { display: grid; gap: 6px; color: var(--lp-text); font-size: 12px; font-weight: 700; }
.lp-form input:not([type="checkbox"]),
.lp-form select { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #d4dee6; border-radius: 8px; outline: none; background: #fff; color: var(--lp-text); font-size: 14px; }
.lp-form input:focus,
.lp-form select:focus { border-color: var(--lp-blue); box-shadow: 0 0 0 3px rgba(44, 95, 141, .12); }
.lp-consent { display: flex; align-items: flex-start; gap: 8px; color: var(--lp-muted); font-size: 11px; font-weight: 400; line-height: 1.4; }
.lp-consent input { width: 16px; height: 16px; flex: 0 0 16px; margin: 1px 0 0; accent-color: var(--lp-blue); }
.lp-consent a { color: var(--lp-blue); text-decoration: underline; }

.lp-problem-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.lp-problem-card { min-height: 190px; display: flex; align-items: center; gap: 22px; padding: 26px; border: 1px solid rgba(23, 59, 93, .08); border-radius: 16px; background: #fff; box-shadow: 0 9px 26px rgba(23, 59, 93, .08); }
.lp-problem-card img { width: 92px; height: 92px; flex: 0 0 92px; border: 5px solid #edf3f7; border-radius: 50%; object-fit: cover; }
.lp-problem-card h3 { margin-bottom: 8px; color: var(--lp-blue-dark); font-size: 19px; }
.lp-problem-card p { margin-bottom: 0; color: var(--lp-muted); font-size: 14px; line-height: 1.55; }

.lp-media-grid { display: grid; gap: 24px; }
.lp-media-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lp-media-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lp-media-card { overflow: hidden; border: 1px solid var(--lp-line); border-radius: 16px; background: #fff; box-shadow: var(--lp-shadow); transition: transform .25s ease, box-shadow .25s ease; }
.lp-media-card:hover { box-shadow: 0 22px 50px rgba(23, 59, 93, .18); transform: translateY(-5px); }
.lp-media-card > img { width: 100%; height: 240px; object-fit: cover; }
.lp-media-grid--four .lp-media-card > img { height: 190px; }
.lp-media-card > div { position: relative; padding: 25px; }
.lp-media-card > div > span { position: absolute; right: 22px; top: 18px; color: #dbe6ed; font-size: 34px; font-weight: 800; line-height: 1; }
.lp-media-card h3 { position: relative; margin: 0 48px 10px 0; color: var(--lp-blue-dark); font-size: 20px; line-height: 1.25; }
.lp-media-card p { position: relative; margin-bottom: 0; color: var(--lp-muted); font-size: 14px; line-height: 1.58; }

.barco-landing .lp-prices { padding: 88px 0; background: linear-gradient(135deg, var(--lp-blue-deep), var(--lp-blue)); color: #fff; }
.lp-prices__layout { display: grid; grid-template-columns: minmax(360px, .75fr) minmax(0, 1.25fr); gap: 35px; align-items: stretch; }
.lp-prices__layout--single { grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); }
.lp-illustration { margin: 0; overflow: hidden; border-radius: 16px; background: #fff; box-shadow: var(--lp-shadow); }
.lp-illustration img { width: 100%; height: 100%; min-height: 280px; object-fit: contain; }
.lp-illustration figcaption { padding: 11px 16px; color: var(--lp-muted); font-size: 12px; text-align: center; }
.lp-illustration--dark { border: 1px solid rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .08); }
.lp-illustration--dark img { background: #f5f6f7; }
.lp-tariffs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lp-tariffs article { display: flex; flex-direction: column; justify-content: center; padding: 25px 20px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 15px; background: rgba(255, 255, 255, .08); }
.lp-tariffs article.is-featured { border-color: rgba(255, 180, 142, .7); background: rgba(242, 101, 34, .18); }
.lp-tariffs span { margin-bottom: 10px; color: rgba(255, 255, 255, .76); font-size: 13px; }
.lp-tariffs strong { margin-bottom: 15px; color: #fff; font-size: 24px; line-height: 1.2; }
.lp-tariffs p { margin-bottom: 0; color: rgba(255, 255, 255, .73); font-size: 13px; line-height: 1.5; }
.lp-price-note { padding: 34px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 16px; background: rgba(255, 255, 255, .08); }
.lp-price-note > strong { display: block; margin-bottom: 18px; color: #fff; font-size: 25px; }
.lp-price-note ul { display: grid; gap: 12px; margin: 0 0 27px; padding: 0; list-style: none; }
.lp-price-note li { display: flex; gap: 10px; color: rgba(255, 255, 255, .82); }
.lp-price-note li::before { color: #ffb48e; content: "✓"; font-weight: 800; }

.lp-process { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; }
.lp-process::before { position: absolute; left: 8%; right: 8%; top: 174px; height: 2px; background: linear-gradient(90deg, var(--lp-blue), var(--lp-orange)); content: ""; }
.lp-process li { position: relative; overflow: hidden; border: 1px solid var(--lp-line); border-radius: 15px; background: #fff; box-shadow: 0 9px 28px rgba(23, 59, 93, .08); }
.lp-process img { width: 100%; height: 174px; object-fit: cover; }
.lp-process li > div { position: relative; padding: 25px 21px 22px; }
.lp-process li > div > span { position: absolute; right: 18px; top: -17px; width: 38px; height: 38px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; background: var(--lp-orange); color: #fff; font-size: 12px; font-weight: 800; }
.lp-process h3 { margin: 0 45px 9px 0; color: var(--lp-blue-dark); font-size: 17px; line-height: 1.3; }
.lp-process p { margin-bottom: 0; color: var(--lp-muted); font-size: 13px; line-height: 1.5; }

.lp-case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.lp-case-card { overflow: hidden; border: 1px solid var(--lp-line); border-radius: 17px; background: #fff; box-shadow: var(--lp-shadow); }
.lp-case-card__image { position: relative; height: 310px; overflow: hidden; }
.lp-case-card__image img { width: 100%; height: 100%; object-fit: cover; }
.lp-case-card__image span { position: absolute; right: 14px; top: 14px; padding: 6px 10px; border-radius: 999px; background: var(--lp-orange); color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.lp-case-card__body { padding: 24px; }
.lp-case-card__body > span,
.lp-featured-case__body > span { color: var(--lp-orange); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lp-case-card__body h3 { margin: 7px 0 9px; color: var(--lp-blue-dark); font-size: 21px; }
.lp-case-card__body p { margin-bottom: 0; color: var(--lp-muted); font-size: 14px; line-height: 1.55; }
.lp-compare { --compare-position: 50%; position: relative; height: 310px; overflow: hidden; background: #eaf0f4; }
.lp-compare > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lp-compare__after { clip-path: inset(0 0 0 var(--compare-position)); }
.lp-compare::after { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--compare-position); width: 3px; background: #fff; box-shadow: 0 0 0 1px rgba(0, 0, 0, .12); content: ""; pointer-events: none; transform: translateX(-50%); }
.lp-compare input[type="range"] { position: absolute; z-index: 4; left: 20px; right: 20px; bottom: 16px; width: calc(100% - 40px); height: 24px; margin: 0; cursor: ew-resize; opacity: .96; accent-color: var(--lp-orange); }
.lp-compare__label { position: absolute; z-index: 4; top: 14px; padding: 6px 10px; border-radius: 999px; background: rgba(16, 45, 71, .84); color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.lp-compare__label--before { left: 14px; }
.lp-compare__label--after { right: 14px; background: rgba(242, 101, 34, .9); }
.lp-featured-case { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(350px, .8fr); overflow: hidden; border: 1px solid var(--lp-line); border-radius: 18px; background: #fff; box-shadow: var(--lp-shadow); }
.lp-featured-case .lp-compare { height: 500px; }
.lp-featured-case__body { display: flex; flex-direction: column; justify-content: center; padding: 46px; }
.lp-featured-case__body h3 { margin: 9px 0 13px; color: var(--lp-blue-dark); font-size: 30px; }
.lp-featured-case__body > p { color: var(--lp-muted); line-height: 1.65; }
.lp-featured-case dl { display: grid; gap: 0; margin: 20px 0 0; }
.lp-featured-case dl > div { display: grid; grid-template-columns: 100px 1fr; gap: 15px; padding: 12px 0; border-top: 1px solid var(--lp-line); }
.lp-featured-case dt { color: var(--lp-muted); font-size: 12px; }
.lp-featured-case dd { margin: 0; color: var(--lp-blue-dark); font-size: 13px; font-weight: 700; }

.barco-landing .lp-app { padding: 96px 0; overflow: hidden; background: linear-gradient(135deg, var(--lp-blue-deep), #245b84); color: #fff; }
.lp-app__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr); gap: 70px; align-items: center; }
.lp-app__screens { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: center; }
.lp-app__screens figure { margin: 0; padding: 9px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 19px; background: rgba(255, 255, 255, .1); box-shadow: 0 22px 50px rgba(0, 0, 0, .22); }
.lp-app__screens figure.is-raised { transform: translateY(-25px); }
.lp-app__screens img { width: 100%; height: 470px; border-radius: 13px; object-fit: cover; object-position: top; }
.lp-app__screens figcaption { padding: 8px 4px 2px; color: rgba(255, 255, 255, .72); font-size: 11px; text-align: center; }
.lp-app__copy h2 { margin: 8px 0 18px; color: #fff; font-size: clamp(32px, 3.4vw, 48px); line-height: 1.14; }
.lp-app__copy > p { color: rgba(255, 255, 255, .8); font-size: 17px; line-height: 1.65; }
.lp-app__copy > ul { display: grid; gap: 10px; margin: 25px 0 0; padding: 0; list-style: none; }
.lp-app__copy > ul li { display: flex; gap: 10px; color: rgba(255, 255, 255, .9); font-size: 14px; }
.lp-app__copy > ul li::before { color: #ffb48e; content: "✓"; font-weight: 900; }
.lp-app__device { max-width: 540px; margin: 0 auto; padding: 22px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 28px; background: rgba(255, 255, 255, .08); box-shadow: 0 25px 60px rgba(0, 0, 0, .24); }
.lp-app__device img { width: 100%; max-height: 570px; border-radius: 20px; object-fit: contain; }
.lp-app__grid--single { grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); }
.lp-app .android-download { margin-top: 29px; }

.lp-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.lp-service-grid article { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--lp-line); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(23, 59, 93, .09); }
.lp-service-grid img { width: 100%; height: 205px; object-fit: cover; }
.lp-service-grid article > div { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.lp-service-grid article span { color: var(--lp-orange); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lp-service-grid h3 { margin: 6px 0 10px; color: var(--lp-blue-dark); font-size: 22px; }
.lp-service-grid p { margin-bottom: 18px; color: var(--lp-muted); font-size: 13px; line-height: 1.55; }
.lp-service-grid a { margin-top: auto; color: var(--lp-blue); font-size: 13px; font-weight: 800; }
.lp-service-grid a::after { content: " →"; }

.barco-landing .lp-logistics { padding: 92px 0; background: #fff; }
.lp-logistics__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: 70px; align-items: center; }
.lp-logistics__copy h2 { margin: 8px 0 18px; color: var(--lp-blue-dark); font-size: clamp(32px, 3.4vw, 48px); line-height: 1.14; }
.lp-logistics__copy > p { color: var(--lp-muted); font-size: 16px; line-height: 1.68; }
.lp-logistics__copy ul { display: grid; gap: 11px; margin: 24px 0 28px; padding: 0; list-style: none; }
.lp-logistics__copy li { display: flex; gap: 10px; font-size: 14px; }
.lp-logistics__copy li::before { color: var(--lp-orange); content: "✓"; font-weight: 900; }

.lp-faq { max-width: 1040px; display: grid; gap: 12px; margin: 0 auto; }
.lp-faq details { overflow: hidden; border: 1px solid var(--lp-line); border-radius: 13px; background: #fff; box-shadow: 0 6px 20px rgba(23, 59, 93, .06); }
.lp-faq summary { position: relative; padding: 20px 58px 20px 23px; color: var(--lp-blue-dark); cursor: pointer; font-size: 16px; font-weight: 700; list-style: none; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { position: absolute; right: 20px; top: 50%; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #edf3f7; color: var(--lp-orange); content: "+"; font-size: 20px; transform: translateY(-50%); }
.lp-faq details[open] summary::after { content: "−"; }
.lp-faq details[open] summary { border-bottom: 1px solid var(--lp-line); }
.lp-faq__answer { padding: 21px 23px 23px; color: var(--lp-muted); font-size: 14px; line-height: 1.65; }
.lp-faq__answer p { margin-bottom: 0; }
.lp-faq__answer--media { display: grid; grid-template-columns: 190px 1fr; gap: 24px; align-items: center; }
.lp-faq__answer--media img { width: 190px; height: 135px; border-radius: 9px; object-fit: cover; }

.barco-landing .lp-final { position: relative; padding: 90px 0; isolation: isolate; overflow: hidden; color: #fff; background-position: center; background-size: cover; }
.barco-landing .lp-final::before { position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(12, 39, 61, .96), rgba(23, 59, 93, .76)); content: ""; }
.barco-landing .lp-final--office { background-image: url("/upload/barco/assets/landing/office-moscow/cta.jpg"); background-image: image-set(url("/upload/barco/assets/landing/office-moscow/cta.webp") type("image/webp"), url("/upload/barco/assets/landing/office-moscow/cta.jpg") type("image/jpeg")); }
.barco-landing .lp-final--chelny { background-image: url("/upload/barco/assets/landing/naberezhnye-chelny/cta.jpg"); background-image: image-set(url("/upload/barco/assets/landing/naberezhnye-chelny/cta.webp") type("image/webp"), url("/upload/barco/assets/landing/naberezhnye-chelny/cta.jpg") type("image/jpeg")); }
.lp-final__copy { max-width: 850px; margin: 0 auto 32px; text-align: center; }
.lp-final__copy h2 { margin: 8px 0 12px; color: #fff; font-size: clamp(32px, 3.4vw, 48px); line-height: 1.15; }
.lp-final__copy p { margin-bottom: 0; color: rgba(255, 255, 255, .78); font-size: 16px; }
.lp-form--horizontal { max-width: 1180px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 13px; align-items: end; margin: 0 auto; padding: 25px; border-radius: 15px; background: rgba(255, 255, 255, .97); box-shadow: 0 20px 55px rgba(0, 0, 0, .24); }
.lp-form--horizontal .lp-consent { grid-column: 1 / -2; align-self: center; }
.lp-form--horizontal > .lp-btn { grid-column: 4; grid-row: 1; min-width: 180px; }
.lp-final__contacts { display: flex; justify-content: center; gap: 25px; margin-top: 23px; }
.lp-final__contacts a { color: #fff; font-size: 14px; font-weight: 700; }

@media (max-width: 1200px) {
  .lp-hero__grid { gap: 45px; }
  .lp-media-grid--four,
  .lp-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-process { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lp-process::before { display: none; }
  .lp-app__screens img { height: 400px; }
  .lp-form--horizontal { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-form--horizontal .lp-consent { grid-column: 1; }
  .lp-form--horizontal > .lp-btn { grid-column: 2; grid-row: auto; }
}

@media (max-width: 992px) {
  .barco-landing .lp-container { width: min(100% - 40px, 1500px); }
  .barco-landing .lp-section,
  .barco-landing .lp-prices,
  .barco-landing .lp-app,
  .barco-landing .lp-logistics,
  .barco-landing .lp-final { padding: 68px 0; }
  .barco-landing .lp-hero { min-height: 0; padding: 58px 0 66px; }
  .lp-breadcrumbs { margin-bottom: 35px; }
  .lp-hero__grid,
  .lp-app__grid,
  .lp-app__grid--single,
  .lp-logistics__grid,
  .lp-featured-case { grid-template-columns: 1fr; }
  .lp-hero__copy { text-align: center; }
  .lp-hero__copy > p { margin-inline: auto; }
  .lp-hero__facts { justify-content: center; }
  .lp-hero-form { width: min(100%, 560px); margin-inline: auto; }
  .lp-problem-grid,
  .lp-media-grid--three,
  .lp-case-grid { grid-template-columns: 1fr 1fr; }
  .lp-prices__layout,
  .lp-prices__layout--single { grid-template-columns: 1fr; }
  .lp-app__screens { order: 2; }
  .lp-app__copy { order: 1; text-align: center; }
  .lp-app__copy > ul { width: fit-content; margin-inline: auto; text-align: left; }
  .lp-app .android-download { margin-inline: auto; }
  .lp-app__device { order: 2; }
  .lp-app__grid--single .lp-app__copy { order: 1; }
  .lp-featured-case .lp-compare { height: 430px; }
}

@media (max-width: 720px) {
  .barco-landing .lp-container { width: min(100% - 28px, 1500px); }
  .barco-landing .lp-section,
  .barco-landing .lp-prices,
  .barco-landing .lp-app,
  .barco-landing .lp-logistics,
  .barco-landing .lp-final { padding: 54px 0; }
  .barco-landing .lp-hero { padding: 34px 0 52px; }
  .lp-breadcrumbs { margin-bottom: 30px; }
  .lp-hero__copy h1 { font-size: clamp(35px, 10vw, 46px); }
  .lp-hero__copy > p { font-size: 16px; }
  .lp-heading { margin-bottom: 31px; }
  .lp-heading h2 { font-size: 30px; }
  .lp-heading p { font-size: 15px; }
  .lp-problem-grid,
  .lp-media-grid--three,
  .lp-media-grid--four,
  .lp-service-grid,
  .lp-case-grid,
  .lp-process,
  .lp-tariffs { grid-template-columns: 1fr; }
  .lp-problem-card { min-height: 0; padding: 21px; }
  .lp-problem-card img { width: 76px; height: 76px; flex-basis: 76px; }
  .lp-media-card > img,
  .lp-media-grid--four .lp-media-card > img { height: 210px; }
  .lp-process img { height: 190px; }
  .lp-case-card__image,
  .lp-compare { height: 300px; }
  .lp-app__screens { width: calc(100vw - 14px); margin-left: -7px; padding: 15px 14px 20px; overflow-x: auto; grid-template-columns: repeat(3, 220px); scroll-snap-type: x mandatory; }
  .lp-app__screens figure { scroll-snap-align: center; }
  .lp-app__screens figure.is-raised { transform: none; }
  .lp-app__screens img { height: 430px; }
  .lp-featured-case .lp-compare { height: 330px; }
  .lp-featured-case__body { padding: 29px 24px; }
  .lp-featured-case__body h3 { font-size: 26px; }
  .lp-faq__answer--media { grid-template-columns: 1fr; }
  .lp-faq__answer--media img { width: 100%; height: 175px; }
  .lp-form--horizontal { grid-template-columns: 1fr; padding: 20px; }
  .lp-form--horizontal .lp-consent,
  .lp-form--horizontal > .lp-btn { grid-column: 1; }
  .lp-final__contacts { align-items: center; flex-direction: column; gap: 8px; }
}

@media (max-width: 420px) {
  .lp-hero-form { padding: 23px 19px; }
  .lp-hero-form h2 { font-size: 23px; }
  .lp-hero__facts { align-items: center; flex-direction: column; }
  .lp-problem-card { align-items: flex-start; flex-direction: column; }
  .lp-case-card__image,
  .lp-compare { height: 270px; }
  .lp-featured-case .lp-compare { height: 280px; }
  .lp-price-note { padding: 26px 21px; }
}

/* End */


/* Start:/local/templates/barco/assets/css/cta.css?17845228393072*/
.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-lead-website {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.barco-cta__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.4;
}

.barco-cta__consent input {
  flex: 0 0 auto;
  margin-top: 3px;
}

.barco-form-status {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.barco-form-status:empty {
  display: none;
}

.barco-form-status.is-success {
  color: #16713a;
}

.barco-form-status.is-error {
  color: #b42318;
}

.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/app-download.css?17882675283968*/
.android-download{max-width:520px;margin:26px 0 0}.android-download__button{display:flex;align-items:center;gap:15px;min-height:82px;padding:13px 16px;border:1px solid rgba(44,95,141,.18);border-radius:16px;background:linear-gradient(135deg,#fff,#f4f9fc);box-shadow:0 12px 30px rgba(23,59,93,.14);color:#173b5d;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.android-download__button:hover{border-color:rgba(242,101,34,.5);box-shadow:0 16px 34px rgba(23,59,93,.2);color:#173b5d;transform:translateY(-2px)}.android-download__button:focus-visible{outline:3px solid rgba(242,101,34,.45);outline-offset:3px}.android-download__icon{width:52px;height:52px;display:grid;flex:0 0 52px;place-items:center;border-radius:14px;background:#3ddc84;color:#102f25}.android-download__icon svg{width:32px;height:32px;fill:currentColor}.android-download__copy{min-width:0;display:flex;flex:1;flex-direction:column;align-items:flex-start;line-height:1.2}.android-download__copy small{margin-bottom:3px;color:#587083;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.android-download__copy strong{font-size:17px}.android-download__copy span{margin-top:5px;color:#64717e;font-size:12px}.android-download__arrow{width:34px;height:34px;display:grid;flex:0 0 34px;place-items:center;border-radius:50%;background:#f26522;color:#fff;font-size:21px;font-weight:800}.android-download__hint{margin:9px 4px 0;color:#64717e;font-size:12px;line-height:1.45}.android-download--dark .android-download__button{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.11);box-shadow:0 12px 30px rgba(0,0,0,.18);color:#fff;backdrop-filter:blur(8px)}.android-download--dark .android-download__button:hover{border-color:rgba(255,255,255,.55);box-shadow:0 16px 34px rgba(0,0,0,.25);color:#fff}.android-download--dark .android-download__copy small,.android-download--dark .android-download__copy span,.android-download--dark .android-download__hint{color:rgba(255,255,255,.78)}.android-download--dark .android-download__arrow{background:#fff;color:#173b5d}.android-download--dark .android-download__icon{box-shadow:0 6px 15px rgba(0,0,0,.16)}.android-download--dark .android-download__hint{margin-left:4px}.app-block .android-download{margin-inline:auto}.design-app__copy .android-download{margin-top:25px}.regions-app-download{padding:0 0 80px}.regions-app-download .container{width:min(100% - 40px,1500px);margin-inline:auto}.regions-app-download__inner{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:32px 38px;border-radius:18px;background:linear-gradient(135deg,#173b5d,#2c5f8d);color:#fff;box-shadow:0 18px 45px rgba(23,59,93,.18)}.regions-app-download__copy{max-width:680px}.regions-app-download__copy span{color:#ffb48e;font-size:12px;font-weight:850;letter-spacing:.12em}.regions-app-download__copy h2{margin:7px 0 9px;color:#fff;font-size:clamp(25px,2.4vw,36px);line-height:1.15}.regions-app-download__copy p{margin:0;color:rgba(255,255,255,.82);line-height:1.55}.regions-app-download .android-download{width:min(100%,480px);flex:0 1 480px;margin:0}@media(max-width:850px){.regions-app-download__inner{align-items:stretch;flex-direction:column}.regions-app-download .android-download{width:100%;flex-basis:auto}}@media(max-width:620px){.android-download{width:100%;margin-top:22px}.android-download__button{gap:11px;min-height:76px;padding:11px 12px;border-radius:14px}.android-download__icon{width:45px;height:45px;flex-basis:45px}.android-download__icon svg{width:28px;height:28px}.android-download__copy small{font-size:10px}.android-download__copy strong{font-size:15px}.android-download__copy span{font-size:11px}.android-download__arrow{width:30px;height:30px;flex-basis:30px}.regions-app-download{padding:0 0 55px}.regions-app-download .container{width:min(100% - 28px,1500px)}.regions-app-download__inner{gap:22px;padding:24px 18px}.regions-app-download__copy h2{font-size:27px}}

/* 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/level2-services.css?178411456226534 */
/* /local/templates/barco/assets/css/level2-common.css?1784114188838 */
/* /local/templates/barco/assets/css/landing-commercial.css?178849268724247 */
/* /local/templates/barco/assets/css/cta.css?17845228393072 */
/* /local/templates/barco/assets/css/app-download.css?17882675283968 */
/* /local/templates/barco/assets/css/footer.css?17835924721392 */
