*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body,
h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "KyivType Sans";
  src: url("../fonts/KyivTypeSans-Bold.woff2") format("woff2"), url("../fonts/KyivTypeSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KyivType Sans";
  src: url("../fonts/KyivTypeSans-Medium.woff2") format("woff2"), url("../fonts/KyivTypeSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

.page {
  min-height: 100%;
  font-family: "Wix Madefor Display", "Segoe UI", system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #13357a;
  background-color: #ffffff;
  overflow-x: hidden;
}

.page__main {
  display: block;
}

.container {
  width: 100%;
  max-width: 1308px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 559.98px) {
  .container {
    padding: 0 16px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.header__shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 133px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(19, 53, 122, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.header__container {
  position: relative;
  padding-top: 44px;
}
.header__panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 0 35px 0 25px;
  border-radius: 81px;
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(2px);
  box-shadow: 2.86px 1.952px 7.809px 0 rgba(0, 0, 0, 0.15), inset 0 7.809px 7.809px 0 rgba(255, 255, 255, 0.15), inset 19.522px -25.378px 132.746px 0 rgba(255, 255, 255, 0.05);
}
.header__lang {
  margin-left: 24px;
}
.header__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
@media (min-width: 1280px) {
  .header__nav {
    justify-content: flex-start;
    margin-left: 126px;
  }
}
@media (max-width: 1023.98px) {
  .header__container {
    padding-top: 20px;
  }
  .header__panel {
    padding: 0 20px;
  }
  .header__nav {
    flex: 0 0 auto;
  }
  .header__lang {
    margin-left: auto;
  }
  .header__panel {
    gap: 24px;
  }
}
@media (max-width: 559.98px) {
  .header__panel {
    gap: 12px;
    padding: 0 14px;
    min-height: 54px;
  }
}

.footer {
  position: relative;
  overflow: hidden;
  background-color: #13357a;
}
.footer__decor {
  position: absolute;
  left: 512px;
  top: -477px;
  width: 1092.72px;
  height: 1727.5px;
  opacity: 1;
  pointer-events: none;
  background: url("../img/wave-footer.svg") no-repeat 0 0/100% 100%;
  transform: rotate(-92.22deg) scaleY(-1);
  transform-origin: 50% 849.23px;
}
.footer__main {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 46px;
}
.footer__top {
  display: flex;
  align-items: flex-start;
  gap: 86px;
}
.footer__logo {
  flex: 0 0 auto;
}
.footer__logo-image {
  width: 183px;
  height: auto;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 27px;
  flex: 0 0 198px;
  min-width: 0;
  color: #ffffff;
}
.footer__col--hours {
  flex: 0 0 151px;
}
.footer__col--wide {
  flex: 0 1 426px;
}
.footer__title {
  margin: 0;
  white-space: nowrap;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.footer__list {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
.footer__list--regular {
  font-weight: 400;
}
.footer__link {
  transition: opacity 0.25s ease;
}
.footer__link:hover {
  opacity: 0.75;
}
.footer__socials {
  position: relative;
  z-index: 1;
  margin-top: 28px;
}
.footer__bottom {
  position: relative;
  z-index: 1;
  background-color: #000013;
}
.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  min-height: 69px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer__copyright {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}
.footer__legal {
  display: flex;
  align-items: center;
  gap: 38px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 1279.98px) {
  .footer__top {
    gap: 48px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .footer__main {
    padding-top: 56px;
  }
  .footer__top {
    gap: 32px;
  }
  .footer__col--wide {
    flex: 1 1 100%;
  }
  .footer__socials {
    margin-top: 40px;
  }
  .footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .footer__legal {
    flex-wrap: wrap;
    gap: 8px 24px;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 250px;
  min-height: 55px;
  padding: 12px 23px;
  border-radius: 81px;
  font-family: "Wix Madefor Display", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #13357a;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.button:hover {
  transform: translateY(-1px);
}
.button:active {
  transform: translateY(0);
}
.button__text {
  white-space: nowrap;
}
.button__icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  transform: rotate(131.69deg);
}
.button--violet {
  background-color: #bfc1dd;
}
.button--violet:hover {
  background-color: rgb(67.0652260904%, 68.0944377751%, 82.5034013605%);
}
.button--white {
  background-color: #ffffff;
}
.button--white:hover {
  background-color: #efefef;
}
.button--glass {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(2px);
  box-shadow: 5.856px 1.952px 7.809px 0 rgba(0, 0, 0, 0.24), inset 0 7.809px 7.809px 0 rgba(255, 255, 255, 0.15), inset 19.522px -25.378px 132.746px 0 rgba(255, 255, 255, 0.05);
}
.button--glass:hover {
  background-color: rgba(255, 255, 255, 0.45);
}
.button--block {
  display: flex;
  width: 100%;
  min-width: 0;
}
.button--sm {
  min-width: 163px;
  min-height: 36px;
  padding: 8px 15px;
  gap: 3px;
  font-size: 13px;
  line-height: 18px;
}
.button--sm .button__icon {
  width: 20px;
  height: 20px;
}
.button--lg {
  font-size: 22px;
  line-height: 31px;
  padding: 13px 25px;
}
.button--lg .button__icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 559.98px) {
  .button {
    min-width: 0;
    font-size: 17px;
    line-height: 24px;
    padding: 10px 20px;
  }
}

.section-title {
  margin: 0;
  font-family: "KyivType Sans", "Kyiv*Type Sans", "KyivTypeSans", "Wix Madefor Display", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.16;
  text-transform: uppercase;
  color: #ffffff;
}
.section-title--dark {
  color: #13357a;
}
@media (max-width: 1023.98px) {
  .section-title {
    font-size: 38px;
  }
}
@media (max-width: 559.98px) {
  .section-title {
    font-size: 28px;
  }
  .section-title br {
    display: none;
  }
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.section-head__title {
  flex: 0 1 auto;
}
.section-head__action {
  flex: 0 0 auto;
}
@media (max-width: 559.98px) {
  .section-head {
    gap: 20px;
  }
}

.slider {
  position: relative;
}
.slider__viewport {
  overflow: hidden;
}
.slider__track {
  display: flex;
  align-items: stretch;
  gap: 14px;
  transition: transform 0.45s ease;
  will-change: transform;
}
.slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  transition: opacity 0.25s ease;
}
.slider__arrow:hover {
  opacity: 0.75;
}
.slider__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
.slider.is-static .slider__arrow {
  display: none;
}
.slider__arrow--prev {
  left: -54px;
}
.slider__arrow--prev .slider__arrow-icon {
  transform: rotate(-90deg);
}
.slider__arrow--next {
  right: -54px;
}
.slider__arrow--next .slider__arrow-icon {
  transform: rotate(90deg);
}
.slider__arrow-icon {
  width: 22px;
  height: 20px;
}
@media (max-width: 1415.98px) {
  .slider__arrow--prev {
    left: 0;
  }
  .slider__arrow--next {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .slider__viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .slider__viewport::-webkit-scrollbar {
    display: none;
  }
  .slider__track {
    transform: none !important;
  }
  .slider__arrow {
    display: none;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.form__columns {
  display: flex;
  gap: 42px;
}
.form__column {
  display: flex;
  flex-direction: column;
  gap: 19px;
  flex: 1 1 0;
  min-width: 0;
}
.form__agreements {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.form__submit {
  align-self: stretch;
}
@media (max-width: 559.98px) {
  .form {
    gap: 26px;
  }
  .form__columns {
    flex-direction: column;
    gap: 19px;
  }
}

.field {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.field__label {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #13357a;
}
.field__control {
  width: 100%;
  height: 42px;
  padding: 12px 9px;
  border: 1px solid #8389b9;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #13357a;
  background-color: #ffffff;
  transition: border-color 0.25s ease;
}
.field__control::placeholder {
  color: #8389b9;
}
.field__control:focus {
  border-color: #13357a;
  outline: none;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.checkbox__control {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.checkbox__marker {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #8389b9;
  border-radius: 4px;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.checkbox__marker::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 2px;
  background-color: #13357a;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.checkbox__control:checked + .checkbox__marker {
  border-color: #13357a;
}
.checkbox__control:checked + .checkbox__marker::after {
  opacity: 1;
}
.checkbox__control:focus-visible + .checkbox__marker {
  outline: 2px solid #13357a;
  outline-offset: 2px;
}
.checkbox__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #8389b9;
}
.checkbox__text--regular {
  font-weight: 400;
}
.checkbox__link {
  font-weight: 700;
  text-decoration: underline;
}

.logo {
  display: block;
  flex: 0 0 auto;
}
.logo__image {
  width: 150px;
  height: auto;
}
@media (max-width: 559.98px) {
  .logo__image {
    width: 116px;
  }
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav__item {
  position: relative;
}
.nav__item--dropdown {
  margin-right: -4px;
}
.nav__link, .nav__trigger {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
  color: #002652;
  transition: color 0.25s ease;
}
.nav__link:hover, .nav__trigger:hover {
  color: #13357a;
}
.nav__trigger {
  gap: 13px;
  justify-content: space-between;
  min-width: 205px;
  height: 35px;
  padding: 7px 8px 7px 14px;
  border-radius: 35px;
  background-color: #ffffff;
}
.nav__trigger-icon {
  width: 6px;
  height: 11px;
  margin: 0 2.5px;
  transform: rotate(90deg);
  transition: transform 0.25s ease;
}
.nav__trigger[aria-expanded=true] .nav__trigger-icon {
  transform: rotate(-90deg);
}
.nav__submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 320px;
  padding: 18px 20px;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 4px 4px 10px 0 rgba(19, 53, 122, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.nav__submenu-link {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.35;
  color: #002652;
}
.nav__submenu-link:hover {
  color: #13357a;
}
.nav__item--dropdown.is-open .nav__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 1023.98px) {
  .nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    padding: 24px;
    border-radius: 25px;
    background-color: #ffffff;
    box-shadow: 4px 4px 10px 0 rgba(19, 53, 122, 0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }
  .nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .nav__item {
    width: 100%;
  }
  .nav__trigger {
    width: 100%;
    justify-content: space-between;
    margin-right: 0;
    background-color: #efefef;
  }
  .nav__submenu {
    position: static;
    width: 100%;
    padding: 12px 0 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }
  .nav__item--dropdown.is-open .nav__submenu {
    display: flex;
  }
}

.lang {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #002652;
}
.lang__icon {
  width: 16px;
  height: 16px;
}

.burger {
  display: none;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  padding: 4px;
}
.burger__line {
  display: block;
  height: 2px;
  border-radius: 2px;
  background-color: #002652;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.burger.is-active .burger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger.is-active .burger__line:nth-child(2) {
  opacity: 0;
}
.burger.is-active .burger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 1023.98px) {
  .burger {
    display: flex;
  }
}

.socials {
  display: flex;
  align-items: center;
  gap: 19px;
}
.socials__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  transition: opacity 0.25s ease;
}
.socials__link:hover {
  opacity: 0.7;
}
.socials__icon {
  width: auto;
  height: 22px;
}

.sector-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  min-height: 174px;
  padding: 17px 19px 25px 29px;
  border-radius: 15px;
  background-color: #8389b9;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sector-card:hover {
  transform: translateY(-4px);
  box-shadow: 3px 3px 3px 0 rgba(19, 53, 122, 0.2);
}
.sector-card__icon {
  flex: 0 0 auto;
  width: 28px;
  height: 27.6px;
}
.sector-card__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sector-card__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.16;
  text-transform: uppercase;
  color: #ffffff;
}
.sector-card__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #ffffff;
}

.media-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 458px;
  padding: 24px;
  overflow: hidden;
  border-radius: 25px 25px 31px 31px;
  background-color: #ffffff;
  box-shadow: 4px 4px 10px 0 rgba(19, 53, 122, 0.25);
}
.media-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.media-card__shade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 211px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.media-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 63px;
}
.media-card__title {
  margin: 0;
  font-family: "KyivType Sans", "Kyiv*Type Sans", "KyivTypeSans", "Wix Madefor Display", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.05;
  color: #ffffff;
}
.media-card__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #ffffff;
}
.media-card__action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  min-height: 60px;
  border-radius: 89px;
  padding: 13px 25px;
  font-size: 22px;
  line-height: 31px;
}
.media-card__action .button__icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 559.98px) {
  .media-card {
    height: 400px;
  }
  .media-card__action {
    font-size: 18px;
    line-height: 26px;
  }
}

.grant-card {
  display: flex;
  align-items: center;
  gap: 40px;
  min-height: 456px;
  padding: 18px 26px 18px 48px;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 4px 4px 10px 0 rgba(19, 53, 122, 0.25);
}
.grant-card__content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: space-between;
  flex: 1 1 auto;
  min-width: 0;
  padding-bottom: 13px;
}
.grant-card__body {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: auto 0;
}
.grant-card__title {
  margin: 0;
  font-family: "KyivType Sans", "Kyiv*Type Sans", "KyivTypeSans", "Wix Madefor Display", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.16;
  text-transform: uppercase;
  color: #13357a;
}
.grant-card__line {
  display: block;
  height: 1px;
  background-color: #bfc1dd;
}
.grant-card__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.grant-card__deadline {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #bfc1dd;
}
.grant-card__deadline-icon {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
}
.grant-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  max-width: 482px;
  font-size: 12px;
  line-height: 1.2;
  color: #bfc1dd;
}
.grant-card__media {
  flex: 0 0 570px;
  max-width: 570px;
  height: 420px;
  border-radius: 25px;
  overflow: hidden;
}
.grant-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1279.98px) {
  .grant-card {
    gap: 28px;
    padding: 32px;
  }
  .grant-card__media {
    flex: 0 0 42%;
  }
}
@media (max-width: 767.98px) {
  .grant-card {
    flex-direction: column-reverse;
    min-height: 0;
  }
  .grant-card__media {
    flex: 0 0 auto;
    max-width: none;
    aspect-ratio: 570/420;
  }
}
@media (max-width: 559.98px) {
  .grant-card {
    padding: 20px;
  }
  .grant-card__meta {
    display: none;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  border-radius: 15px;
  background-color: #bfc1dd;
  box-shadow: 3px 3px 3px 0 rgba(19, 53, 122, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 4px 4px 10px 0 rgba(19, 53, 122, 0.25);
}
.news-card__media {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 363/226;
}
.news-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 14px;
  padding: 24px 11px 14px;
}
.news-card__title {
  margin: 0;
  font-family: "KyivType Sans", "Kyiv*Type Sans", "KyivTypeSans", "Wix Madefor Display", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.16;
  text-transform: uppercase;
  color: #13357a;
}
.news-card__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #13357a;
}
.news-card__action {
  align-self: flex-end;
  margin-top: auto;
}
@media (max-width: 559.98px) {
  .news-card__title {
    font-size: 21px;
  }
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 840px;
  padding-bottom: 120px;
  overflow: hidden;
  background-color: #13357a;
}
.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: 0;
}
.hero__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 442px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #13357a 100%);
}
.hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 725px;
}
.hero__title {
  margin: 0;
  font-family: "KyivType Sans", "Kyiv*Type Sans", "KyivTypeSans", "Wix Madefor Display", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.16;
  text-transform: uppercase;
  color: #ffffff;
  width: 725px;
  max-width: 100%;
}
.hero__action {
  margin-top: -44px;
  margin-left: 261px;
}
.hero__note {
  flex: 0 0 253px;
  max-width: 253px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-align: right;
  color: #ffffff;
}
@media (max-width: 1279.98px) {
  .hero {
    min-height: 720px;
    padding-bottom: 80px;
  }
  .hero__title {
    font-size: 42px;
  }
  .hero__action {
    margin-left: 200px;
  }
}
@media (max-width: 1023.98px) {
  .hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .hero__note {
    flex: 0 0 auto;
    text-align: left;
  }
}
@media (max-width: 559.98px) {
  .hero {
    min-height: 620px;
    padding-bottom: 56px;
  }
  .hero__title {
    font-size: 30px;
  }
  .hero__action {
    margin-top: 24px;
    margin-left: 0;
  }
}

