@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Black.eot");
  src: url("../fonts/Poppins-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins-Black.woff") format("woff"), url("../fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-main: var(--color-blue-slate);
  --ff-main: var(--ff-poppins);
  --radius-tr-br: 0 40px;
  --radius-tr-bl: 0 30px;
  --radius-tl-bl: 40px 0;
  --transition: 0.2s linear;
  --color-blue-slate: #395362;
  --color-blue-deep: #004b70;
  --color-blue-light: #ddf4ff;
  --color-blue-steel: #395362;
  --ff-poppins: "Poppins", sans-serif;
  --padding-section: var(--padding-80);
  --padding-80: 80px;
}
@media only screen and (width <= 1070px) {
  :root {
    --padding-section: var(--padding-40);
    --padding-40: 40px;
  }
}

@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Black.eot");
  src: url("../fonts/Poppins-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins-Black.woff") format("woff"), url("../fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.lock {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: var(--ff-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-main);
  font-style: normal;
}

img {
  transition: 0.3s;
}

p,
h1,
h2,
h3,
h4,
.h4,
h5 {
  cursor: default;
}

div,
p,
form,
input,
a,
span,
button,
textarea,
input {
  margin: 0;
  padding: 0;
  transition: var(--transition);
  box-sizing: border-box;
}

ul,
li {
  display: block;
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

a {
  font-family: var(--ff-main);
  font-weight: 400;
  color: var(--color-main);
}

img {
  max-width: 100%;
}

input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
}

a p,
a span,
a div,
a li,
a label,
a input,
a button {
  cursor: pointer;
}

span {
  color: inherit;
}

ul li {
  display: block;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

a,
a svg,
a svg path,
a p,
a div {
  transition: var(--transition);
  cursor: pointer;
}

svg,
svg path,
svg rect {
  transition: var(--transition);
}

p,
span,
li,
ul,
div,
h1,
h2,
h3,
h4,
.h4,
h5,
h6,
input,
textarea,
button,
label,
strong,
b {
  cursor: default;
}

h1,
h2,
h3,
h4,
.h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--color-blue-deep);
  transition: var(--transition);
}

h1,
.h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
}

h2,
.h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}

h3,
.h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
h3.small,
.h3.small {
  font-size: 22px;
  line-height: 30px;
}

@media only screen and (width >= 768px) {
  .phone a {
    pointer-events: none;
  }
  .phone:hover a {
    text-decoration: underline;
    cursor: pointer;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
  }
}
@media only screen and (width <= 768px) {
  h1,
  .h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
  h2,
  .h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
  }
  h3,
  .h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }
}
#wpadminbar {
  display: none;
}

.container {
  width: 100%;
  max-width: 1382px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.btn-wrapper {
  display: flex;
  align-items: center;
  width: 169px;
}

.slider-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 190px;
  max-width: 195px;
  padding: 8px;
  border-radius: 40px;
  overflow: hidden;
  gap: 14px;
}
.slider-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-blue-light);
  backdrop-filter: blur(6px);
}
.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
  position: static;
  display: block;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}
.slider-nav .swiper-button-prev::after,
.slider-nav .swiper-button-next::after {
  display: none;
}
.slider-nav .swiper-button-prev:hover,
.slider-nav .swiper-button-next:hover {
  background: var(--color-blue-deep);
}
.slider-nav .swiper-button-prev:hover svg path,
.slider-nav .swiper-button-next:hover svg path {
  stroke: #fff;
}
.slider-nav .swiper-pagination {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  font-style: normal;
}

.swiper-scrollbar {
  position: static !important;
  margin-top: 40px;
  background: #e1ecf3;
  border-radius: 10px;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color-blue-deep);
  border-radius: 10px;
}

