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

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

::-webkit-scrollbar {
  width: 6px;
  height: 0;
  background-color: #566241;
}

::-webkit-scrollbar-thumb {
  background-color: #566241;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #000 #566241 !important;
}

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;
}

a {
  color: #333;
}

a:hover {
  color: #333;
}

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

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

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-left: 15px;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 15px;
}

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;
}

html {
  background: #566241;
}

body {
  overflow-x: hidden;
}

body:before {
  content: "";
  position: fixed;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background-image: url("/img/noise.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-animation: animateShum 7s steps(10) infinite;
          animation: animateShum 7s steps(10) infinite;
  opacity: 0.2;
  z-index: 1000;
}

@-webkit-keyframes animateShum {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  10% {
    -webkit-transform: translate(-5%, -10%);
            transform: translate(-5%, -10%);
  }

  20% {
    -webkit-transform: translate(-15%, 5%);
            transform: translate(-15%, 5%);
  }

  30% {
    -webkit-transform: translate(7%, -25%);
            transform: translate(7%, -25%);
  }

  40% {
    -webkit-transform: translate(-5%, 25%);
            transform: translate(-5%, 25%);
  }

  50% {
    -webkit-transform: translate(-15%, 10%);
            transform: translate(-15%, 10%);
  }

  60% {
    -webkit-transform: translate(15%);
            transform: translate(15%);
  }

  70% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }

  80% {
    -webkit-transform: translate(3%, 35%);
            transform: translate(3%, 35%);
  }

  90% {
    -webkit-transform: translate(-10%, 10%);
            transform: translate(-10%, 10%);
  }

  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animateShum {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  10% {
    -webkit-transform: translate(-5%, -10%);
            transform: translate(-5%, -10%);
  }

  20% {
    -webkit-transform: translate(-15%, 5%);
            transform: translate(-15%, 5%);
  }

  30% {
    -webkit-transform: translate(7%, -25%);
            transform: translate(7%, -25%);
  }

  40% {
    -webkit-transform: translate(-5%, 25%);
            transform: translate(-5%, 25%);
  }

  50% {
    -webkit-transform: translate(-15%, 10%);
            transform: translate(-15%, 10%);
  }

  60% {
    -webkit-transform: translate(15%);
            transform: translate(15%);
  }

  70% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }

  80% {
    -webkit-transform: translate(3%, 35%);
            transform: translate(3%, 35%);
  }

  90% {
    -webkit-transform: translate(-10%, 10%);
            transform: translate(-10%, 10%);
  }

  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

b,
strong {
  font-weight: 700;
}

input {
  -webkit-appearance: none;
}

* {
  font-family: "Geologica", sans-serif;
}

.swiper {
  z-index: 0;
}

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

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  width: 162px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.right-menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  grid-column-gap: 30px;
}

.right-menu a {
  text-decoration: none;
  color: #BEC9AA;
  font-size: 16px;
  font-weight: 300;
  line-height: 38px;
}

.right-menu .dropdown {
  position: relative;
}

.right-menu .dropdown .dropdown-btn {
  color: #BEC9AA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.right-menu .dropdown .dropdown-btn > img {
  margin-left: 20px;
  width: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.select-wrapper {
  display: none;
}

.mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-header .logo {
  width: 100px;
}

.dropdown-content {
  position: absolute;
  top: -14px;
  right: -16px;
  background: #A5BA7F;
  padding: 14px 16px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dropdown-content.active {
  opacity: 1;
  visibility: visible;
}

.dropdown-content ul {
  padding: 0;
  list-style: none;
}

.dropdown-content ul li + li {
  margin-top: 11px;
}

.dropdown-content ul li.first-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown-content ul li.first-line .dropdown-close {
  margin-left: 20px;
  width: 16px;
}

.dropdown-content ul li.first-line .dropdown-close img {
  width: 100%;
  margin-right: 0px;
}

.dropdown-content ul li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #000;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  cursor: pointer;
}

.dropdown-content ul li button img {
  margin-left: 0;
  margin-right: 11px;
}

.flex-container {
  padding-top: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 51px);
  position: sticky;
  top: 51px;
  z-index: 2;
}

.right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 75%;
          flex: 0 1 75%;
}

.donate-title {
  color: #BEC9AA;
  font-size: 20px;
  font-weight: 400;
  line-height: 105%;
  margin-top: 56px;
}

.btn-donate-link {
  background: #A5BA7F;
  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;
  width: 245px;
  height: 55px;
  margin-top: 16px;
}

.request-title {
  color: #BEC9AA;
  font-size: 20px;
  font-weight: 400;
  line-height: 105%;
  margin-top: 30px;
}

