@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  position: relative;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a,
a.text:active,
a.text:hover,
a.text {
  text-decoration: none;
  color: #666;
}

img {
  max-width: 100%;
  display: block;
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  /* IE */
  display: none;
}

button {
  border: none;
  background: transparent;
}

.non-scroll {
  touch-action: none;
  -ms-touch-action: none;
  overflow: hidden;
  height: 100%;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Light.ttf");
  font-weight: 300;
}
.toggle {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.toggle:hover {
  transform: scale(1.2);
  transition: 0.3s;
}

.toggle div {
  width: 18px;
  height: 2px;
  background: #0765A2;
  border-radius: 8px;
}
.toggle div:first-child {
  top: 12px;
  left: 3px;
}
.toggle div:last-child {
  transform: rotate(90deg);
  top: 10px;
  left: 3px;
}

.contribution-btn, .yellow-btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFC943;
  border-radius: 16px;
  width: 100%;
  max-width: 345px;
  height: 52px;
  min-height: 52px;
  cursor: pointer;
  animation: 0.5s ease-out;
}
.contribution-btn span, .yellow-btn span {
  font-family: "Montserrat", -apple-system, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1D1D1D;
}
.contribution-btn:hover, .yellow-btn:hover {
  background: #111111;
  transition: 0.4s;
}
.contribution-btn:hover span, .yellow-btn:hover span {
  color: #FFFFFF !important;
  transition: 0.4s;
}

.mobile-sidebar-btn {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  gap: 6px;
}
.mobile-sidebar-btn .line {
  width: 22px;
  height: 2px;
  background: black;
  border-radius: 12px;
}

.to-school-list-btn, .main-banner .to-bank-details {
  max-width: 260px;
}
.to-school-list-btn span, .main-banner .to-bank-details span {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-btn {
  border: 2px solid #FFC943;
  border-radius: 16px;
  width: 100%;
  max-width: 179px;
  height: 40px;
  padding: 9px 10px 12px;
  cursor: pointer;
  animation: 0.5s ease-out;
  display: flex;
  align-items: center;
}
.header-btn span {
  margin: 0 auto;
  font-family: "Montserrat", -apple-system, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #0765A2;
}
.header-btn:hover {
  background: #0765A2;
  transition: 0.35s;
}
.header-btn:hover span {
  color: #FFFFFF;
}

.video-btn {
  width: 100%;
  max-width: 165px;
  height: 40px;
  border-radius: 16px;
  display: flex;
  padding: 7px 13px;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 20px;
}
.video-btn div {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  max-width: 100px;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.video-btn #stop {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #FFFFFF;
}

.play {
  border-radius: 50%;
  background: #FFC943;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.play #play {
  transform: rotate(90deg);
  right: 2px;
  color: #FFFFFF;
}
.play #play::before {
  left: -3px;
  transform: rotate(-60deg);
}
.play #play::after {
  right: -3px;
  transform: rotate(60deg);
}
.play #play,
.play #play::before,
.play #play::after {
  width: 10px;
  height: 1px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 2px solid;
}
.play #play::before,
.play #play::after {
  content: "";
  position: absolute;
  width: 9px;
  top: -5px;
}

.show-more-btn, .get-more-btn {
  border: 1px solid #C1E1FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  cursor: pointer;
  height: 41px;
  padding: 0 16px;
  border-radius: 12px;
}
.show-more-btn .less, .get-more-btn .less {
  display: none;
}
.show-more-btn span, .get-more-btn span {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
}

.slide-arrow {
  width: 36px;
  height: 36px;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
}
.slide-arrow:hover {
  transform: scale(1.2);
  transition: 0.35s;
}

.prev-arrow {
  background: url("/wp-content/themes/flowers_theme/assets/images/slick/arrow-left.svg") no-repeat center;
  background-size: cover;
  left: 12px;
}

.next-arrow {
  background: url("/wp-content/themes/flowers_theme/assets/images/slick/arrow-right.svg") no-repeat center;
  background-size: cover;
  right: 12px;
}

.about-project-btn {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #FFC943;
  border-radius: 16px;
  height: 52px;
  cursor: pointer;
}
.about-project-btn span {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.send-form-school-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #FFC943;
  cursor: pointer;
  animation: 0.5s;
}
.send-form-school-btn span {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1D1D1D;
  padding: 12px 75px;
}
.send-form-school-btn:hover {
  background: #000000;
  transition: 0.35s;
}
.send-form-school-btn:hover span {
  color: #FFFFFF;
}

.sing-up-btn {
  border: 2px solid #FFC943;
  border-radius: 16px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sing-up-btn span {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #111111;
}
.sing-up-btn:hover {
  background: #FFC943;
  transition: 0.35s;
}

.slide-arrow-region {
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  bottom: -30px;
  z-index: 1;
}
.slide-arrow-region:hover {
  transform: scale(1.5);
  transition: 0.35s;
}
.slide-arrow-region::before, .slide-arrow-region::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  background: #000000;
}

.prev-arrow-region {
  left: 15px;
}
.prev-arrow-region::before {
  top: 15px;
  right: 5px;
  transform: rotate(45deg);
}
.prev-arrow-region::after {
  top: 7px;
  right: 5px;
  transform: rotate(-45deg);
}

.next-arrow-region {
  right: 15px;
}
.next-arrow-region::before {
  top: 15px;
  right: 5px;
  transform: rotate(-45deg);
}
.next-arrow-region::after {
  top: 7px;
  right: 5px;
  transform: rotate(45deg);
}

.send-message-btn {
  height: 43px;
  border: 2px solid #08578B;
  border-radius: 16px;
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 20px;
}
.send-message-btn span {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #08578B;
}

.donate-with-card-btn {
  width: 100%;
  max-width: 350px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: #FFF5B2;
  border: 2px solid #0765A2;
  border-radius: 24px;
  margin-bottom: 40px;
}
.donate-with-card-btn span {
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
}
.donate-with-card-btn .images {
  display: flex;
}

@media (min-width: 1024px) {
  .fast-donate-btn {
    max-width: 196px;
    height: 43px;
  }
  .fast-donate-btn span {
    font-size: 17px;
    line-height: 22px;
  }
  .video-btn {
    align-self: flex-start;
    max-width: 217px;
    align-items: center;
  }
  .video-btn div:first-child {
    max-width: 120px;
  }
  .video-btn p {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
  }
  .contribution-btn {
    align-self: flex-end;
    max-width: 250px;
  }
}
.hover-btn:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.about-school-btn {
  color: #111111;
  display: flex;
  justify-content: space-between;
  max-width: 150px;
  width: 100%;
}
.about-school-btn div {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
}
.about-school-btn div span {
  width: 12px;
  height: 1.5px;
  background: #000000;
  border-radius: 8px;
}
.about-school-btn div span:first-child {
  transform: rotate(45deg);
  right: -2.5px;
}
.about-school-btn div span:last-child {
  right: 2.5px;
  transform: rotate(-45deg);
}

.contact-form input[type=submit] {
  background: #FFC943;
  border-radius: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #111111;
  max-width: 180px;
  margin: 0 auto;
  cursor: pointer;
}
.contact-form input[type=submit]:hover {
  background: #111111;
  transition: 0.35s;
  color: #FFFFFF;
}

.all-partners {
  padding: 0 25px;
}

.blue-btn {
  border: 2px solid #08578B;
  border-radius: 16px;
  color: #0765A2;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.blue-btn:hover {
  background: #0765A2;
  transition: 0.35s;
}
.blue-btn:hover span {
  color: #FFFFFF;
}

.close {
  cursor: pointer;
}

.animate-plus div:last-child {
  transition: 0.5s;
  transform: rotate(0deg) !important;
}

.animate-minus div:last-child {
  transition: 0.5s;
  transform: rotate(0deg) !important;
}

.go-back-btn {
  width: 100%;
  max-width: 250px;
}

.video-content {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 30;
}
.video-content .video-btn {
  height: 50px;
  top: 30px;
  align-self: flex-end;
  position: absolute;
  right: 30px;
}
.video-content .wrapper {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video-content #myVideo {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.video-content #myVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.__select {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  border: solid 1px #0765A2;
  background: #FFF5F4;
  overflow: hidden;
}
.__select[data-state=active] .__select__title::before {
  transform: translate(-3px, -50%) rotate(180deg);
}
.__select[data-state=active] .__select__label + .__select__input + .__select__label {
  max-height: 40px;
}

.__select__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px 16px;
  cursor: pointer;
}
.__select__title::before {
  content: url("/wp-content/themes/flowers_theme/assets/images/design_elements/btn/Iconly/Curved/Stroke-1.svg");
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  transition: all 0.3s ease-out;
  transform: translate(-3px, -50%) rotate(0);
}

.__select__title,
.__select__label {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  padding-right: 45px;
}

.__select__content {
  overflow-y: scroll;
  max-height: 300px;
  overflow-x: hidden;
  scrollbar-width: 2px;
  scrollbar-color: #0765A2 #D9E0E9;
}
.__select__content::-webkit-scrollbar {
  width: 2px;
  height: calc(100% - 20px);
}
.__select__content::-webkit-scrollbar-track {
  background: #D9E0E9;
  border-radius: 2px;
  height: 50%;
  right: 20px;
}
.__select__content::-webkit-scrollbar-thumb {
  background-color: #0765A2;
  border-radius: 2px;
}

.__select__content {
  display: none;
}

.__select__input {
  display: none;
}
.__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}

.__search__input,
.__search__input {
  width: 100%;
  height: 100%;
}

.__select__label,
.__search__input {
  padding: 0 19px;
}

.__search__input {
  border: none;
}

.__search__label:after {
  content: url("/wp-content/themes/flowers_theme/assets/images/btn/Combined-Shape.svg");
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
  position: absolute;
}

.__select__label,
.__search__label {
  border-top: 1px solid #C1E1FF;
  border-bottom: 1px solid #C1E1FF;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  color: #111111;
}
.__select__label + input + .__select__label,
.__select__label + input + .__search__label,
.__search__label + input + .__select__label,
.__search__label + input + .__search__label {
  border-top: 0 solid rgba(199, 204, 209, 0.3764705882);
}
.__select__label .__search__label,
.__search__label .__search__label {
  border: unset;
}

#loading_settlement {
  display: none;
  touch-action: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

* {
  font-family: "Montserrat", -apple-system, sans-serif;
}