@media (width >= 1200px) and (width <= 1360px) {
  body {
    zoom: 90%;
  }
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 176px;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 50px;
  overflow: hidden;
  transition: var(--transition);
  cursor: pointer;
}
.btn-first {
  color: var(--color-blue-deep);
  background: #fff;
}
.btn-first:hover {
  background: var(--color-blue-light);
}
.btn-second {
  max-width: 169px;
  color: #fff;
  background: var(--color-blue-deep);
}
.btn-second:hover {
  background: var(--color-blue-slate);
}
.btn-third {
  max-width: 169px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.btn-third:hover {
  color: var(--color-blue-deep);
  background: var(--color-blue-light);
}
.btn.donate {
  color: #fff;
  background-color: #ed2c28;
  border-radius: 24px 0;
}
.btn.donate:hover {
  color: #fff;
  background-color: #c2201c;
}

.btn-round {
  position: absolute;
  right: -50%;
  bottom: -50%;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 71% 0 0;
}
.btn-round::before {
  content: "";
  position: absolute;
  top: -26%;
  right: -14.9%;
  display: block;
  width: 57.15%;
  height: 48.58%;
  border-radius: 0 0 63%;
  box-shadow: inset -5.3px -10px 0 5px #fff;
}
.btn-round::after {
  content: "";
  position: absolute;
  bottom: -21.1%;
  left: -42%;
  display: block;
  width: 57.15%;
  height: 48.58%;
  border-radius: 0 0 63%;
  box-shadow: inset -5.3px -10px 0 5px #fff;
}
.btn-round svg {
  display: block;
  width: 74.3%;
  height: auto;
}

.link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  transition: var(--transition);
}
.link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  color: var(--color-blue-deep);
}
.link:hover svg {
  display: none;
}

.photo-hover {
  overflow: hidden;
  transition: 0.4s linear;
}
.photo-hover .btn-round {
  transition: 0.4s linear;
}
.photo-hover:hover {
  border-radius: 0 40px;
}
.photo-hover:hover .btn-round {
  right: 0;
  bottom: 0;
}
@media only screen and (width <= 992px) {
  .photo-hover {
    border-radius: 0 24px !important;
  }
  .photo-hover .btn-round {
    display: none !important;
  }
}

