.page-header__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .page-header__inner {
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .page-header__inner {
    gap: 50px;
  }
}
@media (min-width: 1900px) {
  .page-header__inner {
    max-width: 1294px;
    gap: 60px;
  }
}
.page-header__line-before, .page-header__line-after {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 30px);
  width: 1px;
  background: #fff;
  opacity: 0.3;
  transform-origin: top center;
}
@media (min-width: 1900px) {
  .page-header__line-before, .page-header__line-after {
    bottom: calc(100% + 50px);
  }
}
.page-header__line-after {
  bottom: auto;
  top: calc(100% + 30px);
}
@media (min-width: 1900px) {
  .page-header__line-after {
    top: calc(100% + 50px);
  }
}
.page-header__container {
  position: relative;
  overflow: hidden;
}
.page-header__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-header__content {
    gap: 30px;
  }
}
@media (min-width: 1900px) {
  .page-header__content {
    gap: 40px;
  }
}
.page-header__main {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .page-header__main {
    gap: 20px;
  }
}
.page-header__text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .page-header__text {
    gap: 20px;
  }
}
.page-header__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .page-header__heading {
    gap: 15px;
  }
}
@media (min-width: 1900px) {
  .page-header__heading {
    gap: 20px;
  }
}
.page-header__sub-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: var(--font-accent);
}
@media (min-width: 768px) {
  .page-header__sub-title {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  .page-header__sub-title {
    font-size: 40px;
  }
}
@media (min-width: 1900px) {
  .page-header__sub-title {
    font-size: 50px;
  }
}
.page-header__title {
  font-size: 28px;
  line-height: 1.1;
  font-family: var(--font-accent);
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .page-header__title {
    font-size: 50px;
  }
}
@media (min-width: 1366px) {
  .page-header__title {
    font-size: 70px;
  }
}
@media (min-width: 1900px) {
  .page-header__title {
    font-size: 80px;
  }
}
.page-header__description {
  font-size: 16px;
  line-height: 1.1875;
  margin: 0;
}
@media (min-width: 768px) {
  .page-header__description {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
  .page-header__description {
    font-size: 25px;
    line-height: 1.2;
  }
}
@media (min-width: 1900px) {
  .page-header__description {
    font-size: 30px;
  }
}
.page-header__labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .page-header__labels {
    gap: 10px;
  }
}
.page-header__label {
  background: #CAF0F8;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #19839A;
  stroke: #19839A;
  padding: 0 15px;
  min-height: 25px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .page-header__label {
    gap: 10px;
    min-height: 30px;
  }
}
@media (min-width: 1366px) {
  .page-header__label {
    min-height: 35px;
    padding: 0 20px;
  }
}
@media (min-width: 1900px) {
  .page-header__label {
    min-height: 40px;
  }
}
.page-header__label-icon {
  width: 16px;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .page-header__label-icon {
    width: 18px;
  }
}
@media (min-width: 1366px) {
  .page-header__label-icon {
    width: 20px;
  }
}
.page-header__btn-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media (min-width: 1900px) {
  .page-header__btn {
    padding: 5px 40px;
  }
}
.page-header--full-screen {
  margin-top: calc(var(--section-gap) * -1 - var(--header-height));
  padding-top: var(--header-height, 70px);
  height: 100vh;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  --line-gap: 30px;
}
@media (min-width: 1366px) {
  .page-header--full-screen {
    padding-top: var(--header-height, 80px);
  }
}
@media (min-width: 1900px) {
  .page-header--full-screen {
    padding-top: var(--header-height, 90px);
    --line-gap: 50px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.page-header--full-screen::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(3, 83, 164, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-header--full-screen .page-header__content {
  gap: 30px;
}
@media (min-width: 768px) {
  .page-header--full-screen .page-header__content {
    gap: 40px;
  }
}
.page-header--full-screen .page-header__text {
  gap: 15px;
}
@media (min-width: 768px) {
  .page-header--full-screen .page-header__text {
    gap: 20px;
  }
}
@media (min-width: 1900px) {
  .page-header--full-screen .page-header__text {
    gap: 30px;
  }
}
.page-header--full-screen .page-header__title {
  font-size: 30px;
}
@media (min-width: 768px) {
  .page-header--full-screen .page-header__title {
    font-size: 50px;
  }
}
@media (min-width: 1366px) {
  .page-header--full-screen .page-header__title {
    font-size: 70px;
  }
}
@media (min-width: 1900px) {
  .page-header--full-screen .page-header__title {
    font-size: 80px;
  }
}

.services {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .services {
    gap: 60px 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1366px) {
  .services {
    gap: 80px 150px;
    max-width: calc(1526px + var(--page-padding-x) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1900px) {
  .services {
    gap: 100px 197px;
  }
}
.services__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .services__item {
    width: calc(50% - 10px);
    gap: 25px;
  }
}
@media (min-width: 1366px) {
  .services__item {
    width: calc((100% - 150px) / 100 * 54.84155);
    gap: 30px;
  }
}
@media (min-width: 1900px) {
  .services__item {
    width: calc((100% - 197px) / 100 * 55.9067);
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .services__item:nth-child(4n+2), .services__item:nth-child(4n+3) {
    width: calc((100% - 150px) / 100 * 45.15845);
  }
}
@media (min-width: 1900px) {
  .services__item:nth-child(4n+2), .services__item:nth-child(4n+3) {
    width: calc((100% - 197px) / 100 * 44.0933);
  }
}
@media (min-width: 768px) {
  .services__item:nth-child(4n+2) .services__img, .services__item:nth-child(4n+3) .services__img {
    aspect-ratio: 1.51818;
  }
}
@media (min-width: 1366px) {
  .services__item:nth-child(4n+2) .services__img, .services__item:nth-child(4n+3) .services__img {
    aspect-ratio: 1.65161;
  }
}
@media (min-width: 1900px) {
  .services__item:nth-child(4n+2) .services__img, .services__item:nth-child(4n+3) .services__img {
    aspect-ratio: 1.77576;
  }
}
.services__img {
  width: 100%;
  aspect-ratio: 1.4545;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .services__img {
    aspect-ratio: 1.28462;
  }
}
@media (min-width: 1366px) {
  .services__img {
    aspect-ratio: 1.5575;
  }
}
@media (min-width: 1900px) {
  .services__img {
    aspect-ratio: 1.79036;
  }
}
.services__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .services__content {
    gap: 15px;
  }
}
@media (min-width: 1366px) {
  .services__content {
    gap: 20px;
  }
}
.services__header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 1366px) {
  .services__header {
    gap: 10px;
  }
}
.services__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #0353A4;
}
@media (min-width: 768px) {
  .services__title {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
  .services__title {
    font-size: 25px;
  }
}
@media (min-width: 1900px) {
  .services__title {
    font-size: 30px;
  }
}
.services__description {
  font-size: 14px;
  line-height: 1.21429;
  margin: 0;
}
@media (min-width: 768px) {
  .services__description {
    font-size: 16px;
    line-height: 1.1875;
  }
}
@media (min-width: 1366px) {
  .services__description {
    font-size: 18px;
    line-height: 1.27778;
  }
}
@media (min-width: 1900px) {
  .services__description {
    font-size: 20px;
    line-height: 1.3;
  }
}
.services__features {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 1366px) {
  .services__features {
    gap: 10px;
  }
}
.services__feature {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33594 8H12.6693' stroke='%230353A4' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M8 3.33331V12.6666' stroke='%230353A4' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat top left/16px 16px;
  padding-left: 26px;
  min-height: 16px;
  line-height: 1.16667;
}
@media (min-width: 768px) {
  .services__feature {
    min-height: 18px;
    padding-left: 28px;
    line-height: 1.21429;
    background-size: 18px 18px;
  }
}
@media (min-width: 1366px) {
  .services__feature {
    min-height: 20px;
    padding-left: 30px;
    background-size: 20px 20px;
  }
}
@media (min-width: 1900px) {
  .services__feature {
    line-height: 1.22222;
  }
}
.services__note {
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  padding: 14px;
  color: #A9A9A9;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .services__note {
    padding: 19px;
  }
}/*# sourceMappingURL=critical.css.map */