* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0 0 20px 0;
  text-rendering: optimizeLegibility;
}

p img {
  margin: 0;
}

a,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal;
}

li {
  display: list-item;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  float: none !important;
}

:focus {
  outline: 0;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -5px;
}

sub {
  bottom: 2px;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea:-moz-placeholder {
  opacity: 1;
}

textarea:-ms-input-placeholder {
  opacity: 1;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FONTS ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Montserrat Alternates";
  src: url("../fonts/MontserratAlternates-Bold.eot");
  src: url("../fonts/MontserratAlternates-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MontserratAlternates-Bold.woff2") format("woff2"), url("../fonts/MontserratAlternates-Bold.woff") format("woff"), url("../fonts/MontserratAlternates-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  min-height: 100vh;
  font-family: "Open Sans", serif;
  color: #151F23;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.layout {
  width: 100%;
  flex: 1 0 auto;
}

.limit {
  width: 100%;
  margin: 0 auto;
  max-width: 1540px;
  position: relative;
  padding: 0 30px;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border-radius: 18px;
  padding: 16px 36px;
  border: 1px solid #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
}
.button:hover {
  background-color: #c8c332;
  border-color: #c8c332;
  color: #151F23;
}

section {
  margin-top: 160px;
}
section:first-of-type {
  margin-top: 140px;
}

.heading {
  margin-bottom: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading h2 {
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  font-family: "Montserrat Alternates";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.heading h2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 92px;
  background-color: #c8c332;
}
.heading p {
  margin-top: 13px;
  margin-bottom: 0;
  text-align: center;
  max-width: 880px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.anchors_container {
  position: fixed;
  right: 0;
  top: 240px;
  z-index: 99;
}
.anchors_container #anchors_list {
  border-radius: 8px;
  border: 1px solid #f4f4f4;
  padding: 7px 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  display: none;
  background: #fff;
  box-shadow: 0px 4px 14.3px 0px rgba(21, 31, 35, 0.1);
}
.anchors_container #anchors_list.open {
  display: flex;
}
.anchors_container #anchors_list li {
  padding: 11px 14px;
  background-color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s;
  cursor: pointer;
}
.anchors_container #anchors_list li:hover {
  background-color: rgba(145, 159, 166, 0.2);
}
.anchors_container #anchors_list li.active {
  background-color: rgba(145, 159, 166, 0.2);
}
.anchors_container .anchors_preview {
  border-radius: 8px 0 0 8px;
  border: 1px solid #f4f4f4;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 12.3px 0px rgba(0, 0, 0, 0.07);
  width: 49px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 22px 0;
}
.anchors_container .anchors_preview span {
  width: 13px;
  height: 3px;
  border-radius: 53px;
  background-color: #626f75;
}
.anchors_container .anchors_preview span.active {
  width: 29px;
  background-color: #c8c332;
}
.anchors_container .anchors_preview.hide {
  display: none;
}

