@charset "UTF-8";
header.header {
  position: sticky;
  top: 0;
  padding: 20px 0;
  z-index: 500;
  background: #fff;
}
header.header .header__socials {
  display: none;
}
header.header .navbar__item:not(:last-child) {
  margin-right: 0.5rem;
}
header.header .header__btn .btn {
  border-radius: 20px;
  padding: 15px 40px;
  width: 198px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #82b2e9;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
header.header .navbar__list {
  gap: 20px;
}
header.header .navbar__list .navbar__item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  header.header .header__btn {
    margin-right: 10px;
  }
  header.header .header__btn .btn {
    background: #82b2e9;
    padding: 0;
    border-radius: 20px;
    height: 40px;
    width: 171px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.header .header__btn .btn span {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
  }
  header.header .nav-burger {
    border-radius: 100%;
    background: #ebebeb;
    width: 39px;
    height: 39px;
    padding: 0 9px 0 10px;
  }
  header.header .nav-burger span {
    border-radius: 10px;
    width: 20px;
    height: 2px;
    background: #000;
    margin: 0 0 0 auto;
  }
  header.header .nav-burger span:nth-child(2) {
    margin: 5px 0 5px auto;
    border-radius: 10px;
    width: 14px;
    height: 2px;
  }
}

.re-block {
  --h1-size:52px;
  --h1-weight:600;
  --h1-color:#000;
  --h1-margin-bottom:20px;
  --h2-size:45px;
  --h2-weight:600;
  --h2-color:#1f1f1f;
  --h2-margin-bottom:20px;
  --h3-size:35px;
  --h3-weight:600;
  --h3-color:#1f1f1f;
  --h3-margin-bottom:30px;
  --h4-size:25px;
  --h4-weight:600;
  --h4-color:#82b2e9;
  --h4-margin-bottom:30px;
  --desc-p-size:18px;
  --desc-p-weight:400;
  --desc-p-height:156%;
  --desc-p-color:#1f1f1f;
  --a-btn-size:16px;
  --a-btn-height:50px;
  --a-btn-weight:700;
  --a-btn-color-gradient:#fff;
  --a-btn-bg-gradient:linear-gradient(56deg, #abdf9c 0%, rgba(153, 202, 230, 0.82) 47.28%, rgba(148, 196, 251, 0.77) 55.61%, #79abe6 100%);
  --a-btn-color-white:#474747;
  --a-btn-gap:10px;
  --a-btn-width:263px;
}
@media (max-width: 768px) {
  .re-block {
    --h1-size:35px;
    --h1-weight:600;
    --h1-color:#000;
    --h1-margin-bottom:20px;
    --h2-size:35px;
    --h2-weight:600;
    --h2-color:#1f1f1f;
    --h2-margin-bottom:20px;
    --h3-size:35px;
    --h3-weight:600;
    --h3-color:#1f1f1f;
    --h3-margin-bottom:30px;
    --h4-size:25px;
    --h4-weight:600;
    --h4-color:#82b2e9;
    --h4-margin-bottom:30px;
    --desc-p-size:16px;
    --desc-p-weight:400;
    --desc-p-height:156%;
    --desc-p-color:#1f1f1f;
    --a-btn-size:16px;
    --a-btn-height:50px;
    --a-btn-weight:700;
    --a-btn-color-gradient:#fff;
    --a-btn-bg-gradient:linear-gradient(56deg, #abdf9c 0%, rgba(153, 202, 230, 0.82) 47.28%, rgba(148, 196, 251, 0.77) 55.61%, #79abe6 100%);
    --a-btn-color-white:#474747;
    --a-btn-gap:10px;
    --a-btn-width:263px;
  }
}
.re-block.single-news {
  padding: 0;
}
.re-block ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.re-block li {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
  position: relative;
  padding-left: 25px;
}
.re-block li:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 13px;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #000;
}
@media (max-width: 768px) {
  .re-block li:before {
    left: 11px;
    top: 10px;
    width: 2px;
    height: 2px;
  }
}
.re-block .desc-8 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 30px;
}
.re-block .desc-8 .inner {
  grid-column: span 8;
}
.re-block .desc-m-12 .inner {
  grid-column: span 12;
}
.re-block .pagination,
.re-block ul.page-numbers {
  display: flex;
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
}
.re-block .pagination a.page-numbers,
.re-block ul.page-numbers a.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 46px;
  border: 1px solid #e5e5eb;
  font-size: 18px;
  line-height: 1;
  border-radius: 6px;
  transition: all 0.2s linear;
  color: #000;
}
.re-block .pagination a.page-numbers:hover,
.re-block ul.page-numbers a.page-numbers:hover {
  background-color: rgb(109, 178, 248);
  color: #fff;
  border-color: rgb(109, 178, 248);
}
.re-block .pagination li,
.re-block ul.page-numbers li {
  padding: 0;
}
.re-block .pagination li:before,
.re-block ul.page-numbers li:before {
  display: none;
}

.wrapper {
  position: relative;
  overflow: visible;
}
@media (max-width: 768px) {
  .wrapper {
    overflow: hidden;
  }
}

.re-block.section {
  padding: 50px 0;
  position: relative;
  z-index: 5;
}
.re-block.section.simple-text h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .re-block.section {
    padding: 30px 0;
  }
}

p:last-child {
  margin-bottom: 0;
}

.grid {
  display: grid;
  gap: 30px;
}
.grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 990px) {
  .grid.grid-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.grid-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.grid-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.grid-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.grid-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 768px) {
  .grid.grid-m-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.grid-m-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.grid-m-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.grid-m-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.grid-m-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.grid-m-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 768px) {
  .mb-m-0 {
    margin-bottom: 0;
  }
  .pb-m-0 {
    padding-bottom: 0;
  }
}
.re-wrapper .page {
  padding: 0;
}

body {
  position: relative;
}

#linesvg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* чтобы не мешать кликам */
  z-index: -1; /* чтобы был за содержимым */
}

.contacts-block .contact-page-btn a.btn {
  border-radius: 50px;
  padding: 0;
  width: 358px;
  height: 50px;
  background: linear-gradient(56deg, #abdf9c 0%, rgba(153, 202, 230, 0.82) 47.28%, rgba(148, 196, 251, 0.77) 55.61%, #79abe6 100%);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.logo {
  position: relative;
}
.logo #sun-logo {
  position: absolute;
  left: 0;
  top: 100%;
}

#sun-logo,
.sun {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(171, 223, 156, 0.2);
  animation: pulse-back 3s infinite ease-in-out;
  z-index: 700;
  /* Псевдоэлемент для анимационной волны */
}
@media (max-width: 1200px) {
  #sun-logo,
  .sun {
    width: 50px;
    height: 50px;
  }
  #sun-logo .ball,
  .sun .ball {
    width: 25px !important;
    height: 25px !important;
  }
  #sun-logo .wave,
  .sun .wave {
    width: 50px !important;
    height: 50px !important;
  }
}
@media (max-width: 768px) {
  #sun-logo,
  .sun {
    width: 38px;
    height: 38px;
  }
  #sun-logo .ball,
  .sun .ball {
    width: 20px !important;
    height: 20px !important;
  }
  #sun-logo .wave,
  .sun .wave {
    width: 38px !important;
    height: 38px !important;
  }
}
#sun-logo .ball,
.sun .ball {
  position: absolute;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#sun-logo .wave,
.sun .wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px; /* начальный размер */
  height: 60px; /* начальный размер */
  background: radial-gradient(48.74% 48.74% at 50% 50%, rgba(240, 243, 68, 0.8) 55.73%, rgba(171, 223, 156, 0.2) 100%);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  /* Анимация переливания */
  animation: pulse-glow 3s infinite ease-in-out;
}

#logo {
  opacity: 1 !important;
  height: auto;
}
#logo.is-hide {
  opacity: 0 !important;
  height: 0;
}

#logo-e {
  opacity: 0 !important;
  height: 0;
}
#logo-e.is-visible {
  height: auto;
  opacity: 1 !important;
}

#sun {
  opacity: 0 !important;
  transition: opacity 0.3s ease;
}

#sun.is-visible {
  opacity: 1 !important;
}

@keyframes pulse-glow {
  0%, 100% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 1;
    background-position: center;
    /* Можно добавить изменение цвета или градиента */
    background-size: 100% 100%;
    filter: brightness(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.95); /* немного увеличиваем */
    opacity: 1; /* чуть прозрачнее для эффекта переливания */
    background-size: 100% 100%; /* создаем эффект движения градиента */
    filter: brightness(1.2); /* чуть ярче */
  }
}
@keyframes pulse-back {
  0%, 100% {
    background: rgba(171, 223, 156, 0.2);
  }
  50% {
    background: rgba(171, 223, 156, 0.1);
  }
}
.paused {
  animation-play-state: paused;
}
.paused .wave {
  animation-play-state: paused;
}

.running {
  animation-play-state: running;
}
.running .wave {
  animation-play-state: running;
}

.re-block.base-top-block {
  margin-top: 40px;
}
.re-block.base-top-block.simple h1 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .re-block.base-top-block.simple h1 {
    margin-bottom: 0;
  }
}
.re-block.base-top-block h1 {
  font-weight: var(--h1-weight);
  font-size: var(--h1-size);
  color: var(--h1-color);
  margin-bottom: var(--h1-margin-bottom);
}
.re-block.base-top-block .desc {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
}
@media (max-width: 768px) {
  .re-block.base-top-block .desc {
    line-height: normal;
  }
}

