body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden !important;
  overflow-y: auto !important;
}

.navbar{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

* {
  box-sizing: border-box;
  color: #30333a;
  font-family: Montserrat;
}

a,
a:hover {
  color: #FFA556;
}

.root-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wrapper {
  flex: 1 0 auto;
}

.footer-v2__contact-email,
.footer-v2__copy {
  white-space: nowrap;
  text-align: left;
  width: 100%;
}



.footer-v2__logo {
  display: block;
}

.footer-v2__logo-img {
  max-width: 142px;
  width: 100%;
  height: auto;
}

.footer-row {
  justify-content: space-between;
}

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

.footer-col {
  width: auto !important;
}

.footer-v2 {
  background: #FFA556;
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 20px;
  margin-top: 40px;
}

.footer-v2 a {
  color: #fff;
  text-decoration: none
}

.footer-v2__logo {
  display: block;
  max-width: 142px;
  height: auto;
  width: 100%;
}

.footer-v2__list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
  color: #fff;
}

.footer-v2__list li {
  margin: 0 0 8px 0
}

.footer-v2__list a {
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  display: inline-block
}

.footer-v2__btn {
  display: inline-block;
  margin-top: 0;
  padding: 12px 40px;
  border-radius: 100px;
  background: #02B2B6;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 200%;
}

.footer-v2__btn:hover {
  background: #009ea1
}

.footer-v2__hr {
  height: 1px;
  background: rgba(255,255,255,.5);
  margin: 16px auto;
  width: 98vw;         
  position: relative;
  left: 50%;
  transform: translateX(-50%); /* центрируем относительно окна */
}

.footer-v2__contact-phone {
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
  opacity: 1!important;
}

.footer-v2__contact-phone { 
  white-space: nowrap;
}

.footer-v2__contact-phone small {
  display: contents !important;  
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
}


.footer-v2__contact-email {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3
}


.footer-v2__hint {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 8px
}

.footer-v2__soc-title {
  color: #fff;
  opacity: .8;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px
}