.request-btn {
  background: #000;
  color: #AFBC96;
  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;
  width: 245px;
  height: 55px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  cursor: pointer;
  text-decoration: none;
}
.request-btn:hover{
  background: #000;
  color: #AFBC96;
}
.bottom-info {
  width: 275px;
  margin-top: 115px;
}

.bottom-info-light-text {
  color: #BEC9AA;
  font-size: 19px;
  font-weight: 300;
  line-height: 126%;
  margin-bottom: 51px;
  padding-right: 20px;
}

.bottom-info-dark-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 115%;
}
.bottom-info-dark-text a{
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #000;
}


.page-slogan {
  color: #000;
  font-size: 162px;
  margin-top: 112px;
  font-weight: 600;
  line-height: 88%;
  letter-spacing: -4.86px;
  position: relative;
}

.mobile-controls-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
}

.slogan-line {
  position: absolute;
  right: 7%;
  top: 102%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
}

.back-gradient {
  background: linear-gradient(198deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 33.88%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 1;
}

.about-project {
  margin-top: 115px;
  color: #000;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  width: 72%;
}

.marquee-wrapper {
  position: relative;
  width: 100%;
  height: 365px;
  margin-top: 195px;
}

.marquee {
  width: 100vw;
  position: absolute;
  right: -15px;
  overflow: hidden;
  -webkit-filter: blur(7px);
          filter: blur(7px);
}

.js-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 55px;
}

.js-marquee .word-first-letter {
  margin-left: 200px;
}

.project-target-wrapper {
  margin-top: 175px;
}

.video-modal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 9px;
  background: #000000;
  color: #A5BA7F;
  border-radius: 42px;
}

.video-modal-btn span {
  padding-left: 21px;
}

.video-modal-btn img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55px;
  margin-left: 27px;
}

.video-modal-btn:hover {
  cursor: pointer;
}

.project-target-text {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 50px;
  margin-top: 31px;
}

.advantage-title {
  color: #000;
  font-size: 122px;
  font-weight: 600;
  line-height: 85%;
  letter-spacing: -3.66px;
  margin-top: 225px;
}

.project-target-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-target {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55%;
}

.project-manager {
  margin-left: auto;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-manager-img {
  border-radius: 50%;
  width: 179px;
  aspect-ratio: 1/1;
  margin-bottom: 35px;
}

.project-manager-info {
  font-size: 18px;
  font-weight: 300;
  line-height: 111%;
}

.project-manager-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 111%;
}

.advantage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advantage-item-title {
  font-size: 90px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -2.7px;
}

.advantage-main-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 111%;
  width: 320px;
}

.advantage-image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.advantage-img-1 {
  width: 100%;
  -webkit-transform: translateX(-14%);
      -ms-transform: translateX(-14%);
          transform: translateX(-14%);
}

.advantage-2 .advantage-item-title {
  line-height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -25%;
  margin-top: 0.3em;
  margin-bottom: 0.4em;
}

.advantage-2 .advantage-main-text {
  width: 100%;
  max-width: 391px;
}

.advantage-img-2 {
  width: 90%;
  margin-left: 10%;
  -webkit-transform: translateX(3%);
      -ms-transform: translateX(3%);
          transform: translateX(3%);
}

.advantage-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantage-3 .advantage-item-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 76px;
}

.advantage-nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 263px;
  padding-right: 5%;
}

.advantage-num {
  font-size: 112px;
  font-weight: 600;
  line-height: 128%;
  text-align: center;
}

.advantage-text {
  font-size: 24px;
  line-height: 75%;
  font-weight: 300;
  text-align: center;
}

.clothes-carousel-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 1.5em;
}

.clothes-carousel-text b {
  font-weight: 600;
}

.clothes-carousel-wrapper {
  margin-bottom: 179px;
}

.support {
  position: relative;
  font-size: 122px;
  font-weight: 600;
  line-height: 88%;
  letter-spacing: -3.66px;
  margin-bottom: 65px;
  width: 100%;
}

.support-decoraion {
  position: absolute;
  left: 0;
  width: 105%;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.photo-carousel-wrapper {
  width: 100%;
}

.photo-carousel .swiper-slide {
  width: 37%;
}

.photo-carousel .swiper-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
  width: 64px;
  height: 64px;
  margin-top: -32px;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  display: none;
}

.swiper-button-prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.animate_vector path {
  opacity: 0;
}

.animate_vector.active path {
  opacity: 1;
}

.popup-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  z-index: 9999;
  position: fixed;
  max-height: 100vh;
  overflow-y: auto;
}