footer.footer {
  margin-top: 50px;
  padding: 55px 0 90px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media (max-width: 768px) {
  footer.footer {
    border-radius: 20px;
    padding: 50px 0;
    border: none;
  }
}
footer.footer .top {
  margin-bottom: 95px;
}
@media (max-width: 768px) {
  footer.footer .top {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  footer.footer .top .footer__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  footer.footer .top .footer__item .logo {
    margin: 0;
  }
  footer.footer .top .footer__item .footer__socials {
    margin: 0;
  }
}
footer.footer .top .footer__item.right {
  display: flex;
  justify-content: end;
  text-align: right;
}
@media (max-width: 768px) {
  footer.footer .top .footer__item.right {
    display: none;
  }
}
footer.footer .top .footer__item.right .contacts-block__item:not(:last-child) {
  margin-bottom: 10px;
}
footer.footer .top .footer__item.right .contact-line {
  justify-content: right;
  font-weight: 500;
  font-size: 18px;
  color: #454545;
}
footer.footer .top .footer__item.right .contact-line .footer_btn .btn {
  border-radius: 50px;
  padding: 0;
  width: 358px;
  height: 50px;
  background: linear-gradient(56deg, #abdf9c 0%, rgba(153, 202, 230, 0.82) 47.28%, rgba(148, 196, 251, 0.77) 55.61%, #79abe6 100%);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
footer.footer .top .footer__socials .socials .socials__item:not(:last-child) {
  margin-right: 16px;
}
footer.footer .top .footer__socials .socials .socials__item a.socials__link {
  height: 24px;
  width: 24px;
  background: none;
}
footer.footer .middle {
  margin-bottom: 95px;
}
@media (max-width: 768px) {
  footer.footer .middle {
    margin-bottom: 30px;
  }
}
footer.footer .middle h5 {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  footer.footer .middle {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px 0;
  }
  footer.footer .middle .footer__item {
    grid-column: span 6;
    line-height: normal;
    margin: 0;
  }
  footer.footer .middle .footer__item h5 {
    font-weight: 700;
    font-size: 16px;
  }
}
footer.footer .middle .footer-nav ul li.footer-nav__item:not(:last-child) {
  margin-bottom: 6px;
}
footer.footer .middle .footer-nav ul li a.footer-nav__link {
  font-weight: 400;
  line-height: normal;
  font-size: 16px;
  color: #000;
}
@media (max-width: 768px) {
  footer.footer .middle .footer-nav ul li a.footer-nav__link {
    font-size: 14px;
  }
}
footer.footer .bottom {
  justify-content: center;
}
footer.footer .bottom > p {
  display: none;
}
footer.footer .bottom .contacts-block-mobile {
  width: 100%;
  padding: 0 12px;
}
@media (min-width: 768px) {
  footer.footer .bottom .contacts-block-mobile {
    display: none;
  }
}
footer.footer .bottom .contacts-block-mobile .contacts-blocks {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
footer.footer .bottom .contacts-block-mobile .footer_btn a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
footer.footer .bottom p {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: #a6a7ab;
  margin: 0;
}

.balls .container {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .balls .container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: column;
  }
}
.balls .item {
  width: 352px;
  height: 352px;
  border: 1px dashed #000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  gap: 0;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .balls .item {
    width: 293px;
    height: 293px;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .balls .item {
    width: 212px;
    height: 212px;
  }
}
.balls .item .inner {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (min-width: 769px) and (max-width: 990px) {
  .balls .item .inner {
    gap: 5px;
  }
}
.balls .item .inner > * {
  width: 100%;
}
.balls .item.dotted {
  border: 1px dashed #000;
  background: #fff;
}
.balls .item.gray {
  background: #e3e3e3;
  border: none;
}
.balls .item.blue {
  background: #82b2e9;
  color: #fff;
  border: none;
}
.balls .item.blue .desc {
  color: #fff;
}
.balls .item:nth-child(2), .balls .item:nth-child(5) {
  transform: translate(0, 80px);
}
@media (max-width: 768px) {
  .balls .item:nth-child(2), .balls .item:nth-child(5) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .balls .item br {
    display: none;
  }
  .balls .item .desc {
    margin: 0 auto;
  }
  .balls .item:nth-child(4), .balls .item:nth-child(1) {
    width: 196px;
    height: 196px;
  }
  .balls .item:nth-child(4) .inner, .balls .item:nth-child(1) .inner {
    gap: 5px;
  }
  .balls .item:nth-child(4) .desc, .balls .item:nth-child(1) .desc {
    max-width: 162px;
  }
  .balls .item:nth-child(5), .balls .item:nth-child(2) {
    width: 269px;
    height: 269px;
    margin: 0 0 0 auto;
  }
  .balls .item:nth-child(5) .desc, .balls .item:nth-child(2) .desc {
    max-width: 210px;
  }
  .balls .item:nth-child(6), .balls .item:nth-child(3) {
    width: 269px;
    height: 269px;
  }
  .balls .item:nth-child(6) .inner, .balls .item:nth-child(3) .inner {
    gap: 25px;
  }
  .balls .item:nth-child(6) .desc, .balls .item:nth-child(3) .desc {
    max-width: 210px;
  }
}
.balls .item .name {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  line-height: normal;
}
@media (max-width: 1200px) {
  .balls .item .name span {
    font-size: 30px;
  }
  .balls .item .name span span {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 990px) {
  .balls .item .name {
    font-size: 24px;
  }
  .balls .item .name span {
    font-size: 50px;
    line-height: 50px;
  }
}
.balls .item .name span {
  display: block;
  font-size: 70px;
  line-height: 70px;
}
@media (max-width: 768px) {
  .balls .item .name {
    font-size: 32px;
    line-height: normal;
  }
  .balls .item .name span {
    font-size: 32px;
    line-height: normal;
  }
}
.balls .item .desc {
  min-height: 44px;
  text-align: center;
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  color: #000;
  line-height: normal;
}
@media (min-width: 769px) and (max-width: 990px) {
  .balls .item .desc {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .balls .item .desc {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .how-help .left {
    margin-bottom: 30px;
  }
}
.how-help .form {
  background: #82b2e9;
  border-radius: 20px;
  padding: 30px 15px;
  color: #fff;
}
@media (max-width: 768px) {
  .how-help .form {
    padding: 30px 12px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.how-help .form h4 {
  font-weight: var(--h3-weight);
  font-size: var(--h3-size);
  color: #fff;
}
@media (max-width: 768px) {
  .how-help .form h4 {
    font-size: 22px;
  }
}
.how-help .form .radios {
  display: flex;
  gap: 30px;
  width: 100%;
  margin-bottom: 30px;
}
.how-help .form .radios input[type=radio] {
  display: none;
}
.how-help .form .radios input[type=radio]:checked + label .custom-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px; /* размер внутреннего кружка */
  height: 10px;
  background-color: #fff; /* цвет заполнения */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.how-help .form .radios .label-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.how-help .form .radios .label-item .custom-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  position: relative;
}
.how-help .form .input__slot {
  align-items: center;
  display: flex;
  min-height: inherit;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition-property: height, min-height;
  width: 100%;
  border-radius: inherit;
  cursor: text;
  margin-bottom: 30px;
}
.how-help .form .input__slot:before, .how-help .form .input__slot:after {
  background-repeat: no-repeat;
  text-decoration: inherit;
  vertical-align: inherit;
  bottom: -1px;
  content: "";
  left: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}
.how-help .form .input__slot:before {
  border-style: solid;
  border-width: thin 0 0;
  border-color: #e6e6e6;
}
.how-help .form .input__slot:after {
  background-color: currentColor;
  border-color: currentcolor;
  border-style: solid;
  border-width: thin 0;
  transform: scaleX(0);
}
.how-help .form .text-field__slot {
  display: flex;
  flex: 1 1 auto;
  position: relative;
}
.how-help .form .text-field__slot label {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 6px;
  white-space: nowrap;
  pointer-events: none;
  height: 20px;
  line-height: 20px;
  letter-spacing: normal;
  transform-origin: top left;
  left: 0;
  right: auto;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 300;
  font-size: 16px;
  color: #e6e6e6;
}
.how-help .form .text-field__slot label.label--active {
  max-width: 133%;
  transform: translateY(-18px) scale(0.75);
  pointer-events: auto;
}
.how-help .form .text-field__slot .slot-block {
  position: relative;
}
.how-help .form .text-field__slot .slot-block input {
  border-radius: 0;
  background-color: transparent;
  border-style: none;
  flex: 1 1 auto;
  line-height: 20px;
  max-width: 100%;
  min-width: 0;
  width: 100%;
  max-height: 30px;
  padding: 0.375rem 0.75rem;
  outline: none;
  font-weight: 300;
  font-size: 16px;
  color: #e6e6e6;
  -moz-appearance: textfield;
}
.how-help .form .text-field__slot .slot-block input::-webkit-inner-spin-button, .how-help .form .text-field__slot .slot-block input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.how-help .form .text-field__slot .slot-block input::-webkit-inner-spin-button, .how-help .form .text-field__slot .slot-block input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.how-help .form .chips {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .how-help .form .chips {
    flex-wrap: wrap;
  }
}
.how-help .form .chips .chip {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
  padding: 7px 12px;
  height: 34px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .how-help .form .chips .chip {
    font-size: 15px;
  }
}
.how-help .form a.btn {
  background: #fff;
  border-radius: 20px;
  padding: 15px 40px;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #333;
}
.how-help .accordion .accordion__item {
  position: relative;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .how-help .accordion .accordion__item {
    padding: 20px 15px 0;
  }
}
.how-help .accordion .accordion__item:first-child {
  padding-top: 0;
}
.how-help .accordion .accordion__item:not(:last-child) {
  margin-bottom: 0;
}
.how-help .accordion .accordion__item:after {
  content: "";
  height: 0.5px;
  width: 200%;
  background: #494949;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  transform: scale(0.5) translate(-50%, 0px);
}
.how-help .accordion .accordion__item._active svg.accordion__icon {
  transform: rotate(180deg);
}
.how-help .accordion .accordion__item .accordion__header span {
  font-weight: 500;
  font-size: 25px;
  color: #000;
}
@media (max-width: 768px) {
  .how-help .accordion .accordion__item .accordion__header span {
    font-size: 22px;
  }
}
.how-help .accordion .accordion__item .accordion__content .accordion__text {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  color: #000;
  line-height: normal;
  margin-top: -3px;
}
.how-help .accordion .accordion__item .accordion__content .accordion__link {
  font-weight: 500;
  font-size: var(--desc-p-size);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
  line-height: normal;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.how-help .accordion .accordion__item .accordion__content .accordion__link span {
  text-decoration: underline;
}

.re-block.main-block-page {
  position: relative;
  padding: 40px 0 0;
}
.re-block.main-block-page:before {
  content: "";
  display: block;
  width: 867px;
  height: 867px;
  border-radius: 100%;
  background: rgba(227, 239, 240, 0.7);
  filter: blur(100px);
  position: absolute;
  bottom: 0;
  right: 50%;
}
.re-block.main-block-page .container {
  position: relative;
  z-index: 5;
}
.re-block.main-block-page .flex-top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
  align-items: end;
  margin-bottom: 30px;
}
.re-block.main-block-page .flex-top .name {
  font-weight: 700;
  font-size: 100px;
  text-transform: uppercase;
  color: #000;
  grid-column: span 7;
  line-height: normal;
}
@media (max-width: 1200px) {
  .re-block.main-block-page .flex-top .name {
    font-size: 80px;
  }
}
@media (max-width: 990px) {
  .re-block.main-block-page .flex-top .name {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .re-block.main-block-page .flex-top .name {
    grid-column: span 12;
    font-size: 35px;
  }
}
.re-block.main-block-page .flex-top .main-block-slider {
  grid-column: span 5;
  padding: 0 0 0 20px;
}
.re-block.main-block-page .flex-top .main-block-slider .swiper-slide {
  height: initial;
  display: flex;
}
@media (max-width: 768px) {
  .re-block.main-block-page .flex-top .main-block-slider {
    display: none;
  }
}
.re-block.main-block-page .flex-top .main-block-slider img {
  border-radius: 20px;
}
.re-block.main-block-page .navigation .swiper-pagination {
  text-align: right;
  padding: 0 12px 5px;
  bottom: 0;
  width: 100%;
  right: 0;
}
.re-block.main-block-page .navigation .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.re-block.main-block-page .navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 12px;
  height: 12px;
  background: #fff;
}
.re-block.main-block-page .flex-bottom {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
}
.re-block.main-block-page .flex-bottom .desc {
  grid-column: span 5;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .re-block.main-block-page .flex-bottom .desc {
    grid-column: span 12;
    padding-top: 30px;
    text-align: center;
  }
}
.re-block.main-block-page .flex-bottom .desc p {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  color: #000;
  line-height: normal;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .re-block.main-block-page .flex-bottom .desc p {
    margin-bottom: 20px;
  }
}
.re-block.main-block-page .flex-bottom .desc a.btn {
  border-radius: 50px;
  padding: 0;
  max-width: 362px;
  width: 100%;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .re-block.main-block-page .flex-bottom .desc a.btn {
    max-width: 100%;
  }
}
.re-block.main-block-page .flex-bottom .desc a.simple {
  border: 1px solid #000;
}
.re-block.main-block-page .flex-bottom .desc a.js-pay-btn {
  margin-bottom: 13px;
}
.re-block.main-block-page .flex-bottom .subname {
  grid-column: span 7;
  font-weight: 700;
  font-size: 100px;
  text-transform: uppercase;
  text-align: right;
  color: #82b2e9;
  line-height: normal;
}
@media (max-width: 1200px) {
  .re-block.main-block-page .flex-bottom .subname {
    font-size: 80px;
  }
}
@media (max-width: 990px) {
  .re-block.main-block-page .flex-bottom .subname {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .re-block.main-block-page .flex-bottom .subname {
    grid-column: span 12;
    font-size: 35px;
    order: -1;
  }
}

.mission {
  text-align: center;
}
@media (max-width: 768px) {
  .mission {
    text-align: left;
  }
}
.mission .name {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  color: #7d7d7d;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mission .name {
    font-size: 35px;
    color: #373737;
    font-weight: 600;
    margin-bottom: 30px;
  }
}
.mission .desc {
  font-weight: 500;
  font-size: 25px;
  color: #000;
}
@media (max-width: 768px) {
  .mission .desc {
    font-weight: 400;
    font-size: 16px;
    color: #000;
  }
}

.re-block.program-list {
  padding: 50px 0;
}
.re-block.program-list h2 {
  font-weight: 600;
  font-size: 45px;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .re-block.program-list h2 {
    font-size: var(--h2-size);
  }
}
.re-block.program-list .list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px 30px;
}
@media (max-width: 768px) {
  .re-block.program-list .list {
    display: flex;
    gap: 0;
  }
}
@media (min-width: 769px) {
  .re-block.program-list .program-swiper .swiper-button-prev,
  .re-block.program-list .program-swiper .swiper-button-next {
    display: none;
  }
}
@media (max-width: 768px) {
  .re-block.program-list .program-swiper {
    padding-bottom: 67px;
  }
  .re-block.program-list .program-swiper .swiper-button-prev,
  .re-block.program-list .program-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    outline: none;
    background: #b3d6a9;
    padding: 0;
    bottom: 0;
    top: auto;
  }
  .re-block.program-list .program-swiper .swiper-button-prev:after,
  .re-block.program-list .program-swiper .swiper-button-next:after {
    content: "";
  }
  .re-block.program-list .program-swiper .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  .re-block.program-list .program-swiper .swiper-button-next {
    right: 0;
  }
}
.re-block.program-list .item {
  grid-column: span 6;
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  padding-bottom: 35px;
  background: #fff;
}
@media (max-width: 768px) {
  .re-block.program-list .item {
    grid-column: span 12;
    padding-bottom: 28px;
  }
}
.re-block.program-list .item .text {
  padding: 0 15px 22px;
  position: relative;
  height: 169px;
}
@media (max-width: 768px) {
  .re-block.program-list .item .text {
    height: auto;
  }
}
.re-block.program-list .item a.img {
  min-height: 266px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) and (max-width: 990px) {
  .re-block.program-list .item a.img {
    min-height: 200px;
  }
}
.re-block.program-list .item a.img img {
  width: 100%;
}
.re-block.program-list .item a.link {
  font-weight: 600;
  font-size: var(--desc-p-size);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 0;
  left: 15px;
  line-height: normal;
}
.re-block.program-list .item .name {
  font-weight: 500;
  font-size: 25px;
  color: #000;
  margin-bottom: 20px;
  line-height: normal;
  display: block;
}
@media (max-width: 768px) {
  .re-block.program-list .item .name {
    font-size: 22px;
  }
}
.re-block.program-list .item .desc {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  color: #000;
  line-height: normal;
  margin-bottom: 13px;
  text-overflow: ellipsis;
  max-height: 79px;
  overflow: hidden;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
}
@media (max-width: 768px) {
  .re-block.program-list .item .desc {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    margin-bottom: 17px;
  }
}

.re-block.partners {
  padding: 50px 0;
}
.re-block.partners h2 {
  margin-bottom: 50px;
  color: #000;
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
}
.re-block.partners .partners-list .swiper-wrapper {
  align-items: center;
}

.quickly-picking .section__header {
  position: relative;
}
@media (max-width: 768px) {
  .quickly-picking .section__header {
    margin-bottom: 20px;
  }
}
.quickly-picking .section__header .pays-list__btn {
  top: 15px;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #b3d6a9;
}
@media (max-width: 768px) {
  .quickly-picking .section__header .pays-list__btn {
    display: none;
  }
}
.quickly-picking .section__header .pays-list__btn.pays-list__btn--prev {
  right: 50px;
  left: auto;
}
.quickly-picking .section__header .pays-list__btn.pays-list__btn--next {
  right: 0;
  left: auto;
}
.quickly-picking .section__header .pays-list__btn.pays-list__btn--next svg {
  transform: none;
}
@media (max-width: 768px) {
  .quickly-picking .section__title {
    font-size: 35px;
    font-weight: 600;
    color: #373737;
  }
}
.quickly-picking .pay-card {
  padding: 15px;
  border: 1px solid #c3c3c3;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .quickly-picking .pay-card {
    padding: 10px;
  }
}
.quickly-picking .pay-card h3.pay-card__title {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  min-height: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
}
@media (max-width: 768px) {
  .quickly-picking .pay-card h3.pay-card__title {
    margin-bottom: 15px;
  }
}
.quickly-picking .pay-card .pay-card__image {
  margin-bottom: 20px;
  padding-bottom: 189px;
}
@media (max-width: 768px) {
  .quickly-picking .pay-card .pay-card__image {
    margin-bottom: 15px;
    padding-bottom: 205px;
  }
}
.quickly-picking .pay-card .pay-card__image img {
  height: 189px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .quickly-picking .pay-card .pay-card__image img {
    border-radius: 20px;
  }
}
.quickly-picking .pay-card .pay-card__text {
  margin-bottom: 0;
}
.quickly-picking .pay-card .pay-card__text p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .quickly-picking .pay-card .pay-card__text p {
    margin-bottom: 15px;
  }
}
.quickly-picking .pay-card .pay-card__progress {
  margin-bottom: 20px;
}
.quickly-picking .pay-card .pay-card__progress .progress__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .quickly-picking .pay-card .pay-card__progress .progress__labels {
    margin-bottom: 10px;
  }
}
.quickly-picking .pay-card .pay-card__progress .progress__label {
  display: flex;
  gap: 20px;
  line-height: normal;
  width: 100%;
}
@media (max-width: 768px) {
  .quickly-picking .pay-card .pay-card__progress .progress__label {
    gap: 15px;
  }
}
.quickly-picking .pay-card .pay-card__progress .progress__label span {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  color: #000;
  text-transform: none;
  line-height: normal;
}
.quickly-picking .pay-card .pay-card__progress .progress__label span:first-child {
  font-weight: 600;
}
.quickly-picking .pay-card .pay-card__progress .progress {
  position: relative;
}
.quickly-picking .pay-card .pay-card__progress .progress span {
  width: 18px;
  height: 18px;
  background-color: #82b2e9;
  border-radius: 50%;
  display: inline-block;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.quickly-picking .pay-card .pay-card__progress .progress .progress__el {
  height: 10px;
}
.quickly-picking .pay-card .btns {
  width: 100%;
}
.quickly-picking .pay-card .btns .btn.pay-card__btn {
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  height: 50px;
  background: linear-gradient(56deg, #abdf9c 0%, rgba(153, 202, 230, 0.82) 47.28%, rgba(148, 196, 251, 0.77) 55.61%, #79abe6 100%);
  margin-bottom: 10px;
}
.quickly-picking .pay-card .btns .btn.more {
  border: 1px solid #000;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
}
.quickly-picking .pay-card .btns .btn.more:hover {
  color: #fff;
  background: #1a1a1a;
}
.quickly-picking .swiper {
  padding-bottom: 75px;
}
@media (max-width: 769px) {
  .quickly-picking .swiper {
    padding-bottom: 25px;
  }
}
.quickly-picking .swiper .swiper-scrollbar {
  border-radius: 20px;
  background: #f0f0f0;
}
@media (min-width: 769px) {
  .quickly-picking .swiper .swiper-scrollbar {
    display: none;
  }
}
.quickly-picking .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 20px;
  height: 5px;
  background: rgba(192, 192, 192, 0.5);
}
.quickly-picking .swiper .pays-list__btn {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #b3d6a9;
}
@media (max-width: 768px) {
  .quickly-picking .swiper .pays-list__btn {
    display: none;
  }
}
.quickly-picking .swiper .pays-list__btn.pays-list__btn--prev {
  right: 50px;
  left: auto;
}
.quickly-picking .swiper .pays-list__btn.pays-list__btn--next {
  right: 0;
  left: auto;
}
.quickly-picking .swiper .pays-list__btn.pays-list__btn--next svg {
  transform: none;
}

.commands .list {
  display: grid;
  gap: 40px 30px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 768px) {
  .commands .list {
    gap: 30px 0;
  }
}
.commands .list .item {
  grid-column: span 4;
  line-height: normal;
}
@media (max-width: 990px) {
  .commands .list .item {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .commands .list .item {
    grid-column: span 12;
  }
}
.commands .list .item .img {
  margin-bottom: 15px;
}
.commands .list .item .img img {
  border-radius: 20px;
}
.commands .list .item .name {
  font-weight: 500;
  font-size: 25px;
  color: #000;
  margin-bottom: 15px;
}
.commands .list .item .role {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: #000;
}
@media (max-width: 768px) {
  .commands .list .item .role {
    font-size: 18px;
  }
}
.commands .list .item.slogan {
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .commands .list .item.slogan {
    display: none;
  }
}
@media (min-width: 768px) {
  .commands .list .item.slogan.desktop {
    display: flex;
  }
}
@media (max-width: 768px) {
  .commands .list .item.slogan.mob {
    display: flex;
  }
}
.commands .list .item.slogan .text {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #82b2e9;
}
@media (max-width: 768px) {
  .commands .list .item.slogan .text {
    font-size: 25px;
  }
}

.re-block.program-detail {
  padding: 0 0 50px;
}
.re-block.program-detail h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: var(--h2-margin-bottom);
}
.re-block.program-detail .subtitle {
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  color: #fff;
  background: #82b2e9;
  border-radius: 20px;
  padding: 20px 60px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .re-block.program-detail .subtitle {
    font-size: 18px;
    padding: 20px 15px;
  }
}
.re-block.program-detail .grid {
  gap: 30px;
}
.re-block.program-detail .grid .item {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
}
@media (max-width: 768px) {
  .re-block.program-detail .grid .item {
    line-height: 175%;
  }
}

.re-block.we-helped {
  padding: 50px 0 135px;
}
@media (max-width: 768px) {
  .re-block.we-helped {
    padding: 30px 0;
  }
}
.re-block.we-helped h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .re-block.we-helped h2 {
    display: none;
  }
}
.re-block.we-helped .list {
  gap: 60px 30px;
}
@media (max-width: 768px) {
  .re-block.we-helped .list {
    gap: 30px;
  }
}
.re-block.we-helped .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #1f1f1f;
  height: 350px;
  position: relative;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .re-block.we-helped .list .item {
    height: 292px;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .re-block.we-helped .list .item {
    height: 212px;
  }
}
.re-block.we-helped .list .item.img {
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .re-block.we-helped .list .item.img {
    max-width: 350px;
  }
}
.re-block.we-helped .list .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-height: 200%;
  max-width: 200%;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .re-block.we-helped .list .item img {
    height: 100%;
  }
}
.re-block.we-helped .list .item:nth-child(3n+2) {
  transform: translate(0px, 85px);
}
@media (max-width: 768px) {
  .re-block.we-helped .list .item:nth-child(3n+2) {
    transform: none;
  }
}
.re-block.we-helped .list .item.dotted {
  border: 1px dashed #000;
}
@media (max-width: 768px) {
  .re-block.we-helped .list .item.dotted {
    width: 196px;
    height: 196px;
  }
  .re-block.we-helped .list .item.dotted .inner {
    max-width: 170px;
  }
}
.re-block.we-helped .list .item.gray {
  background: #e3e3e3;
}
@media (max-width: 768px) {
  .re-block.we-helped .list .item.gray {
    width: 269px;
    height: 269px;
    margin-left: auto;
  }
  .re-block.we-helped .list .item.gray .inner {
    max-width: 210px;
  }
}
.re-block.we-helped .list .item.green {
  background: #b3d6a9;
  color: #fff;
}
@media (max-width: 768px) {
  .re-block.we-helped .list .item.green {
    width: 269px;
    height: 269px;
  }
  .re-block.we-helped .list .item.green .inner {
    max-width: 210px;
  }
}
.re-block.we-helped .list .item .name {
  text-align: center;
  line-height: normal;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .re-block.we-helped .list .item .name {
    font-size: 32px;
    line-height: normal;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .re-block.we-helped .list .item .name {
    font-size: 26px;
    margin-bottom: 0;
  }
  .re-block.we-helped .list .item .name span {
    font-size: 50px;
    line-height: 50px;
  }
}
.re-block.we-helped .list .item .name span {
  font-size: 70px;
  display: block;
  line-height: 68px;
}
@media (max-width: 768px) {
  .re-block.we-helped .list .item .name span {
    font-size: 32px;
    line-height: normal;
  }
}
.re-block.we-helped .list .item .desc {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  text-align: center;
  line-height: normal;
}
@media (min-width: 769px) and (max-width: 990px) {
  .re-block.we-helped .list .item .desc {
    font-size: 14px;
  }
}

.smi-block .list {
  gap: 30px;
}
.smi-block .list .item .img {
  position: relative;
  margin-bottom: 20px;
  height: 280px;
  overflow: hidden;
  border-radius: 20px;
  display: block;
}
.smi-block .list .item .img img {
  max-width: 100%;
}
.smi-block .list .item .img .preview {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-width: 200%;
  border-radius: 20px;
}
.smi-block .list .item .img .logo {
  position: absolute;
  top: 10px;
  right: 9px;
  border-radius: 5px;
  width: 76px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smi-block .list .item .img .logo img {
  width: auto;
}
.smi-block .list .item .text {
  line-height: normal;
}
.smi-block .list .item .text .date {
  font-weight: 400;
  font-size: 16px;
  color: #494949;
  margin-bottom: 20px;
}
.smi-block .list .item .text .name {
  font-weight: 500;
  font-size: 25px;
  color: #1f1f1f;
  margin-bottom: 20px;
  display: block;
}
.smi-block .list .item .text .subname {
  font-weight: 400;
  font-size: 16px;
  color: #494949;
}

.re-block.news-block {
  padding: 50px 0 70px;
}
@media (max-width: 768px) {
  .re-block.news-block {
    padding: 30px 0;
  }
}
.re-block.news-block .list {
  gap: 60px 30px;
}
@media (max-width: 768px) {
  .re-block.news-block .list {
    gap: 30px 0;
  }
}
.re-block.news-block .list .item .img {
  display: block;
  margin-bottom: 20px;
}
.re-block.news-block .list .item .img img {
  max-width: 100%;
}
.re-block.news-block .list .item .img .preview {
  border-radius: 20px;
}
.re-block.news-block .list .item .text {
  line-height: normal;
}
.re-block.news-block .list .item .text .date {
  font-weight: 400;
  font-size: 16px;
  color: #838383;
  margin-bottom: 20px;
}
.re-block.news-block .list .item .text .name {
  display: block;
  font-weight: 500;
  font-size: 25px;
  color: #1f1f1f;
  margin-bottom: 20px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .re-block.news-block .list .item .text .name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .re-block.news-block .list .item .text .name {
    font-size: 18px;
  }
}
.re-block.news-block .list .item .text .desc {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
  margin-bottom: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
}
@media (max-width: 768px) {
  .re-block.news-block .list .item .text .desc {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    line-height: normal;
    margin-bottom: 30px;
  }
}
.re-block.news-block .list .item .text .link a {
  font-weight: 600;
  font-size: var(--desc-p-size);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--desc-p-color);
  display: flex;
  gap: 20px;
  align-items: center;
}
.re-block.news-block .pagination {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .re-block.news-block .pagination {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.re-block.news-block .pagination li {
  padding: 0;
}
@media (max-width: 768px) {
  .re-block.news-block .pagination li .pagination__link {
    width: 40px;
    height: 40px;
  }
}
.re-block.news-block .pagination li:before {
  display: none;
}

.actions-block .list {
  gap: 60px 30px;
}
@media (max-width: 768px) {
  .actions-block .list {
    gap: 30px 0;
  }
}
.actions-block .list .item {
  line-height: normal;
}
.actions-block .list .item .img {
  margin-bottom: 20px;
  position: relative;
  height: 365px;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 769px) and (max-width: 990px) {
  .actions-block .list .item .img {
    height: 260px;
  }
}
.actions-block .list .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  max-width: 200%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
}
@media (min-width: 769px) and (max-width: 990px) {
  .actions-block .list .item .img img {
    height: 100%;
  }
}
.actions-block .list .item .text .name {
  font-weight: 500;
  font-size: 25px;
  color: #000;
  margin-bottom: 20px;
}
@media (min-width: 769px) and (max-width: 990px) {
  .actions-block .list .item .text .name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .actions-block .list .item .text .name {
    font-size: 18px;
  }
}
.actions-block .list .item .text .desc {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .actions-block .list .item .text .desc {
    line-height: normal;
  }
}
.actions-block .list .item .text .links {
  display: flex;
  gap: 13px;
}
@media (min-width: 769px) and (max-width: 990px) {
  .actions-block .list .item .text .links {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .actions-block .list .item .text .links {
    flex-wrap: wrap;
  }
}
.actions-block .list .item .text .links a.btn {
  border-radius: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}
@media (min-width: 769px) and (max-width: 990px) {
  .actions-block .list .item .text .links a.btn {
    width: 100%;
  }
}
.actions-block .list .item .text .links a.btn.gradient {
  border: none;
  background: linear-gradient(56deg, #abdf9c 0%, rgba(153, 202, 230, 0.82) 47.28%, rgba(148, 196, 251, 0.77) 55.61%, #79abe6 100%);
}
.actions-block .list .item .text .links a.btn.gradient span {
  color: #fff;
}
.actions-block .list .item .text .links a.btn.transparent {
  border: 1px solid #000;
}
.actions-block .list .item .text .links a.btn.transparent span {
  color: #474747;
}
.actions-block .list .item .text .links a.btn.transparent:hover {
  background: #474747;
}
.actions-block .list .item .text .links a.btn.transparent:hover span {
  color: #fff;
}
.actions-block .list .item .text .links a.btn.transparent:hover path {
  fill: #fff;
}
.actions-block .list .item .text .links a.btn span {
  font-weight: 700;
  font-size: 16px;
}

.re-block.crowdfunding-complete {
  padding: 40px 0 50px;
}
.re-block.crowdfunding-complete .item {
  line-height: normal;
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  padding: 15px 15px 20px;
  display: flex;
  flex-direction: column;
}
.re-block.crowdfunding-complete .item.slogan {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #82b2e9;
}
@media (max-width: 768px) {
  .re-block.crowdfunding-complete .item.slogan {
    font-size: 20px;
    padding: 0;
    display: none;
  }
}
.re-block.crowdfunding-complete .item .img {
  margin-bottom: 20px;
}
.re-block.crowdfunding-complete .item .text .name {
  font-weight: 500;
  font-size: 25px;
  color: #1f1f1f;
  margin-bottom: 20px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .re-block.crowdfunding-complete .item .text .name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .re-block.crowdfunding-complete .item .text .name {
    font-size: 18px;
  }
}
.re-block.crowdfunding-complete .item .text .desc {
  font-weight: 400;
  font-size: 16px;
  color: #1f1f1f;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  margin-bottom: 25px;
}
.re-block.crowdfunding-complete .item .text-bottom {
  margin-top: auto;
}
.re-block.crowdfunding-complete .item .progress__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .re-block.crowdfunding-complete .item .progress__labels {
    gap: 18px;
    margin-bottom: 25px;
  }
}
.re-block.crowdfunding-complete .item .progress__labels .progress__label {
  display: flex;
  gap: 24px;
  line-height: normal;
  width: 100%;
}
.re-block.crowdfunding-complete .item .progress__labels .progress__label span {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  color: var(--desc-p-color);
  text-transform: none;
  margin: 0;
}
.re-block.crowdfunding-complete .item .progress__labels .progress__label span:first-child {
  font-weight: 600;
}
.re-block.crowdfunding-complete .item .progress {
  position: relative;
  margin-bottom: 24px;
}
.re-block.crowdfunding-complete .item .progress .progress__el {
  height: 10px;
}
.re-block.crowdfunding-complete .item .progress span {
  width: 18px;
  height: 18px;
  background-color: #82b2e9;
  border-radius: 50%;
  display: inline-block;
  top: 50%;
  position: absolute;
  transform: translate(-100%, -50%);
}
.re-block.crowdfunding-complete .item .btns a.btn {
  border: 1px solid #1f1f1f;
  border-radius: 50px;
  height: 50px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
  cursor: pointer;
}
.re-block.crowdfunding-complete .item .btns a.btn:hover {
  background: #1f1f1f;
  color: #fff;
}

.reports-gallery .list {
  gap: 70px 30px;
}
@media (max-width: 768px) {
  .reports-gallery .list {
    gap: 30px 0;
  }
}
.reports-gallery .item {
  line-height: normal;
}
.reports-gallery .item.gallery-item .swiper {
  height: 360px;
  border-radius: 20px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .reports-gallery .item.gallery-item .swiper {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .reports-gallery .item.gallery-item .swiper {
    height: 220px;
  }
}
.reports-gallery .item.gallery-item img {
  border-radius: 20px;
}
.reports-gallery .item.gallery-item .swiper-button-prev,
.reports-gallery .item.gallery-item .swiper-button-next {
  background: transparent;
  border: none;
  outline: none;
  height: 30px;
  width: 30px;
  padding: 0;
  transform: translate(0, 7px);
}
.reports-gallery .item.gallery-item .swiper-button-prev:after,
.reports-gallery .item.gallery-item .swiper-button-next:after {
  display: none;
}
.reports-gallery .item.gallery-item .swiper-button-prev {
  left: 15px;
}
.reports-gallery .item.gallery-item .swiper-button-next {
  right: 15px;
}
.reports-gallery .item.video .img {
  position: relative;
  height: 360px;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .reports-gallery .item.video .img {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .reports-gallery .item.video .img {
    height: 220px;
  }
}
.reports-gallery .item.video .img a img {
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 200%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.reports-gallery .item.video .img a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.reports-gallery .item.video .img a:hover svg {
  transform: translate(-50%, -50%) scale(1.2);
}
.reports-gallery .item .text {
  margin-top: 20px;
}
.reports-gallery .item .text .name {
  font-weight: 500;
  font-size: 25px;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .reports-gallery .item .text .name {
    font-size: 18px;
  }
}
.reports-gallery .item .text .desc {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
}

.helped-families-block h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: 60px;
}
.helped-families-block .list {
  position: relative;
  padding-bottom: 70px;
}
.helped-families-block .list .swiper-button-prev,
.helped-families-block .list .swiper-button-next {
  bottom: 0;
  top: auto;
  left: auto;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: #b3d6a9;
  border: none;
  outline: none;
}
.helped-families-block .list .swiper-button-prev svg,
.helped-families-block .list .swiper-button-next svg {
  height: 30px;
  width: 30px;
}
.helped-families-block .list .swiper-button-prev:after,
.helped-families-block .list .swiper-button-next:after {
  display: none;
}
.helped-families-block .list .swiper-button-prev {
  right: 50px;
}
.helped-families-block .list .swiper-button-next {
  right: 0;
}
.helped-families-block .item {
  line-height: normal;
}
.helped-families-block .img {
  display: block;
  margin-bottom: 19px;
}
.helped-families-block .img img {
  width: 100%;
  border-radius: 20px;
}
.helped-families-block .text .name {
  font-weight: 500;
  font-size: 25px;
  color: #1f1f1f;
  margin-bottom: 19px;
  display: block;
}
.helped-families-block .text .desc {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
  margin-bottom: 19px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
}
@media (max-width: 768px) {
  .helped-families-block .text .desc {
    font-size: 18px;
    line-height: 156%;
    color: #000;
  }
}
.helped-families-block .text .link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.helped-families-block .text .link span {
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #1f1f1f;
}

.partners-block h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .partners-block h2 {
    margin-bottom: 30px;
  }
}
.partners-block .list {
  gap: 30px;
}
@media (max-width: 768px) {
  .partners-block .list {
    gap: 30px 24px;
  }
}
.partners-block .list .item .img {
  margin-bottom: 15px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .partners-block .list .item .img {
    height: 150px;
  }
}
.partners-block .list .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partners-block .list .item .text .name {
  font-weight: 500;
  font-size: 25px;
  color: #1f1f1f;
}
@media (max-width: 768px) {
  .partners-block .list .item .text .name {
    font-size: 18px;
  }
}

.trustees-block h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .trustees-block h2 {
    margin-bottom: 30px;
  }
}
.trustees-block .item .img {
  height: 370px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.trustees-block .item .img img {
  width: auto;
  max-width: fit-content;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.trustees-block .item .text .name {
  font-weight: 500;
  font-size: 25px;
  color: #1f1f1f;
  margin: 15px 0;
  line-height: normal;
}
.trustees-block .item .text .desc {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
}
@media (max-width: 768px) {
  .trustees-block .item .text .desc {
    line-height: 20px;
  }
}

.rekvizity-block h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .rekvizity-block h2 {
    margin-bottom: 30px;
  }
}
.rekvizity-block .list {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .rekvizity-block .list {
    gap: 40px 0;
    margin-bottom: 50px;
  }
}
.rekvizity-block .list .item {
  position: relative;
}
@media (max-width: 768px) {
  .rekvizity-block .list .item {
    background: rgba(130, 178, 233, 0.1);
    margin: 0 -10px;
    padding: 30px 10px;
    border-radius: 20px;
  }
}
.rekvizity-block .list .item:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  height: calc(100% + 70px);
  min-width: 1000%;
  border-radius: 20px;
}
.rekvizity-block .list .item:nth-child(1):before {
  background: rgba(150, 201, 1, 0.1);
  right: -15px;
}
.rekvizity-block .list .item:nth-child(2):before {
  background: rgba(130, 178, 233, 0.1);
  left: -15px;
}
@media (max-width: 768px) {
  .rekvizity-block .list .item {
    min-width: 100%;
    left: auto;
    right: auto;
  }
}
.rekvizity-block .list .item .file-btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .rekvizity-block .list .item .file-btn {
    margin-top: 20px;
  }
}
.rekvizity-block .list .item .file-btn a {
  font-weight: 700;
  font-size: 16px;
  color: #474747;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50px;
  width: 100%;
  max-width: 335px;
  height: 50px;
}
@media (max-width: 768px) {
  .rekvizity-block .list .item .file-btn a {
    max-width: 100%;
  }
}
.rekvizity-block h4 {
  font-weight: 600;
  font-size: 30px;
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .rekvizity-block h4 {
    font-size: 26px;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .rekvizity-block h4 {
    font-size: 24px;
    min-height: 57px;
  }
}
@media (max-width: 768px) {
  .rekvizity-block h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.rekvizity-block .sub-item {
  padding: 30px 0 20px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .rekvizity-block .sub-item {
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0 10px;
  }
}
.rekvizity-block .sub-item div {
  width: 100%;
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: #000;
}
@media (max-width: 768px) {
  .rekvizity-block .sub-item div {
    line-height: normal;
  }
  .rekvizity-block .sub-item div:first-child {
    font-weight: 600;
    font-size: 16px;
    color: #1f1f1f;
  }
}
.rekvizity-block p {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: #000;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .rekvizity-block p {
    line-height: 20px;
    margin-bottom: 20px;
  }
  .rekvizity-block p:last-child {
    margin-bottom: 0;
  }
}
.rekvizity-block p:last-child {
  margin-bottom: 0;
}

.re-block.about-areas-of-support {
  background: rgba(130, 178, 233, 0.1);
  line-height: normal;
  margin: 100px 0 50px;
}
@media (max-width: 768px) {
  .re-block.about-areas-of-support {
    margin: 30px 0;
  }
}
.re-block.about-areas-of-support .inner {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(12, 1fr);
}
.re-block.about-areas-of-support .left {
  display: flex;
  align-items: center;
  grid-column: span 4;
}
@media (max-width: 768px) {
  .re-block.about-areas-of-support .left {
    grid-column: span 12;
  }
}
.re-block.about-areas-of-support .left .left-inner {
  padding-right: 60px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .re-block.about-areas-of-support .left .left-inner {
    padding-right: 40px;
  }
}
@media (max-width: 990px) {
  .re-block.about-areas-of-support .left .left-inner {
    padding-right: 0;
  }
}
.re-block.about-areas-of-support .left h3 {
  font-weight: var(--h3-weight);
  font-size: var(--h3-size);
  color: var(--h3-color);
  margin-bottom: 21px;
}
@media (min-width: 769px) and (max-width: 990px) {
  .re-block.about-areas-of-support .left h3 {
    font-size: 28px;
  }
}
.re-block.about-areas-of-support .left p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #737373;
  margin-bottom: 0;
}
.re-block.about-areas-of-support .right {
  grid-column: span 8;
}
@media (max-width: 768px) {
  .re-block.about-areas-of-support .right {
    grid-column: span 12;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }
}
.re-block.about-areas-of-support .right .item {
  border-radius: 20px;
  padding: 20px 10px;
  background: #fff;
}
@media (max-width: 768px) {
  .re-block.about-areas-of-support .right .item {
    grid-column: span 2;
    padding: 15px 25px 15px 15px;
  }
}
.re-block.about-areas-of-support .right .item.full {
  grid-column: span 2;
}
.re-block.about-areas-of-support .right .item .name {
  font-weight: 600;
  font-size: 25px;
  color: #000;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 769px) and (max-width: 990px) {
  .re-block.about-areas-of-support .right .item .name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .re-block.about-areas-of-support .right .item .name {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .re-block.about-areas-of-support .right .item .name span {
    max-width: 240px;
    display: inline-block;
  }
}
.re-block.about-areas-of-support .right .item .name img {
  height: 100%;
}
.re-block.about-areas-of-support .right .item p {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: #000;
}
@media (min-width: 769px) and (max-width: 990px) {
  .re-block.about-areas-of-support .right .item p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .re-block.about-areas-of-support .right .item p {
    line-height: 20px;
  }
}
.re-block.about-areas-of-support .right .item p:last-child {
  margin-bottom: 0;
}

.about-geography {
  line-height: normal;
}
.about-geography h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .about-geography h2 {
    margin-bottom: 20px;
  }
}
.about-geography .list {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .about-geography .list {
    gap: 20px 0;
  }
}
.about-geography .list .item {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
}
@media (max-width: 768px) {
  .about-geography .list .item {
    line-height: 20px;
  }
}
.about-geography .list .item.bold {
  font-weight: 600;
  line-height: normal;
}
.about-geography iframe {
  border-radius: 20px;
}

.about-how-we-work .top h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: var(--h2-margin-bottom);
}
.about-how-we-work .top p {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
}
@media (max-width: 768px) {
  .about-how-we-work .top p {
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .about-how-we-work .top {
    margin-bottom: 20px;
  }
  .about-how-we-work .top br {
    display: none;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .about-how-we-work .bottom {
    transform: scale(0.9);
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .about-how-we-work .bottom {
    transform: scale(0.7);
  }
}
.about-how-we-work .bottom .center {
  position: absolute;
  max-width: 440px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: normal;
}
@media (max-width: 768px) {
  .about-how-we-work .bottom .center {
    position: static;
    transform: none;
    order: 2;
  }
}
.about-how-we-work .bottom .center p {
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  color: #404040;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .about-how-we-work .bottom .center p {
    font-size: 20px;
    font-weight: 600;
  }
}
.about-how-we-work .bottom .center p:last-child {
  margin-bottom: 0;
}
.about-how-we-work .bottom .radial-section {
  margin-top: 110px;
  margin-bottom: 100px;
  position: relative;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .about-how-we-work .bottom .radial-section {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .about-how-we-work .bottom .radial-section {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .about-how-we-work .bottom .radial-section {
    position: static;
    margin: 0;
    display: grid;
    gap: 30px 0;
  }
}
.about-how-we-work .bottom .radial-section svg {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-how-we-work .bottom .radial-section svg {
    display: none;
  }
}
.about-how-we-work .bottom .radial-section .radial-list {
  line-height: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 540px;
  height: 540px;
}
@media (max-width: 768px) {
  .about-how-we-work .bottom .radial-section .radial-list {
    position: relative;
    transform: none;
    width: 100%;
    height: auto;
    order: 1;
    top: auto;
    left: auto;
  }
  .about-how-we-work .bottom .radial-section .radial-list:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 8px);
    left: 6px;
    top: 8px;
    background: #cbcbcb;
  }
}
.about-how-we-work .bottom .radial-section .radial-list .item {
  position: absolute;
  display: flex;
  max-width: 237px;
  align-items: center;
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  color: var(--desc-p-color);
}
@media (max-width: 768px) {
  .about-how-we-work .bottom .radial-section .radial-list .item {
    position: relative;
    transform: none !important;
    width: 100%;
    text-align: left !important;
    max-width: 100%;
    margin: 0 0 20px 0 !important;
    padding: 0 0 0 17px !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
  }
  .about-how-we-work .bottom .radial-section .radial-list .item:last-child {
    margin-bottom: 0 !important;
  }
}
.about-how-we-work .bottom .radial-section .radial-list .item.item-1 {
  left: 0;
  top: 270px;
  text-align: right;
  transform: translate(calc(-100% - 48px), -50%);
}
.about-how-we-work .bottom .radial-section .radial-list .item.item-1:before {
  left: auto;
  right: -73px;
}
.about-how-we-work .bottom .radial-section .radial-list .item.item-2 {
  padding-bottom: 32px;
  left: 50%;
  top: auto;
  bottom: 100%;
  transform: translate(-11px, 0);
}
.about-how-we-work .bottom .radial-section .radial-list .item.item-2:before {
  left: 0;
  bottom: 0;
  top: 100%;
  transform: translate(0, -50%);
}
.about-how-we-work .bottom .radial-section .radial-list .item.item-3 {
  top: 50%;
  right: 0;
  transform: translate(calc(100% + 30px), -17px);
}
.about-how-we-work .bottom .radial-section .radial-list .item.item-3:before {
  left: -30px;
  top: 5px;
  transform: translate(-50%, 0);
}
.about-how-we-work .bottom .radial-section .radial-list .item.item-4 {
  top: 100%;
  left: 50%;
  transform: translate(-11px, 0);
  padding-top: 35px;
}
.about-how-we-work .bottom .radial-section .radial-list .item.item-4:before {
  left: 0;
  top: 0;
  transform: translate(0, -50%);
}
.about-how-we-work .bottom .radial-section .radial-list .item.item-5 {
  bottom: 67px;
  left: 0;
  text-align: right;
  transform: translate(calc(-100% - 47px), 0px);
}
.about-how-we-work .bottom .radial-section .radial-list .item.item-5:before {
  left: auto;
  right: -92px;
  top: 5px;
  transform: translate(0, 0);
}
.about-how-we-work .bottom .radial-section .radial-list .item:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #82b2e9;
}
@media (max-width: 768px) {
  .about-how-we-work .bottom .radial-section .radial-list .item:before {
    width: 13px;
    height: 13px;
    transform: none !important;
    top: 6px !important;
    left: 0 !important;
  }
}

.about-target {
  line-height: normal;
}
.about-target h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .about-target h2 {
    margin-bottom: 33px;
  }
}
.about-target .list {
  gap: 37px 30px;
  counter-reset: item;
}
@media (max-width: 768px) {
  .about-target .list {
    gap: 25px;
  }
}
.about-target .list .item {
  position: relative;
  counter-increment: item;
  padding-top: 55px;
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: #000;
}
@media (max-width: 768px) {
  .about-target .list .item {
    padding-top: 0;
    padding-left: 42px;
    line-height: normal;
  }
  .about-target .list .item b {
    font-weight: normal;
  }
}
.about-target .list .item::before {
  content: counter(item) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 35px;
  color: #82b2e9;
}
@media (max-width: 768px) {
  .about-target .list .item::before {
    top: -2px;
  }
}

.about-trust-us {
  line-height: normal;
}
.about-trust-us h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: var(--h2-margin-bottom);
}
.about-trust-us .desc {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
  margin-bottom: 34px;
}
.about-trust-us .list {
  margin-bottom: 60px;
}
.about-trust-us .list a.item {
  border-radius: 20px;
  height: 300px;
  background: #82b2e9;
  display: flex;
  align-items: end;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  padding: 25px 15px 25px 20px;
  position: relative;
}
@media (min-width: 769px) and (max-width: 990px) {
  .about-trust-us .list a.item {
    height: 240px;
    font-size: 22px;
  }
}
.about-trust-us .list a.item svg {
  position: absolute;
  top: 21px;
  right: 21px;
}
.about-trust-us .bottom {
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  color: #404040;
}
@media (max-width: 768px) {
  .about-trust-us .bottom {
    font-size: 18px;
  }
}

.about-what-we-do {
  line-height: normal;
}
.about-what-we-do .top {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .about-what-we-do .top {
    margin-bottom: 33px;
  }
}
.about-what-we-do .top h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: var(--h2-margin-bottom);
}
@media (max-width: 768px) {
  .about-what-we-do .top h2 {
    margin-bottom: 40px;
  }
}
.about-what-we-do .top p {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .about-what-we-do .top p {
    line-height: 20px;
  }
  .about-what-we-do .top p br {
    display: none;
  }
}
.about-what-we-do .bottom {
  display: grid;
  gap: 40px 30px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 768px) {
  .about-what-we-do .bottom {
    gap: 30px 0;
  }
}
.about-what-we-do .bottom .img {
  grid-column: span 4;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .about-what-we-do .bottom .img {
    grid-column: span 12;
    order: 2;
    height: 400px;
  }
}
.about-what-we-do .bottom .img img {
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: max-content;
}
.about-what-we-do .bottom .list {
  grid-column: span 8;
  counter-reset: item;
  gap: 31px 25px;
}
@media (max-width: 768px) {
  .about-what-we-do .bottom .list {
    gap: 23px 0;
    grid-column: span 12;
    order: 1;
  }
}
.about-what-we-do .bottom .list .item {
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: #000;
  position: relative;
  counter-increment: item;
  padding-top: 53px;
}
@media (max-width: 768px) {
  .about-what-we-do .bottom .list .item {
    line-height: 20px;
    font-weight: var(--desc-p-weight);
    padding-top: 50px;
  }
  .about-what-we-do .bottom .list .item b {
    font-weight: var(--desc-p-weight);
  }
}
.about-what-we-do .bottom .list .item::before {
  content: counter(item) ". ";
  position: absolute;
  left: 0;
  top: 8px;
  font-weight: 600;
  font-size: 35px;
  color: #82b2e9;
}

.about-who-we {
  padding-bottom: 0;
}
.about-who-we h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: var(--h2-margin-bottom);
}
@media (max-width: 768px) {
  .about-who-we .list {
    gap: 20px 0;
  }
}
.about-who-we .list .item {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
}
@media (max-width: 768px) {
  .about-who-we .list .item {
    line-height: 20px;
  }
}

.family-help {
  line-height: normal;
}
.family-help h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .family-help h2 {
    margin-bottom: 20px;
  }
}
.family-help p {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .family-help p {
    margin-bottom: 20px;
    text-align: center;
    line-height: normal;
  }
}
.family-help img {
  border-radius: 20px;
}