.header {
  position: fixed;
  top: 32px;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
}
.header .content {
  width: 100%;
  max-width: 1382px;
  margin: 0 auto;
  padding: 0 16px;
}
.header .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 30px;
}
.header .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px 0;
  backdrop-filter: blur(6px);
}
.header .container .header-logo {
  padding: 8px 0;
}
.header .container nav {
  position: relative;
}
.header .container .wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 30px;
  width: 100%;
}
.header .container .wrapper .menu {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  align-items: center;
  height: 100%;
  gap: 30px;
}
.header .container .wrapper .menu > li {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .container .wrapper .menu li a {
  color: var(--color-blue-deep);
  white-space: nowrap;
}
.header .burger-wrap {
  display: none;
}
.header .burger {
  position: relative;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  color: #577657;
  background: transparent;
  border: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.header .burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 85%;
  height: 2px;
  background: #577657;
  transition: transform 1s;
  transform: scale(1) translate(-50%);
}
.header .burger::after, .header .burger::before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 85%;
  height: 2px;
  background: #577657;
  transition: transform 1s;
}
.header .burger::before {
  top: 0;
  transform: translate(-50%, 6px);
}
.header .burger::after {
  bottom: 0;
  transform: translate(-50%, -6px);
}
.header .burger.active span {
  transition: transform 1s;
  transform: scale(0);
}
.header .burger.active::before {
  background-color: #577657;
  transition: transform 1s, background-color 0.3s ease-in-out;
  transform: rotate(45deg) translateY(21px) translateX(4%);
}
.header .burger.active::after {
  background-color: #577657;
  transition: transform 1s, background-color 0.3s ease-in-out;
  transform: rotate(-45deg) translateY(-15px) translate(1px, -5px);
}
.header .sub-menu-1 {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  justify-content: space-between;
  width: 100%;
  min-width: 495px;
  padding: 30px;
  gap: 30px;
}
.header .sub-menu-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(221, 244, 255, 0.8);
  border-radius: 0 40px;
  backdrop-filter: blur(6px);
}
.header .sub-menu-1 li + li {
  margin-top: 12px;
}
.header .sub-menu-1 a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.header .sub-menu .photos {
  position: relative;
  width: 100%;
  max-width: 207px;
  border-radius: 0 30px;
  overflow: hidden;
  aspect-ratio: 207.5/144.55;
}
.header .sub-menu .photos .photo {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.header .sub-menu .photos .photo.active {
  opacity: 1;
}
.header .sub-menu .photos img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (width <= 992px) {
  .header {
    top: 0;
    height: 48px;
    background-color: #fff;
  }
  .header::before {
    display: none;
  }
  .header .burger-wrap {
    display: flex;
    align-items: center;
  }
  .header .container .header-logo {
    height: 100%;
    max-height: 44px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .header .container .header-logo svg {
    display: block;
    width: 69px;
    height: 44px;
  }
  .header .container .wrapper {
    display: none;
  }
}

.menu > li > a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.menu > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.menu > li.menu-item-has-children > a::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgN0wxNyAxNyIgc3Ryb2tlPSIjMDA0QjcwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTE3IDdWMTdINyIgc3Ryb2tlPSIjMDA0QjcwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  display: block;
  width: 24px;
  height: 24px;
  transition: 0.3s ease-in-out;
}
.menu > li.menu-item-has-children.active > a::after {
  transform: rotate(-90deg);
}
.menu > li.menu-item-has-children.active .sub-menu-1 {
  display: flex;
}

.burger-menu {
  display: none;
}

@media only screen and (width <= 992px) {
  .burger-menu {
    position: fixed;
    top: 48px;
    left: 0;
    z-index: 99999;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f2f7fa;
    opacity: 0;
    overflow: auto;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    pointer-events: none;
    visibility: hidden;
  }
  .burger-menu.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .burger-menu .container {
    min-height: 100%;
    padding-top: 71px;
    padding-bottom: 71px;
    text-align: center;
  }
  .burger-menu .menu {
    display: inline-flex;
    flex-direction: column;
    gap: 56px;
    align-items: center;
  }
  .burger-menu .menu > li.menu-item-has-children.active .sub-menu-1 {
    justify-content: center !important;
  }
  .burger-menu .menu > li {
    position: relative;
  }
  .burger-menu .menu > li:first-child::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjI5IiBoZWlnaHQ9IjEzMyIgdmlld0JveD0iMCAwIDIyOSAxMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMTEuMzQzIDAuMzUzMTQ5Vjc3Ljg2MzNDMjExLjM0MyA5OC44NzQgMTk0LjQyMiAxMTUuODI0IDE3My40NDYgMTE1LjgyNEgxNi41NjlNMCAxMzIuNDIxSDE3My42MjJDMjAzLjc2NCAxMzIuNDIxIDIyOC4wODggMTA4LjA1NSAyMjguMDg4IDc3Ljg2MzNWMCIgc3Ryb2tlPSIjMjU3QkE1Ii8+Cjwvc3ZnPgo=");
    position: absolute;
    right: -106px;
    bottom: -37px;
    display: block;
    pointer-events: none;
  }
  .burger-menu .menu > li:nth-child(4)::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkxIiBoZWlnaHQ9IjQxMyIgdmlld0JveD0iMCAwIDI5MSA0MTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zNTcuMjYzIDE0MS4wNzJIMzE2LjAxNkMyODUuODc1IDE0MS4wNzIgMjYxLjU1IDE2NS40MzcgMjYxLjU1IDE5NS42MjlWMzkxLjI1OUwyMjIuMjQzIDM4MS43MjRWMjM2Ljk0NUgxNy4yNDUzVjE1Ny44NDVIMjIyLjI0M1YwTTIwNS42NzQgMFYxNDEuMjQ5SDAuNVYyNTMuNTQxSDIwNS42NzRWMzkzLjU1NEwyNzguMTE5IDQxMS45MTZWMTk1LjYyOUMyNzguMTE5IDE3NC42MTkgMjk1LjA0MSAxNTcuNjY5IDMxNi4wMTYgMTU3LjY2OUgzNTcuMjYzIiBzdHJva2U9IiMyNTdCQTUiLz4KPC9zdmc+Cg==");
    position: absolute;
    top: -565.3%;
    right: -140px;
    display: block;
    pointer-events: none;
  }
  .burger-menu .menu a {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: var(--color-blue-deep);
    font-style: normal;
  }
  .burger-menu .menu .sub-menu-1 {
    display: none;
  }
  .burger-menu .menu .menu-item-has-children a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .burger-menu .menu .sub-menu-wrap {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    text-align: center;
    gap: 20px;
  }
  .burger-menu .menu li {
    display: inline-block;
    text-align: center;
  }
  .burger-menu .btn {
    margin: 0 auto;
    margin-top: 216px;
  }
}
.video-autoplay {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  max-height: 100vh;
  padding-bottom: 62px;
}
.video-autoplay .video-container {
  position: relative;
  width: 100vw;
  aspect-ratio: 1440/832;
  overflow: hidden;
}
.video-autoplay .video-container video {
  position: absolute;
  inset: 0;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-autoplay .container {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transform: translateX(-50%);
}
.video-autoplay .container .info {
  display: flex;
  align-items: flex-end;
  width: 100%;
  gap: 30px;
  padding-bottom: 27px;
}
.video-autoplay .container .title-wrapper {
  position: relative;
}
.video-autoplay .container .title-wrapper svg {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.video-autoplay .container h1 {
  display: block;
  width: 100%;
  padding-left: 65px;
  color: #fff;
}
.video-autoplay .container h1 span {
  display: block;
}
.video-autoplay .container h1 span:last-child {
  padding-left: 36px;
  text-align: right;
}
.video-autoplay .container .sound .on,
.video-autoplay .container .sound .off {
  display: block;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.video-autoplay .container .sound .on {
  display: none;
}
.video-autoplay .container .sound.active .on {
  display: block;
}
.video-autoplay .container .sound.active .off {
  display: none;
}
@media only screen and (width <= 992px) {
  .video-autoplay {
    padding-bottom: 0;
  }
  .video-autoplay .sound {
    display: none;
  }
  .video-autoplay .video-container {
    aspect-ratio: auto;
  }
  .video-autoplay .title-wrapper {
    color: var(--color-blue-deep);
  }
  .video-autoplay .title-wrapper svg path {
    fill: var(--color-blue-deep);
  }
  .video-autoplay .title-wrapper h1 {
    color: var(--color-blue-deep);
  }
  .video-autoplay .container {
    padding-top: 80px;
  }
  .video-autoplay .container .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .video-autoplay .container .info .btn-first {
    max-width: 169px;
    color: #fff;
    background: var(--color-blue-deep);
  }
  .video-autoplay .container .info .btn-first:hover {
    background: var(--color-blue-slate);
  }
  .video-autoplay .video {
    position: relative;
    width: 100%;
    aspect-ratio: 375/240;
  }
  .video-autoplay .video video {
    position: static;
  }
  .video-autoplay .container {
    position: static;
    transform: none;
  }
}
@media only screen and (width <= 768px) {
  .video-autoplay {
    padding-bottom: 14px;
  }
  .video-autoplay .container h1 span:last-child {
    padding-left: 12px;
  }
  .video-autoplay .container {
    padding-top: 70px;
  }
  .video-autoplay .container .info {
    gap: 60px;
  }
  .video-autoplay .container .title-wrapper svg {
    top: -40px;
    bottom: auto;
  }
}

.intro {
  padding-top: var(--padding-section);
  padding-bottom: var(--padding-section);
}
.intro .content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 29.28px;
}
.intro .title-wrapper {
  position: relative;
  width: 100%;
  max-width: 545.82px;
}
.intro .frame-svg {
  position: absolute;
  top: 9.7%;
  right: 0;
  z-index: -1;
}
.intro h2.title {
  width: 100%;
  max-width: 315px;
}
.intro .blocks .block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 30px;
  border-bottom: 1px solid rgba(0, 75, 112, 0.4);
}
.intro .blocks .block .photo {
  position: relative;
  width: 100%;
  max-width: 200px;
  border-radius: var(--radius-tr-bl);
  overflow: hidden;
  aspect-ratio: 200/140;
  transition: 0.5s linear;
}
.intro .blocks .block .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .blocks .block .photo .btn-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: none;
}
.intro .blocks .block .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 430px;
}
.intro .blocks .block .info .text {
  margin-top: 12px;
}
.intro .blocks .block .info .link {
  display: flex;
  align-items: center;
  padding-bottom: 13.77px;
  color: var(--color-blue-deep);
  gap: 4px;
}
@media only screen and (width >= 768px) {
  .intro .blocks .block .info .link {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
.intro .blocks .block:first-child {
  border-top: 1px solid rgba(0, 75, 112, 0.4);
}
.intro .blocks .block.active .photo {
  max-width: 315px;
  aspect-ratio: 315/219.767;
}
.intro .blocks .block.active .photo-hover .btn-round {
  right: 0 !important;
  bottom: 0 !important;
}
.intro .blocks .block.active .link {
  height: auto;
  opacity: 1;
  overflow: visible;
  transition: opacity 0.5s linear 0.4s;
}
@media only screen and (width <= 1300px) {
  .intro .title-wrapper {
    max-width: 300px;
  }
  .intro .title-wrapper .frame-svg {
    top: 130px;
    bottom: auto;
    width: 100%;
    height: auto;
  }
}
@media only screen and (width <= 1070px) {
  .intro .content {
    flex-direction: column;
  }
  .intro .photo-wrapper {
    min-width: 280px;
  }
  .intro h2.title {
    max-width: 100%;
  }
  .intro .title-wrapper {
    max-width: 100%;
  }
  .intro .title-wrapper .frame-svg {
    display: none;
  }
  .intro .blocks .block .info {
    max-width: 570px;
  }
}
@media only screen and (width <= 768px) {
  .intro {
    padding-bottom: 64px;
  }
  .intro .blocks .block {
    flex-direction: column;
  }
  .intro .blocks .block .btn-round {
    display: none !important;
  }
  .intro .blocks .block .info {
    order: 0;
    max-width: 100%;
  }
  .intro .blocks .block .photo-wrapper {
    order: 1;
  }
  .intro .blocks .block .photo {
    max-width: 400px !important;
    aspect-ratio: 252/176 !important;
  }
  .intro .blocks .block .link {
    margin-top: 32px;
  }
  .intro .blocks .block + .block {
    margin-top: 40px;
  }
}

.projects {
  padding-top: var(--padding-section);
  padding-bottom: var(--padding-section);
  background: #f2f7fa;
}
.projects .mobile {
  display: none;
}
.projects h2.title {
  margin-bottom: 40px;
  text-align: center;
}
.projects .blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}
.projects .blocks .block {
  position: relative;
  width: calc(50% - 15px);
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 75, 112, 0.3);
}
.projects .blocks .block .btn.donate {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 100%;
  max-width: 185px;
  border-radius: 50px 50px 50px 0;
  opacity: 0;
}
.projects .blocks .block .photo {
  position: relative;
  width: 100%;
  aspect-ratio: 660/400;
}
.projects .blocks .block .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects .blocks .block .info {
  display: flex;
  align-items: stretch;
  min-height: 116px;
  padding-top: 20px;
  gap: 16px;
}
.projects .blocks .block .info * {
  cursor: pointer;
}
.projects .blocks .block .info h3 {
  max-width: 501px;
}
.projects .blocks .block .info .link {
  display: flex;
  align-items: flex-end;
  min-width: 151px;
  color: var(--color-blue-deep);
}
.projects .blocks .block:hover .btn.donate {
  opacity: 1;
  transition: opacity 0.4s linear 0.4s;
}
.projects .btn-second {
  max-width: 240px;
  margin: 58px auto 0;
}
@media only screen and (width <= 1250px) {
  .projects .blocks .block .info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (width <= 768px) {
  .projects .desktop {
    display: none;
  }
  .projects a.btn.donate.mobile {
    display: flex;
    max-width: 137px !important;
    height: 32px;
    min-height: 32px;
    opacity: 1 !important;
    pointer-events: all;
  }
  .projects .blocks {
    flex-direction: column;
  }
  .projects .blocks .block {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 32px;
  }
  .projects .blocks .block .block-link {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .projects .blocks .block .info {
    order: 0;
  }
  .projects .blocks .block .photo {
    order: 1;
  }
}

.achievements {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 800px;
  padding-top: var(--padding-section);
  padding-bottom: var(--padding-section);
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
.achievements::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  background: linear-gradient(191deg, rgba(0, 0, 0, 0) 41.88%, rgba(0, 0, 0, 0.6) 76.89%);
}
.achievements *:not(.btn) {
  color: #fff;
}
.achievements .container {
  position: relative;
  z-index: 2;
}
.achievements .info {
  width: 100%;
  max-width: 545px;
}
.achievements .info .text {
  margin-top: 16px;
  margin-bottom: 32px;
}
@media only screen and (width >= 1439px) {
  .achievements {
    height: 800px;
  }
}
@media only screen and (width <= 992px) {
  .achievements {
    background-position: 45% center;
  }
}

.sponsorship {
  padding-top: var(--padding-section);
  padding-bottom: var(--padding-section);
  background: url("../img/background-sponsorship.webp") no-repeat center center;
  background-size: cover;
}
.sponsorship .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.sponsorship .info {
  width: 100%;
  max-width: 430px;
}
.sponsorship .info *:not(.btn) {
  color: #fff;
}
.sponsorship .info .text {
  margin-top: 16px;
  margin-bottom: 32px;
}
.sponsorship .photo {
  width: 100%;
  max-width: 775px;
  border-radius: 0 24px;
  overflow: hidden;
  aspect-ratio: 775/480;
}
.sponsorship .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (width <= 992px) {
  .sponsorship .info {
    max-width: 100%;
  }
  .sponsorship .container {
    flex-direction: column;
  }
}

.partners {
  padding-top: var(--padding-section);
  overflow: hidden;
}
.partners h2 {
  text-align: center;
}
.partners .list-wrap {
  width: 100%;
  max-width: 100%;
  padding-bottom: 64px;
}
.partners .list-wrap .list {
  width: 100%;
  margin-top: 60px;
}
.partners .list-wrap .list .item {
  width: 100%;
}
.partners .swiper-wrapper {
  align-items: center;
}

.news {
  padding-top: var(--padding-section);
  padding-bottom: var(--padding-section);
}
.news h2 {
  margin-bottom: 32px;
  text-align: center;
}
.news .blocks .item a {
  cursor: pointer;
}
.news .blocks .item a * {
  cursor: pointer;
}
.news .blocks .item .photo {
  position: relative;
  width: 100%;
  aspect-ratio: 430/300;
}
.news .blocks .item .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .blocks .item .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 186px;
  padding-top: 16px;
}
.news .blocks .item .info .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.news .blocks .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  display: block;
  width: 1px;
  height: 100%;
  background: #92bdd2;
}
.news .blocks .item .link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.news .blocks .item .link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.news .blocks .item .link:hover svg {
  display: none;
}
.news .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.news .btn-second {
  max-width: 253px;
}
@media only screen and (width <= 768px) {
  .news .blocks .item .info {
    min-height: auto;
  }
  .news .blocks .item .link {
    margin-top: 32px !important;
  }
}
@media only screen and (width <= 576px) {
  .news .wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .news .slider-nav {
    width: 100%;
    max-width: 343px;
  }
}