body {
  background: #FFF5F4;
  overflow-x: hidden;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb a {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  width: 100%;
  max-width: max-content;
}
.breadcrumb > a:last-child {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb div {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
}
.breadcrumb div span {
  width: 12px;
  height: 1.5px;
  background: #000000;
  border-radius: 8px;
}
.breadcrumb div span:first-child {
  transform: rotate(45deg);
  right: -2.5px;
}
.breadcrumb div span:last-child {
  right: 2.5px;
  transform: rotate(-45deg);
}

.wrapper {
  margin: 0 auto;
}

.d-flex {
  display: flex;
}

.f-center {
  justify-content: center;
  align-items: center;
}

.f-column {
  flex-direction: column;
}

.glass-effect {
  background: rgba(217, 217, 217, 0.3);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.non-scroll {
  touch-action: none;
  -ms-touch-action: none;
  overflow: hidden;
  height: 100%;
}

.non-active {
  pointer-events: none;
  filter: grayscale(100%);
  color: #7F7F7F;
}

.video-block {
  background: #000;
  webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 560px;
  margin: 0 auto;
  overflow: hidden;
}
.video-block iframe {
  width: 100%;
}

.non-click {
  pointer-events: none;
}

input.non-active {
  background: #F1F1F1 !important;
}

.error-color::placeholder {
  color: red !important;
}

.trp-ls-shortcode-current-language, .trp-ls-shortcode-language {
  width: 40px !important;
  border-radius: 7px !important;
  background: transparent !important;
  border: 1px solid #0765A2 !important;
}
.trp-ls-shortcode-current-language a, .trp-ls-shortcode-language a {
  font-size: unset !important;
  line-height: unset !important;
}

.error-msg {
  display: none;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  color: red;
  z-index: 2;
  font-family: "Montserrat", -apple-system, sans-serif;
  font-size: 16px;
  width: max-content;
  max-width: 100vw;
}

.not-selected:hover .error-msg,
.not-selected:focus .error-msg {
  display: block;
}

section {
  margin: 40px 0;
}

.section-partners {
  margin-top: 0;
  background: #FFFFFF;
  border-radius: 0 0 30px 30px;
}
.section-partners .message-title {
  text-align: center;
  font-size: 20px;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
}
.section-partners .wrapper {
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.section-partners .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  padding-bottom: 24px;
}
.section-partners .content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 16px;
}
.section-partners .block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-partners .organizers {
  padding-bottom: 26px;
}
.section-partners .organizers .block {
  max-width: 464px;
  border-radius: 24px;
  height: 120px;
}
.section-partners .organizers .block img {
  width: auto;
  height: 100%;
}
.section-partners .partners .content {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.section-partners .partners .block {
  max-width: 47%;
  border-radius: 12px;
  padding: 10px;
}
.section-partners .all-partners {
  margin: 0 auto;
}
.section-partners .send-partner-message-btn {
  max-width: 250px;
  margin: 20px auto;
}

.news-programs .title {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  margin-bottom: 40px;
}
.news-programs .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 15px;
}
.news-programs .content .image-wrapper {
  background: #FFFFFF;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48%;
  padding: 20px;
  height: 110px;
}
.news-programs .content img {
  width: auto;
  object-fit: cover;
  object-position: center;
  height: auto;
}

.search-school .search-school-input {
  width: 100%;
  margin: 0 auto;
}
.search-school .search-school-input input {
  padding: 0 50px 0 16px;
  height: 50px;
  background: #FFFFFF;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #F3F3F3;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #7F7F7F;
}
.search-school .search-school-input::after {
  content: url("/wp-content/themes/flowers_theme/assets/images/btn/Combined-Shape.svg");
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.search-school .search-school-input input[type=submit] {
  display: none;
}
.search-school .wrapper {
  padding: 0 15px;
}
.search-school .title img {
  display: none;
}
.search-school .title h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.search-school .home-select {
  padding: 35px 24px;
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.07);
}
.search-school .select {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.search-school .select > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.search-school button {
  cursor: pointer;
  width: 100%;
  height: 52px;
  border: 1px solid #0765A2;
  border-radius: 16px;
  background-color: transparent;
}
.search-school button span {
  color: #0765A2;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.search-school button:hover {
  background-color: #0765A2;
}
.search-school button:hover span {
  color: #FFFFFF;
}

.price-bulb-info .block-info {
  margin: 40px 0;
  width: 100%;
  height: 50px;
  border-radius: 24px;
  background: #C1E1FF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-bulb-info .block-info span {
  font-size: 22px;
}

.result-school .wrapper {
  padding: 0 16px;
}
.result-school .get-more-btn {
  margin-top: 30px;
}
.result-school .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.result-school .donate-btn {
  max-width: 200px;
}
.result-school a img {
  display: none;
  width: 100%;
  max-height: 50vw;
}
.result-school a {
  color: #000000;
}
.result-school h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding: 24px 0;
}
.result-school .amount {
  width: 100%;
  background: #FCD473;
  border-radius: 8px;
  height: 9px;
}
.result-school .amount div {
  background: #0765A2;
  width: 100%;
  max-width: 40%;
  height: 100%;
  border-radius: 8px;
}
.result-school .money {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.result-school .money div {
  display: flex;
  justify-content: space-between;
}
.result-school .money div:first-child span {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #7F7F7F;
}
.result-school .money div:last-child span {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
}

.find-school .wrapper {
  padding: 0 16px;
}
.find-school .result-search {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 50px;
}
.find-school .show-more-btn {
  margin-bottom: 50px;
}
.find-school #__more_school {
  visibility: hidden;
}

.mobile-sidebar {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
.mobile-sidebar .close {
  position: absolute;
  top: 70px;
  left: 15px;
  z-index: 11;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.mobile-sidebar .close span {
  display: block;
  width: 28px;
  height: 2px;
  background: #000000;
  border-radius: 10px;
}
.mobile-sidebar .close span:first-child {
  transform: rotate(45deg);
  top: 14px;
  left: 2px;
}
.mobile-sidebar .close span:last-child {
  transform: rotate(-45deg);
  top: 12px;
  left: 2px;
}
.mobile-sidebar .close:hover {
  transform: scale(1.2);
}
.mobile-sidebar .wrapper {
  padding: 40px 16px;
  background: #FFF5F4;
  width: 100%;
  max-width: 480px;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  gap: 20px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.mobile-sidebar .wrapper::-webkit-scrollbar {
  width: 0;
}
.mobile-sidebar a {
  color: #111111;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}
.mobile-sidebar .wrapper, .mobile-sidebar .mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-sidebar .logo {
  width: 100%;
  max-width: 220px;
}
.mobile-sidebar .logo img {
  width: 100%;
}
.mobile-sidebar .mobile-nav {
  gap: 40px;
}
.mobile-sidebar .contribution-btn {
  width: 100%;
  max-width: 100%;
}
.mobile-sidebar .flowers {
  position: absolute;
  z-index: 1;
  top: 150px;
  max-width: 32px;
  max-height: 30px;
}
.mobile-sidebar .flowers:nth-child(5) {
  left: 10%;
}
.mobile-sidebar .flowers:last-child {
  right: 10%;
  top: 270px;
}
.mobile-sidebar .abroad-donate {
  width: 100%;
  max-width: 350px;
  min-height: 50px;
}

.contact-form, .partner-form {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5.5px);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.35s;
}
.contact-form .close, .partner-form .close {
  cursor: pointer;
  max-width: 25px;
}
.contact-form .title, .partner-form .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #111111;
  padding-bottom: 16px;
  margin-bottom: 15px;
}
.contact-form .title h4, .partner-form .title h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
}
.contact-form .wrapper, .partner-form .wrapper {
  background: #FFF5F4;
  border-radius: 23px;
  padding: 25px 15px;
  max-width: 634px;
  max-height: 100%;
  width: 100%;
  height: max-content;
  overflow-y: scroll;
  top: 50%;
  transform: translateY(-50%);
}
.contact-form form, .partner-form form {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.contact-form input, .contact-form textarea, .contact-form label, .partner-form input, .partner-form textarea, .partner-form label {
  width: 100%;
}
.contact-form label, .partner-form label {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #111111;
}
.contact-form input, .contact-form textarea, .partner-form input, .partner-form textarea {
  background: #FFFFFF;
  border: 1px solid #F0ECE9;
  border-radius: 16px;
  height: 44px;
  padding: 16px;
  margin-top: 5px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder, .partner-form input::placeholder, .partner-form textarea::placeholder {
  color: #D6D6D6;
}
.contact-form input[type=submit], .partner-form input[type=submit] {
  height: 52px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 24px;
  background: #FCD473;
}
.contact-form textarea, .partner-form textarea {
  resize: none;
  height: 86px;
}
.contact-form .wpcf7-spinner, .partner-form .wpcf7-spinner {
  position: absolute;
  bottom: 15px;
  right: 32px;
}
.contact-form span.wpcf7-not-valid-tip, .partner-form span.wpcf7-not-valid-tip {
  font-size: 13px;
}
.contact-form .wpcf7-response-output, .partner-form .wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
}

.trp-ls-shortcode-current-language {
  background: #0c0c0c;
}

.donate-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5.5px);
  z-index: 30;
}
.donate-form::-webkit-scrollbar {
  width: 0;
}
.donate-form .wrapper {
  top: 50%;
  transform: translateY(-50%);
  background: #FFF5F4;
  border-radius: 16px;
  padding: 25px 15px;
  max-width: 634px;
  height: max-content;
  max-height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
}
.donate-form .wrapper::-webkit-scrollbar {
  width: 0;
}
.donate-form .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #111111;
  padding-bottom: 16px;
  margin-bottom: 15px;
}
.donate-form .title h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
}
.donate-form .title img {
  max-width: 26px;
}
.donate-form .extra-info {
  display: block;
  font-size: 14px;
}
.donate-form .donate-subject {
  display: flex;
  align-items: center;
  gap: 6px;
}
.donate-form .donate-subject img {
  max-width: 30px;
}
.donate-form .donate-subject > p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
}
.donate-form .donate-subject > p > p {
  font-size: 15px;
}
.donate-form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 16px;
}
.donate-form form > div:nth-child(4) > div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 7px;
}
.donate-form label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #111111;
  width: 100%;
}
.donate-form input, .donate-form textarea {
  background: #FFFFFF;
  border: 1px solid #F0ECE9;
  border-radius: 16px;
  min-height: 54px;
  padding: 16px;
  margin-top: 5px;
  font-weight: 350;
  font-size: 18px;
  line-height: 22px;
}
.donate-form input::placeholder, .donate-form textarea::placeholder {
  color: #D6D6D6;
}
.donate-form label.checkbox {
  background: #FFFFFF;
  border: 1px solid #111111;
  border-radius: 8px;
  width: 24px;
  height: 24px;
}
.donate-form textarea {
  resize: none;
  height: 86px;
}
.donate-form input[name=anonym] {
  display: none;
}
.donate-form input[name=anonym]:checked + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 58%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 12px;
  height: 2px;
  border-radius: 8px;
  background: black;
}
.donate-form input[name=anonym]:checked + label:after {
  content: "";
  position: absolute;
  top: 59%;
  left: 35%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 2px;
  border-radius: 8px;
  background: black;
}
.donate-form .info {
  margin: 0 auto;
}
.donate-form .select-sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.donate-form .select-sum input {
  display: none;
}
.donate-form .select-sum label {
  width: 23%;
  height: 30px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.donate-form .select-sum label img {
  max-width: 50%;
}
.donate-form .select-sum label span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #111111;
}
.donate-form .anonym {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}
.donate-form #other-sum {
  display: none;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
}
.donate-form button[type=submit] {
  margin: 0 auto;
}
.donate-form input[name=sum]:checked + label {
  border: 1px solid #08578B;
}