.footer-v2__social {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.footer-v2__social img {
  display: block;
  height: auto;
}

.footer-v2__address {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  opacity: 1;
}

.footer-v2__copy {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  opacity: .5;
  text-align: left;
  color: #fff;
  transform: translate(60px, 0);
}

.footer-v2__address>p {
  color: #fff;
  margin: 0;
}

.filter {
  filter: brightness(0) invert(1);
}

@media (min-width:992px) {
  .footer-v2__contact {
    font-size: 28px
  }
}

@media (max-width:575.98px) {

  .footer-v2__logo img {
    min-width: 110px;
    width: 100%;
    height: auto;
  }

  .footer__route-link{
    font-size: 12px;
    font-weight: 400;
    line-height: 135%;
  }

  .footer-v2__contact {
    font-size: 16px
  }

  .footer-v2__social {
    gap: 12px
  }

  .footer-v2__social {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: start;
  }

  .footer-v2__hint {
    text-align: left;
  }
}

.button {
  display: inline-block;
  margin: 0;
  height: auto;
  min-width: 80px;
  width: auto;
  padding: 16px 40px;
  border-radius: 100px;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.button:hover {
  color: #fff;
}

.donate-button {
  text-transform: none;
  letter-spacing: -0.32px;
  line-height: 200%;
  border-radius: 8px;
  cursor: pointer;
  max-height: 56px;
  padding: 12px 0;
  font-size: 16px;
  max-width: 211px;
  text-align: center;
  width: 100%;
  line-height: 200%;
  font-weight: 700;
  background: #02B2B6 !important;
  cursor: pointer;
  color: #fff;
  opacity: 1 !important;
  transition: all 500ms ease;
}


.donate-button:hover {
  background: #02B2B6;
  color: #fff;
}

.donate-button[aria-disabled="true"],
.donate-button[disabled] {
  border: 3px solid #02B2B6;
  background-color: white !important;
  color: #30333A;
}


.button_blue {
  background: #02b2b6;
}

.button_blue:hover {
  background: #009ea1;
}


.button_orange {
  background: #ffa556;
}

.button_orange:hover {
  background: #f87c0f;
}


.title {
  font-weight: 500;
  font-size: 48px;
  line-height: 59px;
}

.subtitle {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
}

.third-title {
  font-weight: 500;
  font-size: 24px;
  max-width: 1200px;
  line-height: normal;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000000;
}

.header.hide {
  transform: translateY(-100%);
}

.header__links {
  display: flex;
  justify-content: space-between;
  flex-grow: 0;
}

.header__links-dropped,
.header__links-list {
  color: #30333a;
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 1200px) and (max-width: 1399px) {

  .header__links-dropped,
  .header__links-list {
    font-size: 14px;
  }
}


.header__social {
  width: 8vw;
  margin-top: 40px;
  margin-bottom: 40px;
  min-width: 115px;
  display: flex;
  margin-right: 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.header__links-dropped:hover,
.header__links-list:hover,
.header__links-dropped:focus,
.header__links-list:focus {
  color: #F78C2E;
  background-color: rgba(255, 255, 255, .0);
}

.header__icons {
  width: 3vw;
  min-width: 63px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header .dropdown-menu {
  width: auto;
  left: -40px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, .9);
  border: none;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: rgba(0, 0, 0, 0);
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

.first-container {
  margin-top: 100px;
}



.r-padding{
  padding: 0;
}


.background__image {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 25px;
}

.radius__image {
  border-radius: 8px;
}

.slider__image {
  width: 70%;
  margin: auto;
  display: block;
  aspect-ratio: 980 / 548;
  object-fit: contain;

}

.carousel-controls-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}


.donate-button-box{
  margin-top: 10px;
  width: 100%;
}

@media(max-width:767px) {
  .container {
    padding: 20px !important;
  }

  .footer-mobile{
    flex-direction: column;
    align-items: flex-start !important; 
  }

  .footer-v2__address{
    display: flex;
    flex-direction: column;
  }

  .text-mob{
    font-size: 14px;
    font-weight: 400;
  }

  .donate-button-box{
    margin-top: -50px !important;
  }

  .text-mob-2{
    max-width: 200px;
    display: block;
  }
  .form-check-label.vnl-check-label{
    margin-left: 4px !important;
  }

  .footer-v2{
    padding-bottom: 0;
  }

  .footer-v2 .footer-container > .row.gy-5.align-items-start.justify-content-between{
    gap: 0 16px !important;
  }

  .footer-v2__list li {
    margin: 0 0 8px 0;
  }

  .footer-v2__btn {
    min-width: 129px;
    font-size: 12px;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: -2%;
    text-align: center;
    padding: 12px 0;
  }

  .slider__image {
    width: 100%;
    aspect-ratio: 980 / 964;
  }

  .carousel-controls-container {
    gap: 10px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

}


.top-120 {
  margin-top: 120px;
}

.top-120 {
  margin-top: 120px;
}

.back__subtitle-top {
  margin-top: 80px;
}

.back__subtitle-child {
  color: #02b2b6;
  text-decoration: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.back__subtitle-child:hover {
  color: #009EA1;
}

.back__subtitle-root {
  color: #656973;
  text-decoration: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.header__subtitle {
  margin-top: 50px;
}

.back__subtitle-root:hover {
  color: #02B2B6;
}

.target__title {
  margin-bottom: 30px;
}

.target__image-lg {
  width: 337px;
  height: 337px;
  opacity: .2;
}

.target__image {
  width: 59px;
  height: auto;
  object-fit: contain;
  opacity: .2;
}

.target__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #656973;
  margin-bottom: 35px;
}

.program__wrapper {
  margin-top: 40px;
}

.program__card {
  height: 320px;
  width: 280px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(60, 65, 71, .2);
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.program__card:hover {
  background: #FFA556;
}

.program__card:hover .program__descr {
  color: #FFFFFF;
}

.program__img {
  height: 50%
}

.program__icon {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(40%);
}

.program__image {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 580 / 296;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.catalog__image {
  position: relative;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  aspect-ratio: 380 / 266;
  border-radius: 8px;
  object-fit: cover;
}

.product__image {
  position: relative;
  display: block;
  left: 0;
  width: 100%;
  top: 0;
  aspect-ratio: 280 / 320;
  border-radius: 8px;
  object-fit: cover;
}

.product__box {
  height: 100%;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(60, 65, 71, 0.2);
  position: relative;
  display: flex;
  flex-direction: column;
}

.product__name {
  flex-grow: 1;
}

.program__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
}

.program__descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  color: #656973;
}

.result {
  margin-top: 100px;
}

.result__count {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  line-height: 150%
}

.result__count-min {
  font-weight: 700;
  line-height: 150%;
  font-size: 48px;
  color: #02b2b6;
}

.result__count-max {
  display: inline-block;
  font-weight: 700;
  font-size: 96px;
  line-height: 150%;
  color: #02b2b6;
  font-style: normal;
  position: relative;
  justify-self: end;
}

.result__count-max::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  top: 15%;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 100%;
  background: #ffa556;
  opacity: .2;
  z-index: -10;
}

.result__count-mini {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #02b2b6;
}

.result__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%
}

.result__descr span {
  font-weight: 700;
}

.review__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
}

.review__descr {
  margin-top: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.review__name {
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #02b2b6;
}

.grants__date {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #02b2b6;
}

.b-0 {
  position: relative;
  bottom: 0;
}

.principles__title {
  margin-bottom: 40px;
}

.principles__wrapper {
  margin-bottom: 20px;
}

.principles__item {
  display: flex;
  background: #fff;
  box-shadow: 0 4px 20px rgba(60, 65, 71, .2);
  border-radius: 8px;
  min-height: 232px;
}

.principles__credo {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.principles__descr {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #656973;
  padding: 20px 0 20px 40px;
}

.support {
  margin-top: 100px;
}

.support__card {
  margin-top: 40px;
}

.support__count {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 96px;
  line-height: 150%;
  color: #f78c2e;
}

.support__count::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  top: 15%;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 100%;
  background: #02b2b6;
  opacity: .2;
  z-index: -10;
}

.support__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #656973;
}

.program__text {
  /* margin-top: 50px; */
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #656973;
}


.news__wrapper {
  margin-top: 60px;
}

.news__img {
  position: relative;
}

.news__image {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 12 / 7;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.event__image {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5 / 3;
  border-radius: 8px;
}

.rows-4 {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.relative {
  position: relative;
}

.relative a,
.relative a:hover {
  position: relative;
  color: #FFA556;
}

.news__text {
  padding: 20px 20px 20px 20px;
}

.news__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #ffa556;
}

.news__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

a.news__subtitle:hover {
  color: #FFA556;
}

.title-500-96 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 96px;
  line-height: 117px;
  color: #30333A;
}

.title-700-48 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  color: #30333A;
}

.title-700-32 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #30333A;
}

.title-600-40 {
  font-weight: 600;
  font-size: clamp(32px, 3.1vw, 40px);
  line-height: 1.2;
}

.title-500-32 {
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #30333A;
}

.title-700-20 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #30333A;
}

.title-700-20-light {
  color: #656973;
}

.title-700-20-dark {
  color: #1E2639;
}

.title-700-20 a {
  color: #FFA556;
}

.hover-orange:hover {
  color: #FFA556;
}

.title-700-16 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #656973;
}

.title-700-16 a,
.text-500-16 a {
  color: #FFA556;
}

.color>a {
  color: #FFA556 !important;
  text-decoration: underline !important;
}

.text-500-14 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  /* or 21px */
  color: #656973;
}

.text-500-16 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  /* or 21px */
  color: #656973;
}

.text-500-16-dark {
  color: #1E2639;
}

.text-500-20 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  /* or 21px */
  color: #656973;
}

.text-500-20-dark {
  color: #1E2639;
}

.text-600-12 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */

  display: flex;
  align-items: center;

  color: #30333A;
}


.text-600-14 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  color: #30333A;
}

