* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  --containerPadding: 87px;
  --tenorFont: "Tenor Sans", sans-serif;
  --promoHeight: 43px;
  --headerHeight: 140px;
  --longTransition: 1s;
  --longSoTransition: .8s;
  --basicTransition: .4s;
  --fastTransition: .2s;
  --fastSoTransition: .1s;
  --cursor-stroke: none;
  --cursor-fill: #FFDB5C;
  --cursor-stroke-width: 1px;
  --transparent: #ffffff00 !important;
  --white: #ffffff !important;
  --black: #000 !important;
  --darkblack: #000000 !important;
  --grey: #A7A7A7 !important;
  --grey2: #C9C9C9 !important;
  --greyLight: #AFAFAF !important;
  --red: #D85454 !important;
  --redText: #BB5353 !important;
  --yellow: #FFDB5C !important;
  --yellowText: #EEC533 !important;
  --blue: #25A7A8 !important;
  --greenText: #25A7A8 !important;
  --greenColor: #00945E;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--white);
}

::-webkit-scrollbar {
  width: 6px;
  height: 0;
  background-color: var(--white);
}

::-webkit-scrollbar-thumb {
  background-color: var(--black);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--black) var(--white) !important;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

.collections .row > * {
  padding-right: 0px;
  padding-left: 0px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

body,
html {
  font-family: "Inter", sans-serif;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

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

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

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

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

input::placeholder {
  opacity: 1;
}

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

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

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

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

textarea::placeholder {
  opacity: 1;
}

body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body.overflow-hiden {
  overflow: hidden;
}

b,
strong {
  font-weight: 700;
}

input {
  -webkit-appearance: none;
}

.swiper {
  z-index: 0;
}

.clean-btn {
  background: none;
  border: 0;
}

.hidden {
  display: none;
}

.header-wrapper {
  position: sticky;
  top: 0;
  margin-bottom: -106px;
  padding-bottom: 22px;
  padding-top: 30px;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-wrapper header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-wrapper.white-menu {
  background: #fff;
  -webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.3);
}

.header-wrapper.white-menu header {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.header-logo {
  margin-right: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 149px;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-items-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-left: 70px;
  margin-bottom: 0;
  gap: 90px;
  padding: 0;
}

.menu-items-group.menu-items-social {
  gap: 15px;
}

.menu-items-group li a {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.menu-items-group li a:hover {
  text-decoration: underline;
}

.dotate-btn {
  margin-left: 40px;
  border-radius: 60px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.dotate-btn img {
  margin-left: 10px;
  width: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.slide-wrapper {
  position: relative;
  margin-bottom: 155px;
}

.slide-wrapper .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide-blue-cube {
  position: absolute;
  right: 0;
  top: 8vw;
  width: 4.6vw;
}

.slide-bottom-left-vector {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
  width: 29.7%;
}

.slide-bottom-right-vector {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
  width: 27.14%;
}

.slide-bottom-right-vector-mobile {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(19.4%);
      -ms-transform: translateY(19.4%);
          transform: translateY(19.4%);
  width: 40%;
}

.slide-bottom-left-vector-mobile {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(24.6%);
      -ms-transform: translateY(24.6%);
          transform: translateY(24.6%);
  width: 40%;
}

.slider-slogan-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.slider-slogan-first-line {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-left: 0.12em;
}

.slider-slogan-second-line {
  color: #FFF;
  text-align: center;
  font-size: 153px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.slider-slogan-third-line {
  color: #FFF;
  text-align: right;
  font-size: 95px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.banner-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-img img {
  width: 100%;
}

.circle-stats-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 10px;
  margin-bottom: 173px;
}

.circle-stats-wrapper .circle-stat {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0057B8;
  mix-blend-mode: multiply;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-align: center;
  margin: 0 -10px;
}

.circle-stats-wrapper .circle-stat.circle-yellow {
  background: #FFD700;
  mix-blend-mode: multiply;
}

.circle-stats-wrapper .circle-stat-count {
  color: #FFF;
  font-size: 98px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.circle-stats-wrapper .circle-stat-text {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.grid-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  list-style: none;
  padding: 0;
  margin-bottom: 157px;
}

.grid-list li {
  padding-left: 53px;
  position: relative;
}

.grid-list li::after {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url("/img/icons/donate_icon.svg") 50% 50% no-repeat;
  background-size: cover;
}

.grid-list b {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.grid-list p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  padding-right: 60px;
}

.grid-list a {
  text-decoration: underline;
  color: #000;
}

.donate-wrapper {
  background: #FFD700;
  padding-bottom: 80px;
  padding-top: 92px;
  position: relative;
}

.donate-top-right-vector {
  position: absolute;
  top: 0;
  right: 0;
  width: 45.2vw;
}

.donate-title {
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.donate-subtitle {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 116px;
}

.accordion-item {
  background: none;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
  margin-bottom: 50px;
}

.accordion-body {
  padding: 35px 0 50px 0;
}

.accordion-body b {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 27px;
  display: block;
}

.accordion-body table tr td {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  padding-bottom: 15px;
}

.accordion-body table tr td:nth-child(1) {
  font-weight: 600;
  padding-right: 57px;
}

.accordion-body table tr:nth-last-child(1) td {
  padding-bottom: 0;
}

.requisite-title {
  margin-top: 68px;
  margin-bottom: 26px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.requisite-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 0;
}

.requisite-grid div {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.donate-accordion-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}

.donate-accordion-btn img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.donate-accordion-btn.collapsed .accordion-btn-state img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.headquarters {
  background: #0057B8;
  padding: 114px 0;
  position: relative;
}

.headquarters-title {
  color: #FFF;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 126px;
}

.headquarters-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 100px;
}

.headquarters-grid div {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.headquarters-grid div a {
  color: #fff;
}

.headquarters-top-right-vector {
  position: absolute;
  top: 0;
  right: 0;
  width: 36.19vw;
}

.report-card-title {
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.report-card img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
  width: 100%;
}

.swiper-pagination-wrapper {
  position: relative;
  margin-top: 76px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}

.swiper-pagination-bullet {
  border-radius: 0;
  background: #fff;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #FFD700;
}

.marquee-line {
  margin-bottom: 120px;
  padding: 10px 0;
}

.marquee-line > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.marquee-item {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 30px;
  padding: 0 40px;
  border-right: 1px solid #fff;
}

.marquee-item-img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 79px;
}

.marquee-item-img.animated:hover {
  -webkit-transform: rotate(180deg) scale(1.1);
      -ms-transform: rotate(180deg) scale(1.1);
          transform: rotate(180deg) scale(1.1);
}

.marquee-item-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.marquee-item-text.white {
  color: #FFF;
}

.marquee-item-text.mini {
  font-size: 15px;
}

.dark-theme .marquee-item {
  border-right: 1px solid #000;
}

footer {
  padding-bottom: 60px;
  padding-top: 49px;
}

.footer-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-text p {
  margin-bottom: 0;
}

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

.footer-text.footer-copyright {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  text-align: right;
}

.footer-text.footer-copyright a {
  color: rgba(0, 0, 0, 0.6);
}

.footer-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-logo-wrapper svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  margin-right: 77px;
}

@media all and (min-width: 575px) {
  .slide-bottom-right-vector-mobile {
    display: none;
  }

  .slide-bottom-left-vector-mobile {
    display: none;
  }
}

@media all and (max-width: 1520px) {
  .slide-blue-cube {
    width: 3.3vw;
  }

  .slide-bottom-left-vector {
    width: 22%;
  }

  .slide-bottom-right-vector {
    width: 20%;
  }
}

@media screen and (max-width: 1460px) {
  html {
    --containerPadding: 75px;
    --headerHeight: 130px;
  }
}

@media all and (max-width: 1400px) {
  .slide-wrapper {
    margin-bottom: 11.07vw;
  }

  .slide-blue-cube {
    width: 3vw;
  }

  .slide-bottom-left-vector {
    width: 20%;
  }

  .slide-bottom-right-vector {
    width: 18%;
  }

  .slider-slogan-first-line {
    font-size: 3.57vw;
  }

  .slider-slogan-second-line {
    font-size: 10.8vw;
  }

  .slider-slogan-third-line {
    font-size: 6.78vw;
  }

  .circle-stats-wrapper {
    margin-bottom: 12.35vw;
  }

  .grid-list {
    margin-bottom: 11.21vw;
    gap: 40px;
  }

  .donate-top-right-vector {
    width: 30vw;
  }

  .headquarters-top-right-vector {
    width: 24vw;
  }
}

@media screen and (max-width: 1280px) {
  html {
    --containerPadding: 68px;
    --headerHeight: 120px;
  }
}

@media all and (max-width: 1024px) {
  .menu-items-group {
    gap: 50px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 992px) {
  html {
    --containerPadding: 30px;
  }
}

@media all and (max-width: 980px) {
  .menu-items-group.menu-items-links {
    display: none;
  }
}

@media all and (max-width: 575px) {
  .header-logo {
    width: 115px;
  }

  .dotate-btn img {
    width: 9px;
  }

  .dotate-btn {
    padding: 12px 22px;
    font-size: 12px;
    margin-left: 25px;
  }

  .slide-wrapper {
    margin-bottom: 112px;
  }

  .slide-bottom-left-vector {
    display: none;
  }

  .slide-bottom-right-vector {
    display: none;
  }

  .slider-slogan-second-line {
    font-size: 10.1vw;
  }

  .circle-stats-wrapper {
    grid-template-columns: 35vw 35vw 35vw;
    margin-left: calc((3vw + 15px) * -1);
    overflow: hidden;
    margin-right: -15px;
    padding: 0px;
    margin-bottom: 95px;
  }

  .circle-stats-wrapper .circle-stat-count {
    font-size: 31px;
  }

  .circle-stats-wrapper .circle-stat-text {
    font-size: 10px;
    width: 60%;
  }

  .grid-list {
    margin-bottom: 92px;
    grid-template-columns: 1fr;
  }

  .grid-list li {
    padding-left: 40px;
  }

  .grid-list li::after {
    width: 14px;
    height: 14px;
  }

  .grid-list b {
    font-size: 18px;
  }

  .grid-list p {
    padding-right: 0px;
    font-size: 14px;
  }

  .donate-wrapper {
    padding-top: 55px;
  }

  .donate-title {
    font-size: 36px;
  }

  .donate-subtitle {
    font-size: 18px;
    margin-bottom: 80px;
  }

  .accordion-body table tr td:nth-child(1) {
    width: 25%;
    padding-right: 10px;
  }

  .accordion-body table tr td {
    font-size: 14px;
  }

  .requisite-title {
    margin-top: 50px;
  }

  .requisite-grid {
    grid-template-columns: 1fr;
  }

  .requisite-grid div {
    font-size: 14px;
  }

  .headquarters {
    padding: 83px 0;
  }

  .headquarters-title {
    font-size: 36px;
    margin-bottom: 36px;
  }

  .headquarters-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 86px;
  }

  .headquarters-grid div {
    font-size: 14px;
  }

  .marquee-line {
    margin-bottom: 70px;
  }

  .marquee-item-img {
    width: 65px;
  }

  .marquee-item-text {
    font-size: 14px;
  }

  footer {
    padding-top: 34px;
    padding-bottom: 0px;
  }

  .footer-text {
    margin-bottom: 32px;
    font-size: 14px;
  }

  .footer-text br {
    display: none;
  }

  .footer-text.footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    border-top: 1px solid #E7E7E7;
    padding-top: 10px;
    margin-bottom: 23px;
  }

  .footer-logo-wrapper svg {
    margin-right: 35px;
  }
}

@media screen and (max-width: 480px) {
  html {
    --containerPadding: 20px;
    --containerMargin: -20px;
    --headerHeight: 63px;
  }
}

@media all and (max-width: 1024px) and (min-width: 575px) {
  .banner-img {
    aspect-ratio: 9/5;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .banner-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}