.popup-wrapper.form-popup {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.popup-wrapper.form-popup.popup-show {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.popup-wrapper.video-popup {
  width: 50vw;
  top: 50vh;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50vw;
  aspect-ratio: 560/315;
}

.popup-wrapper.video-popup .popup-container {
  width: 100%;
  padding: 0;
  height: 100%;
}

.popup-wrapper.video-popup .popup-container iframe {
  width: 100%;
  aspect-ratio: 560/315;
}

.popup-wrapper.mobile-donate {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.popup-wrapper.mobile-donate .popup-container {
  background: #566241;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 44px 15px;
}

.popup-wrapper.mobile-donate .popup-container .btn-donate-link {
  margin-top: 0;
  width: 100%;
}

.popup-wrapper.mobile-donate .popup-container .bottom-info-dark-text {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 114%;
  margin-top: 18px;
  padding: 0 20px;
}

.popup-wrapper.mobile-donate.popup-show {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.popup-wrapper.popup-show {
  visibility: visible;
  opacity: 1;
}

.popup-layout {
  background: rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

.popup-layout.show {
  visibility: visible;
  opacity: 1;
}

.mobile-donate-title {
  color: #BEC9AA;
  font-size: 24px;
  font-style: normal;
  line-height: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.mobile-donate-text {
  color: #BEC9AA;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 126%;
  margin-bottom: 5px;
}

.popup-container {
  background: #A7B195;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
  padding: 30px 46px;
  position: relative;
  width: 397px;
  text-align: left;
}

.pop-up-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
  width: 100%;
}

.pop-up-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 106%;
}

.close-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.input-label {
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 18px;
}

.input-wrapper {
  position: relative;
  width: 100%;
}

.form-control {
  background: #ECECEC;
  color: #000;
  padding: 18px 21px;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  width: 100%;
  border: 0;
  outline: 0;
  margin-bottom: 16px;
}

.request-form {
  width: 100%;
}

.radio-wrapper {
  display: grid;
  grid-template-columns: 35% 34% auto;
  grid-gap: 14px;
  margin-bottom: 30px;
}

.radio-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  cursor: pointer;
}

.radio-input-icon {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  margin-right: 18px;
  position: relative;
}

input:checked + .radio-input-icon:after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  content: "";
  background: #000;
}

.checkbox-wrapper {
  display: grid;
  grid-template-columns: 35% 50%;
  grid-gap: 14px;
  margin-bottom: 40px;
}

.input-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  cursor: pointer;
}

.checkbox-input-icon {
  width: 17px;
  height: 17px;
  background: #fff;
  margin-right: 18px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input:checked + .checkbox-input-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url("/img/checkbox.svg") 50% 50% no-repeat;
}

.request-submit-btn {
  color: #A7B195;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background: #000;
  width: 100%;
  height: 55px;
  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;
  cursor: pointer;
}

.input-autocomplete {
  position: relative;
}

/*.input-autocomplete input:focus ~ .dropdown-menu {
  display: block;
}
*/
.dropdown-menu {
  padding-top: 5px 0;
/*  display: none;*/
  width: 100%;
  border-radius: 0;
  background: #F4F4F4;
  max-height: 150px;
  overflow-y: auto;
  display: none;
  position: absolute;
  top: calc(100% - 8px);
  z-index: 2;
}

.dropdown-menu .dropdown-link {
  font-size: 14px;
  line-height: 15px;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 20px;
  color: #000;
  display: block;
}

.dropdown-menu .dropdown-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dropdown-menu .dropdown-link .text-bold {
  font-weight: bold;
}

.donate-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 2;
  background: #A5BA7F;
  padding: 20px 50px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}

#mobile-lang-select {
  position: relative;
}

#mobile-lang-select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 24px;
  opacity: 0;
}

@media all and (min-width: 600px) {
  .desktop-hidden {
    display: none;
  }
}

@media all and (min-width: 1440px) {
  .marquee {
    right: calc((50vw - 720px) * -1);
  }

  .photo-carousel-wrapper {
    width: calc(50vw - 720px + 100%);
  }
}

@media all and (max-width: 1680px) {
  .page-slogan {
    font-size: 9.64vw;
  }

  .advantage-item-title {
    font-size: 5.35vw;
  }

  .advantage-num {
    font-size: 6.66vw;
  }

  .advantage-text {
    font-size: 1.42vw;
  }

  .support {
    font-size: 7.26vw;
  }
}

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

@media all and (max-width: 1441px) {
  .project-manager-img {
    width: 10.6vw;
  }

  .photo-carousel {
    width: calc(100% + 15px);
  }
}

@media all and (max-width: 1440px) {
  .about-project {
    font-size: 1.9vw;
  }

  .project-target-text {
    font-size: 1.9vw;
  }

  .advantage-title {
    font-size: 8.47vw;
  }
}

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

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