.text-700-16-dark {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  /* or 21px */
  color: #1E2639;
}

.text-700-16-blue {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  /* or 21px */
  color: #02B2B6;
}

.text-600-12-orange {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */

  display: flex;
  align-items: center;

  color: #FFA556;
}

.title-600-20 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.text-400-20 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #656973;
}


.text-400-24 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 2.2vw, 24px);
  line-height: 1.4;
  color: #30333a;
}


.text-500-24 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 2.2vw, 24px);
  line-height: 100%;
  color: #30333a;
}

.std__descr {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #656973;
}

.std__descr span {
  font-weight: 700;
}



.news__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #ffa556;
}

.news__link:hover {
  color: #f87c0f;
}

.news__link:hover .news__link-image {
  fill: #f87c0f;
}

.news__link-image {
  margin-left: 5px;
}

.news__button {
  margin-top: 40px;
}

.about__title {
  margin-top: 80px;
}


.about__wrapper .background__image {
  display: block;
  margin: 60px auto;
  width: 50%;
  border-radius: 8px;
  object-fit: cover;
  height: auto;

}

@media screen and (max-width: 568px) {
  .about__wrapper .background__image {
    width: 85%;
    height: auto;
  }
}

.about__item {
  position: relative;
  display: block;
  height: 300px;
  width: 100%;
  padding-left: 30px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(60, 65, 71, .2);
  border-radius: 8px;
  /* margin: 10px; */
}

.about__item:hover {
  background: #FFA556;
}

/* .about__item:hover .about__descr {
  color: #FFFFFF;
} */
.about__img {
  height: 50%
}

.about__image {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(5vh);
  padding-left: 10px;
}

.about__descr {
  margin-top: 20px;
  color: #30333a;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.about__descr:hover {
  color: #30333a;
}

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

.orange__header-48 {
  position: relative;
  display: inline-block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  /* identical to box height, or 72px */
  color: #F78C2E;
  margin-right: 23px;
  width: 29px;
  vertical-align: sub;
}

.standart__text-center {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  color: #656973;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}

.text-400-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  color: #656973;
}

.text-400-16 a {
  color: #F78C2E;
  text-decoration: underline;
}

.text-400-14 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #656973;
}

.text-400-14 a {
  color: #F78C2E;
}

.link-bold a {
  color: #F78C2E;
  font-weight: 700;
}

.text-400-14-dark {
  color: #1E2639;
}

.value__text {
  height: 24px;
  vertical-align: baseline;
  display: inline-block;
}

.blue__header-48 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  /* identical to box height, or 48px */
  color: #02B2B6;
  display: block;
  margin-top: 60px;
  margin-bottom: 20px;
}


.rectangle-290-123 {
  aspect-ratio: 290 / 123;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(60, 65, 71, 0.2);
  border-radius: 8px;
}

a.rectangle-290-123:hover {
  background: #FFA556;
}

a.rectangle-290-123.hover-blue:hover,
a.rectangle-19-14.hover-blue:hover {
  background: #02B2B6;
}

.rectangle-19-14 {
  aspect-ratio: 19 / 14;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(60, 65, 71, 0.2);
  border-radius: 8px;
}

a.rectangle-19-14:hover {
  background: #FFA556;
}

@media (min-width:1200px) {
  .dropdown-menu {
    display: none;
  }

  .dropdown-menu a {
    display: block;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .navbar__mobile-actions{
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
  }
  

  #navbarToggler.collapse:not(.show) {
    display: none !important;
  }

  #helpBtnDock { order: 1;}
  .navbar-toggler { order: 2;}

  #navbarToggler .d-flex.w-auto.justify-content-between {
    width: 100%;
    margin-right: auto;
    justify-content: flex-start !important;
  }

  #navbarToggler.show #helpBtn {
    margin-left: 0 !important; 
    margin-top: 8px;
  }


  #navbarToggler .header__social {
    width: auto;
    min-width: 0;
    margin: 40px auto 40px 0 !important;     
    justify-content: flex-start;
    gap: 34px;
  }
    #navbarToggler {
    flex-direction: column;
  }

  #navbarToggler .header__social {
    order: 1;
  }

  #navbarToggler .navbar-nav {
    order: 2;
  }

  #navbarToggler .d-flex.w-auto.justify-content-between {
    order: 3;
  }

   #navbarToggler.show {
    display: flex !important; /* или block, если flex не нужен */
    flex-direction: column;
  }

}

@media (min-width: 800px) {
  .m-d-0{
    margin: 0;
  }

  .footer-row{
    margin-top: 16px;
  }
}



.circle-grey-button:hover {
  cursor: pointer;
}

.circle-grey-button:hover circle {
  fill: #FDE1C8;
}

.circle-grey-button:hover path {
  fill: #FFA556;
}

.calendar-container {
  flex-wrap: wrap;
  width: 100%;
}