.stats {
  display: flex;
  align-items: flex-start;
  padding: 42px 0 155px;
  background-color: #13357a;
}
.stats .container {
  width: 100%;
}
.stats__list {
  display: flex;
  align-items: center;
  gap: 55px;
}
.stats__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 0 1 auto;
}
.stats__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -55px;
  top: 50%;
  width: 1px;
  height: 88px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.4);
}
.stats__value {
  flex: 0 0 auto;
  font-family: "KyivType Sans", "Kyiv*Type Sans", "KyivTypeSans", "Wix Madefor Display", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #ffffff;
}
.stats__label {
  flex: 0 0 152px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
}
.stats__label--wide {
  flex-basis: 176px;
}
@media (max-width: 1279.98px) {
  .stats__list {
    gap: 40px;
  }
  .stats__item:not(:first-child)::before {
    left: -40px;
  }
  .stats__value {
    font-size: 72px;
  }
}
@media (max-width: 767.98px) {
  .stats {
    min-height: 0;
  }
  .stats__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .stats__item:not(:first-child)::before {
    display: none;
  }
  .stats__value {
    font-size: 62px;
  }
}

.intro {
  position: relative;
  overflow: hidden;
}
.intro__decor {
  position: absolute;
  left: calc(25% + 147.6px);
  top: 192px;
  width: 1383.55px;
  height: 788.11px;
  opacity: 0.6;
  pointer-events: none;
  background: url("../img/wave-3.svg") no-repeat 0 0/100% 100%;
  transform: rotate(155.09deg);
}

