body {
  overflow-x: hidden;
}

section.info-header {
  background-color: var(--bg-ascent);
  color: #fff;
  min-height: 380px;
  height: 100%;
  max-height: 380px;
  position: relative;
  overflow: hidden;
}
section.info-header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
section.info-header .container > div:first-child {
  padding: 80px 0;
}
section.info-header h1 {
  font-size: 40px;
}
section.info-header .infographics {
  position: relative;
  right: 0;
  bottom: -40px;
}
section.info-header .infographics img {
  max-height: 420px;
  z-index: 10;
  position: relative;
}
section.info-header .infographics::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.08);
  width: 758px;
  height: 758px;
  position: absolute;
  border-radius: 50%;
  bottom: -200px;
  left: 100px;
}
section.info-header .subtitle {
  display: flex;
  flex-direction: column;
  margin-left: 30%;
  max-width: 650px;
  gap: 16px;
  font-size: 16px;
  margin-top: 28px;
}

section.advantages {
  padding: 120px 0;
  position: relative;
}
section.advantages::before {
  background: url("../imgs/about-us-advantages-bg.svg") no-repeat center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  width: 90%;
  height: 91%;
  left: 5%;
}
section.advantages .container {
  gap: 32px;
  display: flex;
  flex-direction: column;
}
section.advantages .container > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.advantages h1 {
  font-size: 32px;
  max-width: 400px;
  line-height: 1;
  margin-bottom: 20px;
}
section.advantages .advantages-cards {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: fit-content;
}
section.advantages .advantages-cards.wider {
  margin-left: auto;
}
section.advantages .advantages-cards.wider > .advantages-card {
  max-width: 265px;
}
section.advantages .advantages-cards > .advantages-card {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  gap: 12px;
}
section.advantages .advantages-cards > .advantages-card > div.icon {
  background: rgb(29, 94, 201);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 52px;
  height: 52px;
}
section.advantages .advantages-cards > .advantages-card > span {
  font-size: 16px;
}

main .container {
  display: flex;
  flex-direction: column;
}
main .container > div {
  display: flex;
  justify-content: space-between;
}
main .container > div > div {
  margin-left: 10%;
  margin-top: 28px;
}
main .container > div > div span {
  font-size: 28px;
}
main .container > div > div span.highlight {
  color: var(--text-blue);
  font-weight: 600;
}
main h1 {
  font-size: 32px;
  max-width: 400px;
  line-height: 1;
  margin-bottom: 20px;
}

footer {
  margin-top: 0 !important;
  border-top: 1px solid var(--border-line);
}

@media (max-width: 1000px) {
  section.info-header .subtitle {
    margin-left: 0;
  }
  main .container > div > div {
    margin-left: 0;
  }
  section.advantages::before {
    width: 100%;
    height: 100%;
    left: 0;
  }
  section.info-header .infographics img {
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  main .container > div {
    flex-direction: column;
    align-items: center;
  }
  section.info-header .container {
    flex-direction: column;
  }
  section.info-header .container > div:first-child {
    padding: 50px 0;
    text-align: center;
  }
  section.info-header .infographics {
    bottom: 0;
  }
  section.info-header .infographics::before {
    left: -25%;
    bottom: -80%;
  }
  section.info-header .infographics img {
    max-height: 420px;
  }
  section.info-header {
    min-height: 620px;
    height: 100%;
    max-height: 620px;
  }

  .about-us-main-image {width: 100%}
}
@media (max-width: 480px) {
  section.info-header h1 {
    font-size: 32px;
  }
  main .container > div > div span {
    font-size: 16px;
  }
  section.advantages .container > div {
    flex-direction: row;
    gap: 32px;
    margin: 0 auto;
  }
  section.advantages .advantages-cards {
    flex-direction: column;
    margin-left: 0;
  }
  section.advantages .advantages-cards > .advantages-card, section.advantages .advantages-cards.wider > .advantages-card {
    max-width: 160px;
  }
  section.advantages::before {
    background: url("../imgs/about-us-advantages-bg-mobile.svg") no-repeat center;
  }
}

/*# sourceMappingURL=about-us.css.map */
