.header {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 12px 0px rgb(23, 124, 240);
  -moz-box-shadow: 0px 2px 12px 0px rgba(23, 124, 240);
  box-shadow: 0px 2px 12px 0px rgba(23, 124, 240);
}

.header__container {
  max-width: 1920px;
  padding: 10px 15px;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__home-link {
  display: flex;
  align-items: center;
}

.header__logo {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 61px;
  height: 61px;
  margin-right: 10px;
}

.header__link {
  color: #000;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
}

.header__burger-btn {
  width: 40px;
  height: 30px;
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  display: none;
  transition: all 0.3s;
  margin-right: 10px;
}

.header__burger-btn:after,
.header__burger-btn::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background: #181818;
  left: 0;
  transition: all 0.3s;
}

.header__burger-btn::after {
  top: 0;
}

.header__burger-btn::before {
  bottom: 0;
}

.header__burger-btn span {
  display: block;
  height: 3px;
  width: 100%;
  background: #181818;
  transition: all 0.3s;
}

.header__burger-btn.open {
  transform: translateX(-15px);
}

.header__burger-btn.open span {
  opacity: 0;
}

.header__burger-btn.open::after {
  transform: rotate(-45deg) translateY(19px);
}

.header__burger-btn.open::before {
  transform: rotate(45deg) translateY(-19px);
}

.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__wp {
  display: flex;
  align-items: center;
}

.header__buttons {
  display: flex;
  align-items: center;
}

.header__buttons li {
  list-style: none;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 8px;
}

.header__buttons .current-lang {
  color: #2793F2;
  font-weight: 600;
  font-size: 17px;
}

.header__button {
  max-width: 211px;
  padding: 14px 50px;
  font-size: 16px;
  margin-right: 10px;
  margin-left: 30px;
}

.menu-item {
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s;
  margin-left: 34px;
  cursor: pointer;
}

.menu-item:hover {
  color: #2793F2;
}