.thanks-form, .fail-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5.5px);
  z-index: 30;
}
.thanks-form .repeat-donate-btn, .fail-form .repeat-donate-btn {
  max-width: 250px;
  height: 43px;
}
.thanks-form .wrapper, .fail-form .wrapper {
  top: 50%;
  transform: translateY(-50%);
  background: #FFF5F4;
  border-radius: 16px;
  padding: 25px 15px;
  max-width: 634px;
  min-height: 643px;
  max-height: max-content;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  text-align: center;
}
.thanks-form img:not(.close), .fail-form img:not(.close) {
  min-height: 290px;
}
.thanks-form .close, .fail-form .close {
  align-self: flex-end;
  width: max-content;
}
.thanks-form div:first-child, .fail-form div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.thanks-form .info, .fail-form .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 24px;
}
.thanks-form a, .fail-form a {
  width: 100%;
  max-width: 250px;
}
.thanks-form h3, .fail-form h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #111111;
}
.thanks-form p:first-child, .fail-form p:first-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
}
.thanks-form p:last-child, .fail-form p:last-child {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #7F7F7F;
}

.info-donate div:last-child span:before,
.school .info-donate > div:first-child span:before,
.region .info-donate > div:first-child span:before {
  content: url("/wp-content/themes/flowers_theme/assets/images/design_elements/elements/bulb.svg");
  top: 3px;
}

.region .result > div:last-child,
.school .result > div:last-child {
  flex-direction: row;
}
.region .result > div:last-child span:before,
.school .result > div:last-child span:before {
  content: "";
}

