@font-face {
  font-family: "Inter";
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/Inter_Thin.woff2) format("woff2"), url(../fonts/Inter_Thin.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/Inter_ExtraLight.woff2) format("woff2"), url(../fonts/Inter_ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Inter_Light.woff2) format("woff2"), url(../fonts/Inter_Light.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Inter_Regular.woff2) format("woff2"), url(../fonts/Inter_Regular.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Inter_Medium.woff2) format("woff2"), url(../fonts/Inter_Medium.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Inter_SemiBold.woff2) format("woff2"), url(../fonts/Inter_SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Inter_Bold.woff2) format("woff2"), url(../fonts/Inter_Bold.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Inter_ExtraBold.woff2) format("woff2"), url(../fonts/Inter_ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Inter_Black.woff2) format("woff2"), url(../fonts/Inter_Black.woff) format("woff");
}
section.main {
  padding-top: 42px;
}
section.main h1 {
  font: 400 48px/1 "Inter";
  color: #222C58;
}
section.main h1 span {
  font-weight: 800;
}

section.about h1 {
  font: 400 48px/1 "Inter";
  color: #222C58;
}
section.about h1 span {
  font-weight: 800;
}
@media (max-width: 768px) {
  section.about h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  section.about h1 {
    font-size: 32px;
  }
}
section.about .key-points {
  margin-top: 34px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
section.about .key-points ul {
  flex: 1 1 auto;
  padding-left: 30px;
  list-style: disc;
}
section.about .key-points ul li {
  font: 300 20px/2 "Inter";
  color: #222C58;
}
section.about .key-points button {
  flex: 0 0 270px;
  padding: 28px 44px;
  background: #222C58;
  border-radius: 15px;
  font: 600 20px/1 "Inter";
  color: #ffffff;
  transition: background 0.2s ease-in;
}
section.about .key-points button:hover {
  background: #595C94;
}
@media (max-width: 1024px) {
  section.about .key-points {
    flex-direction: column;
    align-items: flex-start;
  }
  section.about .key-points button {
    flex-basis: auto;
  }
}
@media (max-width: 768px) {
  section.about .key-points button {
    padding: 20px 44px;
  }
}
@media (max-width: 576px) {
  section.about .key-points {
    margin-top: 20px;
  }
  section.about .key-points ul li {
    font-size: 16px;
  }
  section.about .key-points button {
    width: 100%;
    font-size: 16px;
  }
}
section.about .upper {
  padding-bottom: 620px;
  position: relative;
}
section.about .upper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 740px;
  background-image: url("../img/bg.png");
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: -2;
}
@media (max-width: 1024px) {
  section.about .upper {
    padding-bottom: 520px;
  }
}
@media (max-width: 576px) {
  section.about .upper {
    padding-bottom: 420px;
  }
}
section.about .frame {
  margin-top: -370px;
  position: relative;
  margin-bottom: 100px;
}
section.about .frame::after {
  content: "";
  position: absolute;
  left: 50%;
  top: var(--after-top, -192.5px);
  max-width: 1200px;
  width: 100%;
  aspect-ratio: 1200/385;
  background-image: url("../img/items.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  z-index: 1;
}
section.about .frame::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  border-radius: 0 0 60px 60px;
  background: #222C58;
  transform: translateY(50px);
  z-index: -1;
}
section.about .frame__top {
  --frame-padding-top: 92px;
  padding-top: var(--frame-padding-top, 192.5px);
  padding-bottom: 77px;
  background: linear-gradient(180deg, #374CA5 0%, #151D3F 100%);
  border-radius: 60px 60px 0 0;
}
section.about .frame__top .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
section.about .frame__top .content button {
  padding: 32px 16px;
  background: #ffffff;
  border-radius: 15px;
  font: 600 23px/1 "Inter";
  color: #222C58;
  transition: all 0.2s ease-in;
}
section.about .frame__top .content button:hover {
  transform: translateY(-4px);
}
section.about .frame__top .content h2 {
  max-width: 960px;
  font: 600 32px/1 "Inter";
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  section.about .frame__top .content button {
    padding: 20px 16px;
  }
}
section.about .frame__bottom {
  padding: 35px 0 50px;
  background: linear-gradient(180deg, #141C3F 0%, #415193 100%);
  border-radius: 0 0 60px 60px;
}
@media (max-width: 576px) {
  section.about .frame::after {
    content: none;
  }
  section.about .frame__top .content button {
    display: none;
  }
  section.about .frame__top .content h2 {
    font-size: 28px;
  }
}
section.about .links .content {
  padding: 45px 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  gap: 90px;
}
section.about .links .content .item {
  position: relative;
  padding-right: 35px;
}
section.about .links .content .item a {
  font: 600 24px/1 "Inter";
  transition: color 0.2s ease-in;
}
section.about .links .content .item a:hover {
  color: #595C94;
}
section.about .links .content .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: url(/img/arrows.svg) center/cover no-repeat;
}
@media (max-width: 576px) {
  section.about .links .content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  section.about .links .content {
    gap: 20px;
    justify-content: space-between;
  }
  section.about .links .content .item {
    padding-right: 30px;
  }
  section.about .links .content .item::after {
    top: 0;
  }
  section.about .links .content .item a {
    font-size: 20px;
  }
}

.frame__top__grid .swiper-wrapper {
  width: 100%;
}
.frame__top__grid .grid {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 50px;
}
@media (max-width: 1024px) {
  .frame__top__grid .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.frame__top__grid .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.frame__top__grid .item .image {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.frame__top__grid .item .image img {
  width: auto;
}
.frame__top__grid .item .text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font: 400 20px/1 "Inter";
  color: #ffffff;
}
.frame__top__grid .item .text .highlight {
  text-align: center;
  font: 800 32px/1 "Inter";
}
.frame__top__grid .item .text span {
  text-align: center;
}
.frame__top__grid .item .text span.align-left {
  text-align: left;
}
.frame__top__grid .item .text span.align-right {
  text-align: right;
}
@media (max-width: 768px) {
  .frame__top__grid .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .frame__top__grid .item img {
    max-width: 60px;
  }
  .frame__top__grid .item .text {
    font-size: 16px;
  }
  .frame__top__grid .item .text .highlight {
    font-size: 28px;
  }
}

.frame__bottom__grid .grid {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
.frame__bottom__grid .right {
  flex-basis: calc((100% - 70px) * 0.4);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: min-content;
  gap: 18px 15px;
}
.frame__bottom__grid .right .item-1 {
  background-image: url("../img/about-grid/bottom/item-1.png");
  background-color: #ffffff;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
.frame__bottom__grid .right .item-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .frame__bottom__grid .right .item-1::before {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  }
}
.frame__bottom__grid .right .item-2 {
  background-image: url("../img/about-grid/bottom/item-2.png");
  background-color: #ffffff;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
.frame__bottom__grid .right .item-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .frame__bottom__grid .right .item-2::before {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  }
}
.frame__bottom__grid .right .item-3 {
  background-image: url("../img/about-grid/bottom/item-3.png");
  background-color: #ffffff;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
.frame__bottom__grid .right .item-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .frame__bottom__grid .right .item-3::before {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  }
}
.frame__bottom__grid .right .item-4 {
  background-image: url("../img/about-grid/bottom/item-4.png");
  background-color: #ffffff;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
.frame__bottom__grid .right .item-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .frame__bottom__grid .right .item-4::before {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  }
}
.frame__bottom__grid .right .item {
  padding: 14px 12px;
  aspect-ratio: 1.1;
  border-radius: 30px;
  overflow: hidden;
}
.frame__bottom__grid .right .item:nth-of-type(2n) span {
  text-align: right;
}
.frame__bottom__grid .right .item span {
  display: inline-block;
  position: relative;
  z-index: 1;
  font: 600 16px/1 "Inter";
  color: #151D3F;
}
.frame__bottom__grid .left {
  flex-basis: calc((100% - 70px) * 0.6);
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.frame__bottom__grid .left .heading h3 {
  font: 900 30px/34px "Inter";
  color: #ffffff;
}
.frame__bottom__grid .left .heading span {
  margin-top: 24px;
  display: inline-block;
  font: 400 24px/26px "Inter";
  color: #ffffff;
}
.frame__bottom__grid .left .areas {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 15px;
}
.frame__bottom__grid .left .areas .item {
  flex-grow: 1;
  padding: 12px;
  background: #ffffff;
  border-radius: 10px;
  font: 900 18px/1 "Inter";
  color: #08314C;
  text-align: center;
}
@media (max-width: 1024px) {
  .frame__bottom__grid .grid {
    flex-direction: column;
    align-items: center;
  }
  .frame__bottom__grid .right {
    grid-template-rows: repeat(2, 150px);
  }
  .frame__bottom__grid .right .item {
    aspect-ratio: 2.5;
    background-position: bottom right;
  }
}
@media (max-width: 576px) {
  .frame__bottom__grid .left .heading h3 {
    font-size: 26px;
  }
  .frame__bottom__grid .left .heading span {
    font-size: 20px;
  }
  .frame__bottom__grid .right {
    grid-template-rows: min-content;
  }
  .frame__bottom__grid .right .item {
    aspect-ratio: 1;
  }
}

section.cert .upper {
  padding: 0 0 40px;
}
section.cert .upper .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
section.cert .upper .content h2 {
  font: 700 48px/1 "Inter";
  color: #222C58;
  text-align: center;
}
section.cert .upper .content p {
  max-width: 620px;
  font: 300 24px/1 "Inter";
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  section.cert .upper .content h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  section.cert .upper .content h2 {
    font-size: 28px;
  }
  section.cert .upper .content p {
    font-size: 20px;
  }
}
section.cert .frame {
  padding: 40px 0;
  background: linear-gradient(180deg, #141C3F 0%, #415193 100%);
  border-radius: 0 0 60px 60px;
}
section.cert .frame .docs {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}
section.cert .frame .docs a {
  max-width: 426px;
  font-size: 0;
  line-height: 0;
}
section.cert .frame .docs a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: zoom-in;
}

section.contacts {
  padding: 40px 0;
}
section.contacts h2 {
  font: 600 40px/1 "Inter";
  text-align: center;
}
@media (max-width: 768px) {
  section.contacts h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  section.contacts h2 {
    font-size: 28px;
  }
}
section.contacts .content {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
section.contacts .content .form-wrapper {
  height: 100%;
}
section.contacts .content .left {
  flex: 0 1 50%;
  align-self: stretch;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  section.contacts .content .left {
    padding-right: 10%;
  }
}
section.contacts .content .right {
  flex: 0 1 50%;
}
section.contacts .content .right img {
  width: 100%;
  aspect-ratio: 1.44;
}
@media (max-width: 768px) {
  section.contacts .content {
    flex-grow: 1;
    justify-content: center;
  }
  section.contacts .content .right {
    display: none;
  }
  section.contacts .content .left {
    padding-right: 0;
    flex: auto;
  }
}/*# sourceMappingURL=main.css.map */