.history-fund h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: 30px;
}
.history-fund .list {
  gap: 30px;
}
.history-fund .list .text {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
}
.history-fund .list .text p {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .history-fund .list .text p {
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.history-fund .list .text p:last-child {
  margin-bottom: 0;
}
.history-fund .list .images {
  align-self: start;
}
@media (max-width: 768px) {
  .history-fund .list .images {
    gap: 20px;
  }
}
.history-fund .list .images img {
  border-radius: 20px;
}

.mission-fund .inner {
  border-radius: 20px;
  padding: 28px 66px 40px;
  background: #82b2e9;
  line-height: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .mission-fund .inner {
    padding: 40px 12px;
    margin: 0 -10px;
  }
}
.mission-fund h3 {
  text-align: center;
  color: #fff;
  font-weight: var(--h3-weight);
  font-size: var(--h3-size);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mission-fund h3 {
    font-size: 25px;
  }
}
.mission-fund p {
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .mission-fund p {
    font-size: 18px;
  }
}

.who-we {
  line-height: normal;
}
.who-we h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: 30px;
}
.who-we .list {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .who-we .list {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.who-we .list p {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
}
@media (max-width: 768px) {
  .who-we .list p {
    margin-bottom: 0;
    line-height: 20px;
  }
}
.who-we .list p:last-child {
  margin-bottom: 0;
}
.who-we .graphic {
  position: relative;
}
.who-we .graphic svg, .who-we .graphic img {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .who-we .graphic svg.mob, .who-we .graphic img.mob {
    display: none;
  }
}
@media (max-width: 768px) {
  .who-we .graphic svg.desktop, .who-we .graphic img.desktop {
    display: none;
  }
}

.who-we-help {
  line-height: normal;
}
.who-we-help h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: 30px;
}
.who-we-help .list {
  gap: 30px;
}
@media (max-width: 768px) {
  .who-we-help .list {
    gap: 30px 0;
  }
}
.who-we-help .list .item .img {
  position: relative;
  height: 300px;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .who-we-help .list .item .img {
    margin-bottom: 10px;
    height: auto;
  }
}
.who-we-help .list .item img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  width: auto;
  max-width: none;
  position: absolute;
}
@media (max-width: 768px) {
  .who-we-help .list .item img {
    position: static;
    height: auto;
    width: 100%;
    transform: none;
  }
}
.who-we-help .list .item .name {
  font-weight: 500;
  font-size: 25px;
  color: #000;
}
@media (max-width: 768px) {
  .who-we-help .list .item .name {
    font-size: 16px;
  }
}

.become-a-partner {
  line-height: normal;
}
.become-a-partner .desc {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 30px;
}
.become-a-partner .desc .inner {
  grid-column: span 8;
}
@media (max-width: 768px) {
  .become-a-partner .desc .inner {
    grid-column: span 12;
  }
}
.become-a-partner .desc p {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
}
@media (max-width: 768px) {
  .become-a-partner .desc p {
    line-height: 175%;
  }
}
.become-a-partner h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: var(--h2-margin-bottom);
}
.become-a-partner h3 {
  font-size: 30px;
  font-weight: var(--h3-weight);
  color: var(--h3-color);
  margin-bottom: var(--h3-margin-bottom);
}
@media (max-width: 768px) {
  .become-a-partner h3 {
    font-size: 20px;
  }
}
.become-a-partner .list {
  margin-bottom: 60px;
  counter-reset: item;
}
@media (max-width: 768px) {
  .become-a-partner .list {
    gap: 40px;
    margin-bottom: 40px;
  }
}
.become-a-partner .list .item {
  position: relative;
  counter-increment: item;
}
.become-a-partner .list .item > * {
  width: 100%;
}
.become-a-partner .list .item:before {
  content: counter(item) ". ";
  font-weight: 600;
  font-size: 35px;
  color: #82b2e9;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .become-a-partner .list .item:before {
    font-size: 25px;
  }
}
.become-a-partner .list .item .name {
  font-weight: 500;
  font-size: 25px;
  color: var(--desc-p-color);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .become-a-partner .list .item .name {
    font-size: 18px;
  }
}
.become-a-partner .list .item p {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .become-a-partner .list .item p {
    line-height: 175%;
  }
  .become-a-partner .list .item p b {
    font-weight: var(--desc-p-weight);
  }
}
.become-a-partner .list .item p:last-child {
  margin-bottom: 0;
}
.become-a-partner .bottom {
  margin-bottom: 30px;
}
.become-a-partner .bottom p {
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  color: var(--desc-p-color);
}
@media (max-width: 768px) {
  .become-a-partner .bottom p {
    font-size: 18px;
  }
}
.become-a-partner .bottom-btns {
  margin-top: 30px;
  display: flex;
  gap: 13px;
  justify-content: center;
}
@media (max-width: 768px) {
  .become-a-partner .bottom-btns {
    flex-wrap: wrap;
  }
}
.become-a-partner .bottom-btns a.btn {
  border-radius: 50px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 263px;
  height: 50px;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 768px) {
  .become-a-partner .bottom-btns a.btn {
    width: 100%;
  }
}
.become-a-partner .bottom-btns a.btn.gradient {
  color: #fff;
  background: linear-gradient(56deg, #abdf9c 0%, rgba(153, 202, 230, 0.82) 47.28%, rgba(148, 196, 251, 0.77) 55.61%, #79abe6 100%);
  border: none;
  outline: none;
}
.become-a-partner .bottom-btns a.btn.white {
  color: #474747;
  border: 1px solid #000;
}

.re-block.become-a-volunteer {
  background: rgba(130, 178, 233, 0.1);
  border-radius: 20px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .re-block.become-a-volunteer {
    margin-bottom: 30px;
  }
}
.re-block.become-a-volunteer h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: var(--h2-margin-bottom);
}
.re-block.become-a-volunteer h3 {
  font-weight: var(--h3-weight);
  font-size: var(--h3-size);
  color: var(--h3-color);
  margin-bottom: var(--h3-margin-bottom);
}
@media (max-width: 768px) {
  .re-block.become-a-volunteer h3 {
    font-size: 25px;
  }
}
.re-block.become-a-volunteer p {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
}
@media (max-width: 768px) {
  .re-block.become-a-volunteer p {
    line-height: 20px;
  }
}
.re-block.become-a-volunteer .desc {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(12, 1fr);
}
.re-block.become-a-volunteer .desc .inner {
  grid-column: span 8;
}
@media (max-width: 768px) {
  .re-block.become-a-volunteer .desc .inner {
    grid-column: span 12;
  }
}
.re-block.become-a-volunteer .list {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .re-block.become-a-volunteer .list {
    margin: 20px 0 5px;
  }
  .re-block.become-a-volunteer .list .grid {
    gap: 20px 0;
  }
}
.re-block.become-a-volunteer .item .name {
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
  font-weight: bold;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .re-block.become-a-volunteer .item .name {
    margin-bottom: 15px;
  }
  .re-block.become-a-volunteer .item .name br {
    display: none;
  }
}
.re-block.become-a-volunteer .item p {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .re-block.become-a-volunteer .item p {
    margin-bottom: 20px;
  }
  .re-block.become-a-volunteer .item p:last-child {
    margin-bottom: 0;
  }
}
.re-block.become-a-volunteer .item p:last-child {
  margin-bottom: 0;
}