.info-donate {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  gap: 5px;
}
.info-donate .plan-money span {
  display: flex;
}
.info-donate .show {
  width: 100%;
  background: #D9E0E9;
  border-radius: 8px;
  height: 9px;
}
.info-donate .show span {
  display: none;
}
.info-donate .percent {
  width: 100%;
  height: 100%;
  background: #0765A2;
  border-radius: 8px;
  min-width: max-content;
}
.info-donate .info {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #7F7F7F;
}
.info-donate .info,
.info-donate div:nth-last-child(-n+2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-donate div:nth-last-child(-n+2) {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #111111;
}

.result-school .info-donate > div:nth-last-child(2) span {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
}

.info-donate-school > div:first-child, .info-donate-region > div:first-child {
  background: #ECE9EC;
  border-radius: 16px;
  height: 73px;
  width: 100%;
  display: flex;
}
.info-donate-school > div:first-child > div:first-child, .info-donate-region > div:first-child > div:first-child {
  background: #0765A2;
  border-radius: 16px;
  min-width: max-content;
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.info-donate-school > div:first-child > div:first-child span, .info-donate-region > div:first-child > div:first-child span {
  padding-left: 8px;
  color: #FFFFFF;
}
.info-donate-school > div:first-child > div:first-child span::before, .info-donate-region > div:first-child > div:first-child span::before {
  content: url("/wp-content/themes/flowers_theme/assets/images/design_elements/elements/bulb.svg");
  top: 3px;
  padding-right: 3px;
}
.info-donate-school > div:first-child span, .info-donate-region > div:first-child span {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  font-variation-settings: "CONT" 0, "MIDL" 0;
}
.info-donate-school > div:first-child > div:last-child, .info-donate-region > div:first-child > div:last-child {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.info-donate-school > div:first-child > div:last-child span, .info-donate-region > div:first-child > div:last-child span {
  padding-right: 8px;
}
.info-donate-school > div:last-child, .info-donate-region > div:last-child {
  margin-top: 4px;
}
.info-donate-school > div:last-child > div, .info-donate-region > div:last-child > div {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
}
.info-donate-school > div:last-child span, .info-donate-region > div:last-child span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.info-donate-school > div:last-child > div:first-child span, .info-donate-region > div:last-child > div:first-child span {
  color: #1D1D1D;
}

.school-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 16px;
}
.school-item > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.school-item .donate-btn, .school-item .about-school-btn {
  max-width: 100%;
}
.school-item .about-school-btn {
  border: 2px solid #FFC943;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.school-item .about-school-btn span {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
}
.school-item .info-school {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.school-item .info-school h5 {
  font-family: "Montserrat", -apple-system, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
  padding-bottom: 15px;
}
.school-item .info-school p {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #111111;
  display: flex;
  flex-direction: column;
}
.school-item .info-school p span {
  width: 100%;
}
.school-item .info-school p span:nth-child(1) {
  order: 3;
}
.school-item .info-school p span:nth-child(2) {
  order: 1;
}
.school-item .info-school p span:nth-child(3) {
  order: 2;
}

.competition .sponsors, .competition .sponsors h3, .competition .sponsors .sponsors-logos {
  margin: 40px 0;
}
.competition .sponsors h3 {
  font-size: 32px;
  text-align: center;
}
.competition .sponsors-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.competition .sponsors-logos a, .competition .sponsors-logos img {
  width: auto;
  height: 100px;
}

.top-fixed {
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
  position: absolute;
  min-height: 75px;
  width: 100%;
}

header {
  z-index: 5;
  position: fixed;
  min-height: 75px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  top: 0;
}
header .blur-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  filter: blur(10px);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 10px 20px;
  align-items: center;
  width: 100%;
}
header .wrapper > div {
  gap: 30px;
  display: flex;
  align-items: center;
}
header .wrapper > div:first-child {
  max-width: 50%;
}
header .desktop-logo {
  display: none;
}
header .desktop-nav {
  display: none;
}

footer {
  background: #FCD473;
}
footer .picture {
  position: absolute;
  top: -30px;
  right: 16px;
  z-index: 2;
  max-width: 129px;
  max-height: 175px;
}
footer .desktop {
  display: none;
}
footer .wrapper {
  padding: 15px 15px 50px;
}
footer h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
footer .contact {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .contact p {
  display: flex;
  gap: 12px;
}
footer .contact a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
footer .information > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .information {
  margin-top: 40px;
  width: 100%;
  max-width: max-content;
}
footer .information h5 {
  margin-bottom: 24px;
}
footer .information a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
footer .social-icon {
  display: none;
}
footer .block-bottom {
  background: #FFF5F4;
  padding: 26px 45px;
}
footer .block-bottom .logo {
  margin: 0 auto;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .block-bottom .logo img {
  width: 100%;
  max-width: 250px;
}
footer .pay-method {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 100%;
}
footer .pay-method img {
  max-width: 60px;
}

.main-banner {
  margin: unset;
  min-height: 740px;
  max-height: 940px;
  background: linear-gradient(41.06deg, #399a73 34.4%, rgba(255, 255, 255, 0) 68.07%);
  padding-top: 95px;
  padding-bottom: 40px;
}
.main-banner .background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.main-banner .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: -500px;
}
.main-banner .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-banner .wrapper > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.main-banner .logo-banner {
  display: flex;
  justify-content: center;
}
.main-banner .logo-banner img {
  max-width: 300px;
  width: 100%;
  padding: 20px 0;
}
.main-banner .donate-range {
  width: 100%;
  border-radius: 16px;
  padding: 0 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-banner .donate-range div > h4 > span:not(.mobile-text),
.main-banner .donate-range .desktop {
  display: none;
}
.main-banner .donate-range span:nth-child(2) {
  font-size: 64px;
  line-height: 77px;
}
.main-banner .donate-range h4 {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 25px;
  line-height: 126%;
  text-align: center;
}
.main-banner .our-plan {
  display: flex;
  flex-direction: column;
  gap: 17px;
  width: 100%;
  padding-top: 64px;
}
.main-banner .our-plan > div:first-child {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  height: 14px;
  border-radius: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-banner .our-plan span {
  font-weight: 350;
  font-size: 14px;
  line-height: 22px;
}
.main-banner .our-plan > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main-banner .our-plan > div:nth-child(2) p {
  text-align: right;
}
.main-banner .our-plan > div:nth-child(2) p:first-child {
  padding: 0 10px 10px;
}
.main-banner .our-plan > div:nth-child(2) p:last-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  background: #FFFFFF;
  border-radius: 26px;
  color: #399A73;
  padding: 8px;
  font-variation-settings: "CONT" 0, "MIDL" -500;
}
.main-banner .our-plan > div:nth-child(2) > div:nth-child(2) > div {
  display: none;
}
.main-banner .money {
  background: #FFFFFF;
  height: 100%;
  width: calc(100% - 30px);
  min-width: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
}
.main-banner .money > div {
  right: -14px;
}
.main-banner .money img {
  height: 42px;
  max-width: 42px;
}
.main-banner .amount {
  position: absolute;
  top: -30px;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 5px;
  z-index: 2;
}
.main-banner .amount span {
  padding: 1px 11px 5px;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #399A73;
}
.main-banner .amount :before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.main-banner .wrapper > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  gap: 16px;
}

.section-info {
  background: #FCD473;
  border-radius: 0 0 30px 30px;
  margin: 0 0 20px;
}
.section-info .wrapper {
  padding: 40px 33px;
}
.section-info .wrapper > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
}
.section-info .text {
  text-align: center;
  font-family: "Montserrat", -apple-system, sans-serif;
}
.section-info .text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  opacity: 0.77;
}
.section-info .text p {
  padding: 18px 0 64px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  opacity: 0.77;
}
.section-info .block {
  background: #FFFFFF;
  border-radius: 15px;
  width: 100%;
  max-width: 330px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat", -apple-system, sans-serif;
}
.section-info .block img {
  position: absolute;
  right: 20px;
  top: -24px;
}
.section-info .number {
  width: 100%;
  max-width: 35%;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  color: #0765A2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-info .text-block {
  width: 100%;
  max-width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-info .text-block h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.section-info .text-block p {
  font-weight: 350;
  font-size: 14px;
  line-height: 107%;
  color: #7F7F7F;
  max-width: 180px;
}

.why-important .wrapper {
  padding: 0 15px;
}
.why-important .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  opacity: 0.77;
}
.why-important .content {
  padding: 40px 0 0;
  display: flex;
  flex-direction: column;
  gap: 47px;
}
.why-important .block {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 94%;
  min-height: 97px;
  border-radius: 27px;
}
.why-important .block p {
  font-weight: 350;
  font-size: 16px;
  line-height: 19px;
}
.why-important .block:nth-child(even) {
  flex-direction: row-reverse;
  background: #0765A2;
  justify-content: flex-end;
  align-self: flex-end;
  margin-right: 20px;
}
.why-important .block:nth-child(even) p {
  color: #FFFFFF;
  margin: 10px 102px 10px 10px;
}
.why-important .block:nth-child(even) img {
  right: -20px;
}
.why-important .block:nth-child(odd) {
  background: #FCD473;
  margin-left: 20px;
}
.why-important .block:nth-child(odd) p {
  margin: 10px 10px 10px 110px;
}
.why-important .block:nth-child(odd) img {
  left: -20px;
}
.why-important img {
  position: absolute;
  z-index: 2;
  width: 120px;
  height: 120px;
}

.select-region .search-region {
  top: -20px;
  width: 90%;
  margin: 0 auto;
}
.select-region .search-region input {
  padding: 0 16px;
  height: 50px;
  background: #FAFAFA;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #0765A2;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #7F7F7F;
}
.select-region .search-region:after {
  content: url("/wp-content/themes/flowers_theme/assets/images/btn/Combined-Shape.svg");
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.select-region .search-region input[type=submit] {
  display: none;
}
.select-region .wrapper {
  padding: 0 0 40px 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
}
.select-region .title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin: 40px 0;
}
.select-region .content {
  width: 100%;
  height: max-content;
  max-height: 780px;
  overflow-y: hidden;
}
.select-region .region-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.select-region .block {
  width: 100%;
  max-width: 100%;
  padding: 0 10px 10px 10px;
}
.select-region .block:nth-child(even) {
  background: #FFF5F4;
}
.select-region .block-header {
  display: none;
}
.select-region .region-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  flex-wrap: wrap;
}
.select-region .region-name h1 {
  font-size: 15px;
}
.select-region .quantity-school {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}
.select-region .plan {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 25px;
}
.select-region .plan div:nth-child(2) span:nth-child(1) {
  align-self: flex-end;
}
.select-region .plan span:before {
  content: "" !important;
}
.select-region .plan > div {
  display: flex;
  flex-direction: column;
}
.select-region .plan > div span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.select-region .plan > div span:nth-child(1) {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #7F7F7F;
}
.select-region .plan > div span:nth-child(2):before {
  content: url("/wp-content/themes/flowers_theme/assets/images/design_elements/elements/bulb.svg");
  top: 5px;
  margin-right: 5px;
}
.select-region a {
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #000000;
}
.select-region a:hover {
  top: -5px;
  left: 5px;
}
.select-region .money {
  background: rgba(8, 87, 139, 0.08);
  border-radius: 16px;
  height: 49px;
  display: flex;
  justify-content: flex-start;
}
.select-region .money > div {
  border-radius: 16px;
  background: #0765A2;
  height: 100%;
  width: 15%;
  min-width: max-content;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select-region .money > div span {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}
.select-region .donate-btn {
  max-width: 100%;
}
.select-region .donate-btn span {
  margin: 0 auto;
}

.terms-project h3 {
  margin: 0 auto;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  max-width: 360px;
}
.terms-project .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px 23px 0;
  min-height: 645px;
}
.terms-project .block {
  z-index: 3;
  margin: 5%;
  width: 100%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 160px;
}
.terms-project .block img {
  max-width: 60%;
}
.terms-project .block p {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  max-width: 165px;
}
.terms-project .block-finish {
  position: absolute;
  width: 15%;
  left: 0;
  top: 35px;
}
.terms-project .block:nth-child(5) {
  margin-bottom: 0;
}
.terms-project .block:nth-child(5) img {
  max-width: 100%;
}
.terms-project .design-element {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.terms-project .design-element img {
  position: absolute;
  width: 100%;
  max-width: 10%;
}
.terms-project .design-element img:first-child {
  top: -20px;
  left: 8%;
  transform: rotate(-80deg);
}
.terms-project .design-element img:last-child {
  right: 10%;
  bottom: 35px;
  transform: rotate(-30deg);
}
.terms-project .design-elements-desktop {
  display: none;
}
.terms-project .design-elements-mobile {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.terms-project .design-elements-mobile img {
  position: absolute;
  z-index: 2;
}
.terms-project .design-elements-mobile img:nth-child(1) {
  top: clamp(55px, 15vw, 95px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 30%;
}
.terms-project .design-elements-mobile img:nth-child(2) {
  top: clamp(60px, 10vw, 120px);
  right: 10%;
  height: 45vw;
  min-height: 200px;
}
.terms-project .design-elements-mobile img:nth-child(3) {
  top: clamp(230px, 60vw, 340px);
  left: 50%;
  transform: translateX(-50%);
  width: 25%;
}
.terms-project .design-elements-mobile img:nth-child(4) {
  top: clamp(230px, 65vw, 375px);
  left: 8%;
  width: 25%;
  height: 47vw;
  max-height: 360px;
  min-height: 280px;
}

.about-project-gallery {
  background: #0765A2;
  backdrop-filter: blur(2px);
  border-radius: 30px;
  min-height: 580px;
  z-index: 1;
}
.about-project-gallery .wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 15px 40px;
}
.about-project-gallery .title h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
}
.about-project-gallery .title h2 p {
  font-size: 24px;
  line-height: 30px;
}
.about-project-gallery .gallery {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.about-project-gallery .content {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-project-gallery .text {
  color: #FFFFFF;
}
.about-project-gallery .text h2 {
  display: none;
  font-weight: 500;
  font-size: 42px;
  line-height: 50px;
}
.about-project-gallery .text h2 p {
  font-size: 35px;
  line-height: 42px;
}
.about-project-gallery .text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}

.school-form {
  background: #0765A2;
  backdrop-filter: blur(2px);
  border-radius: 24px;
}
.school-form .wrapper {
  padding: 40px 15px 50px;
}
.school-form h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  padding: 0 0 36px;
}

.section-social .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
.section-social .wrapper {
  padding: 40px 16px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.section-social .block {
  background: #FFFFFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  width: 165px;
  max-width: 47%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 6px;
}
.section-social .block img {
  max-width: 48px;
  max-height: 48px;
}
.section-social .block p {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.oft-questions .to-all-questions {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.oft-questions .wrapper {
  padding: 0 15px;
}
.oft-questions .title {
  width: max-content;
  margin: 0 auto 24px;
}
.oft-questions .title h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #111111;
}
.oft-questions .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.oft-questions .question {
  padding-bottom: 8px;
  border-bottom: 1px solid #0765A2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.oft-questions .question h5 {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  width: calc(100% - 20px);
}
.oft-questions .answer {
  display: none;
}
.oft-questions .answer p {
  padding-top: 24px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #111111;
}

.last-donate .wrapper {
  padding: 0 16px;
}
.last-donate .content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.last-donate .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin: 0 auto 40px;
  width: max-content;
}
.last-donate .block {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 11px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.last-donate .bulbs {
  background: #FFC943;
  border-radius: 10px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
  width: 100%;
  max-width: max-content;
}
.last-donate .bulbs img {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 14px;
  height: 23px;
  transform: translateY(-65%);
}
.last-donate .bulbs p {
  margin-left: 25px;
}
.last-donate .bulbs span {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
}
.last-donate .school-name span {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 1;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.last-donate .comment-wrapper {
  background: #F7F7F7;
  border-radius: 15px;
  padding: 10px 13px;
}
.last-donate .comment {
  font-style: italic;
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
}
.last-donate .author {
  margin-top: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.last-donate .donate-btn {
  margin-top: 40px;
}

@media screen and (min-width: 600px) {
  .main-banner .background img {
    object-position: unset;
  }
}
.to_school {
  max-width: 250px;
  margin: 0 auto 100px;
}

.region .breadcrumb {
  display: none;
}
.region .region-buttons {
  display: flex;
  width: 100%;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.region .region-buttons > div {
  max-width: 220px;
  height: 50px;
  margin: unset;
}
.region .region-content > img {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.region .title h2 {
  width: max-content;
  margin: 0 auto;
}
.region .info {
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.region .wrapper {
  padding: 0 16px 50px;
}
.region .qty-school {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin: 0 auto;
  width: max-content;
  display: flex;
}
.region .qty-school > img {
  max-width: 34px;
  max-height: 34px;
}
.region .result > div:first-child {
  width: 100%;
  padding-right: 10px;
  margin-bottom: 10px;
  background: #FCD473;
  border-radius: 8px;
  height: 73px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.region .result > div:last-child {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #111111;
}
.region .already-collected {
  width: 100%;
  min-width: 10%;
  max-width: 30%;
  background: #0765A2;
  height: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.region .already-collected span {
  font-size: 20px;
  line-height: 24px;
}
.region .donate-btn {
  max-width: 80%;
  margin: 0 auto;
}
.region .text-info {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #111111;
}

.top-school .title > img {
  position: absolute;
  max-width: 138px;
  left: -65px;
  top: -50px;
}
.top-school .wrapper {
  padding: 0 16px 50px;
}
.top-school .title {
  width: max-content;
  margin: 40px auto 40px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #111111;
}
.top-school .content,
.top-school .content > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.top-school .content > div p {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}
.top-school .block {
  background: #FFFFFF;
  border-radius: 49px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.top-school .block > img {
  display: none;
}
.top-school .block h4 {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
}
.top-school .block h4,
.top-school .block p {
  width: 100%;
  max-width: max-content;
  text-align: left;
}
.top-school .block p {
  color: #7F7F7F;
}
.top-school .block > div > div:nth-child(2) {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.school .breadcrumb {
  display: none;
}
.school .school-gallery {
  display: none;
  max-width: 100%;
}
.school .school-gallery > img {
  width: 100%;
}
.school .title h2 {
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 30px;
  color: #111111;
}
.school .info {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.school .school-link {
  display: flex;
  align-items: center;
  gap: 5px;
}
.school .wrapper {
  padding: 0 16px;
}
.school .location-info {
  text-align: left;
  display: flex;
  gap: 5px;
}
.school .location-info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #1D1D1D;
}
.school .result {
  padding: 8px 0;
}
.school .result > div:first-child {
  width: 100%;
  padding-right: 10px;
  margin-bottom: 10px;
  background: #FCD473;
  border-radius: 12px;
  height: 73px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.school .result > div:last-child {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #111111;
}
.school .already-collected {
  width: 100%;
  min-width: 10%;
  max-width: 30%;
  background: #0765A2;
  height: 100%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.school .already-collected span {
  font-size: 20px;
  line-height: 24px;
}
.school .donate-btn {
  max-width: 80%;
  margin: 0 auto;
}
.school .text-info {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #111111;
}

.top-donate .title img {
  display: block;
  position: absolute;
  left: -100px;
  top: -100px;
}
.top-donate .wrapper {
  padding: 40px 16px 0;
}
.top-donate .title {
  margin: 0 auto 50px;
  width: max-content;
  max-width: 100%;
  text-align: center;
}
.top-donate .title h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.top-donate .content {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: hidden;
}
.top-donate .content h2 {
  text-align: center;
}
.top-donate .block:first-child {
  background: #FFF5B2;
}
.top-donate .block:first-child .name:before {
  content: "топ донат";
  margin-bottom: 4px;
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: max-content;
  background: #FFC943;
  border-radius: 12px;
}
.top-donate .block {
  background: #FFFFFF;
  border-radius: 24px;
  width: 100%;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-donate .block > img {
  display: none;
}
.top-donate .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 65%;
}
.top-donate .school {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #7F7F7F;
}
.top-donate .name, .top-donate .money span {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat", -apple-system, sans-serif;
}
.top-donate .comment {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}
.top-donate .contribution-btn {
  margin: 0 auto;
}
.top-donate #__more_donate {
  margin-top: 40px;
}

.help-all-ukraine .wrapper {
  padding: 0 15px;
}
.help-all-ukraine .title {
  text-align: center;
}
.help-all-ukraine .block, .help-all-ukraine .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.help-all-ukraine .text {
  text-align: center;
}
.help-all-ukraine .text h3 {
  color: #0765A2;
}
.help-all-ukraine .blue-btn {
  max-width: 345px;
  width: 100%;
  margin: 0 auto;
}

.main-about-project .wrapper {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.main-about-project .wrapper > div {
  width: 100%;
}
.main-about-project .design-element {
  display: none;
}
.main-about-project video {
  height: 100%;
  width: 100%;
  border-radius: 24px;
}
.main-about-project .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-about-project .info-block {
  width: 100%;
  max-width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.main-about-project .info-block h3, .main-about-project .info-block p {
  color: #111111;
  font-variation-settings: "CONT" 0, "MIDL" 0;
}
.main-about-project .info-block h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.main-about-project .info-block p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.as-result {
  background: #0765A2;
  backdrop-filter: blur(2px);
  border-radius: 30px;
  z-index: 2;
}
.as-result .design-element {
  display: none;
}
.as-result .wrapper {
  padding: 32px 15px;
}
.as-result .wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.as-result .wrapper .design-element {
  display: none;
}
.as-result h3, .as-result p {
  color: #111111;
  font-variation-settings: "CONT" 0, "MIDL" 0;
}
.as-result h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  margin: 0 auto 18px;
  width: 100%;
  max-width: max-content;
}
.as-result p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
.as-result p span {
  color: #0765A2;
}
.as-result b {
  font-weight: 500;
}
.as-result .block {
  background: #FFFFFF;
  border-radius: 27px;
  padding: 26px 20px;
  text-align: center;
  min-height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.as-result .block > img {
  position: absolute;
  top: -17px;
  right: 0;
  max-width: 62px;
}

.subsection-as-result {
  overflow: hidden;
  margin-top: -40px;
  z-index: 1;
}
.subsection-as-result .wrapper {
  padding: 0 15px;
}
.subsection-as-result .wrapper > div {
  background: #FFFFFF;
  border-radius: 0 0 27px 27px;
  padding: 80px 0 40px;
}
.subsection-as-result .wrapper > div p {
  padding: 0 15px 24px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.subsection-as-result .wrapper > div p span {
  font-weight: 700;
  color: #0765A2;
}
.subsection-as-result p {
  color: #111111;
  font-variation-settings: "CONT" 0, "MIDL" -412;
}
.subsection-as-result .design-element {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.subsection-as-result .design-element img {
  position: absolute;
}
.subsection-as-result .design-element > img:nth-child(1) {
  display: none;
}
.subsection-as-result .design-element > img:nth-child(2) {
  right: -20px;
  bottom: 60%;
  transform: rotate(-30deg);
  width: 15%;
  max-width: 40px;
}

.how-did-begin {
  background: #FCD473;
  backdrop-filter: blur(2px);
  border-radius: 30px;
  padding: 32px 15px 0;
  overflow: hidden;
}
.how-did-begin h3, .how-did-begin p {
  color: #111111;
  font-variation-settings: "CONT" 0, "MIDL" 0;
}
.how-did-begin h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
}
.how-did-begin p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.how-did-begin .info, .how-did-begin .info > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.how-did-begin .block-img {
  margin: 55px auto 0;
  width: 100%;
  max-width: max-content;
  z-index: 0;
}
.how-did-begin .block-img img:nth-child(n+2), .how-did-begin .design-element {
  position: absolute;
  bottom: 0;
}
.how-did-begin .design-element {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.how-did-begin .design-element img:nth-child(1) {
  left: 7%;
  transform: translate(-50%) rotate(-90deg);
  max-width: 10%;
  bottom: unset;
  top: 50px;
}
.how-did-begin .design-element img:nth-child(2) {
  left: 93%;
  transform: translate(-50%) rotate(-30deg);
  max-width: 20%;
  bottom: unset;
  top: 20px;
}
.how-did-begin .block-img > img:nth-child(2) {
  right: 60%;
  transform: translate(50%);
  width: 65%;
}
.how-did-begin .block-img > img:nth-child(3) {
  left: 70%;
  transform: translate(-50%);
  max-width: 245px;
  width: 40%;
}

.about-project-steps {
  margin: 0 0 40px;
}
.about-project-steps .title h2 {
  text-align: center;
}
.about-project-steps .wrapper {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.about-project-steps .gallery {
  max-width: 95vw;
}
.about-project-steps h3, .about-project-steps p {
  color: #111111;
  font-variation-settings: "CONT" 0, "MIDL" 0;
}
.about-project-steps h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  width: 100%;
  max-width: max-content;
}
.about-project-steps h3 span {
  margin-top: 6px;
  width: 100%;
  height: 4px;
  background: #08578B;
  border-radius: 27px;
  display: block;
}
.about-project-steps .block:nth-child(even) h3 span {
  background: #FFC943;
}
.about-project-steps p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.about-project-steps .info > p:nth-child(2) {
  font-weight: 500;
  margin-top: 12px;
}
.about-project-steps .info > p:nth-child(3) {
  margin: 0 0 16px;
}

.mass-media .wrapper {
  padding: 0 16px;
}
.mass-media .wrapper > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.mass-media iframe {
  width: 100%;
  height: 350px;
}
.mass-media .block {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.mass-media .video-block {
  width: 100%;
  height: 100%;
  min-height: 351px;
}
.mass-media h3, .mass-media p {
  color: #111111;
  text-align: center;
}
.mass-media h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  width: 100%;
  max-width: max-content;
  margin: 0 auto 24px;
  text-align: center;
}
.mass-media p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

#bank-details {
  background: #FFFFFF;
  padding: 50px 0;
}
#bank-details .wrapper {
  padding: 0 15px;
}
#bank-details h1 {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  line-height: 45px;
  margin-bottom: 60px;
}
#bank-details .content, #bank-details .block {
  display: flex;
  flex-direction: column;
}
#bank-details .content {
  gap: 40px;
}
#bank-details .block {
  gap: 25px;
  background: #F7F7F7;
  border-radius: 25px;
  padding: 29px 25px;
}
#bank-details .block .title {
  display: flex;
  align-items: center;
  gap: 25px;
}
#bank-details .block .title img {
  max-width: 66px;
}
#bank-details .block .code-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#bank-details .block .copy-btn {
  width: 100%;
  max-width: 160px;
}
#bank-details .block .code {
  font-weight: 700;
  line-height: 27px;
}
#bank-details .block .copy-code {
  color: #0765A2;
  font-weight: 500;
  letter-spacing: 0.5px;
}
#bank-details .block .info {
  line-height: 20px;
}
#bank-details .block .info > div > p:nth-child(-n+2) {
  display: inline;
}
#bank-details .block .info .bold-info {
  font-weight: 700;
}
#bank-details .payments-icons {
  margin: 200px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
#bank-details .payments-icons img {
  max-width: 45%;
  max-height: 40px;
  margin: 0 auto;
  width: 100%;
}

#questions-and-answers {
  margin: 0;
  padding: 40px 0;
  background: #FFFFFF;
}
#questions-and-answers .wrapper {
  padding: 0 15px;
}
#questions-and-answers h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  text-align: center;
}
#questions-and-answers .content {
  background: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: hidden;
}
#questions-and-answers .group-title, #questions-and-answers .sub-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#questions-and-answers .group-title, #questions-and-answers .group-content {
  background: #FFF5F4;
  padding: 0 20px;
}
#questions-and-answers .group-title {
  cursor: pointer;
  padding: 25px 20px;
}
#questions-and-answers .group-title h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
#questions-and-answers .group-title img {
  max-width: 13px;
  transition: 0.35s;
  transform: rotate(0);
}
#questions-and-answers .group-title.active img {
  transition: 0.35s;
  transform: rotate(180deg);
}
#questions-and-answers .group-questions:first-child .group-title {
  padding: 55px 20px 25px;
}
#questions-and-answers .group-questions:last-child .group-title {
  padding: 25px 20px 55px;
}
#questions-and-answers .sub-question {
  border-bottom: 2px solid #0765A2;
  padding: 15px 0;
  cursor: pointer;
}
#questions-and-answers .sub-question h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  width: calc(100% - 20px);
}
#questions-and-answers .sub-question .toggle {
  transition: 0.35s;
  transform: rotate(0);
}
#questions-and-answers .sub-question .toggle div:last-child {
  transform: rotate(90deg);
}
#questions-and-answers .sub-question.active .toggle {
  transform: rotate(360deg);
}
#questions-and-answers .sub-question.active .toggle div:last-child {
  transform: rotate(0);
}
#questions-and-answers .group-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 40px;
}
#questions-and-answers .sub-answer {
  padding: 0 0 40px;
}
#questions-and-answers .sub-answer {
  display: none;
}