.splash {
  position: relative;
  padding-top: 220px;
  padding-bottom: 135px;
  height: 775px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.splash::after {
  position: absolute;
  content: url(../images/splasf-grad.png);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
}

.splash__wrapper {
  position: relative;
  z-index: 1;
}

.splash__title {
  color: #FFF;
  text-align: center;
  font-family: Open Sans;
  font-size: 64px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.splash__subtitle {
  color: #FFF;
  text-align: center;
  font-family: Open Sans;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 100px;
}

.splash__button {
  margin: 0 auto;
  padding: 22px 83px;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
}

.mission {
  padding: 100px 0;
  position: relative;
}

.mission__svg-blue {
  position: absolute;
  top: -82px;
  left: 0;
  right: 0;
  z-index: 3;
}

.mission__svg-white {
  position: absolute;
  top: -62px;
  left: 0;
  right: 0;
  z-index: 3;
}

.mission__title {
  margin-bottom: 20px;
}

.mission__subtitle {
  margin-bottom: 89px;
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  max-width: 934px;
}

.mission__blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mission__block {
  max-width: 332px;
  width: calc(25% - 10px);
}

.mission__image {
  margin-bottom: 10px;
}

.mission__block-title {
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
}

.history {
  padding: 100px 0;
}

.history__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
  align-items: center;
}

.history__title {
  margin-bottom: 20px;
}

.history__subtitle {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  max-width: 930px;
}

.history__button {
  color: #000;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
}

.history__button span {
  border-radius: 122px 0px 122px 122px;
  background: var(--Global-Blue, #05B4FB);
  margin-left: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
}

.history__blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.history__block {
  max-width: 332px;
  width: calc(25% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 630px;
}

.history__block-img {
  display: block;
  max-width: 332px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 228px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.history__block-title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.history__block-content {
  color: var(--Gray-Tone, #403E3F);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
}

.history__block-button {
  color: #FFF;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
  background: var(--Global-Blue, #05B4FB);
  padding: 8px 20px 8px 20px;
}

.history__block-button svg {
  margin-left: 7px;
  margin-bottom: 2px;
  transition: all 0.3s;
}

.history__block-button:hover svg {
  transform: translateX(10px);
}

.rule {
  padding: 100px 0;
  padding-bottom: 0;
}

.rule__title {
  margin-bottom: 63px;
  max-width: 800px;
}

.rule__inner {
  display: flex;
  justify-content: space-between;
}

.rule__right {
  width: 50%;
  max-width: 571px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  padding-right: 20px;
}

.rule__left {
  width: 50%;
  border-radius: 20px;
  background: rgba(5, 180, 251, 0.95);
  padding: 30px;
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
}

.initiative {
  padding: 100px 0;
}

.initiative__title {
  margin-bottom: 34px;
}

.initiative__subtitle {
  max-width: 695px;
  color: var(--Gray-Tone, #403E3F);
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.initiative__content {
  color: var(--Gray-Tone, #403E3F);
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 400;
}

.initiative__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.initiative__button {
  width: calc(33.3% - 10px);
  border-radius: 20px;
  padding: 28px 100px;
  transition: all 0.3s;
}

.initiative__button:nth-child(1) {
  background: #2793F2;
}

.initiative__button:nth-child(1):hover {
  background: rgb(0,15,36);
  background: linear-gradient(95deg, rgba(0,15,36,0.7203256302521008) 0%, rgba(9,9,121,0.7203256302521008) 37%, rgba(0,212,255,0.7203256302521008) 100%);
}

.initiative__button:nth-child(2) {
  background: #22B7F2;
}

.initiative__button:nth-child(2):hover {
  background: #22B7F2;
}

.initiative__button:nth-child(3) {
  background: #22A2F2;
}

.initiative__button:nth-child(3):hover {
  background: #22B7F2;
}

.meeting {
  padding: 100px 0;
  padding-bottom: 30px;
}

.meeting__title {
  margin-bottom: 40px;
  text-align: center;
}

.meeting__buttons {
  display: flex;
  justify-content: space-between;
  max-width: 945px;
  margin: 0 auto;
  margin-bottom: 160px;
}

.meeting__button {
  padding: 28px 120px;
  font-family: Inter;
}

.meeting__block {
  border-radius: 10px;
  background: #FFF;
  max-width: 1238px;
  padding: 20px 40px 0px 40px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.meeting__item {
  max-width: 203px;
  text-align: center;
}

.meeting__number,
.meeting__sufics {
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  background: var(--Blue-Gradient, linear-gradient(90deg, #2793F2 1.22%, #22B7F2 76.74%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.meeting__text {
  color: #000;
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
}

.magazine {
  padding: 70px 0;
}

.magazine__blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.magazine__block {
  max-width: 454px;
  width: calc(33.3% - 10px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 660px;
}

.magazine__block-img {
  width: 100%;
  height: 326px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 40px;
  border-radius: 10px;
}

.magazine__block-button {
  border-radius: 10px;
  background: var(--Global-Blue, #05B4FB);
  color: #FFF;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 18px 8px 18px;
  max-width: 243px;
  display: block;
  margin-top: 15px;
}

.magazine__block-button svg {
  margin-bottom: 2px;
  margin-left: 7px;
  transition: all 0.3s;
}

.magazine__block-button:hover svg {
  transform: translate(10px);
}

.footer {
  position: relative;
}

.footer svg {
  position: absolute;
  top: -60px;
  left: -8px;
  right: 0;
}

.footer__menu {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
  padding-top: 110px;
  margin-top: 75px;
}

.footer__menu .menu-item {
  margin-left: 10px;
  color: #FFF;
}

.footer__bottom {
  background: #00294E;
  padding: 27px 0;
}

.footer__bottom-wrapper {
  display: flex;
  justify-content: space-between;
}

.footer__year,
.footer__link {
  color: #FFF;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer__project {
  color: #FFF;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.simple__wrapper {
  padding-top: 160px;
}

.simple__title {
  margin-bottom: 50px;
  margin-top: 15px;
}

.posts__wrapper {
  padding: 80px 0;
}

.posts__title {
  margin-bottom: 50px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.single {
  padding: 100px 0;
}
.single__wrapper {
  padding-top: 70px;
}

.single__title {
  font-size: 50px;
  margin-bottom: 40px;
  margin-top: 10px;
}

.single__img {
  width: 100%;
  display: block;
  max-width: 500px;
  object-fit: cover;
  margin-bottom: 30px;
}

.current_page_item.page_item {
  color: #2793F2;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
}

.breadcrumbs svg {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
}
.breadcrumbs li:last-child {
 margin-left: 5px;
}

/*# sourceMappingURL=style.css.map */