@charset "UTF-8";
/* ------------------------------ */
/* Default Reset */
/* ------------------------------ */
*, :before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

span {
  margin: 0;
  padding: 0;
}

b {
  font-weight: bolder;
}

strong {
  font-weight: bolder;
}

object {
  margin: 0;
  padding: 0;
}

iframe {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: inline-block;
  border-style: none;
  box-sizing: border-box;
  object-fit: cover;
}

pre {
  margin: 0;
  padding: 0;
}

code {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  overflow: visible;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  list-style-position: inside;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

ol {
  margin: 0;
  padding: 0;
  display: block;
  list-style-position: inside;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

section {
  margin-bottom: 50px;
}

h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 41px;
  margin-bottom: 50px;
}

h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  section {
    margin-bottom: 50px;
  }
  h1, h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
  }
}
.breadcrumbs {
  margin: 10px 0 10px;
}

a.breadcrumbs-item {
  transition: all 0.2s linear;
}

a.breadcrumbs-item:hover {
  color: #FF4824;
}

.lock {
  overflow: hidden;
}

.msg {
  font-size: 1.5rem;
  font-weight: 600;
  color: #439F6E;
}

.di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]),
.di-tabs-contents-w select,
.di-tabs-contents-w textarea {
  font-family: "Inter", sans-serif;
  /*display: flex;*/
  padding: 8px 24px;
  align-self: stretch;
  font-size: 16px;
  width: 100%;
  border: 1px solid #ACACAC;
  background: #fff;
}
.di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox])::placeholder,
.di-tabs-contents-w select::placeholder,
.di-tabs-contents-w textarea::placeholder {
  color: #757575;
  font-size: 16px;
}
.di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):active, .di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):focus, .di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):focus-visible,
.di-tabs-contents-w select:active,
.di-tabs-contents-w select:focus,
.di-tabs-contents-w select:focus-visible,
.di-tabs-contents-w textarea:active,
.di-tabs-contents-w textarea:focus,
.di-tabs-contents-w textarea:focus-visible {
  outline: none;
  border: 1px solid #2E5DA6;
}
.di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):focus::placeholder,
.di-tabs-contents-w select:focus::placeholder,
.di-tabs-contents-w textarea:focus::placeholder {
  color: #2E5DA6;
}

label {
  font-size: 14px;
  color: #222324;
  display: flex;
  align-items: center;
}

.button {
  cursor: pointer;
  padding: 14px 26px;
  max-width: fit-content;
  border-radius: 16px;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}

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

.button-blue {
  color: #fff;
  background: #2E5DA6;
}
.button-blue:hover {
  background: #224883;
}

.button-orange {
  color: #fff;
  background: #FF4824;
}
.button-orange:hover {
  background: #D22025;
}

.button-gray {
  color: #ACACAC;
  background: #fff;
  border: 1px solid #ACACAC;
}
.button-gray:hover {
  background: #fff;
}

.asite_btn {
  padding: 14px 24px;
  padding-right: 48px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.asite_btn::after, .asite_btn::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 16px;
  transition: 0.3s;
}

.asite_btn::after {
  right: initial;
  left: -50px;
}

.asite_btn:hover {
  padding-left: 48px;
  padding-right: 24px;
}

.asite_btn:hover:before {
  right: -50px;
}

.asite_btn:hover:after {
  left: 24px;
}

.asite_btn > div {
  transition: 0.3s;
}

.asite_btn:hover .translate {
  transform: translateX(24px);
}

