

/* 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/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/cta.css?17835924722364 */
/* /local/templates/barco/assets/css/footer.css?17835924721392 */
