.avf.avf--v1 {
  --avf-blue: #094781;
  --avf-red: #db1e39;
  --avf-bg: #4e5963;
  --avf-muted: #9da5ac;
  display: block;
  width: 100%;
  padding: 80px 0 100px;
  color: #ffffff;
  font-family: "Inter ALAB", "Inter", Arial, sans-serif !important;
  background: var(--avf-bg);
}

.avf.avf--v1,
.avf.avf--v1 * {
  box-sizing: border-box;
}

.avf.avf--v1 a {
  text-decoration: none;
}

.avf.avf--v1 .avf__container {
  width: 100%;
  max-width: 1550px;
  padding: 0 15px;
  margin: 0 auto;
}

.avf.avf--v1 .avf__layout {
  display: grid !important;
  grid-template-columns: 280px 300px minmax(0, 1fr) !important;
  grid-template-areas: "left contacts services" !important;
  gap: 0 60px !important;
  align-items: start;
}

.avf.avf--v1 .avf__left {
  grid-area: left;
}

.avf.avf--v1 .avf__brand {
  grid-area: brand;
}

.avf.avf--v1 .avf__projects {
  grid-area: projects;
  margin: 0;
}

.avf.avf--v1 .avf__contacts {
  grid-area: contacts;
}

.avf.avf--v1 .avf__services {
  grid-area: services;
}

.avf.avf--v1 .avf__logo {
  display: inline-block;
  margin: 0 0 40px;
  color: var(--avf-blue);
  font-family: "Bebas Neue ALAB", "Bebas Neue", "Arial Narrow", sans-serif !important;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.avf.avf--v1 .avf__logo:hover,
.avf.avf--v1 .avf__logo:focus-visible {
  color: var(--avf-blue);
  outline: none;
}

.avf.avf--v1 .avf__logo span {
  color: var(--avf-red);
}

.avf.avf--v1 .avf__heading {
  margin: 0 0 30px;
  color: #ffffff;
  font-family: "Inter ALAB", "Inter", Arial, sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.avf.avf--v1 .avf__projects-title {
  margin: 0 0 12px;
  color: var(--avf-muted);
  font-family: "Inter ALAB", "Inter", Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.avf.avf--v1 .avf__projects-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.avf.avf--v1 .avf__project-card {
  display: block;
}

.avf.avf--v1 .avf__project-link {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
}

.avf.avf--v1 .avf__project-link:hover,
.avf.avf--v1 .avf__project-link:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
  outline: none;
}

.avf.avf--v1 .avf__value a:hover,
.avf.avf--v1 .avf__value a:focus-visible,
.avf.avf--v1 .avf__services-link:hover,
.avf.avf--v1 .avf__services-link:focus-visible,
.avf.avf--v1 .avf__mobile-menu-link:hover,
.avf.avf--v1 .avf__mobile-menu-link:focus-visible {
  color: #ffffff;
  outline: none;
  opacity: 0.78;
}

.avf.avf--v1 .avf__contact {
  margin: 0 0 20px;
}

.avf.avf--v1 .avf__contact-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 0 0 20px;
}

.avf.avf--v1 .avf__contact-row .avf__contact {
  margin: 0;
}

.avf.avf--v1 .avf__label {
  margin: 0 0 10px;
  color: var(--avf-muted);
  font-size: 12px;
  line-height: 1.3;
}

.avf.avf--v1 .avf__value {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.avf.avf--v1 .avf__value a {
  color: #ffffff;
}

.avf.avf--v1 .avf__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.avf.avf--v1 .avf__social-link {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: var(--avf-blue);
  border-radius: 10px;
}

.avf.avf--v1 .avf__social-link:hover,
.avf.avf--v1 .avf__social-link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.avf.avf--v1 .avf__social-icon {
  display: block;
  width: 18px;
  height: auto;
}

.avf.avf--v1 .avf__services-menu,
.avf.avf--v1 .avf__mobile-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.avf.avf--v1 .avf__services-menu {
  display: block !important;
  column-count: 2 !important;
  column-gap: 40px !important;
  grid-template-rows: none !important;
  grid-auto-flow: initial !important;
  grid-auto-columns: auto !important;
}

.avf.avf--v1 .avf__services-item {
  break-inside: avoid-column;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  list-style: none;
}

.avf.avf--v1 .avf__services-link,
.avf.avf--v1 .avf__mobile-menu-link {
  color: #ffffff;
}

.avf.avf--v1 .avf__mobile-nav {
  display: none;
}

@media (max-width: 1100px) {
  .avf.avf--v1 .avf__layout {
    grid-template-columns: 250px 300px minmax(0, 1fr) !important;
    gap: 0 40px !important;
  }
}

@media (max-width: 900px) {
  .avf.avf--v1 .avf__layout {
    grid-template-columns: minmax(230px, 0.8fr) minmax(300px, 1.2fr) !important;
    grid-template-areas:
      "left contacts"
      "services services" !important;
    gap: 50px 50px !important;
  }

  .avf.avf--v1 .avf__services-menu {
    column-gap: 50px;
  }
}

@media (max-width: 600px) {
  .avf.avf--v1 {
    padding: 50px 0 !important;
  }

  .avf.avf--v1 .avf__layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "brand"
      "contacts"
      "projects" !important;
    gap: 0 !important;
  }

  .avf.avf--v1 .avf__left {
    display: contents !important;
  }

  .avf.avf--v1 .avf__logo {
    margin: 0 0 50px !important;
  }

  .avf.avf--v1 .avf__mobile-nav {
    display: block !important;
    margin: 0 0 38px;
  }

  .avf.avf--v1 .avf__mobile-menu-item {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
  }

  .avf.avf--v1 .avf__contacts {
    margin: 0 0 30px;
  }

  .avf.avf--v1 .avf__contacts .avf__heading {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
  }

  .avf.avf--v1 .avf__desktop-only {
    display: none !important;
  }

  .avf.avf--v1 .avf__contact-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .avf.avf--v1 .avf__projects {
    margin: 0 0 30px !important;
  }

  .avf.avf--v1 .avf__projects-list {
    gap: 8px !important;
  }

  .avf.avf--v1 .avf__project-link {
    font-size: 12px;
  }

  .avf.avf--v1 .avf__social-link {
    width: 40px !important;
    height: 40px !important;
  }

  .avf.avf--v1 .avf__services {
    display: none !important;
  }
}