.calendar-item {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(60, 65, 71, 0.2);
  border-radius: 8px;
  flex: 0 13%;
  aspect-ratio: 1 / 1;
  margin-top: 1.5%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.calendar-item:hover {
  background: #FDE1C8;
}

.calendar-item-today {
  border: 1px solid #FFA556;
}

.calendar-item-checked {
  background: #FFA556;
}

.calendar-child-checked {
  color: #FFFFFF;
}

.calendar-item-checked:hover {
  background: #FFA556;
}

.calendar-child-active {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #FFA556;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.calendar-item-inactive {
  display: flex;
  background: #E7E6E6;
  border-radius: 8px;

  align-items: center;
  justify-content: center;
  flex: 0 13%;
  aspect-ratio: 1 / 1;
  margin-top: 1.5%;
}

.calendar-header {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(60, 65, 71, 0.2);
  border-radius: 8px;
  flex: 0 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  margin-top: 19px;
}

.calendar-header-item {
  flex: 0 13%;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .circle-grey-button {
    height: 30px;
    width: 30px;
  }

  .calendar-child-active {
    height: 30px;
    width: 30px;
  }
}

.navbar-toggler,
.navbar-toggler:focus-visible,
.navbar-toggler:focus {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] svg path:nth-child(1) {
  d: path('M4.59033 18.1519L18.1668 4.5754L19.4097 5.81836L5.83329 19.3948L4.59033 18.1519Z');
}

.navbar-toggler[aria-expanded="true"] svg path:nth-child(2) {
  d: path('M5.8335 4.604L19.4099 18.1805L18.167 19.4234L4.59054 5.84696L5.8335 4.604Z');
}

.navbar-toggler[aria-expanded="false"] svg path:nth-child(1) {
  d: path('M2.3999 14.1064H21.5999V15.8643H2.3999V14.1064Z');
}

.navbar-toggler[aria-expanded="false"] svg path:nth-child(2) {
  d: path('M2.3999 8.13477H21.5999V9.89257H2.3999V8.13477Z');
}

.orange-link:hover {
  color: #FFA556;
}

.doc-icon {
  background: center 50% / 50% 90% no-repeat url('/img/docs/pdf.svg') #FFA556;
  width: 80px;
  height: 100px;
  box-shadow: 0px 4px 20px rgba(60, 65, 71, 0.2);
  border-radius: 8px;
}

.doc-icon:hover {
  background: center 50% / 50% 90% no-repeat url('/img/docs/pdf.svg') #F87C0F;
}

.box_1-1 {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(60, 65, 71, 0.2);
  border-radius: 8px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_1-1 img {
  max-height: 100%;
  max-width: 100%;
}

.grey-style-img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.grey-style-img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

#map {
  padding: 0;
  margin: 0;
  width: 100%;
  aspect-ratio: 70 / 46;
  background: url(image.png);
  filter: drop-shadow(0px 4px 20px rgba(60, 65, 71, 0.2));
  border-radius: 8px;
}

.img-contain {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.z-100 {
  z-index: 100;
}

.orange-circle-bg {
  background: left / contain no-repeat url("/img/parents/orange.svg");
  background-clip: border-box;
  background-size: auto 100%;
}

.blue-circle-bg {
  background: left / contain no-repeat url("/img/parents/blue.svg");
  background-clip: border-box;
  background-size: auto 100%;
}

.no-breaks {
  white-space: nowrap;
}

.donate-circle {
  max-width: 64px;
  margin: auto;
  aspect-ratio: 1 / 1;
  border: 1px solid #FFA556;
  border-radius: 50%;
  cursor: pointer;
}

.donate-box.active .donate-circle {
  background: #FFA556;
}

.donate-box.active .donate-circle svg path {
  fill: white;
}

.donate-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  max-width: 136px;
}

.donate-box.active .donate-text {
  color: #FFA556;
}

.orange-hr {
  background: #FFA556;
  border-radius: 8px;
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
}

.donate-form-button {
  border: 1px solid #FFA556;
  border-radius: 8px;
  width: 100%;
  padding: 13.2px 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}

.donate-form-button {
  width: auto;
  /* раньше было 100% */
  display: inline-flex;
  /* стабильная высота и центр по оси */
  align-items: center;
  justify-content: center;
  padding: 15.4px 40px;
  /* как просил */
}

.donate-form-button:hover {
  background: #FDE1C8;
}



.btn-check:checked+.donate-form-button,
.btn-check:active+.donate-form-button,
.donate-form-button:active,
.donate-form-button.active,
.show>.donate-form-button.dropdown-toggle {
  background: #FFA556;
  color: #fff;
  box-shadow: none;
}

.footer-v2__list-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 8px 0;
}

.text-input {
  border: 1px solid #FFEDDD;
  background: #FFEDDD;
  border-radius: 8px;
  outline: 0;
  padding: 15px 20px;
  width: 100%;
  max-width: 380px;
  font-weight: 700;
  color: #1E2639 !important;
  font-size: 16px;
  line-height: 140%;
  max-height: 46px;
}

.text-input::placeholder {
  color: #656973;
  font-weight: 400;
}

.text-input[name="name"][aria-invalid="true"],
.text-input[name="email"][aria-invalid="true"] {
  border: 1px solid #D90707 !important;
  background: #fdd;
}

.about textarea{
  resize: vertical;
  box-sizing: border-box;
  max-height: 500px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-64 {
  margin-top: 64px;
}

.mw-674 {
  max-width: 674px;
  width: 100%;
}

.donate-box[role="button"] {
  cursor: pointer;
}


.mt-32 {
  margin-top: 32px;
}


#sumText {
  font-weight: 700;
  opacity: 1;
  font-family: "Montserrat";
  color: #1e2639 !important;
}

#sumText::placeholder {
  font-weight: 400;
  color: #1E2639;
  text-align: center;
}

#sumText:not(:placeholder-shown)[aria-invalid="false"] {
  background: #FFA556;
  font-weight: 700 !important;
}

#sumText {
  background: #FFA556;
  font-weight: 400;
}