.newsletter .content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: linear-gradient(30deg, rgba(37, 123, 165, 0) -37%, #257ba5 42%);
  border-radius: 0 60px;
}
.newsletter .photo {
  width: 100%;
  max-width: 660px;
  aspect-ratio: 660/480;
  overflow: hidden;
}
.newsletter .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsletter .info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 690px;
  padding-left: 30px;
  border-radius: 0 60px;
}
.newsletter .info-wrapper .info {
  width: 100%;
  max-width: 430px;
  padding-top: 66px;
  padding-bottom: 66px;
}
.newsletter .info-wrapper .info *:not(.btn) {
  color: #fff;
}
.newsletter .info-wrapper .info .text {
  margin-top: 16px;
  margin-bottom: 32px;
}
.newsletter .info-wrapper .info .btn {
  max-width: 297px;
}
@media only screen and (width <= 992px) {
  .newsletter .container {
    padding-right: 0;
    padding-left: 0;
  }
  .newsletter .photo {
    border-radius: 0 24px;
  }
  .newsletter .content {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 16px;
    padding-bottom: 64px;
    padding-left: 16px;
    background: url("../img/newsletter-mob-bg.webp") no-repeat center center;
    background-size: cover;
  }
  .newsletter .photo {
    order: 1;
    max-width: 100%;
  }
  .newsletter .info-wrapper {
    order: 0;
    max-width: 100%;
  }
  .newsletter .info-wrapper .info {
    max-width: 100%;
  }
}