.partners {
  position: relative;
  padding: 138px 0 100px;
}
.partners__title {
  margin-bottom: 126px;
}
.partners__rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.partners__row {
  display: flex;
  align-items: stretch;
  gap: 15px;
}
.partners__row .partners__item:nth-child(1) {
  flex: 119 1 0;
}
.partners__row .partners__item:nth-child(1) .partners__logo {
  width: 67.2%;
}
.partners__row .partners__item:nth-child(2) {
  flex: 139 1 0;
}
.partners__row .partners__item:nth-child(2) .partners__logo {
  width: 78.5%;
}
.partners__row .partners__item:nth-child(3) {
  flex: 178 1 0;
}
.partners__row .partners__item:nth-child(3) .partners__logo {
  width: 81.9%;
}
.partners__row .partners__item:nth-child(4) {
  flex: 172 1 0;
}
.partners__row .partners__item:nth-child(4) .partners__logo {
  width: 83.1%;
}
.partners__row .partners__item:nth-child(5) {
  flex: 142 1 0;
}
.partners__row .partners__item:nth-child(5) .partners__logo {
  width: 75.5%;
}
.partners__row .partners__item:nth-child(6) {
  flex: 161 1 0;
}
.partners__row .partners__item:nth-child(6) .partners__logo {
  width: 75.4%;
}
.partners__row .partners__item:nth-child(7) {
  flex: 210 1 0;
}
.partners__row .partners__item:nth-child(7) .partners__logo {
  width: 85.1%;
}
.partners__row--second .partners__item:nth-child(1) {
  flex: 233 1 0;
}
.partners__row--second .partners__item:nth-child(1) .partners__logo {
  width: 81.3%;
}
.partners__row--second .partners__item:nth-child(2) {
  flex: 270 1 0;
}
.partners__row--second .partners__item:nth-child(2) .partners__logo {
  width: 74%;
}
.partners__row--second .partners__item:nth-child(3) {
  flex: 268 1 0;
}
.partners__row--second .partners__item:nth-child(3) .partners__logo {
  width: 77.4%;
}
.partners__row--second .partners__item:nth-child(4) {
  flex: 235 1 0;
}
.partners__row--second .partners__item:nth-child(4) .partners__logo {
  width: 87.2%;
}
.partners__row--second .partners__item:nth-child(5) {
  flex: 145 1 0;
}
.partners__row--second .partners__item:nth-child(5) .partners__logo {
  width: 81.2%;
}
.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 121px;
  border: 1px solid #efefef;
  border-radius: 15px;
  background-color: #ffffff;
}
.partners__logo {
  height: auto;
  max-height: 88%;
  object-fit: contain;
}
@media (max-width: 1023.98px) {
  .partners {
    padding: 64px 0 80px;
  }
  .partners__title {
    margin-bottom: 64px;
  }
  .partners__row {
    flex-wrap: wrap;
    gap: 12px;
  }
  .partners__row .partners__item, .partners__row--second .partners__item {
    flex: 1 1 calc(33.333% - 8px);
  }
  .partners__item {
    height: 100px;
  }
}
@media (max-width: 559.98px) {
  .partners__row .partners__item, .partners__row--second .partners__item {
    flex: 1 1 calc(50% - 6px);
  }
}