#sumText,
.num-input {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 128px;
  width: 100%;
  height: 58px;
  top: 0px;
  border: 1px solid #FFEDDD;
  background: #FFEDDD;
  border-radius: 8px;
  outline: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-select {
  /* background: ; */
  border-radius: 8px;
  height: 52px;
  color: #fff;
  background-color: #FFA556;
  background-image: url(/icons/select.svg);
  outline: 0;
  box-shadow: none;
  border: 0;
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}

.form-check-input {
  background: #FFEDDD;
  border-radius: 4px;
  border: 0;
  outline: 0;
  box-shadow: none;
  width: 24px;
  height: 24px;
}

.form-check-input:checked {
  background-color: #FFA556;
  border-color: #FFA556;
  box-shadow: none;
  border: 0;
  outline: 0;
}

.form-check-input:focus {
  box-shadow: none;
  border: 0;
  outline: 0;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-label {
  margin-left: 20px;
  margin-top: 5px;
}

.pic-box{
  gap: 24px !important; 
  margin-left: 16.5px;
}

.system-logo {
  display: inline-block;
  height: auto;
  max-height: 16px;
}

.system-logo-1{max-width: 26px; width: 100%; }
.system-logo-1{max-width: 50px; width: 100%; }
.system-logo-1{max-width: 54x; width: 100%; }

.button[disabled] {
  opacity: 0.5;
}

.basket-xl {
  position: fixed;
  width: 210px;
  height: 60px;
  right: 0px;
  top: 100px;

  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(60, 65, 71, 0.2);
  border-radius: 8px;
}

.basket-xl .basket-circle {
  position: absolute;
  left: 4.76%;
  right: 72.38%;
  top: 10%;
  bottom: 10%;
  background: #FFA556;
  border-radius: 50%;
}

.basket-text {
  position: absolute;
  /* width: 45px; */
  height: 35px;
  left: 78px;
  top: 14px;
}

.basket-sm {
  position: absolute;
  top: 31px;
  right: 74px;
  height: 24px;
  width: 25px;
}

.basket-sm svg {
  position: absolute;
  left: 0;
  bottom: 0;
}

.basket-sm .basket-circle {
  position: absolute;
  right: 0;
  top: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #FFA556;
}

.basket-sm-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 5px;
  line-height: 6px;
  color: #30333A;
}

.basket-product-image {
  width: 180px;
  height: 200px;
  left: 0px;
  top: 0px;
  object-fit: cover;
  border-radius: 8px;
}

.basket-counter {
  width: 30px;
  height: 30px;
  background: #E7E6E6;
  color: #656973;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 30px;
  cursor: pointer;
}

.basket-counter.disabled {
  opacity: 0.5;
  cursor: default;
}

.error-text {
  color: red;
}


@media (max-width: 767px) {
  .basket-product-image {
    width: 100px;
    height: 111px;
  }

  .about-text {
    margin-bottom: 22px;
  }

  .donate-button {
    margin: 32px auto 8px auto;
    display: block;
  }

  .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
  }

  .header__subtitle {
    margin-top: 20px;
  }

  .result__count-max {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
  }

  .result__count-max::after {
    width: 42px;
    height: 42px;
  }

  .principles__credo {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
  }

  .principles__descr {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
  }

  .program__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }

  .title-500-32 {
    font-size: 16px;
    line-height: 20px;
  }

  .title-500-96 {
    font-size: 48px;
    line-height: 59px;
  }

  .text-400-16 {
    font-size: 12px;
    line-height: 15px;
  }

  .orange__header-48 {
    font-size: 24px;
    line-height: 150%;
    margin-right: 12px;
    width: 15px;
  }

  .value__text {
    font-size: 12px;
    line-height: 150%;
  }

  .donate-form-button {
    font-size: 14px;
    line-height: 140%;
  }

  .btn-every {
    max-width: 140px;
    width: 100%;
    padding: 13.2px 22px;
  }

  .btn-once {
    max-width: 120px !important;
    width: 100% !important;
    padding: 13.2px 33px;
  }

  .sum-row {
    column-gap: 12.7px !important;
    row-gap: 10px !important;
  }

  .donate-toggle-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    margin-bottom: 8px
  }

  .donate-form-btn-small {
    padding: 5.3px 16.53px !important;
    width: auto;
  }

  .donate-toggle-row {
    display: flex;
    gap: 20px;
    padding-left: 12px;
    --bs-gutter-x: 0 !important;
  }

  .system-logo {
    width: 100%;
    height: auto;
    max-height: 16px;
    max-width: 54px;
  }

  .gap-8 {
    gap: 8px !important;
  }

  .text-input {
    font-size: 11px !important;
    padding: 13px;
  }

  .vnl-modal__close {
    top: -35px !important;
    right: 50% !important;
    transform: translate(50%, -50%);
  }

  #sumText {
    max-width: 124px !important;
    width: 100%;
    font-size: 11px !important;
    height: 35px !important;
  }

  #sumText,
  .num-input {
    height: 35px;
    max-width: 70px;
    padding: 13px;
    font-size: 11px;
  }
}

.form-check-label.d-inline {
  vertical-align: sub;
}

.paySystem {
  max-width: 133px;
  width: 100%;
  aspect-ratio: 1 / 1;
}




.btn-up {
  position: fixed;
  z-index: 1000;
  right: 32px;
  bottom: 85px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

}

.btn-up::before {
  content: "";
  width: 50px;
  height: 50px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url(../icons/arrow_up.svg);
  z-index: 110;
}

.btn-up_hide {
  display: none;
}

.header__social-item {
  size: 18px;
}


/* chatbot */

.chatbot__btn {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #FFA556;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.reset-w{
  width: auto;
}

.chatbot__btn::before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  left: 12px;
  top: 12px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='%23fff' d='M14 8.999v-5a2.003 2.003 0 00-2-2H3a2.003 2.003 0 00-2 2v5a2.003 2.003 0 002 2v1.694a.302.302 0 00.486.244l2.587-1.945H12A1.997 1.997 0 0014 9zm3-2h-2v2a3.003 3.003 0 01-3 3H7v2a2.003 2.003 0 002 2h3.927l2.59 1.941c.198.15.483.004.483-.243v-1.701h1a2.003 2.003 0 002-1.997v-5a2.003 2.003 0 00-2-2z' /%3E%3C/svg%3E");
}

.chatbot__btn:hover {
  background-color: #FFA556;

}

@media(max-width:767px) {

  .app-btn {
    z-index: 110;
  }

  .btn-up {
    bottom: 80px;
  }

  .btn-up::before,
  .chatbot__btn {
    width: 40px;
    height: 40px;
  }

  .chatbot__btn::before {
    width: 20px;
    height: 20px;
    left: 9px;
    top: 9px;
  }
}

.pagination {
  display: inline-flex;
  margin-top: 30px;
  margin-left: 50px;
}

.pagination .number {
  margin: 0 0.5vw;
}

.pagination a,
.pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  min-width: 30px;
  min-height: 30px;
  max-width: 90px;
  max-height: 90px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #000;
}

.pagination a {
  background: #E7E6E6;
}

.pagination .active span {
  background: #FFA556;
  color: #fff;
}

.hero-container{
  padding: 20px;
}