.re-block.help-stuff {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .re-block.help-stuff {
    margin-bottom: 0;
  }
}
.re-block.help-stuff h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: var(--h2-margin-bottom);
}
.re-block.help-stuff h3 {
  font-weight: var(--h3-weight);
  font-size: var(--h3-size);
  color: var(--h3-color);
  margin-bottom: var(--h3-margin-bottom);
}
@media (max-width: 768px) {
  .re-block.help-stuff h3 {
    font-size: 25px;
  }
}
.re-block.help-stuff h4 {
  font-weight: var(--h4-weight);
  font-size: var(--h4-size);
  color: var(--h4-color);
}
@media (max-width: 768px) {
  .re-block.help-stuff h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.re-block.help-stuff .list {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .re-block.help-stuff .list {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.re-block.help-stuff .list p {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
}
@media (max-width: 768px) {
  .re-block.help-stuff .list p {
    line-height: 20px;
  }
}
.re-block.help-stuff .need-list {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .re-block.help-stuff .need-list {
    gap: 20px 0;
  }
}
@media (max-width: 768px) {
  .re-block.help-stuff .need-list .grid {
    gap: 10px 0;
  }
}
.re-block.help-stuff .need-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.re-block.help-stuff .need-list li {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
  position: relative;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .re-block.help-stuff .need-list li {
    line-height: 20px;
  }
}
.re-block.help-stuff .need-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 13px;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #000;
}
@media (max-width: 768px) {
  .re-block.help-stuff .need-list li:before {
    top: 10px;
    height: 2px;
    width: 2px;
  }
}
.re-block.help-stuff .desc p {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
  margin-bottom: 28px;
}
.re-block.help-stuff .desc p:last-child {
  margin-bottom: 0;
}
.re-block.help-stuff .bottom-btns {
  margin-top: 30px;
  display: flex;
  gap: 13px;
}
@media (max-width: 768px) {
  .re-block.help-stuff .bottom-btns {
    flex-wrap: wrap;
  }
}
.re-block.help-stuff .bottom-btns a.btn {
  border-radius: 50px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--a-btn-width);
  height: var(--a-btn-height);
  gap: var(--a-btn-gap);
  font-weight: var(--a-btn-weight);
  font-size: var(--a-btn-size);
}
@media (max-width: 768px) {
  .re-block.help-stuff .bottom-btns a.btn {
    width: 100%;
  }
}
.re-block.help-stuff .bottom-btns a.btn.gradient {
  color: var(--a-btn-color-gradient);
  background: var(--a-btn-bg-gradient);
  border: none;
  outline: none;
}
.re-block.help-stuff .bottom-btns a.btn.white {
  color: var(--a-btn-color-white);
  border: 1px solid #000;
}

.re-block.help-targeted-manner {
  background: rgba(150, 201, 1, 0.1);
  border-radius: 20px;
  line-height: normal;
  padding: 40px 0;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .re-block.help-targeted-manner {
    margin: 30px 0;
    padding: 30px 0;
  }
}
.re-block.help-targeted-manner h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: var(--h2-margin-bottom);
}
.re-block.help-targeted-manner h3 {
  font-weight: var(--h3-weight);
  font-size: var(--h3-size);
  color: var(--h3-color);
  margin-bottom: var(--h3-margin-bottom);
}
@media (max-width: 768px) {
  .re-block.help-targeted-manner h3 {
    font-size: 25px;
    margin-bottom: 23px;
  }
}
.re-block.help-targeted-manner .desc p {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
}
@media (max-width: 768px) {
  .re-block.help-targeted-manner .desc p {
    line-height: 20px;
  }
}
.re-block.help-targeted-manner p, .re-block.help-targeted-manner li {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: #000;
}
@media (max-width: 768px) {
  .re-block.help-targeted-manner p, .re-block.help-targeted-manner li {
    line-height: 20px;
  }
}
.re-block.help-targeted-manner p {
  margin-bottom: 28px;
}
.re-block.help-targeted-manner p:last-child {
  margin-bottom: 0;
}