.testimonial {
  padding-top: var(--padding-section);
  padding-bottom: var(--padding-section);
  padding-left: calc((100vw - 1365px) / 2);
}
.testimonial .container {
  max-width: 100%;
  padding-right: 0;
}
.testimonial .title {
  margin-bottom: 40px;
  text-align: center;
}
.testimonial .list .swiper-wrapper {
  align-items: stretch;
}
.testimonial .list .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto !important;
  height: 100%;
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(37, 123, 165, 0.5);
  border-radius: 0 40px;
}
.testimonial .list .item .top {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
}
.testimonial .list .item .top .photo {
  width: 100%;
  max-width: 60px;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 60/60;
}
.testimonial .list .item .top .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial .list .item .link-defaul {
  display: block;
  margin: 24px 0 0 auto;
  color: var(--color-blue-deep);
}
@media only screen and (width <= 768px) {
  .testimonial .container {
    padding-right: 16px;
  }
}

.follow {
  padding-top: var(--padding-section);
  padding-bottom: var(--padding-section);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.follow * {
  color: #fff;
}
.follow .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
.follow .title {
  min-width: 265px;
}
.follow .socials {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 890px;
  gap: 30px;
}
.follow .socials a {
  display: block;
  flex: 1;
  padding-left: 30px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.3);
}
.follow .socials a h3 {
  margin-top: 24px;
}
.follow .socials a .main-svg {
  display: block;
}
.follow .socials a .hover-svg {
  display: none;
}
.follow .socials a:hover .main-svg {
  display: none;
}
.follow .socials a:hover .hover-svg {
  display: block;
}
@media only screen and (width <= 992px) {
  .follow .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .follow .container .title {
    min-width: 100%;
  }
  .follow .container .socials {
    max-width: 100%;
  }
}
@media only screen and (width <= 576px) {
  .follow .socials {
    gap: 0;
  }
  .follow .socials a {
    padding-right: 11.5px;
    padding-left: 11.5px;
    text-align: center;
  }
  .follow .socials a h3 {
    font-weight: 400;
  }
  .follow .socials a svg {
    display: block;
    margin: 0 auto;
  }
  .follow .socials a.facebook {
    padding-left: 0;
    border-left: none;
  }
  .follow .socials a:not(.youtube) svg {
    width: 48px;
    height: 48px;
  }
  .follow .socials a.youtube svg {
    width: 60px;
    height: 42px;
  }
}