.modal-container {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.footer-v2__list > li > a {
  max-width: 200px;
}

.modal-content {
  max-width: 70%;
  max-height: 90%;
  align-content: center;
  object-fit: contain;
  background-color: transparent;
  border: none;
  border-radius: 1rem;
  width: auto;
  height: auto;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}

.about-header {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.about-left {
  flex: 1 1 auto;
  min-width: 0;
}

/* было max-width:947px; — убрать */
.about-logo {
  max-width: 142px;
  width: 100%;
  height: auto;
}

.about-logo-link {
  flex: 0 0 142px;
  width: 142px
}

.about-logo {
  width: 142px;
  height: auto
}


.donate-content.d-block {
  display: flex !important;
  /* перекрываем .d-block из Bootstrap */
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.donate-content form {
  flex: 1 1 auto;
  min-width: 0;
}

.policy-text{
  max-width: 168px;
}

.footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between>.col-12.col-lg-3:nth-child(3) {
    order: 3;
    width: auto;
}

.footer-container{
  padding: 10px;
}


.donate-aside {
  max-width: 380px;
  width: 100%;
  min-width: 1%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.donate-toggle-row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  margin-bottom: 8px;
}

.small-1 {
  padding-right: clamp(12px, 2.3vw, 32.5px) !important;
  padding-left: clamp(12px, 2.3vw, 32.5px) !important;
}

.donate-form-btn-small {
  width: 100% !important;
  min-width: 30%;
  white-space: nowrap;
  display: block;
  max-width: 146px;
  padding-right: clamp(12px, 3.0vw, 42.5px);
  padding-left: clamp(12px, 3.0vw, 42.5px);
  letter-spacing: 0%;
  font-size: 16px !important;
  background-color: rgba(0, 0, 0, 0);
}

.sum-row {
  display: flex;
  column-gap: 20.5px;
  row-gap: 20.5px;
  margin-bottom: 16px;
  align-items: center;
}

.sum-row .sum-item {
  display: flex;
}

.sum-row .btn {
  margin: 0;
}

#sumText {
  height: 58px;
  border: 1px solid #E2E6EE;
  border-radius: 8px;
  font: inherit;
  line-height: 1;
  font-weight: 400 !important;
  text-align: center;
  max-width: 160px;
  width: 100%;
  min-width: 124px;
  flex: 1 1 160px;
  color: white;
}

#sumText::-webkit-outer-spin-button,
#sumText::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#sumText {
  -moz-appearance: textfield;
}

.m-w-1200px {
  max-width: 1200px !important;
  width: 100% !important;
}

.donate-grid {
  max-width: 1200px;
  width: 100%;
  margin-top: -30px;
  --bs-gutter-x: 62px;
  --bs-gutter-y: 62px;
}

.row-cols-7>* {
  flex: 0 0 auto;
  width: calc(100% / 7);
}

.donate-mobile {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin: 16px auto 0;
}

.form-row {
  --bs-gutter-x: 16px !important;
  --bs-gutter-y: 16px !important;
}

#form>.row.mt-3>[class*="col-"].mt-3 {
  margin-top: 0 !important;
}

.vnl-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1060;
}

.vnl-modal.is-open {
  display: flex;
}

.vnl-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(217, 217, 217, .6);
  backdrop-filter: blur(3px);
}

/* как на 3-м скрине */
.vnl-modal__dialog {
  overflow: visible;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(60, 65, 71, .2);
  padding: 32px;
  width: min(616px, calc(100% - 32px));
  /* по макету ~552–616 */
  max-height: 85vh;
}

.vnl-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  padding: 8px;
}

.vnl-modal__content {
  display: block;
}

.vnl-modal__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  color: #30333A;
  margin: 0 24px 16px 0;
}

.vnl-modal__text {
  font-size: 16px;
  line-height: 140%;
  color: #1E2639;
}

.vnl-modal__qr {
  display: block;
  width: 185px;
  height: 155px;
  object-fit: contain;
  margin: 16px auto 0;
}

.vnl-modal__list {
  padding-left: 18px;
  margin: 8px 0 0;
}

body.vnl-modal-open {
  overflow: hidden;
}

@media (max-width:575.98px) {
  .vnl-modal__dialog {
    padding: 32px;
    width: calc(100% - 24px);
  }

  .vnl-modal__title {
    font-size: 24px;
  }
}

.vnl-modal__content {
  max-height: calc(80vh - 32px);
  overflow: auto;
}

.vnl-modal__dialog {
  position: relative;
}

.vnl-modal__close {
  position: absolute;
  top: -40px;
  right: -48px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FFA556;
  background: #FFF;
  z-index: 2;
  /* выше контента модалки */
  line-height: 0;
  padding: 0;
}

.vnl-modal__close.btn-link {
  color: inherit;
  text-decoration: none;
}

.vnl-modal__close svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.vnl-modal__close:hover {
  background: #FFF7EF;
  border-color: #FFA556;
}

.vnl-modal__close:active {
  transform: scale(0.96);
}

.mb-16 {
  margin-bottom: 16px;
}



.mb-24 {
  margin-bottom: 24px !important;
}

.vnl-modal__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 165, 86, 0.35);
}