@media all and (max-width: 600px) {
  .right-menu {
    display: none;
  }
  .request-form{
    padding-bottom: 70px;
  }

  .flex-container {
    overflow-x: hidden;
    display: block;
    padding-top: 12px;
  }
  .support{
    width: 100%;
    margin-bottom: 165px;
  }

  .left-col {
    display: none;
  }

  .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .request-btn {
    margin-top: 50px;
    width: 100%;
    font-size: 18px;
  }

  .page-slogan {
    font-size: 52px;
    margin-top: 60px;
    letter-spacing: -1.56px;
  }

  .slogan-line {
    right: 10px;
    top: calc(100% - 10px);
  }

  .about-project {
    font-size: 16px;
    width: 90%;
    margin-top: 50px;
  }

  .marquee-wrapper {
    height: 150px;
    margin-top: 50px;
  }

  .js-marquee .word-first-letter {
    margin-left: 100px;
  }

  .js-marquee svg {
    height: 150px;
    width: auto;
  }

  .project-target-wrapper {
    margin-top: 120px;
  }

  .video-modal-btn span {
    font-size: 16px;
    line-height: 110%;
  }

  .video-modal-btn img {
    margin-left: auto;
  }

  .video-modal-btn {
    width: 100%;
  }

  .project-target-text {
    margin-top: 30px;
    font-size: 22px;
    margin-bottom: 40px;
  }

  .advantage-title {
    font-size: 52px;
    letter-spacing: -1.56px;
    margin-bottom: 50px;
    margin-top: 109px;
  }

  .project-target-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .project-target {
    width: 100%;
  }

  .project-manager {
    display: grid;
    margin-left: 0;
    grid-template-columns: auto 1fr;
    margin-right: 0;
  }

  .project-manager-img {
    grid-row-start: 1;
    grid-row-end: 3;
    width: 110px;
    margin-bottom: 0;
    margin-right: 35px;
  }

  .project-manager-info {
    margin-top: auto;
  }

  .project-manager-name {
    margin-bottom: auto;
  }

  .advantage-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .advantage-item-title {
    font-size: 38px;
    line-height: 80%;
    letter-spacing: -1.14px;
    margin-bottom: 40px;
  }

  .advantage-main-text {
    margin-bottom: 40px;
    width: 100%;
  }

  .advantage-main-text.advantage-main-text-2 {
    width: 50%;
    margin-top: -55vw;
    margin-bottom: 15vw;
  }

  .advantage-image-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .advantage-img-1 {
    width: 70%;
    -webkit-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
            transform: translateX(-15px);
  }

  .advantage-2 .advantage-item-title {
    margin-left: 25%;
    margin-bottom: 40px;
  }
  html[lang="de"] .advantage-2 .advantage-item-title {
    margin-left: 10%;
  }
  html[lang="fr"] .advantage-2 .advantage-item-title {
    margin-left: 40%;
  }

  .advantage-2 .advantage-main-text {
    margin-bottom: 80px;
  }

  .advantage-img-2 {
    margin-left: auto;
    width: 65%;
    -webkit-transform: translate(30%, -20%);
        -ms-transform: translate(30%, -20%);
            transform: translate(30%, -20%);
  }

  .advantage-nums {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    grid-row-gap: 32px;
    margin-bottom: 80px;
  }

  .advantage-num-item:nth-child(1) {
    margin-right: auto;
  }

  .advantage-num-item:nth-child(2) {
    margin-left: auto;
  }

  .advantage-num-item:nth-child(3) {
    margin-right: auto;
  }

  .advantage-num {
    font-size: 80px;
    line-height: 80%;
    margin-bottom: 24px;
  }

  .advantage-text {
    font-size: 18px;
    line-height: 80%;
  }

  .clothes-carousel-text {
    font-size: 22px;
  }

  .clothes-carousel-text br {
    display: none;
  }

  .clothes-carousel-wrapper {
    margin-bottom: 70px;
  }

  .support {
    font-size: 48px;
    letter-spacing: -1.44px;
  }

  .photo-carousel .swiper-slide {
    width: 90%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .popup-wrapper.video-popup {
    width: calc(100vw - 30px);
  }

  .popup-container {
    padding: 30px 27px;
    width: 100vw;
  }

  .pop-up-title-wrapper {
    margin-bottom: 5px;
  }

  .input-label {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .form-control {
    margin-bottom: 15px;
  }

  .radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .radio-wrapper.radio-messenger {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 0px;
  }

  .radio-wrapper.radio-messenger label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .radio-wrapper label, 
  .input-type-checkbox {
    font-size: 16px;
  }
  .radio-wrapper  input,
  .input-type-checkbox input
  {
    display: none;
  }
  .form-control, 
  .dropdown-menu .dropdown-link
  {
    font-size: 16px;

  }
  .pop-up-title{
    font-size: 24px;
  }
  .radio-input-icon {
    margin-right: 10px;
  }

  .checkbox-wrapper {
    grid-template-columns: 50% 50%;
    grid-gap: 15px 0px;
  }
}

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