.flex-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.flex {
  display: flex;
  align-items: center;
  gap: 24px;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.center-button {
  display: flex;
  justify-content: center;
}

.title__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arrow__container {
  display: flex;
  align-items: center;
  gap: 24px;
}

.arrow {
  cursor: pointer;
  border-radius: 8px;
  padding: 12px 17px;
  background: #EFF0F0;
  transition: all 0.2s linear;
  opacity: 0.8;
}
.arrow:hover {
  opacity: 1;
}

.next {
  transform: rotate(180deg);
}

.flex,
.flex-desktop {
  margin-bottom: 24px;
}

.only-desktop,
.only-desktop-tablet {
  display: block !important;
}

.only-tablet-mobile,
.only-mobile,
.only-smallest {
  display: none !important;
}

.dots_back {
  display: none;
}

.link {
  color: var(--accent-0, #2E5DA6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-decoration-line: underline;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #6FD4E0;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #2E5DA6;
}

@media screen and (max-width: 1000px) {
  .only-desktop {
    display: none !important;
  }
  .only-tablet-mobile {
    display: block !important;
  }
  .flex,
  .flex-desktop {
    margin-bottom: 0px;
  }
  .mb-mobile {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .only-desktop-tablet {
    display: none !important;
  }
  .only-mobile {
    display: block !important;
  }
  .column-mobile {
    flex-direction: column;
    align-items: flex-start;
  }
  .dots_back {
    display: flex;
  }
  .dots_h1 {
    display: block;
    margin-top: 8px;
  }
  .dots_h1 a {
    transition: all 0.2s linear;
  }
  .dots_h1:hover a {
    color: #FF4824;
  }
  .breadcrumbs {
    display: none;
  }
  .arrow__container {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .only-smallest {
    display: block !important;
  }
  .button {
    max-width: 100% !important;
    width: 100%;
  }
  .flex-between {
    flex-direction: column;
  }
}
@keyframes expandBackground {
  0% {
    width: 0;
  }
  100% {
    width: 102%;
  }
}
@keyframes shrinkBackground {
  0% {
    width: 100%;
    border-radius: 100px;
  }
  100% {
    width: 0;
    border-radius: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .flex-desktop {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .donation__container {
    padding: 16px;
  }
  .mobile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 24px;
  }
  .mobile-grid .radio-button {
    width: 100%;
    max-width: 100%;
  }
  .mobile-grid div:last-child {
    grid-column: span 2;
  }
}
.content-2columns-w {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.content-2columns-w img {
  border-radius: 16px;
}
@media screen and (max-width: 1023px) {
  .content-2columns-w {
    grid-template-columns: 1fr;
  }
}

.awards__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
  row-gap: 16px;
}
.awards__item {
  max-width: 284px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #EFF0F0;
  padding: 44px 24px;
}
.awards__item .image__container {
  min-height: 84px;
}
.awards__item p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .awards__container {
    grid-template-columns: 1fr;
  }
  .awards__item {
    max-width: 100%;
  }
}
.helped-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.helped__item {
  max-width: 288px;
  border-radius: 16px;
  overflow: hidden;
  background: #EFF0F0;
}
.helped__item:hover .helped__item__image {
  transform: scale(1.1);
}
.helped__image {
  max-width: 288px;
  width: 100%;
  min-height: 202px;
  max-height: 202px;
}
.helped__text {
  padding: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.helped__name {
  color: #FF4824;
  font-weight: 600;
}
.helped__description {
  color: #757575;
}

@media screen and (max-width: 1000px) {
  .helped-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .helped__item {
    max-width: 100%;
  }
  .helped__image {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .helped-container {
    grid-template-columns: 1fr;
  }
}
.gallery img {
  cursor: pointer;
}
.gallery-sliders__container {
  position: relative;
}
.gallery .arrow__container {
  position: absolute;
  right: 32px;
  top: 500px;
  z-index: 10;
}
.gallery__slider-big .slick-slide {
  max-width: 1290px;
  width: 100%;
  margin: 0 8px;
}
.gallery__slider-big_item {
  max-width: 96vw;
  width: 100%;
  border-radius: 18px;
  margin: 0 8px 16px;
  max-height: 606px;
  min-height: 606px;
}
.gallery__slider-big_text {
  display: block;
  position: absolute;
  text-align: right;
  right: 16px;
  top: 32px;
  color: #fff;
  padding: 4px 16px;
  margin-left: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  max-width: fit-content;
}
.gallery__slider .slick-track {
  display: flex;
  gap: 16px;
}
.gallery__slider_item {
  border-radius: 12px;
  width: 100%;
  max-width: 245px;
  max-height: 192px;
  min-height: 192px;
  margin: 0 8px;
}

@media screen and (max-width: 767px) {
  .gallery .arrow__container {
    top: 16px;
  }
  .gallery__slider {
    display: none;
  }
  .gallery__slider-big_item {
    max-height: 302px;
    min-height: 302px;
  }
}

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