.modal {
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  max-width: 785px;
}
.modal:has(.content) {
  max-width: 1163px;
}
.modal .cross {
  position: absolute;
  right: 28px;
  top: 28px;
  cursor: pointer;
}
.modal .modal_content {
  padding: 70px 70px 60px;
}
.modal .modal_content:has(.content) {
  padding: 70px 15px 60px 70px;
}
.modal .modal_content:has(.content) .modal_title {
  padding-right: 55px;
}
.modal .modal_content:has(.content) .content {
  max-height: 500px;
  overflow: auto;
  padding-right: 45px;
}
.modal .modal_content:has(.content) .content::-webkit-scrollbar {
  width: 9px;
  background: transparent;
}
.modal .modal_content:has(.content) .content::-webkit-scrollbar-thumb {
  width: 9px;
  border-radius: 59px;
  background-color: rgba(98, 111, 117, 0.5);
}
.modal .modal_content:has(.content) .content h1,
.modal .modal_content:has(.content) .content h2,
.modal .modal_content:has(.content) .content h3,
.modal .modal_content:has(.content) .content h4,
.modal .modal_content:has(.content) .content h5,
.modal .modal_content:has(.content) .content h6 {
  font-family: "Montserrat Alternates";
  font-weight: 600;
  line-height: 140%;
  margin-top: 40px;
}
.modal .modal_content:has(.content) .content h1:first-child,
.modal .modal_content:has(.content) .content h2:first-child,
.modal .modal_content:has(.content) .content h3:first-child,
.modal .modal_content:has(.content) .content h4:first-child,
.modal .modal_content:has(.content) .content h5:first-child,
.modal .modal_content:has(.content) .content h6:first-child {
  margin-top: 0;
}
.modal .modal_content:has(.content) .content h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
.modal .modal_content:has(.content) .content h2 {
  font-size: 26px;
  margin-bottom: 18px;
}
.modal .modal_content:has(.content) .content h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.modal .modal_content:has(.content) .content h4 {
  font-size: 22px;
  margin-bottom: 14px;
}
.modal .modal_content:has(.content) .content h5 {
  font-size: 20px;
  margin-bottom: 12px;
}
.modal .modal_content:has(.content) .content h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.modal .modal_content:has(.content) .content p {
  margin-bottom: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.modal .modal_content:has(.content) .content ul,
.modal .modal_content:has(.content) .content ol {
  margin-top: -10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 20px;
}
.modal .modal_content:has(.content) .content ul li,
.modal .modal_content:has(.content) .content ol li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.modal .modal_content:has(.content) .content ul li strong,
.modal .modal_content:has(.content) .content ol li strong {
  font-weight: 600;
}
.modal .modal_content:has(.content) .content ol li::marker {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #626f75;
}
.modal .modal_content:has(.content) .content ul li::marker {
  color: #c8c332;
}
.modal .modal_content .modal_title {
  text-align: center;
  font-family: "Montserrat Alternates";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 42px;
}
.modal .modal_content .modal_form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal .modal_content .modal_form .button {
  color: #151F23;
  border-color: #151F23;
  margin: 40px auto 0;
}
.modal .modal_content .modal_form .button:hover {
  border-color: #c8c332;
}

.form_row {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form_row:has(input.valid)::before {
  position: absolute;
  bottom: 18px;
  right: 18px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/valid.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form_row:has(input.error)::before {
  position: absolute;
  bottom: 18px;
  right: 18px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/error.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form_row:has(input.error) label.error {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: 130%;
  color: #ee4444;
}
.form_row:has(input.error) label.error::after {
  display: none;
}
.form_row:has(input.error) input {
  border-color: #e44;
}
.form_row label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.form_row label.req::after {
  content: " *";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #e44;
}
.form_row input {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  border-radius: 13px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 15px 18px 16px 16px;
  transition: all 0.3s;
}
.form_row input::-moz-placeholder {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #626f75;
}
.form_row input::placeholder {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #626f75;
}
.form_row input:focus {
  border-color: #c8c332;
}

.b-modal {
  background: rgba(21, 31, 35, 0.96) !important;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FOOTER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
footer {
  position: relative;
  margin-top: 160px;
  background-color: #05191c;
  overflow: hidden;
}
footer .left_footer_blur {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
footer .right_footer_blur {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  pointer-events: none;
}
footer .footer_top {
  padding-top: 42px;
  display: flex;
  align-items: start;
}
footer .footer_top .logo {
  margin-right: 65px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
footer .footer_top .logo span {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
}
footer .footer_top .footer_block_title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  margin-bottom: 8px;
}
footer .footer_top .footer_block.menu {
  margin-right: 102px;
}
footer .footer_top .footer_block.menu .footer_block_title {
  margin-bottom: 16px;
}
footer .footer_top .footer_block.menu .footer_menu {
  display: block;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
footer .footer_top .footer_block.menu .footer_menu .footer_block_item {
  margin-bottom: 10px;
}
footer .footer_top .footer_block_item {
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #626F75;
}
footer .footer_top .blocks_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 207px);
  gap: 5px 63px;
}
footer .footer_top .socials_wrapper {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: start;
}
footer .footer_top .socials_wrapper .socials {
  display: flex;
  align-items: center;
  gap: 13px;
}
footer .footer_top .socials_wrapper .links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer_top .socials_wrapper .lang_toggle {
  display: flex;
  align-items: center;
  gap: 3px;
}
footer .footer_top .socials_wrapper .lang_toggle .toggle_btn {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(98, 111, 117, 0.12);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #626f75;
  transition: all 0.3s;
  cursor: pointer;
}
footer .footer_top .socials_wrapper .lang_toggle .toggle_btn.active {
  background-color: #626f75;
  color: #fff;
}
footer .footer_top .socials_wrapper .lang_toggle .toggle_btn:hover {
  color: #fff;
}
footer .footer_bottom {
  margin-top: 46px;
  border-top: 1.5px solid transparent;
  -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
     border-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  border-image-slice: 1;
  display: flex;
  justify-content: center;
  padding: 9px 0;
}
footer .footer_bottom .copyright {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #626F75;
}

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.first_screen {
  background-color: #05191c;
  position: relative;
  height: 810px;
  padding-top: 109px;
  border-radius: 0px 0px 175px 175px;
  overflow: hidden;
}
.first_screen .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #05191c;
}
.first_screen .bg .bg_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.first_screen .bg .circle {
  position: absolute;
}
.first_screen .bg .circle.left {
  top: 0;
  left: 0;
}
.first_screen .bg .circle.right {
  bottom: 0;
  right: 0;
}
.first_screen .text_wrapper {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 122px;
  max-width: 991px;
}
.first_screen .text_wrapper .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.first_screen .text_wrapper .logo span {
  text-align: center;
  color: #fff;
  font-size: 20.017px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.first_screen .text_wrapper .text h1 {
  text-align: center;
  font-family: "Montserrat Alternates";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 27px;
}
.first_screen .text_wrapper .text p {
  margin-bottom: 63px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #88a5b3;
}
.first_screen .text_wrapper .text .button {
  margin: 0 auto;
}

.about_school {
  display: flex;
  align-items: center;
  gap: 52px;
}
.about_school .image_container {
  height: 434px;
  min-width: 714px;
  border-radius: 30px;
  overflow: hidden;
}
.about_school .image_container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.about_school .text .small_title {
  font-family: "Montserrat Alternates";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 31px;
}
.about_school .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
.about_school .text p:last-of-type {
  margin-bottom: 0;
}
.about_school .text p strong {
  font-weight: 700;
}
.about_school .text ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.about_school .text ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.about_school .text ul li::marker {
  color: #c8c332;
}

.share_experience_cta {
  background: linear-gradient(99deg, #e9f4ff 14.84%, #fffbcf 87.26%);
  border-radius: 30px;
  border: 1px solid #e9f2f8;
  height: 291px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.share_experience_cta .left_img {
  position: absolute;
  left: 23px;
  bottom: 0;
  z-index: 1;
}
.share_experience_cta .right_img {
  position: absolute;
  bottom: 0;
  right: 256px;
  z-index: 1;
}
.share_experience_cta .top_img {
  position: absolute;
  right: 67px;
  top: -9px;
  z-index: 1;
}
.share_experience_cta .left_circle {
  position: absolute;
  z-index: 1;
  width: 205.037px;
  height: 205.037px;
  opacity: 0.38;
  background-color: #fffff4;
  top: -121px;
  left: -45px;
  border-radius: 100%;
}
.share_experience_cta .right_circle {
  position: absolute;
  width: 113.197px;
  height: 113.197px;
  z-index: 1;
  background-color: #fffff4;
  opacity: 0.7;
  right: -82px;
  bottom: 32px;
  border-radius: 100%;
}
.share_experience_cta .cta_text h2 {
  text-align: center;
  font-family: "Montserrat Alternates";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.share_experience_cta .cta_text p {
  margin-bottom: 24px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.share_experience_cta .cta_text .button {
  margin: 0 auto;
  border-color: #151f23;
  color: #151f23;
}
.share_experience_cta .cta_text .button:hover {
  border-color: #c8c332;
}

.what_you_get_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px 30px;
}
.what_you_get_container .get_item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.what_you_get_container .get_item .title {
  text-align: center;
  font-family: "Montserrat Alternates";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.what_you_get_container .get_item p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}

.structure_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.structure_container .structure_item {
  display: flex;
  gap: 12px;
  padding: 20px 20px 34px;
  background-color: #f9fcfe;
  border-radius: 30px;
}
.structure_container .structure_item .image_container {
  min-width: 66px;
}
.structure_container .structure_item .text {
  padding-top: 20px;
}
.structure_container .structure_item .text .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 12px;
}
.structure_container .structure_item .text p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.donate_cta {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #e9f2f8;
  background: linear-gradient(0deg, #e9f4ff 0%, #fffbcf 167.76%);
  height: 291px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 98px;
}
.donate_cta .donate_img {
  z-index: 2;
  position: relative;
}
.donate_cta .donate_bottom {
  position: absolute;
  bottom: 0;
  right: 347px;
  z-index: 1;
}
.donate_cta .donate_top {
  position: absolute;
  top: 0;
  right: 42px;
  z-index: 1;
}
.donate_cta .donate_circles {
  position: absolute;
  bottom: 0;
  left: 14px;
  z-index: 1;
}
.donate_cta .circle {
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.58;
  width: 154.142px;
  height: 154.142px;
  left: 190px;
  top: -112px;
}
.donate_cta .text {
  z-index: 2;
  position: relative;
}
.donate_cta .text .cta_title {
  font-family: "Montserrat Alternates";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.donate_cta .text p {
  margin-bottom: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.donate_cta .text .button {
  border-color: #151F23;
  color: #151F23;
}
.donate_cta .text .button:hover {
  border-color: #c8c332;
}

.format_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.format_container .format_item {
  padding: 20px 30px;
  border-radius: 30px;
  background: #f9fcfe;
  display: flex;
  align-items: center;
  gap: 26px;
}
.format_container .format_item p {
  margin: 0;
  font-family: "Montserrat Alternates";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.format_container .format_item .image_container {
  min-width: 80px;
}

section:has(.left_blur_circle) {
  position: relative;
}
section:has(.left_blur_circle) .left_blur_circle {
  position: absolute;
  left: -170px;
  top: -270px;
  z-index: 1;
}

.action_cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.action_cta .right_blur_circle {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 180px;
  pointer-events: none;
}
.action_cta .image_container {
  z-index: 2;
  overflow: hidden;
  border-radius: 30px;
  min-width: 796px;
  max-width: 796px;
  height: 492px;
}
.action_cta .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.action_cta .text {
  z-index: 2;
  max-width: 574px;
}
.action_cta .text .title {
  font-family: "Montserrat Alternates";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.action_cta .text p {
  margin-bottom: 42px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.action_cta .text .button {
  border-color: #151F23;
  color: #151F23;
}
.action_cta .text .button:hover {
  border-color: #c8c332;
}

.scroll_element {
  cursor: pointer !important;
}

@media (max-width: 1650px) {
  .limit {
    max-width: 1440px;
  }
  section {
    margin-top: 123px;
  }
  section:first-of-type {
    margin-top: 123px;
  }
  footer {
    margin-top: 123px;
  }
  .about_school .image_container {
    min-width: 654px;
  }
  .action_cta .image_container {
    min-width: 676px;
    max-width: 676px;
    height: 418px;
  }
}
@media (max-width: 1350px) {
  .first_screen {
    height: 734px;
    padding-top: 122px;
    border-radius: 0px 0px 120px 120px;
  }
  .first_screen .bg .circle.right {
    right: -28%;
  }
  .first_screen .text_wrapper .text h1 {
    font-size: 46px;
  }
  .first_screen .text_wrapper .text p {
    font-size: 18px;
  }
  .first_screen .text_wrapper .logo {
    max-width: 195px;
  }
  .first_screen .text_wrapper .logo span {
    font-size: 16px;
  }
  .about_school {
    gap: 30px;
  }
  .about_school .image_container {
    min-width: 595px;
  }
  .about_school .text .small_title {
    font-size: 28px;
  }
  .share_experience_cta .right_img {
    right: 120px;
  }
  .share_experience_cta .cta_text {
    z-index: 3;
  }
  .share_experience_cta .cta_text h2 {
    font-size: 30px;
  }
  .share_experience_cta .cta_text p {
    font-size: 16px;
  }
  .heading h2 {
    font-size: 28px;
  }
  .heading p {
    max-width: 620px;
  }
  .what_you_get_container .get_item .title {
    font-size: 16px;
  }
  .donate_cta {
    padding-left: 81px;
    justify-content: start;
  }
  .donate_cta .text .cta_title {
    font-size: 30px;
  }
  .donate_cta .text p {
    font-size: 16px;
  }
  .format_container .format_item p {
    font-size: 16px;
  }
  .action_cta {
    padding: 31px 0;
    height: 486px;
  }
  .action_cta .image_container {
    min-width: 536px;
    max-width: 536px;
    height: 332px;
  }
  .action_cta .text .title {
    font-size: 30px;
  }
  .action_cta .text p {
    font-size: 16px;
  }
  footer .footer_top .logo {
    margin-right: 38px;
  }
  footer .footer_top .footer_block.menu {
    margin-right: 66px;
  }
  footer .footer_top .blocks_wrapper {
    gap: 5px 30px;
  }
}
@media (max-width: 1250px) {
  footer .footer_top .footer_block.menu {
    margin: 0;
  }
  footer .footer_top .footer_block.menu .footer_menu {
    display: flex;
    flex-direction: column;
  }
  footer .footer_top .blocks_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
  }
  footer .footer_top .socials_wrapper {
    margin: 0;
    margin-right: 80px;
  }
}
@media (max-width: 1200px) {
  .modal:has(.content) {
    width: 90%;
  }
  .modal .modal_content:has(.content) {
    padding: 50px 15px 40px 50px;
  }
  .modal .modal_content:has(.content) .modal_title {
    padding-right: 35px;
  }
  .modal .modal_content:has(.content) .content {
    padding-right: 25px;
  }
  .first_screen {
    padding-top: 109px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .first_screen .text_wrapper {
    gap: 78px;
  }
  .first_screen .text_wrapper .logo {
    max-width: 235px;
  }
  .first_screen .text_wrapper .logo span {
    font-size: 20px;
  }
  .first_screen .text_wrapper .text {
    max-width: 841px;
  }
  .first_screen .text_wrapper .text h1 {
    font-size: 38px;
  }
  .first_screen .bg .circle.right {
    right: -45%;
    bottom: -20%;
  }
  .about_school {
    align-items: start;
  }
  .about_school .image_container {
    min-width: 445px;
    height: 294px;
  }
  .what_you_get_container {
    grid-template-columns: repeat(3, 1fr);
  }
  .structure_container .structure_item {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  .structure_container .structure_item .text {
    padding-top: 0;
  }
  .donate_cta {
    gap: 10px;
  }
  .donate_cta .text {
    max-width: 453px;
  }
  .action_cta {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    gap: 30px;
    justify-content: center;
  }
  .action_cta .right_blur_circle {
    left: 30%;
    top: 98px;
    width: 317.085px;
    height: 316.174px;
  }
  .action_cta .text {
    max-width: 100%;
  }
  .action_cta .image_container {
    max-width: 434px;
    min-width: 434px;
    height: 259px;
  }
}
@media (max-width: 1100px) {
  .format_container .format_item {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .format_container .format_item p {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  footer .footer_top .blocks_wrapper {
    max-width: 207px;
  }
}
@media (max-width: 950px) {
  .first_screen {
    padding-left: 46px;
    padding-right: 46px;
    border-radius: 0px 0px 90px 90px;
    height: 720px;
  }
  .first_screen .text_wrapper .text h1 {
    font-size: 36px;
  }
  .first_screen .bg .circle.left {
    top: -68px;
    left: -91px;
  }
  .first_screen .bg .circle.right {
    right: -45%;
    bottom: -40% -367px;
  }
  .about_school {
    flex-direction: column;
  }
  .about_school .image_container {
    min-width: 1px;
    max-width: 100%;
    height: auto;
  }
  .share_experience_cta {
    height: auto;
    padding: 60px 77px;
  }
  .share_experience_cta .cta_text h2 {
    font-size: 26px;
    text-align: center;
  }
  .share_experience_cta .top_img,
  .share_experience_cta .right_img {
    right: -35px;
  }
  .share_experience_cta .right_circle {
    display: none;
  }
  .share_experience_cta .left_img {
    left: -35px;
  }
  .donate_cta {
    padding-left: 42px;
    gap: 10px;
  }
  .donate_cta .text {
    max-width: 100%;
  }
  .donate_cta .text .cta_title {
    font-size: 26px;
  }
  .donate_cta .donate_img {
    width: 281px;
  }
  .donate_cta .donate_bottom {
    width: 290px;
    right: 215px;
  }
  .donate_cta .donate_top {
    width: 171px;
  }
  .action_cta {
    flex-direction: column-reverse;
    gap: 29px;
  }
  .action_cta .image_container {
    min-width: 1px;
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .action_cta .text .title {
    text-align: center;
  }
  .action_cta .text p {
    text-align: center;
    margin-bottom: 30px;
  }
  .action_cta .text .button {
    margin: 0 auto;
  }
  footer .left_footer_blur {
    display: none;
  }
  footer .footer_top {
    display: grid;
    grid-template-columns: 141px 185px auto;
    gap: 38px;
    justify-content: start;
  }
  footer .footer_top .socials_wrapper {
    grid-column: 2;
    margin: 0;
  }
  footer .footer_top .logo {
    margin: 0;
  }
  footer .footer_top .footer_block.menu {
    width: -moz-fit-content;
    width: fit-content;
  }
  footer .footer_top .blocks_wrapper .footer_block:first-of-type {
    order: 0;
  }
  footer .footer_top .blocks_wrapper .footer_block:nth-child(2) {
    order: 3;
  }
  footer .footer_top .blocks_wrapper .footer_block:last-of-type {
    order: 2;
  }
}
@media (max-width: 850px) {
  .modal {
    width: 90%;
  }
  .modal .modal_content {
    padding: 50px 50px 40px;
  }
  .heading p {
    max-width: 510px;
  }
  .structure_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .format_container {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .format_container .format_item {
    flex-direction: row;
    gap: 26px;
    align-items: center;
  }
  .format_container .format_item p {
    font-size: 18px;
    text-align: left;
  }
}
@media (max-width: 720px) {
  .what_you_get_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 20px;
  }
  .donate_cta {
    flex-direction: column-reverse;
    padding: 48px 21px 66px;
    height: auto;
    gap: 45px;
  }
  .donate_cta .text .cta_title,
  .donate_cta .text p {
    text-align: center;
  }
  .donate_cta .text .button {
    margin: 0 auto;
  }
  footer .footer_top {
    grid-template-columns: repeat(2, auto);
    gap: 38px 70px;
  }
  footer .footer_top .logo {
    grid-column: span 2;
    width: -moz-fit-content;
    width: fit-content;
  }
  footer .footer_top .socials_wrapper {
    grid-column: span 2;
  }
  footer .footer_bottom {
    margin-top: 29px;
  }
}
@media (max-width: 650px) {
  .modal .modal_content .modal_title {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .modal .modal_content:has(.content) .content h1 {
    font-size: 26px;
  }
  .modal .modal_content:has(.content) .content h2 {
    font-size: 24px;
  }
  .modal .modal_content:has(.content) .content h3 {
    font-size: 22px;
  }
  .modal .modal_content:has(.content) .content h4 {
    font-size: 20px;
  }
  .modal .modal_content:has(.content) .content h5 {
    font-size: 18px;
  }
  .modal .modal_content:has(.content) .content p,
  .modal .modal_content:has(.content) .content ul li,
  .modal .modal_content:has(.content) .content ol li,
  .modal .modal_content:has(.content) .content ol li::marker {
    font-size: 14px;
  }
  .anchors_container .anchors_preview {
    width: 34px;
  }
  .anchors_container .anchors_preview span.active {
    width: 22px;
  }
  .anchors_container {
    top: 88px;
  }
  .footer {
    margin-top: 100px;
  }
  .first_screen {
    padding-top: 104px;
    padding-left: 24px;
    padding-right: 23px;
    border-radius: 0px 0px 70px 70px;
  }
  .first_screen .text_wrapper {
    gap: 88px;
  }
  .first_screen .text_wrapper .logo {
    max-width: 193px;
  }
  .first_screen .text_wrapper .logo span {
    font-size: 16px;
  }
  .first_screen .text_wrapper .text h1 {
    font-size: 30px;
  }
  section {
    margin-top: 100px;
  }
  section:first-of-type {
    margin-top: 100px;
  }
  .about_school .text .small_title {
    font-size: 26px;
    text-align: center;
  }
  .share_experience_cta {
    padding: 60px 30px;
  }
  .heading h2 {
    font-size: 26px;
  }
  .structure_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .structure_container .structure_item {
    flex-direction: row;
  }
  .structure_container .structure_item .text .title {
    padding-top: 20px;
  }
  .format_container .format_item p {
    font-size: 16px;
  }
  .action_cta .text .title {
    font-size: 26px;
  }
  .action_cta .text p {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .modal .modal_content {
    padding: 50px 20px 40px;
  }
  .limit {
    padding: 0 16px;
  }
  .modal .modal_content:has(.content) {
    padding: 50px 5px 40px 20px;
  }
  .modal .modal_content:has(.content) .modal_title {
    padding-right: 5px;
  }
  .modal .modal_content:has(.content) .content {
    padding-right: 15px;
  }
  section,
  footer {
    margin-top: 80px;
  }
  .first_screen .text_wrapper {
    gap: 49px;
  }
  .first_screen .text_wrapper .text h1 {
    font-size: 24px;
  }
  .first_screen .text_wrapper .text p {
    font-size: 16px;
  }
  .first_screen {
    border-radius: 0px 0px 40px 40px;
    height: 649px;
  }
  .about_school .text .small_title {
    font-size: 24px;
  }
  .about_school .text p,
  .about_school .text ol li,
  .about_school .text ul li {
    font-size: 14px;
  }
  .share_experience_cta {
    padding: 66px 22px;
  }
  .share_experience_cta .cta_text h2 {
    font-size: 24px;
  }
  .share_experience_cta .cta_text p {
    font-size: 14px;
  }
  .heading h2 {
    font-size: 24px;
  }
  .heading p {
    font-size: 14px;
  }
  .what_you_get_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .what_you_get_container .get_item {
    flex-direction: row;
    align-items: start;
    gap: 16px;
  }
  .what_you_get_container .get_item .image_container {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  .what_you_get_container .get_item .text .title {
    text-align: left;
  }
  .what_you_get_container .get_item .text p {
    text-align: left;
  }
  .structure_container .structure_item {
    flex-direction: column;
    gap: 8px;
  }
  .structure_container .structure_item .text .title {
    padding: 0;
  }
  .donate_cta {
    padding: 49px 17px 69px;
  }
  .donate_cta .text .cta_title {
    font-size: 24px;
  }
  .format_container .format_item {
    gap: 20px;
  }
  .format_container .format_item .image_container {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  .action_cta .right_blur_circle {
    display: none;
  }
  .action_cta .text .title {
    font-size: 24px;
  }
  .action_cta .text p {
    font-size: 14px;
  }
  footer .footer_top {
    display: flex;
    flex-direction: column;
    gap: 39px;
  }
  footer .footer_top .logo {
    margin: 0 auto;
  }
  footer .footer_top .footer_block.menu .footer_menu {
    display: block;
  }
  footer .footer_top .blocks_wrapper {
    margin: 0;
  }
}
@media (max-height: 800px) {
  .modal .modal_content:has(.content) .content {
    max-height: 400px;
  }
}/*# sourceMappingURL=style.css.map */