.sectors {
  position: relative;
  padding: 110px 0 80px;
  overflow: hidden;
  background-color: #13357a;
}
.sectors .container {
  position: relative;
  z-index: 1;
}
.sectors__decor--left {
  position: absolute;
  left: -318px;
  top: 447px;
  width: 1104.86px;
  height: 629.36px;
  opacity: 0.3;
  pointer-events: none;
  background: url("../img/wave-1.svg") no-repeat 0 0/100% 100%;
  transform: rotate(-170.59deg) scaleY(-1);
}
.sectors__decor--right {
  position: absolute;
  left: 643px;
  top: 398px;
  width: 811.45px;
  height: 812.68px;
  opacity: 0.3;
  pointer-events: none;
  background: url("../img/wave-2.svg") no-repeat 0 0/100% 100%;
  transform: rotate(-171.1deg) scaleY(-1);
}
.sectors__head {
  margin-bottom: 82px;
}
.sectors__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 13px;
}
.sectors__item {
  display: flex;
  flex: 1 1 calc(25% - 9.75px);
  max-width: calc(25% - 9.75px);
  min-width: 0;
}
.sectors__item > * {
  width: 100%;
}
@media (max-width: 1023.98px) {
  .sectors {
    padding: 72px 0 88px;
  }
  .sectors__head {
    margin-bottom: 48px;
  }
  .sectors__item {
    flex: 1 1 calc(50% - 6.5px);
    max-width: calc(50% - 6.5px);
  }
}
@media (max-width: 559.98px) {
  .sectors__item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.showcase {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #13357a 0%, #13357a 21.15%, rgba(74, 90, 151, 0) 100%), #ffffff;
}
.showcase__decor--top-left {
  position: absolute;
  left: -318px;
  top: -303px;
  width: 1104.86px;
  height: 629.36px;
  opacity: 0.3;
  pointer-events: none;
  background: url("../img/wave-1.svg") no-repeat 0 0/100% 100%;
  transform: rotate(-170.59deg) scaleY(-1);
}
.showcase__decor--top-right {
  position: absolute;
  left: 643px;
  top: -352px;
  width: 811.45px;
  height: 812.68px;
  opacity: 0.3;
  pointer-events: none;
  background: url("../img/wave-2.svg") no-repeat 0 0/100% 100%;
  transform: rotate(-171.1deg) scaleY(-1);
}
.showcase__decor--bottom-left {
  position: absolute;
  left: 22px;
  top: 959px;
  width: 811.45px;
  height: 812.68px;
  opacity: 0.2;
  pointer-events: none;
  background: url("../img/wave-2.svg") no-repeat 0 0/100% 100%;
  transform: rotate(23.9deg) scaleY(-1);
}
.showcase__decor--bottom-right {
  position: absolute;
  left: 651px;
  top: 1303px;
  width: 1104.86px;
  height: 629.36px;
  opacity: 0.2;
  pointer-events: none;
  background: url("../img/wave-1.svg") no-repeat 0 0/100% 100%;
  transform: rotate(24.41deg) scaleY(-1);
}
.showcase > section {
  position: relative;
  z-index: 1;
}

.feed {
  position: relative;
  overflow: hidden;
}
.feed__decor--left {
  position: absolute;
  left: 22px;
  top: 960px;
  width: 811.45px;
  height: 812.68px;
  opacity: 0.2;
  pointer-events: none;
  background: url("../img/wave-2.svg") no-repeat 0 0/100% 100%;
  transform: rotate(23.9deg) scaleY(-1);
}
.feed__decor--right {
  position: absolute;
  left: calc(33.33% + 171.1px);
  top: 1304px;
  width: 1104.86px;
  height: 629.36px;
  opacity: 0.2;
  pointer-events: none;
  background: url("../img/wave-1.svg") no-repeat 0 0/100% 100%;
  transform: rotate(24.41deg) scaleY(-1);
}

.media {
  padding: 79px 0 0;
}
.media__title {
  margin-bottom: 68px;
}
.media__list {
  align-items: stretch;
}
.media__item {
  flex: 0 0 calc((100% - 28px) / 3);
  max-width: calc((100% - 28px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}
@media (max-width: 1023.98px) {
  .media {
    padding-top: 64px;
  }
  .media__title {
    margin-bottom: 48px;
  }
  .media__item {
    flex: 0 0 calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
  }
}
@media (max-width: 559.98px) {
  .media__item {
    flex: 0 0 86%;
    max-width: 86%;
  }
}

.grants {
  padding: 142px 0 150px;
}
.grants__head {
  margin-bottom: 68px;
}
.grants__item {
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 0;
  scroll-snap-align: start;
}
@media (max-width: 1023.98px) {
  .grants {
    padding: 110px 0 100px;
  }
  .grants__head {
    margin-bottom: 40px;
  }
}
@media (max-width: 559.98px) {
  .grants {
    padding: 72px 0 80px;
  }
}

.news {
  position: relative;
  padding: 14px 0 138px;
}
.news__head {
  margin-bottom: 68px;
}
.news__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 13px;
}
.news__item {
  display: flex;
  flex: 1 1 calc((100% - 26px) / 3);
  max-width: calc((100% - 26px) / 3);
  min-width: 0;
}
.news__item > * {
  width: 100%;
}
@media (max-width: 1023.98px) {
  .news {
    padding: 32px 0 88px;
  }
  .news__head {
    margin-bottom: 40px;
  }
  .news__item {
    flex: 1 1 calc(50% - 6.5px);
    max-width: calc(50% - 6.5px);
  }
}
@media (max-width: 559.98px) {
  .news__item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.contacts {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 803px;
  padding: 105px 0;
  overflow: hidden;
  background-color: #000013;
}
.contacts__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.contacts__container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.contacts__card {
  display: flex;
  flex-direction: column;
  gap: 37px;
  width: 100%;
  max-width: 645px;
  padding: 41px 39px 37px;
  border-radius: 25px;
  background-color: #ffffff;
}
.contacts__title {
  margin: 0;
  font-family: "KyivType Sans", "Kyiv*Type Sans", "KyivTypeSans", "Wix Madefor Display", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.16;
  text-transform: uppercase;
  color: #13357a;
}
@media (max-width: 767.98px) {
  .contacts {
    min-height: 0;
    padding: 64px 0;
  }
  .contacts__card {
    max-width: none;
    padding: 32px 24px;
  }
}
@media (max-width: 559.98px) {
  .contacts__title {
    font-size: 24px;
  }
  .contacts__card {
    padding: 24px 18px;
    gap: 24px;
  }
}