.retreat {
  height: 75px;
}

@media screen and (min-width: 480px) {
  .main-banner .background .mobile {
    display: none;
  }
  .main-banner .background .tablet {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .section-partners .organizers .content {
    flex-direction: row-reverse;
    justify-content: center;
  }
  .section-partners .organizers .block {
    max-width: 47%;
  }
  .section-partners .partners .block {
    max-width: 24%;
  }
  .search-school .title h4 {
    font-size: 36px;
    line-height: 43px;
    padding: 40px 0 40px;
  }
  .search-school .title img {
    position: absolute;
    top: -10px;
    left: 20%;
    transform: rotate(-25deg);
    display: block;
    z-index: -1;
  }
  .search-school form .__select {
    min-width: max-content;
    min-height: 50px;
  }
  .search-school .select {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .search-school .select .selected {
    width: 100%;
    max-width: 150px;
    height: 50px;
  }
  .search-school .select > div {
    flex-direction: row;
  }
  .search-school .select button {
    height: 50px;
    max-width: 150px;
  }
  .result-school {
    padding: 0 15px;
  }
  .result-school .content {
    background: unset;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .result-school .block {
    background: #FFFFFF;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
    border-radius: 48px;
    padding: 24px;
    max-width: 47%;
  }
  .result-school .block img {
    max-width: 100%;
    max-height: 197px;
    border-radius: 24px;
  }
  .contact-form .title, .partner-form .title {
    padding-bottom: 16px;
    margin-bottom: 15px;
  }
  .contact-form .title h4, .partner-form .title h4 {
    font-size: 24px;
    line-height: 29px;
  }
  .contact-form .wrapper, .partner-form .wrapper {
    border-radius: 23px;
    padding: 35px 24px;
    overflow-y: scroll;
  }
  .contact-form form, .partner-form form {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .contact-form label:nth-child(-n+5), .partner-form label:nth-child(-n+5) {
    max-width: 47%;
  }
  .contact-form input, .contact-form textarea, .contact-form label, .partner-form input, .partner-form textarea, .partner-form label {
    width: 100%;
  }
  .contact-form label, .partner-form label {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #111111;
  }
  .contact-form input[type=submit], .partner-form input[type=submit] {
    width: 180px;
    font-size: 24px;
    line-height: 16px;
  }
  .contact-form input, .contact-form textarea, .partner-form input, .partner-form textarea {
    border-radius: 16px;
    min-height: 54px;
    padding: 16px;
    margin-top: 5px;
    font-size: 18px;
    line-height: 22px;
  }
  .donate-form form {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .donate-form form > div {
    width: 100%;
  }
  .donate-form form > label {
    max-width: 48%;
    width: 100%;
  }
  .donate-form form .select-sum label {
    width: 22%;
    height: 56px;
  }
  header .desktop-nav {
    gap: 10px;
  }
  .main-banner .donate-range h4 {
    max-width: 465px;
  }
  .why-important img {
    width: 200px;
    height: 200px;
  }
  .why-important .block:nth-child(odd) p {
    margin: 20px 50px 20px 200px;
  }
  .why-important .block:nth-child(even) p {
    margin: 20px 200px 20px 50px;
  }
  .why-important .content > div {
    max-width: 600px;
    min-height: 130px;
  }
  .why-important .content .block-bottom {
    max-width: 100%;
    flex-direction: row;
    gap: 8px;
  }
  .why-important .content .block-bottom span {
    width: unset;
  }
  .about-project-gallery .gallery {
    animation: 0.5s ease-in-out;
    max-width: 50%;
    padding-top: 25px;
  }
  .terms-project .design-elements-mobile img:nth-child(2) {
    right: 13%;
    height: 35vw;
  }
  .terms-project .design-elements-mobile img:nth-child(3) {
    top: clamp(230px, 60vw, 400px);
  }
  .terms-project .design-elements-mobile img:nth-child(4) {
    top: clamp(230px, 65vw, 430px);
    height: 40vw;
    max-height: 420px;
  }
}
@media screen and (min-width: 1024px) {
  section {
    margin: 80px 0;
  }
  .percent {
    min-width: 60px;
  }
  .section-partners .wrapper {
    padding: 80px 15px;
  }
  .section-partners .content {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 40px;
  }
  .section-partners .title {
    font-size: 36px;
    line-height: 43px;
  }
  .section-partners .all-partners {
    margin-top: 40px;
    max-width: 184px;
  }
  .section-partners .partners .content {
    gap: 40px;
  }
  .section-partners .partners .block {
    max-width: 22%;
    border-radius: 24px;
  }
  .news-programs .title {
    margin-bottom: 80px;
  }
  .news-programs .content .image-wrapper {
    width: 24%;
  }
  .result-school {
    padding: 0;
  }
  .result-school .block {
    max-width: 30%;
    margin-top: 0;
  }
  .result-school a img {
    display: block;
  }
  .result-school .content {
    gap: 5%;
    row-gap: 40px;
    justify-content: unset;
  }
  .search-school .wrapper {
    padding: 0 15px;
  }
  .search-school .wrapper .title img {
    top: -23px;
  }
  #select-region-form {
    width: max-content;
    min-width: 200px;
  }
  #select-settlement-form {
    width: max-content;
    min-width: 250px;
  }
  .find-school {
    padding: 40px 0 275px;
  }
  .find-school .result-search .block {
    display: flex;
    flex-direction: row;
  }
  .find-school .result-search .block > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 26px;
    width: 50%;
  }
  .find-school .result-search .block .donate-btn, .find-school .result-search .block .about-school-btn {
    max-width: 250px;
    width: 100%;
  }
  .find-school .result-search .block .info-school {
    max-width: 350px;
  }
  .find-school .result-search .block .info-school p {
    margin-top: 13px;
    font-size: 18px;
    line-height: 22px;
    max-width: 80%;
  }
  .find-school .search-school-input {
    max-width: 468px;
    top: unset;
    width: 100%;
    margin: 0 0 24px 0;
  }
  .find-school .show, .find-school .percent {
    height: 50px;
    border-radius: 16px;
  }
  .find-school .show {
    background: #D9E0E9;
  }
  .find-school .percent span {
    display: block;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    padding: 5px;
    margin: 0 auto;
  }
  .find-school .percent span:before {
    content: "" !important;
  }
  .top-fixed {
    min-height: 100px;
  }
  header {
    min-height: 85px;
  }
  header .wrapper {
    justify-content: space-between;
    padding: 0 10px;
  }
  header .wrapper > div {
    align-items: center;
  }
  header .wrapper > div:nth-child(2) {
    gap: 20px;
  }
  header .wrapper > div:first-child {
    max-width: 20%;
    width: 100%;
  }
  header .mobile-logo {
    display: none;
  }
  header .desktop-nav {
    display: flex;
    align-items: center;
  }
  header .desktop-nav a {
    font-family: "Montserrat", -apple-system, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    width: max-content;
  }
  header .logo {
    width: 100%;
  }
  header .desktop-logo {
    display: block;
    width: 100%;
  }
  header .desktop-logo img, header .desktop-logo a {
    width: 100%;
  }
  header .mobile-sidebar-btn {
    display: none;
  }
  footer .picture {
    top: -46px;
    right: 30px;
    max-width: 220px;
    max-height: 299px;
  }
  footer .wrapper {
    padding: 50px 10px;
  }
  footer .social-icon {
    display: flex;
    gap: 28px;
    justify-content: flex-end;
    align-items: flex-end;
  }
  footer .social-icon img {
    max-width: 48px;
    max-height: 48px;
  }
  footer .content {
    display: flex;
    gap: 84px;
  }
  footer .contact, footer .information {
    margin: 0;
  }
  footer h5 {
    padding-bottom: 8px;
    max-width: 100%;
  }
  footer .information {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  footer .information h5 {
    display: block;
    margin: 0;
  }
  footer .information div a:nth-child(1) {
    order: 4;
  }
  footer .information div a:nth-child(2) {
    order: 2;
  }
  footer .information div a:nth-child(3) {
    order: 3;
  }
  footer .information div a:nth-child(4) {
    order: 1;
  }
  footer .block-bottom > div {
    display: flex;
    max-width: 1240px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 5%;
  }
  footer .block-bottom > div .logo {
    flex-direction: row;
    justify-content: space-between;
    margin: unset;
    width: 100%;
  }
  footer .block-bottom > div .logo a {
    width: 100%;
  }
  .main-banner {
    min-width: 783px;
    padding-bottom: 120px;
    background: linear-gradient(30.42deg, #399A73 20.96%, rgba(217, 217, 217, 0) 67.44%);
  }
  .main-banner .donate-range {
    align-items: flex-start;
    padding: 0;
  }
  .main-banner .donate-range > div > h4 > span:not(.mobile-text),
  .main-banner .donate-range .desktop {
    display: block;
  }
  .main-banner .donate-range > div {
    display: flex;
    flex-direction: column-reverse;
  }
  .main-banner .donate-range p {
    max-width: unset;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .main-banner .donate-range h4 {
    max-width: 400px;
    font-size: 30px;
    line-height: 36px;
  }
  .main-banner .donate-range h4 > span {
    font-size: 30px;
    line-height: 36px;
  }
  .main-banner .donate-range .our-plan {
    margin-top: 52px;
  }
  .main-banner .wrapper {
    padding: 0 15px;
  }
  .main-banner .wrapper > div {
    padding-top: 58px;
  }
  .main-banner .wrapper > div:last-child {
    align-items: flex-end;
    padding: 0;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 80px;
  }
  .main-banner .wrapper > div:first-child {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .main-banner .logo-banner {
    min-height: 240px;
    min-width: 400px;
    max-width: 30%;
  }
  .main-banner .logo-banner img {
    max-width: 100%;
    top: unset;
    padding: unset;
  }
  .main-banner .donate-range {
    background: unset;
    box-shadow: unset;
    border: unset;
    backdrop-filter: unset;
    max-width: 100%;
    align-items: flex-start;
    padding: 0;
  }
  .main-banner .donate-range > div {
    display: flex;
    flex-direction: column-reverse;
  }
  .main-banner .donate-range h4 {
    flex-direction: row;
    padding: 0;
    gap: 8px;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
  }
  .main-banner .donate-range p {
    max-width: 100%;
    font-size: 20px;
    line-height: 24px;
  }
  .main-banner .our-plan {
    padding-top: 0;
  }
  .main-banner .our-plan > div:first-child {
    height: 24px;
  }
  .main-banner .our-plan > div:nth-child(2) {
    right: 0;
    top: -73px;
    position: absolute;
  }
  .main-banner .our-plan > div:nth-child(2) p:last-child {
    border-radius: 26px;
    padding: 4px 32px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }
  .main-banner .money img {
    right: -20px;
    max-width: 64px;
    height: 64px;
  }
  .main-banner .amount {
    top: 75px;
    left: 80%;
  }
  .main-banner .amount :before {
    bottom: 16px;
  }
  .main-banner .donate-btn {
    max-width: 257px;
    text-transform: uppercase;
  }
  .main-banner .donate-btn span {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #111111;
    font-variation-settings: "CONT" 0, "MIDL" 0;
  }
  .oft-questions .wrapper {
    padding: 0 16px;
  }
  .oft-questions .question h5 {
    font-size: 26px;
    line-height: 31px;
  }
  .oft-questions .title {
    margin: 0 auto 80px;
  }
  .oft-questions .answer p {
    font-size: 18px;
    line-height: 22px;
  }
  .section-info {
    margin: 0 0 80px;
    border-radius: 0px 0px 64px 64px;
  }
  .section-info .wrapper {
    padding: 80px 33px;
  }
  .section-info .block {
    width: 100%;
    max-width: 436px;
    height: 143px;
    border-radius: 24px;
  }
  .section-info .number {
    font-size: 96px;
    max-width: unset;
  }
  .section-info .text-block {
    max-width: unset;
  }
  .section-info .text-block h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }
  .section-info .text-block p {
    font-weight: 300;
    font-size: 16px;
    line-height: 107%;
    max-width: 200px;
  }
  .section-info .text h3 {
    font-size: 36px;
    line-height: 43px;
    color: #000000;
    max-width: 550px;
    margin: auto;
  }
  .section-info .text p {
    font-size: 18px;
    line-height: 22px;
    opacity: 0.77;
  }
  .section-info .wrapper > div:nth-child(2) {
    flex-direction: row;
    justify-content: center;
  }
  .why-important .wrapper {
    padding: 0 16px;
  }
  .why-important .title {
    font-size: 36px;
    line-height: 43px;
    opacity: 0.77;
  }
  .why-important img {
    width: 235px;
    height: 237px;
  }
  .why-important .block:nth-child(odd) p {
    margin: 20px 50px 20px 230px;
  }
  .why-important .block:nth-child(even) p {
    margin: 20px 230px 20px 50px;
  }
  .why-important .block p {
    font-size: 21px;
    line-height: 29px;
  }
  .why-important .content {
    gap: 16px;
    padding: 80px 0 40px;
  }
  .why-important .content > div {
    max-width: 700px;
  }
  .section-four .content {
    flex-direction: row;
  }
  .section-four .block {
    width: 32%;
  }
  .terms-project .wrapper {
    background: #FFFFFF;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.07);
    border-radius: 70px;
    padding: 80px 0 20px;
  }
  .terms-project .content {
    padding: 12px 23px 0;
  }
  .terms-project h3 {
    max-width: max-content;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 50px;
  }
  .terms-project .design-element {
    z-index: 1;
  }
  .terms-project .design-elements-mobile {
    display: none;
  }
  .terms-project .design-elements-desktop {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .terms-project .design-elements-desktop img {
    position: absolute;
  }
  .terms-project .design-elements-desktop img:nth-child(1) {
    top: 60px;
    left: 18%;
  }
  .terms-project .design-elements-desktop img:nth-child(2) {
    right: 18%;
    top: 60px;
  }
  .terms-project .design-elements-desktop img:nth-child(3) {
    top: 80px;
    right: 0;
  }
  .terms-project .design-elements-desktop img:nth-child(4) {
    top: 370px;
    right: 36%;
  }
  .terms-project .block {
    margin: unset;
    max-width: 33%;
  }
  .terms-project .block p {
    padding-top: 25px;
    font-size: 18px;
    line-height: 22px;
    max-width: 320px;
  }
  .terms-project .block:nth-child(1) {
    order: 1;
    align-items: flex-start;
  }
  .terms-project .block:nth-child(1) p {
    max-width: max-content;
    padding-left: 25px;
  }
  .terms-project .block:nth-child(1) img {
    padding-left: 50px;
  }
  .terms-project .block:nth-child(2) {
    order: 2;
  }
  .terms-project .block:nth-child(3) {
    order: 5;
    max-width: 45%;
    justify-content: center;
  }
  .terms-project .block:nth-child(3) img,
  .terms-project .block:nth-child(3) p {
    padding-right: 40px;
  }
  .terms-project .block:nth-child(3) p {
    max-width: 380px;
  }
  .terms-project .block:nth-child(4) {
    order: 3;
    align-items: flex-end;
  }
  .terms-project .block:nth-child(4) img {
    padding-right: 50px;
  }
  .terms-project .block:nth-child(4) p {
    max-width: 263px;
  }
  .terms-project .block:nth-child(5) {
    order: 4;
    max-width: 45%;
  }
  .terms-project .block:nth-child(5) img:not(.block-finish),
  .terms-project .block:nth-child(5) p {
    padding-left: 40px;
  }
  .terms-project .block:nth-child(5) p {
    padding-top: 0;
    max-width: 350px;
  }
  .terms-project .block-finish {
    width: 10%;
    right: 90px;
    top: 115px;
    left: unset;
  }
  .terms-project .design-element img:first-child {
    top: unset;
    left: 20px;
    bottom: -52px;
    transform: rotate(-40deg);
  }
  .terms-project .design-element img:last-child {
    max-width: 86px;
    top: unset;
    right: 20px;
    bottom: -52px;
    transform: rotate(-70deg);
  }
  .about-project-gallery {
    border-radius: 64px;
    background: #08578B;
  }
  .about-project-gallery .wrapper {
    padding: 80px 15px;
    flex-direction: row;
  }
  .about-project-gallery .title {
    display: none;
  }
  .about-project-gallery .text h2 {
    margin-bottom: 24px;
    display: block;
  }
  .about-project-gallery .text p {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }
  .about-project-gallery .content {
    justify-content: space-between;
  }
  .about-project-gallery .about-project-btn {
    max-width: 250px;
  }
  .about-project-gallery .slide-arrow {
    top: unset;
    bottom: 35px;
  }
  .about-project-gallery .prev-arrow {
    left: 35px;
  }
  .about-project-gallery .next-arrow {
    right: unset;
    left: 80px;
  }
  .school-form .wrapper {
    display: flex;
    flex-direction: column;
    padding: 127px 15px;
    align-items: center;
  }
  .school-form .send-form-school-btn {
    max-width: 282px;
  }
  .school-form .send-form-school-btn span {
    padding: 12px;
  }
  .section-social .wrapper {
    gap: 5%;
    padding: 80px 16px 0;
  }
  .section-social .block {
    width: 21%;
    max-width: 200px;
    justify-content: space-around;
    padding: 6px 30px 6px;
  }
  .section-social .block p {
    font-size: 24px;
    line-height: 29px;
  }
  .section-social .block span {
    font-size: 18px;
    line-height: 22px;
  }
  .section-social .block img {
    top: 20px;
  }
  .section-social .title {
    display: block;
  }
  .section-social .title h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #111111;
    width: max-content;
    margin: 0 auto;
  }
  .select-region .show-more-btn {
    display: none;
  }
  .select-region .title {
    font-size: 36px;
    line-height: 43px;
    margin: 80px 0;
  }
  .select-region .search-region {
    display: none;
  }
  .select-region .wrapper {
    padding: 0 25px 40px 0;
    border-radius: 64px;
  }
  .select-region .region-slide {
    margin: 0 auto;
  }
  .select-region .block-header {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 50px;
    height: 78px;
    align-items: center;
  }
  .select-region .block-header div {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .select-region .block-header > div:nth-child(1) {
    max-width: 320px;
    width: 28%;
  }
  .select-region .block-header > div:nth-child(2) {
    max-width: 65%;
  }
  .select-region .block-header > div:nth-child(2) > div {
    max-width: 45%;
  }
  .select-region .block-header p {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #111111;
    width: max-content;
  }
  .select-region .content {
    max-height: 685px;
    overflow-y: scroll;
    scrollbar-width: 8px;
    scrollbar-color: #0765A2 #D9E0E9;
  }
  .select-region .content::-webkit-scrollbar {
    width: 6px;
  }
  .select-region .content::-webkit-scrollbar-track {
    background: #D9E0E9;
    border-radius: 8px;
  }
  .select-region .content::-webkit-scrollbar-thumb {
    background-color: #0765A2;
    border-radius: 8px;
  }
  .select-region .content .block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 110px;
    padding: 32px 0 32px 50px;
  }
  .select-region .content .block:nth-child(odd) {
    background: #FFF5F4;
  }
  .select-region .content .region-name,
  .select-region .content .plan {
    align-items: center;
  }
  .select-region .content .region-name {
    width: 100%;
    max-width: 320px;
    order: 1;
    padding: unset;
    margin: 0 50px 0 0;
  }
  .select-region .content .money {
    width: 100%;
    max-width: 185px;
    order: 3;
    margin: 0 2% 0 0;
  }
  .select-region .content .money > div {
    min-width: 30%;
    padding: unset;
  }
  .select-region .content .money > div span {
    margin: 0 auto;
  }
  .select-region .content .plan {
    width: 100%;
    max-width: 180px;
    display: flex;
    flex-direction: row-reverse;
    order: 2;
    padding: unset;
    margin: 0 10px 0 0;
  }
  .select-region .content .plan > div span {
    font-size: 20px;
    line-height: 24px;
  }
  .select-region .content .plan > div span:nth-child(1) {
    display: none;
  }
  .select-region .content .donate-btn {
    max-width: 249px;
    order: 4;
    margin: 0 25px 0 0;
    align-self: unset;
  }
  .select-region .content .quantity-school span:last-child {
    display: none;
  }
  .select-region .content .quantity-school span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }
  .last-donate .content {
    gap: 14px;
  }
  .last-donate .title {
    font-size: 40px;
    line-height: 49px;
    margin: 0 auto 80px;
  }
  .last-donate .block {
    border-radius: 30px;
    padding: 25px;
    gap: 25px;
  }
  .last-donate .bulbs {
    background: #FFC943;
    border-radius: 20px;
    padding: 14px;
    height: 50px;
  }
  .last-donate .bulbs img {
    width: 30px;
    height: 50px;
  }
  .last-donate .bulbs p {
    margin-left: 35px;
  }
  .last-donate .bulbs span {
    font-size: 19px;
    line-height: 23px;
  }
  .last-donate .school-name span {
    font-size: 25px;
    line-height: 30px;
  }
  .last-donate .comment-wrapper {
    border-radius: 20px;
    padding: 25px;
  }
  .last-donate .comment {
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    quotes: "“" "”" "‘" "’";
  }
  .last-donate .comment::before {
    content: open-quote;
  }
  .last-donate .comment::after {
    content: close-quote;
  }
  .last-donate .author {
    margin-top: 25px;
    font-size: 25px;
    line-height: 30px;
  }
  .last-donate .donate-btn {
    margin-top: 80px;
  }
  .region {
    margin: 40px 0 80px;
  }
  .region .info-donate-region {
    width: 100%;
  }
  .region .breadcrumb {
    display: flex;
  }
  .region .region-content {
    display: flex;
    gap: 15%;
  }
  .region .region-content > img {
    max-width: 540px;
    max-height: 560px;
  }
  .region .region-content > .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 50%;
  }
  .region .region-content > .info .title h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #111111;
    width: 100%;
    margin: 0 auto;
  }
  .region .qty-school {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .region .qty-school img {
    max-width: 54px;
    max-height: 51px;
  }
  .region .qty-school p {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #111111;
  }
  .region .result > div:last-child {
    font-size: 18px;
    line-height: 22px;
  }
  .region .text-info {
    font-size: 24px;
    line-height: 29px;
    margin: 24px 0;
  }
  .region .donate-btn {
    margin: 0;
    max-width: 200px;
    align-self: flex-start;
  }
  .top-school {
    margin: 80px 0 0;
  }
  .top-school .title {
    font-size: 48px;
    line-height: 58px;
    margin: 0 auto 50px;
  }
  .top-school .title > img {
    left: -65px;
    top: -30px;
  }
  .top-school .content > div:not(div:first-child) p {
    display: none;
  }
  .top-school .block > div > div > a span {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
  }
  .top-school .content {
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
  }
  .top-school .content .block {
    border-radius: 24px;
    flex-direction: column;
    gap: unset;
  }
  .top-school .content .block img {
    display: none;
  }
  .top-school .content .block > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .top-school .content .block > div > div:nth-child(2) {
    margin-top: 0;
    width: 50%;
  }
  .top-school .content .block .block-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    max-width: 65%;
  }
  .top-school .content .block .location-info {
    display: none;
  }
  .top-school .content .block .donate-btn {
    top: -25px;
    margin: unset;
  }
  .school {
    margin: 40px 0 80px;
  }
  .school .wrapper {
    padding: 40px 16px 0;
  }
  .school .school-gallery {
    display: block;
    max-width: 40%;
    width: 100%;
  }
  .school .school-gallery .slick-track {
    width: 600px !important;
    max-width: 100%;
  }
  .school .school-gallery img {
    width: 100%;
  }
  .school .breadcrumb {
    display: flex;
  }
  .school .school-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 10%;
  }
  .school .school-content > img {
    max-width: 540px;
    max-height: 560px;
  }
  .school .info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 50%;
  }
  .school .info .title h2 {
    font-size: 24px;
    line-height: 30px;
    color: #111111;
    width: 100%;
    margin: 0;
  }
  .school .result > div:last-child {
    font-size: 18px;
    line-height: 22px;
  }
  .school .text-info {
    font-size: 24px;
    line-height: 29px;
    margin: 24px 0;
  }
  .school .donate-btn {
    margin: 0;
    max-width: 200px;
  }
  .top-donate .title img {
    display: block;
    position: absolute;
    left: -160px;
    top: -100px;
  }
  .top-donate .title h3 {
    font-size: 36px;
    line-height: 43px;
  }
  .top-donate .block:first-child .name::before {
    font-size: 16px;
    line-height: 19px;
    padding: 10px;
  }
  .top-donate .block {
    padding: 16px 74px;
  }
  .top-donate .block > img {
    display: block;
    position: absolute;
    max-width: 30px;
    left: 20px;
  }
  .top-donate .name {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }
  .top-donate .comment {
    font-size: 20px;
    line-height: 24px;
  }
  .top-donate .name, .top-donate .money span {
    font-size: 32px;
    line-height: 38px;
  }
  .help-all-ukraine .block > div {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .help-all-ukraine .image {
    max-width: 60%;
  }
  .help-all-ukraine .text h3 {
    font-size: 32px;
  }
  .help-all-ukraine .text p {
    font-size: 18px;
  }
  .main-about-project .wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: unset;
  }
  .main-about-project .info-block {
    max-width: 442px;
    gap: 48px;
    text-align: center;
    top: -35px;
    margin-right: 60px;
  }
  .main-about-project .info-block h3 {
    font-size: 36px;
    line-height: 43px;
  }
  .main-about-project .info-block p {
    font-size: 24px;
    line-height: 29px;
  }
  .main-about-project .video-block {
    max-width: 50%;
  }
  .main-about-project .design-element {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .main-about-project .design-element > img {
    position: absolute;
  }
  .main-about-project .design-element > img:first-child {
    max-width: 57px;
    top: 39px;
  }
  .main-about-project .design-element > img:last-child {
    max-width: 35px;
    bottom: 115px;
    left: 40%;
  }
  .as-result {
    border-radius: 80px;
  }
  .as-result .wrapper {
    padding: 50px 15px 109px;
  }
  .as-result .wrapper > div {
    flex-direction: row;
    gap: 4%;
  }
  .as-result .wrapper .design-element {
    display: block;
    width: max-content;
  }
  .as-result h3 {
    font-size: 36px;
    line-height: 43px;
  }
  .as-result p {
    font-size: 24px;
    line-height: 29px;
  }
  .as-result .block {
    height: 100%;
    min-height: 221px;
    padding: 20px 7px;
  }
  .as-result .block > img {
    top: -27px;
    right: -25px;
    max-width: 84px;
  }
  .as-result .design-element {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .as-result .design-element img {
    max-width: 221px;
    position: absolute;
    left: 2%;
    top: 30px;
  }
  .subsection-as-result {
    margin-top: -80px;
  }
  .subsection-as-result .wrapper > div {
    padding: 80px 0 80px;
  }
  .subsection-as-result .wrapper > div p {
    margin: 0 auto;
    max-width: 693px;
    padding: 0 0 24px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
  }
  .subsection-as-result .wrapper > div p span {
    font-weight: 500;
  }
  .subsection-as-result .design-element > img:nth-child(-n+2) {
    display: block;
  }
  .subsection-as-result .design-element > img:nth-child(1) {
    max-width: 44px;
    right: 160px;
    bottom: 160px;
    transform: rotate(-80deg);
  }
  .subsection-as-result .design-element > img:nth-child(2) {
    right: 60px;
    bottom: 120px;
    width: 100%;
    max-width: 88px;
  }
  .how-did-begin {
    border-radius: 80px;
    padding: 64px 15px 0;
  }
  .how-did-begin .wrapper {
    display: flex;
    min-height: 420px;
    max-height: max-content;
  }
  .how-did-begin h3 {
    font-size: 36px;
    line-height: 43px;
    margin: unset;
  }
  .how-did-begin .info {
    max-width: 50%;
    padding: 0 60px 60px 0;
  }
  .how-did-begin .info > div {
    max-width: 500px;
  }
  .how-did-begin .block-img {
    margin: 0 auto;
    width: 100%;
    max-width: 50%;
  }
  .how-did-begin .design-element img:nth-child(1) {
    left: 12%;
    top: 70px;
  }
  .how-did-begin .design-element img:nth-child(2) {
    left: 88%;
  }
  .how-did-begin .block-img > img:nth-child(1) {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .about-project-steps .title h2 {
    font-size: 32px;
  }
  .about-project-steps .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .about-project-steps .info {
    margin: 0 5%;
    width: 100%;
    max-width: 40%;
  }
  .about-project-steps .info > p:nth-child(2) {
    font-weight: 300;
  }
  .about-project-steps .info > p:nth-child(3) {
    margin: 0 0 16px;
  }
  .about-project-steps .block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-project-steps .block:nth-child(even) {
    flex-direction: row-reverse;
  }
  .about-project-steps .gallery {
    max-width: 627px;
    width: 100%;
  }
  .about-project-steps .gallery .slide-arrow {
    width: 50px;
    height: 50px;
    top: unset;
    bottom: 34px;
  }
  .about-project-steps .gallery .prev-arrow {
    left: 34px;
  }
  .about-project-steps .gallery .next-arrow {
    left: 99px;
    right: unset;
  }
  .mass-media .wrapper {
    padding: 0 16px;
  }
  .mass-media .wrapper > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 74px;
  }
  .mass-media .block {
    max-width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: calc(100% + 100px);
    gap: 16px;
    min-height: 470px;
    width: 100%;
  }
  .mass-media .video-block {
    max-width: 583px;
    min-height: 351px;
  }
  .mass-media h3 {
    font-size: 36px;
    line-height: 43px;
    margin: 0 auto 40px;
  }
  .mass-media p {
    font-size: 24px;
    line-height: 28px;
  }
  #bank-details .content {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #bank-details .block {
    max-width: 45%;
  }
  #bank-details .payments-icons {
    max-width: 880px;
    margin: 400px auto 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  #bank-details .payments-icons img {
    max-width: unset;
    max-height: 40px;
    width: unset;
  }
  #questions-and-answers {
    padding: 50px 0 90px;
  }
  #questions-and-answers h1 {
    font-size: 36px;
    line-height: 43px;
  }
  #questions-and-answers .content {
    border-radius: 64px;
  }
  #questions-and-answers .group-title, #questions-and-answers .group-content {
    background: #FFF5F4;
    padding: 0 55px 40px;
  }
  #questions-and-answers .group-title {
    padding: 25px 55px;
  }
  #questions-and-answers .group-title h2 {
    font-size: 30px;
    line-height: 37px;
  }
  #questions-and-answers .group-title img {
    max-width: 21px;
  }
  #questions-and-answers .group-questions:first-child .group-title {
    padding: 55px 55px 25px;
  }
  #questions-and-answers .group-questions:last-child .group-title {
    padding: 25px 55px 55px;
  }
  #questions-and-answers .sub-question {
    border-bottom: 2px solid #0765A2;
  }
  #questions-and-answers .sub-question h3 {
    font-size: 30px;
    line-height: 37px;
  }
  #questions-and-answers .sub-answer {
    padding: 20px 0 40px;
  }
  .retreat {
    height: 100px;
  }
}
@media screen and (min-width: 1240px) {
  .terms-project .wrapper {
    padding: 56px 50px 17px;
  }
  .terms-project .block-finish {
    right: 75px;
  }
  .about-project-gallery .wrapper .content {
    padding-left: 100px;
  }
}

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