.photo-video .photo,
.photo-video .video {
  aspect-ratio: 1440/700;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}
.photo-video .photo iframe,
.photo-video .video iframe {
  width: 100%;
}
.photo-video .photo img,
.photo-video .video img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-form {
  padding-top: var(--padding-section);
  padding-bottom: var(--padding-section);
  background-color: #f4f8fb;
  overflow: hidden;
}
.contact-form h2 {
  margin-bottom: 24px;
  text-align: center;
}
.contact-form .content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}
.contact-form .content svg {
  width: auto;
}
@media only screen and (width <= 992px) {
  .contact-form .content {
    justify-content: center;
  }
  .contact-form .content svg {
    display: none;
  }
}

form {
  min-width: 545px;
}
form * {
  font-family: var(--ff-main) !important;
}
form .row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}
form .row + .row {
  margin-top: 12px;
}
form .label {
  width: 100%;
}
form .label .label-text {
  margin-bottom: 4px;
}
form .label > span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
form .label > span.wpcf7-form-control-wrap input {
  height: 50px;
}
form .label > span.wpcf7-form-control-wrap textarea {
  height: 120px;
  resize: none;
}
form .label > span.wpcf7-form-control-wrap textarea:focus-visible {
  outline: none;
}
form .label > span.wpcf7-form-control-wrap input,
form .label > span.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 15px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-blue-steel);
  background: #fff;
  border: 1px solid rgba(37, 123, 165, 0.4);
  border-radius: 30px;
  font-style: normal;
}
form .label.active-label input,
form .label.active-label textarea {
  border-color: #257ba5 !important;
}
form .label-textarea {
  margin-top: 12px;
}
form .btn-second {
  width: 135px;
  max-width: 135px;
  margin: 24px auto 0;
  border: none;
  cursor: pointer;
}
@media only screen and (width <= 992px) {
  form {
    min-width: auto;
    margin: 0 auto;
  }
}
@media only screen and (width <= 768px) {
  form .row {
    flex-direction: column;
  }
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer * {
  color: #fff;
}
.footer .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.footer .top .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 65.926%;
  gap: 30px;
}
.footer .top .wrapper .socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 26px;
}
.footer .top .wrapper .socials a .main-svg {
  display: block;
}
.footer .top .wrapper .socials a .hover-svg {
  display: none;
}
.footer .top .wrapper .socials a:hover .main-svg {
  display: none;
}
.footer .top .wrapper .socials a:hover .hover-svg {
  display: block;
}
.footer .top .wrapper .contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.footer .top .wrapper .contacts a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer .middle {
  display: flex;
  justify-content: center;
  padding: 76px 0;
}
.footer .middle .title {
  position: relative;
}
.footer .middle .title .donate {
  position: absolute;
  right: 20%;
  bottom: 100%;
  opacity: 0;
  pointer-events: none;
}
.footer .middle .title:hover .donate {
  opacity: 1;
  pointer-events: auto;
}
.footer .middle .title:hover .mask {
  opacity: 1;
}
.footer .middle .mask {
  position: absolute;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
}
.footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.footer .bottom .developer {
  text-align: right;
}
.footer .developer a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
@media only screen and (width <= 900px) {
  .footer .top {
    flex-direction: column;
    gap: 64px;
  }
  .footer .top .wrapper {
    order: 1;
    width: 100%;
    max-width: 600px;
  }
  .footer .top .logo {
    order: 0;
  }
  .footer .middle svg {
    width: 100%;
    max-width: 482px;
    height: auto;
  }
  .footer .bottom {
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-align: center !important;
  }
  .footer .bottom p {
    text-align: center;
  }
}
@media only screen and (width <= 576px) {
  .footer .top .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }
  .footer .top .wrapper .socials {
    order: 1;
  }
}