.vnl-bank-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 63px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.vnl-bank-list a {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #30333A;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.media-block .link-block {
  margin-top: 10px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.media-block .link-block img {
  display: block;
}

.vnl-bank-list a:hover {
  color: #FFA556;
}

@media (max-width: 575.98px) {
  .vnl-bank-list {
    gap: 12px 32px;
  }
}

@media (min-width:1200px) {
  .about .row.align-items-start {
    position: relative;
    padding-right: 166px;
  }

  .about .col-xl-auto {
    position: absolute;
    right: 0;
    top: 0;
    width: 142px;
  }

  .about .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width:1199.98px) {
  .about .col-xl-auto {
    position: static;
    width: auto;
  }
}

.footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between>.col-12.col-sm-6.col-lg-3:nth-child(2),
  .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between>.col-12.col-lg-3:nth-child(3),
  .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between>.col-12.col-lg-3:first-child {
    padding: 0;
  }

@media (max-width: 991.98px) {
  .donate-content.d-block {
    flex-direction: column;
  }


  .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between>.col-12.col-sm-6.col-lg-3:nth-child(2),
  .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between>.col-12.col-lg-3:nth-child(3),
  .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between>.col-12.col-lg-3:first-child {
    padding: 0;
  }

  .donate-aside {
    flex: 0 0 380px;
    display: block;
    width: 100%;
    height: auto;
    max-width: 380px;
    align-self: center;
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .row-cols-md-7>* {
    flex: 0 0 auto;
    width: calc(100% / 7);
  }

}



@media (max-width: 767.98px) {
.footer-v2__copy{
  margin-right: 0;
}
  .footer-v2__copy,
  .footer-v2__contact-email {
    white-space: normal;
    text-align: left !important;
  }

  .footer-v2 {
    padding: 0 0px;
  }

  .footer-container {
    padding: 0 30px;
  }

  .footer-v2__copy {
    font-size: 11px;
    line-height: 24px;
    max-width: 200px;
    margin-right: 0;
    transform: translate(0, 0);
  }

  .card-container {
    justify-content: center;
  }

  .under-card-text {
    font-size: 11px;
  }

  .third-title {
    white-space: nowrap;
    width: 100%;
    font-size: 16px;
  }

  .footer-v2 {
    padding: 20px 0 20px 0;
  }


  .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between {
    justify-content: flex-start !important;
    gap: 12px 16px;
    /* промежуток между колонками */
    flex-wrap: wrap;
  }

  .footer-v2__hr{
    width: 95vw;
  }
  /* 2-я колонка (программы) и 1-я (лого) — shrink-to-fit */
  .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between>.col-12.col-sm-6.col-lg-3:nth-child(2),
  .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between>.col-12.col-lg-3:first-child {
    /* убиваем ширину Bootstrap/твоё 50% */
    width: fit-content !important;
    /* ширина по содержимому */
    max-width: 100%;
    flex: 0 0 auto !important;
    /* как col-auto */
    padding-left: 0 !important;
    /* чтобы паддинги не раздували */
    padding-right: 0 !important;
    display: block !important;
    /* критично: НЕ flex, чтобы кнопка осталась ниже */
  }

  /* 3-я колонка — на следующую строку на всю ширину (как и было по смыслу) */
  .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between>.col-12.col-lg-3:nth-child(3) {
    flex-basis: 100%;
    width: 100% !important;
  }

  /* опционально: чтобы лого не распирало строку */
  .footer-v2__logo-img {
    max-width: 120px;
    height: auto;
  }

  /* на всякий случай: в 2-й колонке список + кнопка идут столбиком */
  .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between>.col-12.col-sm-6.col-lg-3:nth-child(2) .footer-v2__btn {
    display: inline-block;
  }

  .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between {
    display: flex;
    justify-content: space-between !important;
  }

  .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between>.col-12.col-sm-6.col-lg-3:nth-child(2) {
    order: 1;
  }

  .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between>.col-12.col-lg-3:first-child {
    order: 2;
  }

  .footer-container>.row {
    padding: 0;
    --bs-gutter-x: 0 !important;
  }

  .d-m-none {
    display: none;
  }

  .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between>.col-12.col-lg-3:nth-child(3) {
    order: 3;
    margin-top: 32px;
    padding: 0;
    width: 100%;
  }

  .tel-box {
    padding: 0 !important;
  }

  .footer-v2__contact-phone {
    font-size: 16px;
  }

  .footer-v2__contact-email {
    font-size: 14px;
  }

  .address-text {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 135%;
    max-width: 174px;
    margin-bottom: 4px !important;
    width: 100%;
  }

  .address-text::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 16px;
    height: 20px;
    background: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20' fill='none'>\
  <path d='M8 0C3.5828 0 0 3.5812 0 8C0 15.1992 6.4 19.9992 8 19.9992C9.6 19.9992 16 15.1992 16 8.0008C16 3.5812 12.4172 0 8 0V0ZM8 11.2C6.23282 11.2 4.8 9.76718 4.8 8C4.8 6.23282 6.23282 4.8 8 4.8C9.76718 4.8 11.2 6.23282 11.2 8C11.2 9.76718 9.76718 11.2 8 11.2Z' fill='white'/>\
  </svg>") no-repeat center / contain;
  }

  .address-text__icon::before{
    background: none !important;
  }

  .footer-v2__contact-phone::before {
    content: 'Контакты';
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
  }



  .mt-0 {
    margin-top: 8px;
  }

  .footer-v2__contact-email {
    margin-top: 0;
  }

  .mob {
    display: none;
  }

  .footer-v2 .footer-container>.row.gy-5.align-items-start.justify-content-between>.col-12.col-sm-6.col-lg-3:nth-child(2) .footer-v2__list::before {
    content: "Что мы делаем";
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 16px;
  }


  .donate-box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
  }

  .donate-text {
    margin: 0 !important;
    line-height: 1.2;
    text-align: left;
    max-width: 65px;
  }

  .icon-mob-2 {
    max-width: 16.03px;
    width: 100%;
    height: auto;
  }

  .icon-mob-3 {
    max-width: 13px;
    width: 100%;
    height: auto;
    height: auto;
  }
  

  .icon-mob-4 {
    max-width: 17.32px;
    width: 100%;
  }

  .donate-text {
    font-size: 11px;
    text-align: left;
    margin: 0 !important;
  }
  .donate-circle {
    min-width: 40px;
    display: block;
    height: auto;
    margin: 0 !important;
  }

}
  @media (max-width: 767.98px) {
    .donate-grid {
      display: grid !important;
      grid-template-columns: 1fr 1fr;
      margin-top: 20px !important;
      column-gap: 16px;
      row-gap: 0px;
      max-width: 281px;
      margin-left: -2px;
      width: 100%;
      margin-top: -50px !important;
      --bs-gutter-y: 16px;
    }


    /* карточка живёт своей контентной шириной */
    .donate-grid>.donate-box {
      width: max-content;
      /* тянется по контенту */
      display: inline-flex;
      /* иконка + текст в строку */
      gap: 8px;
      padding: 0 !important;
      justify-self: start;
      /* по умолчанию прижимаем влево */
    }

    /* каждая вторая (правая) — прижимаем к правому краю своей колонки */
    .donate-grid>.donate-box:nth-child(2n) {
      justify-self: end;
    }

    /* выпиливаем внутренние паддинги бутстраповских .col, чтобы ничего не “разжимало” */
    .donate-grid>.col,
    .donate-grid>[class^="col-"],
    .donate-grid>[class*=" col-"] {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .donate-text {
      white-space: normal;
    }

    .footer-container {
      padding: 20px;
    }

    .about-header {
      flex-direction: column;
      gap: 16px;
      align-items: start;
    }

    .text-400-24>.d-block {
      display: inline !important;
    }

    .about-logo-link {
      flex: 0 0 52px;
      width: 52px;
      margin-bottom: 15px;
    }

    .about-logo {
      width: 52px;
      height: auto;
    }

    .about-left {
      width: 100%;
    }

    .vnl-modal.is-open {
      padding-top: 30px;
    }

    .donate-header {
      padding: 0 !important;
    }


    .title-first {
      font-size: 20px;
      font-weight: 500;
      color: #30333A;
      margin-top: 16px;
      margin-bottom: 8px !important;
      line-height: normal !important;
    }

    .donate-toggle-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      width: 100%;
      margin: 0 0 24px 0 !important;
      --bs-gutter-x: 0 !important;
      box-sizing: border-box;
      padding: 0 12px 0 12px;
      overflow-x: hidden;
    }

    .donate-toggle-row>.col-auto {
      padding: 0 !important;
      min-width: 0;
      max-width: 100%;
    }

    .donate-form-btn-small {
      font-size: 11px !important;
    }

    .donate-form-button,
    .btn-every,
    .btn-once {
      display: block;
      width: 100% !important;
      max-width: 100% !important;
      height: 48px;
      padding: 12px 0 !important;
    }

    .sum-row {
      display: flex !important;
      flex-wrap: wrap !important;
      column-gap: 5px !important;
      row-gap: 10px !important;
      margin-bottom: 16px;
      align-items: center;
      justify-content: space-between;
    }

    .sum-row .sum-item {
      flex: 0 0 auto !important;
    }

    .sum-row .btn,
    .sum-row .donate-form-button,
    .sum-row .donate-form-btn-small {
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      width: 80px !important;
      min-width: 80px !important;
      max-width: 80px !important;
      height: 35px !important;
      padding: 0 !important;
      line-height: 1 !important;
    }

    #sumText {
      display: block !important;
      width: 128px !important;
      max-width: 128px !important;
      height: 35px !important;
      padding: 8px 12px !important;
      font-size: 11px !important;
      flex: 0 0 auto !important;
      margin-right: 64px;
    }
  }



  .form-check-input.vnl-check-input {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #FFEDDD;
    border: 0;
    outline: 0;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 10px;
    /* размер галочки */
    transition: background-color .15s ease, border-color .15s ease;
    cursor: pointer;
  }

  .form-check-input.vnl-check-input:checked {
    background:
      #FFEDDD url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 10'%3E%3Cpath d='M4.2 9.75L0 5.55L1.5 4.15L4.2 6.95L10.9 0.25L12.3 1.65L4.2 9.75Z' fill='%2330333A'/%3E%3C/svg%3E") center/13px 10px no-repeat;
    border: 0;
  }

  .form-check-input.vnl-check-input[aria-invalid="true"] {
    border: 1px solid #D90707;
    background: #FDD;
    background-image: none;
  }

  .form-check-input.vnl-check-input[aria-invalid="true"]:checked {
    border: 1px solid #D90707;
    background:
      #FDD url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 10'%3E%3Cpath d='M4.2 9.75L0 5.55L1.5 4.15L4.2 6.95L10.9 0.25L12.3 1.65L4.2 9.75Z' fill='%2330333A'/%3E%3C/svg%3E") center/13px 10px no-repeat;
  }

  .form-check-input.vnl-check-input[aria-invalid="true"]:checked {
    border: 1px solid #D90707;
    background:
      #FDD url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 10'%3E%3Cpath d='M4.2 9.75L0 5.55L1.5 4.15L4.2 6.95L10.9 0.25L12.3 1.65L4.2 9.75Z' fill='%2330333A'/%3E%3C/svg%3E") center/13px 10px no-repeat;
  }

  .form-check-input.vnl-check-input:focus-visible {
    outline: 2px solid rgba(255, 165, 86, .35);
    outline-offset: 2px;
  }

  .form-check-input.vnl-check-input:disabled {
    opacity: .5;
    cursor: not-allowed;
  }

  /* отступ у лейблов как у тебя */
  .form-check-label.vnl-check-label {
    margin-left: 20px;
  }
}

.subscribe-section {
  padding: 60px 0;
  margin-top: 80px;
}

.subscribe-section__card {
  background: #fff;
  border: 2px solid #FFA556;
  border-radius: 16px;
  padding: 48px 56px;
  text-align: center;
}

.subscribe-section__title {
  font-size: 28px;
  font-weight: 700;
  color: #30333A;
  margin-bottom: 32px;
}

.subscribe-section__form {
  width: 100%;
}

.subscribe-section__field {
  margin-bottom: 16px;
}

.subscribe-section__input {
  width: 100%;
  max-width: 100%;
}

.subscribe-section__checks {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 24px;
}

.subscribe-section__submit {
  text-align: center;
}

.subscribe-section__input[aria-invalid="true"] {
  border: 1px solid #D90707 !important;
  background: #fdd !important;
}

@media (max-width: 575.98px) {
  .subscribe-section {
    padding: 40px 0;
  }

  .subscribe-section__card {
    padding: 32px 24px;
  }

  .subscribe-section__title {
    font-size: 22px;
  }
}
