.wrapper {
  max-width: 1344px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

section {
  padding: 0 20px;
}

.donate {
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: border-box;
}

.donate_top {
  max-width: 600px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  gap: 12px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.donate_top .donate_title {
  color: #242424;
  text-align: center;
  font-family: Onest, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
.donate_top .donate_description {
  color: #242424;
  text-align: center;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.donate_top .buttons_donate {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.donate_top .buttons_donate .get_donate {
  cursor: pointer;
  border-radius: 10px;
  background: #000;
  width: fit-content;
  width: -moz-fit-content;
  padding: 4px;
}
.donate_top .buttons_donate .get_donate .get_donate_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #242424;
  padding: 12px 16px;
}
.donate_top .buttons_donate .get_donate .get_donate_content span {
  color: #FFF;
  text-align: right;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.donate_top .buttons_donate .get_donate:hover .get_donate_content {
  border: 1px solid #000000;
  background: #000000;
}
.donate_top .buttons_donate .get_donate:hover .get_donate_content span {
  color: rgb(255, 238, 0);
}
.donate_top .buttons_donate .patrion_donate {
  border-radius: 7px;
  border: 1px solid #242424;
  margin-left: 15px;
  display: block;
  height: 56px;
  width: 115px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .donate_top .donate_title {
    font-size: 45px;
    line-height: 55px;
  }
  .donate_top .donate_description {
    font-size: 19px;
    line-height: 29px;
  }
}
@media (max-width: 950px) {
  .donate_top {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .donate_top .donate_title {
    font-size: 40px;
    line-height: 50px;
  }
  .donate_top .donate_description {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .donate_top .donate_title {
    font-size: 35px;
    line-height: 46px;
  }
  .donate_top .donate_description {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .donate_top {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .donate_top .donate_title {
    font-size: 30px;
    line-height: 42px;
  }
  .donate_top .donate_description {
    font-size: 16px;
    line-height: 28px;
  }
}

.donate_icons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 120px;
}
.donate_icons svg {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .donate_icons {
    margin-bottom: 110px;
  }
}
@media (max-width: 950px) {
  .donate_icons {
    margin-bottom: 100px;
  }
}
@media (max-width: 750px) {
  .donate_icons {
    margin-bottom: 90px;
  }
}
@media (max-width: 500px) {
  .donate_icons {
    margin-bottom: 80px;
    gap: 50px;
  }
}

.donate_carousel {
  overflow: hidden;
  margin-bottom: 120px;
}
.donate_carousel .swiper-wrapper .swiper-slide {
  display: block;
  border-radius: 20px;
  max-width: 400px;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .donate_carousel .swiper-wrapper .swiper-slide {
    max-width: 380px;
    height: 250px;
  }
}
@media (max-width: 950px) {
  .donate_carousel .swiper-wrapper .swiper-slide {
    max-width: 350px;
    height: 220px;
  }
}
@media (max-width: 750px) {
  .donate_carousel .swiper-wrapper .swiper-slide {
    max-width: 295px;
    height: 195px;
  }
}
@media (max-width: 500px) {
  .donate_carousel .swiper-wrapper .swiper-slide {
    max-width: 230px;
    height: 150px;
  }
}
@media (max-width: 1200px) {
  .donate_carousel {
    margin-bottom: 110px;
  }
}
@media (max-width: 950px) {
  .donate_carousel {
    margin-bottom: 100px;
  }
}
@media (max-width: 750px) {
  .donate_carousel {
    margin-bottom: 90px;
  }
}
@media (max-width: 500px) {
  .donate_carousel {
    margin-bottom: 80px;
    gap: 50px;
  }
}

.donate_popup {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: auto;
  min-height: 100vh;
  min-height: 100dvh;
  z-index: 1111111;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(4.5px);
  overflow-y: auto;
  padding: 50px 25px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.donate_popup .donate_popup_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 800px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 80px 30px;
  gap: 30px;
  position: relative;
  border-radius: 20px;
  background: #F1F5F9;
  margin-top: auto;
  margin-bottom: auto;
}
.donate_popup .donate_popup_body .popup_cancel {
  position: absolute;
  cursor: pointer;
  width: 32px;
  height: 32px;
  top: 30px;
  right: 30px;
}
.donate_popup .donate_popup_body .popup_cancel svg {
  display: block;
  width: 32px;
  height: 32px;
}
.donate_popup .donate_popup_body .donate_popup_body_herth {
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
}
.donate_popup .donate_popup_body .donate_popup_forms, .donate_popup .donate_popup_body .donate_popup_successful {
  display: none;
}
.donate_popup .donate_popup_body .donate_popup_forms {
  max-width: 600px;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.donate_popup .donate_popup_body .donate_popup_forms .donate_popup_successful_title {
  color: #242424;
  text-align: center;
  font-family: Onest, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 20px;
}
.donate_popup .donate_popup_body .donate_popup_forms .forms {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #A9AEB2;
}
.donate_popup .donate_popup_body .donate_popup_forms .forms label {
  color: #242424;
  text-align: center;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  padding-bottom: 7px;
}
.donate_popup .donate_popup_body .donate_popup_forms .forms input {
  width: 100%;
  height: 32px;
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -1px;
  color: #1E1E1E;
  border: none;
  padding: 0 0 4px 0;
  background: transparent;
  outline: none;
}
.donate_popup .donate_popup_body .donate_popup_forms .forms input::placeholder {
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -1px;
  color: #1E1E1E;
  opacity: 0.4;
}
.donate_popup .donate_popup_body .donate_popup_forms .forms input:-webkit-autofill {
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -1px;
  -webkit-text-fill-color: #1E1E1E;
  border-bottom-color: #F1F5F9;
  -webkit-box-shadow: 0 0 0 1000px #F1F5F9 inset;
}
.donate_popup .donate_popup_body .donate_popup_forms .forms.forms_error {
  border-bottom-color: #EB443F;
}
.donate_popup .donate_popup_body .donate_popup_forms .donate_link {
  margin-top: 25px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  background: #000;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
}
.donate_popup .donate_popup_body .donate_popup_forms .donate_link.donate_link_loading {
  pointer-events: none;
  opacity: 0.7;
}
.donate_popup .donate_popup_body .donate_popup_forms .donate_link .get_donate_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #242424;
  padding: 12px 16px;
}
.donate_popup .donate_popup_body .donate_popup_forms .donate_link .get_donate_content span {
  color: #FFF;
  text-align: right;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.donate_popup .donate_popup_body .donate_popup_forms .donate_link:hover .get_donate_content {
  border: 1px solid #000000;
  background: #000000;
}
.donate_popup .donate_popup_body .donate_popup_forms .donate_link:hover .get_donate_content span {
  color: rgb(255, 238, 0);
}
.donate_popup .donate_popup_body .donate_popup_successful {
  max-width: 600px;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.donate_popup .donate_popup_body .donate_popup_successful .donate_popup_successful_title {
  color: #242424;
  text-align: center;
  font-family: Onest, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
}
.donate_popup .donate_popup_body .donate_popup_successful .donate_popup_successful_description {
  color: #242424;
  text-align: center;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 30px;
}
.donate_popup .donate_popup_body .donate_popup_successful .donate_popup_successful_link {
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  background: #000;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
}
.donate_popup .donate_popup_body .donate_popup_successful .donate_popup_successful_link .get_donate_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #242424;
  padding: 12px 16px;
}
.donate_popup .donate_popup_body .donate_popup_successful .donate_popup_successful_link .get_donate_content span {
  color: #FFF;
  text-align: right;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.donate_popup .donate_popup_body .donate_popup_successful .donate_popup_successful_link:hover .get_donate_content {
  border: 1px solid #000000;
  background: #000000;
}
.donate_popup .donate_popup_body .donate_popup_successful .donate_popup_successful_link:hover .get_donate_content span {
  color: rgb(255, 238, 0);
}
.donate_popup .donate_popup_body .forms_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.donate_popup_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

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