.support-via-SMS {
  line-height: normal;
}
.support-via-SMS h2 {
  font-weight: var(--h2-weight);
  font-size: var(--h2-size);
  color: var(--h2-color);
  margin-bottom: var(--h2-margin-bottom);
}
.support-via-SMS .subtitle {
  margin-bottom: 30px;
  display: flex;
  gap: 14px;
  align-items: center;
}
@media (max-width: 768px) {
  .support-via-SMS .subtitle {
    gap: 20px;
  }
}
.support-via-SMS .subtitle h4 {
  font-weight: 500;
  font-size: var(--h4-size);
  color: #1f1f1f;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .support-via-SMS .subtitle h4 {
    font-size: 18px;
  }
}
.support-via-SMS .subtitle span {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  background: #82b2e9;
  border-radius: 20px;
  display: inline-block;
  padding: 0 18px;
}
@media (max-width: 768px) {
  .support-via-SMS .subtitle span {
    font-size: 18px;
    padding: 2px 26px;
  }
}
.support-via-SMS .desc {
  margin-bottom: 30px;
}
.support-via-SMS .desc p {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .support-via-SMS .desc p {
    margin-bottom: 20px;
    line-height: 20px;
  }
  .support-via-SMS .desc p:last-child {
    margin-bottom: 0;
  }
}
.support-via-SMS .desc p:last-child {
  margin-bottom: 0;
}
.support-via-SMS .desc img {
  display: block;
  margin: 0 auto;
}
.support-via-SMS p, .support-via-SMS li {
  font-weight: 400;
  font-size: 14px;
  color: #5c5f66;
}
.support-via-SMS p a, .support-via-SMS li a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.support-via-SMS ul {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .support-via-SMS ul {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.support-via-SMS li {
  line-height: normal;
}
.support-via-SMS li:before {
  top: 9px;
  width: 2px;
  height: 2px;
}
.support-via-SMS li a {
  color: #000;
}

.make-a-donation .inner {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(12, 1fr);
}
.make-a-donation .desc {
  grid-column: span 4;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .make-a-donation .desc {
    grid-column: span 3;
  }
}
@media (max-width: 990px) {
  .make-a-donation .desc {
    grid-column: span 12;
  }
}
.make-a-donation .desc h3 {
  font-weight: var(--h3-weight);
  font-size: var(--h3-size);
  color: var(--h3-color);
  margin-bottom: var(--h3-margin-bottom);
}
@media (max-width: 768px) {
  .make-a-donation .desc h3 {
    margin-bottom: 20px;
  }
}
.make-a-donation .desc p {
  font-weight: var(--desc-p-weight);
  font-size: var(--desc-p-size);
  line-height: var(--desc-p-height);
  color: var(--desc-p-color);
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .make-a-donation .desc p {
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.make-a-donation .desc p:last-child {
  margin-bottom: 0;
}
.make-a-donation .donation-area {
  grid-column: span 8;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .make-a-donation .donation-area {
    grid-column: span 9;
  }
}
@media (max-width: 990px) {
  .make-a-donation .donation-area {
    grid-column: span 12;
    margin: 0 -10px;
  }
}
.make-a-donation .donation-area .section--agreements .donor__submit input {
  border-radius: 20px;
  background: linear-gradient(56deg, #abdf9c 0%, rgba(153, 202, 230, 0.82) 47.28%, rgba(148, 196, 251, 0.77) 55.61%, #79abe6 100%);
}

.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help {
  background: rgba(130, 178, 233, 0.15);
  border-radius: 20px;
  padding: 34px 25px 0 20px;
  max-width: 730px !important;
}
@media (max-width: 768px) {
  .re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help {
    padding: 30px 12px 10px;
  }
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section {
  margin-bottom: 40px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section-title-container {
  margin-bottom: 20px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--periodicity .section__fields.periodicity {
  display: flex;
  width: 100%;
  gap: 20px;
  margin: 0;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--periodicity .section__fields.periodicity a {
  border: none;
  border-radius: 20px;
  display: inline-flex;
  padding: 0 20px;
  height: 40px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: auto;
  flex-basis: auto;
  margin: 0;
  font-size: 16px;
  text-transform: inherit;
  flex: none;
  letter-spacing: 0;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--periodicity .section__fields.periodicity a.active:before {
  background: #82b2e9;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--periodicity .section__fields.periodicity a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #d9d9d9;
  border: 2px solid #d9d9d9;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount {
  max-width: 485px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width {
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  padding: 0;
  gap: 20px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width .swiper-item {
  border-radius: 20px;
  height: 40px;
  margin: 0;
  border: 2px solid transparent;
  padding: 0;
  width: 106px;
  box-sizing: border-box;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width .swiper-item.selected {
  min-width: auto;
  border-color: #aec4c7;
}
@media (max-width: 768px) {
  .re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width .swiper-item[data-value="3000"] {
    display: none !important;
  }
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width .swiper-item .swiper-item-inner {
  height: 36px;
  padding: 0 30px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width .swiper-item .swiper-item-inner .amount {
  font-weight: 600;
  font-size: 18px;
  color: #1f1f1f;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width .swiper-item .swiper-item-inner .currency {
  display: none;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width label.flex-amount-item {
  width: 100%;
  flex-basis: 100%;
  position: relative;
  overflow: visible;
  margin-top: 25px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width label.flex-amount-item:before {
  content: "или";
  font-weight: 300;
  font-size: 12px;
  color: #b2b2b2;
  position: absolute;
  left: 5px;
  overflow: visible;
  z-index: 55555;
  top: -35px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width label.flex-amount-item .swiper-item-inner {
  padding: 0;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width label.flex-amount-item .swiper-item-inner span {
  display: none;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards {
  margin-bottom: 25px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container {
  margin-bottom: 60px;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container {
    margin-bottom: 20px;
  }
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container:before, .re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  height: 5px;
  display: block;
}
@media (max-width: 768px) {
  .re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container:before, .re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container:after {
    display: none;
  }
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container:before {
  width: 100%;
  background: #efefef;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container:after {
  background: #82b2e9;
  z-index: 2;
  width: 127px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width {
  margin: 0;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width {
    flex-wrap: wrap;
    gap: 17px 6px;
    justify-content: flex-start;
  }
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt {
  margin: 0;
  flex: none;
  width: max-content;
  padding: 0 18px;
  border: none;
  text-align: left;
  border-right: 1px solid #fff;
  background: transparent;
  height: 64px;
}
@media (max-width: 768px) {
  .re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt {
    border-right: none;
    height: 100%;
    padding: 20px 15px !important;
    background: #fafcff;
    border-radius: 20px;
  }
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt.payment-mixplat-sms .swiper-item-inner .payment-opt__label {
  min-width: 150px;
}
@media (max-width: 768px) {
  .re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt.payment-mixplat-sms .swiper-item-inner .payment-opt__label {
    min-width: 100%;
  }
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt.payment-text-text_box .swiper-item-inner .payment-opt__label {
  min-width: 120px;
}
@media (max-width: 768px) {
  .re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt.payment-text-text_box .swiper-item-inner .payment-opt__label {
    min-width: 100%;
  }
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt.payment-mixplat-sbp .swiper-item-inner .payment-opt__label {
  text-align: center;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt.selected .swiper-item-inner {
  background: transparent;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt.selected .payment-opt__label,
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt.selected .payment-opt__label b {
  font-weight: 600;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt:first-child {
  padding-left: 0;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt:last-child {
  padding-right: 0;
  border-right: none;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt .payment-opt__label {
  font-weight: 400;
  font-size: 16px;
  color: #1f1f1f;
  max-width: min-content !important;
  max-height: 100% !important;
  word-break: auto-phrase;
  display: block;
  margin: 0;
  width: 100%;
  height: 40px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt .payment-opt__label b {
  font-weight: normal;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt .swiper-item-inner {
  flex-direction: column-reverse;
  white-space: normal;
  height: initial;
  align-items: baseline;
  width: min-content;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt .payment-opt__button .payment-opt__icon {
  justify-content: center;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt .payment-opt__button .payment-opt__icon img.pm-icon {
  max-height: 10px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section-title-container {
  display: none;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor {
  margin: 0 !important;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field {
    grid-column: span 2;
  }
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field .leyka-star-field-frame {
  border-radius: 20px;
  padding: 0 20px;
  height: 40px;
  font-weight: 300;
  font-size: 14px;
  color: #909090;
  border: none !important;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field .leyka-star-field-frame input {
  font-weight: 300;
  font-size: 14px;
  color: #909090;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field .leyka-star-field-frame input::placeholder, .re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field .leyka-star-field-frame input::-moz-placeholder, .re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field .leyka-star-field-frame input:-ms-input-placeholder {
  font-weight: 300 !important;
  font-size: 14px !important;
  color: red !important;
  opacity: 1;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field.donor__textfield--kommentariy {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--agreements {
    margin-bottom: 0;
  }
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--agreements .donor__oferta span {
  margin-bottom: 17px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--agreements .donor__oferta label {
  margin-bottom: 22px;
  padding-left: 20px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--agreements .donor__oferta label::before {
  border: 1px solid #82b2e9;
  border-radius: 2px;
  width: 17px;
  height: 17px;
  left: -17px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--agreements.agreements {
  padding-bottom: 20px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--agreements .section__fields.agreements {
  padding-bottom: 20px;
}
.re-wrapper div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--agreements .section__fields .donor__submit {
  border-radius: 20px;
  height: 83px;
}

.popup--pay.re-popup {
  width: 730px;
  background: #ECF4FC;
  padding: 33px 25px 0 20px;
}
@media (max-width: 768px) {
  .popup--pay.re-popup {
    width: 100%;
    padding: 30px 12px 0;
  }
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section {
  margin-bottom: 40px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section-title-container {
  margin-bottom: 20px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--periodicity .section__fields.periodicity {
  display: flex;
  width: 100%;
  gap: 20px;
  margin: 0;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--periodicity .section__fields.periodicity a {
  border: none;
  border-radius: 20px;
  display: inline-flex;
  padding: 0 20px;
  height: 40px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: auto;
  flex-basis: auto;
  margin: 0;
  font-size: 16px;
  text-transform: inherit;
  flex: none;
  letter-spacing: 0;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--periodicity .section__fields.periodicity a.active:before {
  background: #82b2e9;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--periodicity .section__fields.periodicity a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #d9d9d9;
  border: 2px solid #d9d9d9;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount {
  max-width: 485px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width {
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  padding: 0;
  gap: 20px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width .swiper-item {
  border-radius: 20px;
  height: 40px;
  margin: 0;
  border: 2px solid transparent;
  padding: 0;
  width: 106px;
  box-sizing: border-box;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width .swiper-item.selected {
  min-width: auto;
  border-color: #aec4c7;
}
@media (max-width: 768px) {
  .popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width .swiper-item[data-value="3000"] {
    display: none !important;
  }
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width .swiper-item .swiper-item-inner {
  height: 36px;
  padding: 0 30px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width .swiper-item .swiper-item-inner .amount {
  font-weight: 600;
  font-size: 18px;
  color: #1f1f1f;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width .swiper-item .swiper-item-inner .currency {
  display: none;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width label.flex-amount-item {
  width: 100%;
  flex-basis: 100%;
  position: relative;
  overflow: visible;
  margin-top: 25px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width label.flex-amount-item:before {
  content: "или";
  font-weight: 300;
  font-size: 12px;
  color: #b2b2b2;
  position: absolute;
  left: 5px;
  overflow: visible;
  z-index: 55555;
  top: -35px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width label.flex-amount-item .swiper-item-inner {
  padding: 0;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section .section__fields.amount .amount__figure .full-list.equalize-elements-width label.flex-amount-item .swiper-item-inner span {
  display: none;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards {
  margin-bottom: 25px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container {
  margin-bottom: 60px;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container {
    margin-bottom: 20px;
  }
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container:before, .popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  height: 5px;
  display: block;
}
@media (max-width: 768px) {
  .popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container:before, .popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container:after {
    display: none;
  }
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container:before {
  width: 100%;
  background: #efefef;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .section-title-container:after {
  background: #82b2e9;
  z-index: 2;
  width: 127px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width {
  margin: 0;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width {
    flex-wrap: wrap;
    gap: 17px 6px;
    justify-content: flex-start;
  }
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt {
  margin: 0;
  flex: none;
  width: max-content;
  padding: 0 18px;
  border: none;
  text-align: left;
  border-right: 1px solid #fff;
  background: transparent;
  height: 64px;
}
@media (max-width: 768px) {
  .popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt {
    border-right: none;
    height: 100%;
    padding: 20px 12px !important;
    background: #fafcff;
    border-radius: 20px;
  }
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt.payment-mixplat-sms .swiper-item-inner .payment-opt__label {
  min-width: 150px !important;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt.payment-text-text_box .swiper-item-inner .payment-opt__label {
  min-width: 120px !important;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt.payment-mixplat-sbp .swiper-item-inner .payment-opt__label {
  text-align: center;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt.selected .swiper-item-inner {
  background: transparent;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt.selected .payment-opt__label,
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt.selected .payment-opt__label b {
  font-weight: 600;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt:first-child {
  padding-left: 0;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt:last-child {
  padding-right: 0;
  border-right: none;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt .payment-opt__label {
  font-weight: 400;
  font-size: 16px;
  color: #1f1f1f;
  max-width: min-content !important;
  max-height: 100% !important;
  word-break: normal;
  display: inline-block;
  margin: 0;
  width: 100%;
  height: 40px;
  min-width: 100%;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt .payment-opt__label b {
  font-weight: normal;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt .swiper-item-inner {
  flex-direction: column-reverse;
  white-space: normal;
  height: initial;
  align-items: baseline;
  width: min-content;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt .payment-opt__button .payment-opt__icon {
  justify-content: center;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--cards .payments-grid .full-list.equalize-elements-width .payment-opt .payment-opt__button .payment-opt__icon img.pm-icon {
  max-height: 10px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section-title-container {
  display: none;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor {
  margin: 0 !important;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field {
    grid-column: span 2;
  }
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field .leyka-star-field-frame {
  border-radius: 20px;
  padding: 0 20px;
  height: 40px;
  font-weight: 300;
  font-size: 14px;
  color: #909090;
  border: none !important;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field .leyka-star-field-frame input {
  font-weight: 300;
  font-size: 14px;
  color: #909090;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field .leyka-star-field-frame input::placeholder, .popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field .leyka-star-field-frame input::-moz-placeholder, .popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field .leyka-star-field-frame input:-ms-input-placeholder {
  font-weight: 300 !important;
  font-size: 14px !important;
  color: red !important;
  opacity: 1;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--person .section__fields.donor .donor-field.donor__textfield--kommentariy {
  grid-column: span 2;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--agreements {
  margin-bottom: 0px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--agreements .section__fields .donor__oferta span {
  margin-bottom: 17px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--agreements .section__fields .donor__oferta label {
  margin-bottom: 22px;
  padding-left: 20px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--agreements .section__fields .donor__oferta label::before {
  border: 1px solid #82b2e9;
  border-radius: 2px;
  width: 17px;
  height: 17px;
  left: -17px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--agreements .section__fields.agreements {
  padding-bottom: 20px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--agreements .section__fields .donor__submit {
  border-radius: 20px;
  height: 80px;
}
.popup--pay.re-popup div[id*=leyka-pf-].leyka-pf.leyka-pf-star.leyka-pf-need-help .leyka-tpl-need-help-form .section.section--agreements .leyka-default-submit {
  border-radius: 20px;
  background: linear-gradient(56deg, #abdf9c 0%, rgba(153, 202, 230, 0.82) 47.28%, rgba(148, 196, 251, 0.77) 55.61%, #79abe6 100%);
}

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