

/* 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-agreement.css?17846114502375*/
:root {
  --legal-blue: #2c5f8d;
  --legal-dark: #173b5d;
  --legal-orange: #f26522;
  --legal-text: #2f3b46;
  --legal-muted: #667582;
  --legal-line: #dce5eb;
  --legal-soft: #f4f8fb;
}

.legal-page,
.legal-page * {
  box-sizing: border-box;
}

.legal-page {
  position: relative;
  padding: 72px 0 88px;
  background:
    linear-gradient(180deg, #eaf3f8 0, #f7fafc 300px, #f7fafc 100%);
}

.legal-page::before {
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, var(--legal-blue), #4f86ad 72%, var(--legal-orange));
  content: "";
}

.legal-page__container {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}

.legal-page__content {
  padding: clamp(34px, 5vw, 72px);
  border: 1px solid var(--legal-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(23, 59, 93, .11);
  color: var(--legal-text);
  font-size: 16px;
  line-height: 1.78;
}

.legal-page__content .legal__meta {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #eaf3f8;
  color: var(--legal-blue);
  font-size: 13px;
  font-weight: 700;
}

.legal-page__content h1 {
  max-width: 850px;
  margin: 0 0 38px;
  color: var(--legal-dark);
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.legal-page__content h2 {
  margin: 48px 0 18px;
  padding-top: 26px;
  border-top: 1px solid var(--legal-line);
  color: var(--legal-dark);
  font-size: clamp(23px, 2.5vw, 32px);
  line-height: 1.25;
}

.legal-page__content h1 + h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.legal-page__content p {
  max-width: 920px;
  margin: 0 0 20px;
  color: var(--legal-text);
}

.legal-page__content a {
  color: var(--legal-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page__content a:hover,
.legal-page__content a:focus {
  color: var(--legal-orange);
}

@media (max-width: 700px) {
  .legal-page {
    padding: 34px 0 55px;
  }

  .legal-page__container {
    width: min(100% - 24px, 1120px);
  }

  .legal-page__content {
    padding: 25px 20px 32px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.68;
  }

  .legal-page__content h1 {
    margin-bottom: 30px;
    font-size: 34px;
  }

  .legal-page__content h2 {
    margin-top: 38px;
    padding-top: 22px;
    font-size: 24px;
  }
}

/* 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/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/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-agreement.css?17846114502375 */
/* /local/templates/barco/assets/css/level2-common.css?1784114188838 */
/* /local/templates/barco/assets/css/cta.css?17845228393072 */
/* /local/templates/barco/assets/css/footer.css?17835924721392 */
