@font-face {
  font-family: Goldplay;
  src: url("../fonts/Latinotype\ -\ Goldplay\ Light.otf");
}

@font-face {
  font-family: Goldplay Bold;
  src: url("../fonts/Goldplay\ Bold.otf");
  font-weight: 600;
}

@font-face {
  font-family: Muli Regular;
  src: url("../fonts/Muli-Regular.ttf");
  font-weight: 100;
}

@font-face {
  font-family: Goldplay Semi;
  src: url("../fonts/Goldplay\ SemiBold.otf");
  font-weight: 600;
}

* {
  box-sizing: border-box;
  outline: none;
}

.dark-background {
  position: fixed;
  overflow: hidden;
  z-index: 50;
  width: 100vw;
  height: 100vh;
  background-color: #55575766;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: all .25s ease-in-out;
}

.modal-wrapper {
  width: 100%;
  max-width: 720px;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  background-size: auto 100%;
  margin: 0 15px;
}

.modal-content {
  background-color: #FEF8F3;
  max-width: 520px;
  height: auto;
  width: 100%;
  padding: 29px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.submit-button {
  text-align: right;
}

.upload-cv>span {
  display: none;
}

.form-field.application button {
  background: #39bd81;
  border-radius: 5px;
  padding: 10px 25px;
  color: white;
  cursor: pointer;
  font-family: Goldplay Semi;
  font-size: 16px;
  border: none;
  margin-top: 8px;
}

.modal-button {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-family: Goldplay Semi;
  font-size: 16px;
  padding: 10px 44px;
  background: #39BD81;
  border-radius: 5px;
  align-self: baseline;
}

.modal-content h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 27px;
  line-height: 27.4px;
  max-width: 376px;
}

.circle-close {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #39BD81;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 20;
  cursor: pointer;
  right: -15px;
  top: -15px;
}



.modal-content p {
  font-size: 16px;
  line-height: 20px;
}

button {
  border: 0;
}

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

body {
  font-size: 18px;
  line-height: 26px;
}

h2 {
  font-size: 45px;
  line-height: 46px;
}

h3 {
  font-size: 28px;
  line-height: 30px;
  color: #4b706b;
}

.container {
  max-width: 1220px;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Goldplay Semi;
}

/*
ul {
  padding: 0;
}
*/

p {
  margin-top: 0;
  line-height: 26px;
}

.bg-white {
  background-color: white;
}

body {
  background-color: #FEF8F3;
  color: #4b706b;
  font-family: Muli Regular;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.button {
  background: #39bd81;
  border-radius: 5px;
  padding: 10px 25px;
  color: white;
  cursor: pointer;
  font-family: Goldplay Semi;
  font-size: 16px;
  border: none;
}

.wpcf7-form button {
  margin-top: 25px;
}

.submit {
  background: #39bd81;
  border: none !important;
  border-radius: 5px !important;
  padding: 10px 5px;
  color: white;
  cursor: pointer;
  font-family: Goldplay Semi;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
}

.row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

header {
  padding: 54px 0;
  position: relative;
  z-index: 2;
}

.flex-align-c {
  align-items: center;
}

.header__menu ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  transform: translateX(50px);
}

ul li a {
  text-decoration: none;
  color: inherit;
}

.header__menu ul li {
  position: relative;
  cursor: pointer;
  padding-right: 33px;
}

.menu-item-has-children>a::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/menu-arrow.svg);
  width: 11px;
  height: 8px;
  background-repeat: no-repeat;
  right: 15px;
  top: 9px;
  z-index: 5;
  transition: all 0.25s;
}

.menu-item-has-children:hover>a::before {
  transform: rotate(180deg);
}

.header__menu .header__menu__level-one>li::after {
  content: "";
  background-image: url(../images/icons/menu-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 12px;
  height: 12px;
  margin: 8px 0 0 8px;
}

.header__menu ul ul {
  display: none;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 0 0 5px;
  transition: all 0.25s;
}

.header__menu ul li:hover>ul {
  display: block;
  position: fixed;
  padding: 10px 20px 10px 10px;
  width: max-content;
  z-index: 9999;
  background: #f6f5f5;
  left: -59px;
}

.header__menu ul li>ul>li {
  margin-bottom: 10px;
}

.header__menu ul li>ul>li a {
  font-size: 16px;
}

.header__donate {
  text-decoration: none;
  font-family: Goldplay Semi;
}

.button-more {
  background: inherit;
  border: 2px solid #4b706b;
  color: #4b706b;
  font-family: Goldplay Semi;
}

.swiper-pagination-bullet-active {
  background-color: #4b706b;
}

.swiper-slide h2 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.swiper-container {
  margin-left: 0;
}

.home__slider .row {
  background-image: url(../images/backgrounds/smile.svg);
  background-repeat: no-repeat;
  background-position: 100% 40%;
  background-size: 40%;
}

.swiper-slide {
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}

.swiper-slide p {
  color: #828a95;
  max-width: 500px;
  font-size: 18px;
  font-family: Muli Regular;
  padding-top: 18px;
}

.swiper-pagination {
  text-align: left;
}

.home__slider {
  margin-bottom: 80px;
}

.home__slider .swiper-container {
  min-height: 500px;
  display: flex;
  align-items: center;
}

.home__news-block {
  padding: 190px 0 155px;
}

.home__news-block__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.home__news-block__item {
  max-width: 377px;
  display: grid;
  grid-template-rows: 20px 300px 100px auto 50px;
}

.home__news-block__item .button {
  justify-self: flex-start;
  display: flex;
  align-items: center;
}

.home__news-block__item p:nth-child(1) {
  font-size: 18px;
  color: #828a95;
  font-weight: bold;
  margin-top: 0;
  font-family: Goldplay Semi;
}

.home__news-block__item img {
  display: block;
  height: 170px;
  margin-top: 60px;
}

.home__news-block__item h3 {
  font-size: 27px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}

.home__news-block__item p:nth-last-child(1) {
  color: #828a95;
  font-family: Muli Regular;
  margin-right: 10px;
  font-size: 18px;
}

.news-block__item__category {
  font-size: 18px;
  color: #828a95;
  font-weight: bold;
  margin-top: 0;
  font-family: Goldplay Semi;
}

.news-block__item__title {
  font-size: 27px;
  line-height: 30px;
  margin-top: 70px;
  margin-bottom: 10px;
}

.home__ipso-map {
  padding: 130px 0 70px;
}

.home__ipso-map .container {
  text-align: center;
}

.section__title {
  text-align: left;
  font-size: 26px;
  padding-top: 26px;
  line-height: 21px;
  color: #828a95;
}

.home__projects__item-content {
  padding: 30px;
}

.home__projects__item-content__title {
  font-weight: 600;
  font-size: 27px;
  line-height: 30px;
  margin-top: 16px;
  margin-bottom: 10px;
}

.home__news-block {
  background-color: white;
}

.home__projects {
  padding-bottom: 110px;
}

.home__projects__item {
  border-radius: 7px;
}

.home__projects__item-content {
  background-color: white;
  border-radius: 0 0 7px 7px;
}

.home__projects__item {
  max-width: 31.3%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.home__projects__item .image-crop {
  height: 265px;
  border-radius: 7px 7px 0 0;
  display: flex;
  overflow: hidden;
  justify-content: center;
  background-color: white;
}

.home__projects__item img {
  border-radius: 7px 7px 0 0;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
}

.tag__category {
  background-color: #76d0b5;
  font-family: Goldplay Semi;
  border-radius: 5px;
  padding: 1px 14px;
  color: white;
  font-weight: bold;
  margin-right: 15px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
}

.home__ipso-map__title {
  color: #828a95;
  font-size: 26px;
}

.home__projects__item-content__title a {
  color: inherit;
}

.home__projects__item-content__description {
  color: #828a95;
  font-family: "Muli Regular";
}

.home__projects__item-content__description a {
  color: #4b706b;
}

.tag__country {
  padding: 1px 14px;
  background: #8fd5a6;
  border-radius: 5px;
  color: white;
  font-family: Goldplay Semi;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
}

.home__projects .button-more {
  float: right;
}

.home__latest-news {
  padding-bottom: 90px;
}

.home__latest-news__item {
  border-top: 2px solid #c9e4ca;
  max-width: 575px;
  width: 100%;
}

.home__latest-news__item__title {
  margin: 26px 0 5px;
  font-size: 27px;
  line-height: 133.4%;
  font-weight: bold;
}

.home__latest-news__item__title a {
  color: inherit;
}

.home__latest-news__item__description {
  margin: 0 0 5px;
  color: #828a95;
  font-family: Muli Regular;
}

.home__latest-news__item__link {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: #4b706b;
}

.home__our-parners {
  padding: 50px 0 70px;
  background-color: white;
  overflow: hidden;
}

.home__our-parners__title {
  border-right: 2px solid #c9e4ca;
  margin-right: 40px;
  display: flex;
  align-items: center;
}

.home__our-parners__title h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 44px;
  text-align: right;
  margin: 0;
  padding-right: 50px;
}

.footer__items {
  background: #4b706b;
  padding: 45px 0 30px 0;
  color: #fff;
}

footer .copyright {
  background-color: #42615d;
  color: #fff;
  padding: 15px 0;
}

.dashicons.dashicons-email {
  display: none;
}

footer .copyright p {
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
}

.footer__items__contacts {
  display: flex;
  flex-direction: column;
}
.footer__items .row {
  display: grid;
  grid-template-columns: 33% 15.2% 12% 1fr;
  gap: 20px;
}
.footer__items__list {
  display: flex;
  margin-top: 55px;
}
/* .gallery-item {
  cursor: pointer;
} */
.gallery-item dd {
  display: none;
}
#partners {
  background-color: #fff;
  padding-bottom: 37px;
}
.search-list {
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.search-list p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer__items__contacts .footer__logo {
    height: 56px;
    margin-bottom: 25px;
  }
}

.footer__items__contacts>img {
  margin-bottom: 40px;
}

.footer__items__contacts p img {
  margin-right: 30px;
}
.footer__items__contacts p{
  margin-bottom: 9px;
  letter-spacing: 0.2px;
}
.footer__items__contacts p,
.footer__items__contacts a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  font-family: "Goldplay";
  font-weight: 600;
}

.footer__items__list h3 {
  font-size: 18px;
  margin-top: 0;
}

.footer__items__list a {
  text-decoration: none;
}

.footer__items__list ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.footer__items__list li {
  margin: 0 0 8px 0;
  font-size: 16px;
  line-height: 21px;
}

.footer__items__join-our h3 {
  font-size: 27px;
  line-height: 36px;
  margin: 0 0 5px 0;
  color: #fff;
}

.footer__items__join-our p.follow {
  margin-top: 30px;
  font-size: 23px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1.6px;
  margin-bottom: 0;
}
.sbscrbr-unsubscribe-wrap {
  display: none;
}
#subscribe-form {
  margin-top: 20px;
  display: flex;
}
footer form .sbscrbr-block-one-line {
  display: flex;
}
footer form .sbscrbr-email-wrap.sbscrbr-form-one-line {
  width: auto;
}
#subscribe-form input,
form .sbscrbr-email-wrap.sbscrbr-form-one-line input[type="text"] {
  border: 0;
  height: 41px;
  width: 260px !important;
  border-radius: 5px 0 0 5px;
  padding-left: 25px !important;
}

.subscribe-form__button,
form .sbscrbr-submit-block.sbscrbr-form-one-line input[type="submit"] {
  width: 126px !important;
  height: 41px;
  margin-left: -38px;
  border-radius: 0 5px 5px 0 !important;
}

.social-links {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 35px 53px 48px 45px;
}
.social-links a {
  align-self: center;
}
.social-links img{
  height: 25px;
}
.social-links img[alt="youtube"] {
  height: 16px;
}
.footer__items__join-our {
  justify-self: center;
}
/* .social-links a {
  margin: 0 7px 0 7px;
} */

.social-links a:nth-child(1) {
  margin-left: 0;
}

.social-links a:nth-last-child(1) {
  margin-right: 0;
}

.fast-donate {
  display: flex;
  justify-content: center;
  margin-bottom: -50px;
  z-index: 8;
}

#fast-donate {
  margin: 0;
  display: flex;
}

.fast-donate .form-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 972px;
  height: 105px;
  background-color: #39bd81;
  border-radius: 7px;
  padding: 20px 30px;
}

.fast-donate .form-container h3,
.fast-donate .form-container p {
  color: white;
}

.fast-donate .form-container h3 {
  margin: 0;
  font-size: 27px;
  line-height: 36px;
}

.fast-donate .form-container p {
  margin: 3px 0;
  font-size: 16px;
  line-height: 21px;
  font-family: Muli Regular;
}

.button-donat {
  background: #4b706b;
  border-radius: 5px;
  height: 42px;
  padding: 0 25px;
  margin-left: 30px;
  font-family: Goldplay Semi;
}

#fast-donate input {
  border: 0;
  border-radius: 5px;
  position: relative;
  width: 278px;
  height: 42px;
  padding-left: 20px;
  font-family: Goldplay Bold;
  color: #4b706b;
}

#fast-donate input::placeholder {
  text-align: right;
  padding-right: 10px;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
  color: #4b706b;
  font-family: Goldplay Semi;
}

.project__main .row {
  background-repeat: no-repeat;
  background-position: 100% 40%;
  background-size: 50%;
}

/* About Us*/
.about__main .row {
  background-image: url(../images/backgrounds/smile.svg);
  background-repeat: no-repeat;
  background-position: 100% 40%;
  background-size: 50%;
  margin-bottom: 110px;
}

.about__content {
  min-height: 500px;
  max-width: 530px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.about__content h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 101.5%;
}

.donate_image {
  max-width: 600px;
  box-sizing: border-box;
}

.donate_image p {
  margin-bottom: 16px;
}

.about__content p,
.about__framework__description,
.about__framework__item__list,
.article__main p {
  font-family: Muli Regular;
  color: #4b706b;
  line-height: 26px;
}


.about__framework {
  padding: 85px 0 75px;
}

.about__framework__info {
  max-width: 535px;
}

.about__framework__title {
  font-size: 45px;
  line-height: 101.5%;
  margin: 12px 0;
}

.about__framework__description {
  max-width: 460px;
  font-size: 18px;
}

.about__framework__item {
  max-width: 377px;
  margin-top: 65px;
}

.about__framework__items {
  display: flex;
  flex-wrap: wrap;
}

.about__framework__item__title {
  font-size: 27px;
  line-height: 101.5%;
  margin: 0 0 12px 0;
}

.about__framework__item ul {
  padding-left: 20px;
}

.about__framework__item__list {
  list-style: none;
  width: 90%;
}

.about__framework__item__list li {
  /* font-size: 16px;
  line-height: 120%; */
}

.about__framework__item img {
  margin-bottom: 45px;
}

.about__pyramid {
  padding: 65px 0;
}

.about__pyramid__info__tag {
  font-size: 16px;
  line-height: 21px;
  color: #828a95;
  text-transform: uppercase;
  font-family: Goldplay Semi;
}

.about__pyramid__info__title {
  margin: 0 0 11px;
  font-size: 45px;
  line-height: 101.5%;
  max-width: 475px;
}

.about__pyramid__info__content__img {
  text-align: center;
  width: 100%;
}

.about__pyramid__info__content-pyramid-information {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.about__pyramid__info__content-pyramid-information span {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.about__pyramid__info__content__img img {
  width: 100%;
  max-width: 774px;
}

.about__pyramid__info__content .about__pyramid__info__content__one {
  width: 575px;
  height: 90px;
  margin-top: 0;
}

.about__pyramid__info__content .about__pyramid__info__content__two {
  width: 464px;
  display: flex;
  flex-direction: column;
  text-align: end;
  height: 90px;
  margin-top: 0;
}

.about__pyramid__info__content .about__pyramid__info__content__three {
  width: 408px;
  height: 125px;
  margin-top: 0;
}

.about__pyramid__info__content .about__pyramid__info__content__four {
  width: 351px;
  display: flex;
  flex-direction: column;
  height: 90px;
  margin-top: 0;
}

.about__pyramid__info__content__one span {
  border-top: 2px solid #4b706b;
  width: 575px;
}

.about__pyramid__info__content__two span {
  border-top: 2px solid #93a09d;
}

.about__pyramid__info__content__three span {
  border-top: 2px solid #8fd5a6;
}

.about__pyramid__info__content__four span {
  border-top: 2px solid #39bd81;
}

.about__pyramid__info__content>div {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

.about__pyramid__info__content {
  position: relative;
}

.about__pyramid__info__content>div {
  font-size: 18px;
  line-height: 20px;
  color: #4b706b;
  margin-top: 56px;
}

.about__pyramid__info__content div p {
  margin: 0;
  max-width: max-content;
  font-weight: 500;
  font-family: Muli Regular;
  font-size: 16px;
}

.about__quote {
  padding: 75px 0;
}

.about__quote .container {
  background-color: white;
  border-radius: 7px;
  padding: 35px;
}

.about__quote__content__text {
  text-align: right;
}

.about__quote__img__text h3 {
  margin: 0;
}

.about__quote__img {
  display: flex;
  align-items: center;
}

.about__quote__img img {
  max-width: 105px;
  margin-right: 25px;
}

.about__pyramid__info__content .scale-info__brackets {
  margin-top: 0;
  transform: translate(-312px, 150px);
}

.scale-info__logo {
  position: absolute;
  transform: translate(-165px, 220px);
}

.scale-info__logo p:nth-child(1) {
  width: 200px;
  transform: translate(-50px, -50px);
}

.scale-info__logo p:nth-child(3) {
  width: 260px;
  transform: translate(50px, 20px);
}

.about__pyramid__info__content .scale-info {
  margin-top: 0;
}

@media (min-width: 768px) {
  .about__quote p {
    padding-top: 22px;
    max-width: 470px;
    color: #4b706b;
    font-size: 18px;
    font-family: Muli Regular;
  }
}

.about__quote__person h3 {
  margin: 0;
}

.about__quote__person__tag {
  font-size: 16px;
  line-height: 20px;
  color: #828a95;
  font-weight: 600;
}

.mobile-legacy {
  display: none;
}

.about__team__ipso {
  padding-bottom: 50px;
}

.about__team__ipso__item {
  max-width: 377px;
  width: 100%;
  /* height: 114px; */
  border-radius: 7px;
  background-color: white;
  display: flex;
  align-items: flex-start;
  padding: 20px 30px 25px;
  margin-bottom: 20px;
}

.about__team__ipso__item__photo img {
  width: 70px;
  height: auto;
}

.about__team__ipso__info {
  margin-left: 30px;
}

.about__team__ipso__info h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}

.about__team__ipso__items {
  flex-wrap: wrap;
}

.about__join__team__apply {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about__join__team__apply a.button {
  font-family: Goldplay Semi;
}

.about__join__team__apply__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.about__join__team {
  background-color: #fef8f3;
  padding: 68px 0;
}

.about__join__team__info h2 {
  padding-bottom: 14px;
  margin: 0;
}

.about__join__team__apply__item p {
  margin: 0;
  font-family: Goldplay;
  font-weight: 600;
}

div.about__join__team__info {
  max-width: 500px;
}

.about__join__team__info a {
  color: #4b706b;
  font-weight: bold;
}

/*Project Page*/
.project__content {
  max-width: 476px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  height: 100%;
}

.project__content__title {
  font-weight: 600;
  font-size: 45px;
  line-height: 48px;
  margin-top: 40px;
}

.project__main {
  padding-bottom: 75px;
}

.main-image img {
  width: 100%;
}

.project__projects__items {
  flex-wrap: wrap;
  justify-content: unset;
  /* flex-direction: row-reverse; */
}

.project__projects__items>div {
  margin-right: 20px;
}

.project__projects__item {
  max-width: 377px;
  background-color: white;
  margin-bottom: 20px;
  border-radius: 7px;
}

.project__projects__item__static {
  max-width: 64%;
  width: 100%;
  background-color: #39bd81;
  margin-bottom: 20px;
  border-radius: 7px;
  padding: 30px 30px 0;
  display: flex;
  justify-content: space-between;
  order: 1;
}

.project__projects__item__static__content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.white-button {
  background-color: #4b706b;
  color: white;
  margin-bottom: 30px;
  font-family: Goldplay Semi;
}

.tag__white {
  background-color: white;
  color: #39bd81;
  padding: 1px 14px;
  border-radius: 5px;
  font-family: Goldplay Semi;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
}

.project__projects__item__static__content__title {
  font-weight: bold;
  font-size: 27px;
  line-height: 36px;
  color: white;
  margin: 20px 0 5px;
  max-width: 320px;
}

.project__projects__item__static__content__text {
  font-weight: normal;
  font-size: 18px;
  color: white;
  max-width: 350px;
  font-family: Muli Regular;
}

.project__projects__item__content {
  padding: 30px;
}

.project__projects__item img {
  border-radius: 7px 7px 0 0;
}

.project__projects__item__content__title {
  margin: 20px 0;
  font-size: 27px;
  line-height: 31px;
}

.project__projects__item__static__image {
  display: flex;
  align-items: flex-end;
}

.project__projects__item__static__image img {
  max-height: 529px;
  width: 100%;
}

.project__projects__item__content__text {
  line-height: 20px;
}

.project__projects {
  padding: 65px;
}

/*News and Media*/
.sort-and-results {}

.news__items {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.news__items a {
  color: inherit;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sort-and-results__nav {
  display: flex;
  justify-content: space-between;
}

.element-item {
  max-width: 32%;
  width: 100%;
  border-bottom: 2px solid #a8dadc;
  margin-bottom: 30px;
  margin-right: 10px;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.element-item img {
  width: auto;
  height: 100%;
  max-height: 277px;
}

.element-item:nth-child(3n + 3) {
  margin-right: 0;
}

.element-item__info {
  display: flex;
  justify-content: space-between;
}

.news-and-media {
  padding: 75px 0;
}

.tag {
  color: white;
  border-radius: 5px;
  padding: 1px 14px;
  font-family: Goldplay Semi;
  margin-right: 15px;
}

.tag__publications {
  background: #69aba2;
}

.tag__news {
  background: #4c8e85;
}

.tag__video {
  background: #8fd5a6;
}

.tag__gallery {
  background: #76d0b5;
}

.element-item__info__data {
  color: #828a95;
  font-family: Muli Regular;
}

.element-item h2 {
  font-size: 26px;
  line-height: 28px;
  margin: 0 0 13px 0;
  padding-top: 14px;
}

.element-item__info {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.button__filter {
  background: #76d0b5;
  border-radius: 5px;
  padding: 1px 14px;
  color: #fefefe;
  font-size: 16px;
  font-family: Goldplay Semi;
  line-height: 21px;
  margin-right: 20px;
  cursor: pointer;
}

.button__filter.selected {
  background: #a7cf3a;
}

.contact__our-offices__item__title {
  font-size: 27px;
  line-height: 36px;
  margin: 0 0 5px;
}

.contact__our-offices__item p {
  margin: 0;
  font-weight: 600;
  font-family: Muli Regular;
  color: #828a95;
}

.contact__our-offices__item a {
  color: #4b706b;
  text-decoration: none;
  font-weight: 600;
  color: #828a95;
}

.contact__our-offices {
  padding: 25px 0 65px;
}

.contact__our-offices h4 {
  color: #828a95;
}

.contact__our-offices__items {
  flex-wrap: wrap;
}

.contact__our-offices__item {
  max-width: 240px;
  width: 100%;
  margin-bottom: 30px;
}

.form-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-field__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.col-6.form-field__item {
  max-width: 278px;
}

.contact__contact_us__info h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 101.5%;
  margin: 0 0 10px;
}

.contact__contact_us__info p {
  margin: 0;
  font-family: Muli Regular;
  color: #828a95;
}

.contact__contact_us {
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-field.application {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.form-field.application .form-field__item.textarea label {
  display: grid;
  grid-template-rows: 40px 90px;
}

.form-field.application .form-field__item.textarea textarea {
  height: 100%;
  resize: none;
}

.form-field__item label {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  font-family: Goldplay Semi;
}

.form-field__item input,
.form-field__item textarea {
  padding: 8px 0 15px;
  border: 0;
  background-color: inherit;
  color: #828a95;
  border-bottom: 2px solid #4b706b;
  width: 100%;
}

.form-field__item textarea {
  max-width: 590px;
  min-height: 100px;
}

.form-field__item input::placeholder {
  color: #828a95;
  font-family: Muli Regular;
}

#contact-form button,
.wpcf7-form button {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

#contact-form button img {
  margin-left: 10px;
}

.contact__contact_us__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact__contact_us__info__title {
  margin-bottom: 20px;
}
.contact__contact_us__contacts img {
  margin-right: 30px;
}

.contact__contact_us__contacts p {
  margin-bottom: 18px;
}

.contact__contact_us__contacts a {
  text-decoration: none;
  color: #4b706b;
  font-size: 16px;
  line-height: 21px;
}

.article {
  padding: 0 0 70px;
}

.article>.container>.row {
  background-repeat: no-repeat;
  background-position: 100% 40%;
  background-size: 50%;
  height: 500px;
}

.article__main {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  margin-top: 78px;
}

.article__main .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 500px;
  gap: 10px;
}

.article__main .tags span {
  margin-bottom: 10px;
}

.article__title {
  font-weight: 600;
  font-size: 45px;
  line-height: 48px;
  margin: 0px 0 20px;
  max-width: 500px;
}

.article__image {
  text-align: end;
  display: flex;
  align-items: center;
}

.article__image img {
  max-width: 610px;
  height: auto;
  margin-right: 30px;
}

.article__content {
  padding: 45px 0 65px;
}

.article__content__text {
  margin-bottom: 55px;
}
.article__content__text p a,
.article__content__text ul a {
  color: #4b706b;
}
.article__content__text p,
.article__content__text li {
  font-size: 18px;
  line-height: 140%;
  color: #828a95;
  ;
  font-family: Muli Regular;
}
.row.contact__contact_us__content {
  background-repeat: no-repeat;
  background-position: 100% 40%;
  background-size: 50%;
  height: 500px;
}
/* .article__content__text p a {
	font-weight: bold;
} */
.article__content__share a {
  margin-left: 20px;
}

.article__date {
	display:none;
}

.recent__news__item__date {
	display:none;
}


.recent__news h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 12px;
  border-bottom: 2px solid #a8dadc;
  margin: 0;
}

.recent__news__item {
  padding-bottom: 12px;
  border-bottom: 2px solid #a8dadc;
}

.recent__news__item p {
  margin: 0;
  font-family: Muli Regular;
}

.recent__news__item h3 {
  margin: 12px 0 7px;
}

.recent__news__item h3 a {
  color: inherit;
}

.results__count {
  font-weight: 800;
  color: #555757;
  font-family: Muli Regular;
}

.mapsvg-btn-group {
  box-shadow: none !important;
}

.mapsvg-btn-map.mapsvg-in,
.mapsvg-btn-map.mapsvg-out {
  border: none !important;
  background-color: inherit !important;
}

.mapsvg-btn-map.mapsvg-in:before,
.mapsvg-btn-map.mapsvg-out:before {
  background-color: #a8dadc !important;
  border-radius: 2px;
  height: 2px !important;
}

.mapsvg-btn-map.mapsvg-in:after {
  background-color: #a8dadc !important;
  width: 2px !important;
}

.header__search-donate {
  display: flex;
  align-items: center;
}

#main-search {
  border: none;
  background: #fef8f3;
  height: 41px;
  border-radius: 5px;
  margin-right: 10px;
  transition: 0.25s;
  position: absolute;
  right: 0;
  width: 50px;
  top: -21px;
  padding-left: 10px;
}

#main-search:hover,
#main-search:focus {
  background: white;
  width: 170px;
  transition: 0.25s;
}

.mobile-search #main-search:hover,
.mobile-search #main-search:focus {
  width: 89%;
  color: #4b706b;
}

.search {
  position: relative;
}

.search svg {
  position: absolute;
  top: -8px;
  right: 20px;
}

.search svg path {
  fill: #4b706b;
}

.searchwp-live-search-result a {
  color: #4b706b;
}

.search-page .article>.container>.row {
  height: auto;
}

.searchwp-live-search-results-showing {
  width: auto !important;
  min-width: 170px;
  max-width: 320px;
}

.mobile-menu {
  display: none;
}

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

.news-block__item__description {
  color: #828a95;
  font-family: Muli Regular;
  margin-right: 10px;
  font-size: 18px;
}

.header__logo {
  display: flex;
}

/* form .sbscrbr-email-wrap.sbscrbr-form-one-line input[type="text"] {
  padding-left: 20px!important;
} */
.close {
  display: none;
  top: -200vh;
  transition: 0.25s;
}

.open {
  display: block;
  top: 0;
  transition: 0.25s;
}

#betterplace_donation_iframe {
  width: 80%;
  max-height: unset;
  text-align: right;
}

.donate-form .row {
  align-items: center;
}

.navigation.pagination {
  width: 100%;
  text-align: center;
}

.navigation.pagination h2 {
  display: none;
}

.nav-links a {
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 40px;
  padding: 0 10px;
  color: #828a95;
  font-weight: bold;
  font-family: Goldplay Semi;
}

.page-numbers.current {
  color: white;
  font-weight: bold;
  background: #39bd81;
  padding: 0 10px;
  border-radius: 5px;
  font-family: Goldplay Semi;
}

.page-numbers.dots {
  font-size: 40px;
}

form .sbscrbr-email-wrap.sbscrbr-form-one-line .dashicons {
  font-size: 20px !important;
}

.pertners-slider {
  position: relative;
  overflow: hidden;
}

.pertners-slider .swiper-slide {
  height: inherit;
  display: flex;
}

.pertners-slider .swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  display: flex;
  align-items: center;
}

.home__slider .swiper-container-android .swiper-slide,
.swiper-wrapper {
  align-items: flex-start;
}

a.active {
  background: #39bd81;
}

.sbscrbr-form-error {
  margin: 0;
}

.donate-form {
  padding: 50px 0;
  background-color: #fff;
}

.project__content__text {
  font-family: "Muli Regular";
  line-height: 26px;
}

.betterplace_donation_iframe {
  text-align: center;
}

#our-partners {
  background-color: #fff;
  padding-bottom: 200px;
}

.gallery-item img {
  border: none !important;
  border: none !important;
  max-width: 300px;
  width: 100%;
  height: auto;
  padding: 0 10px;
}

.gallery-columns-5 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-5 .gallery-item {
  float: none !important;
  display: flex;
  align-items: center;
}

.image-wrapper {
  overflow: hidden;
  max-height: 277px;
  max-width: 377px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-list .menu-item-has-children a {
  pointer-events: all
}

.mobile-menu-list .menu-item-has-children a:before {
  pointer-events: none
}

.article__title-and-date {
  max-width: 500px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 20px;
}

.upload-cv small {
  color: #dc3232;
  font-size: 16px;
  font-weight: 600;
  font-family: Goldplay Semi;
  line-height: 21px;
  margin-top: 5px;
  display: block;
}

/* Contact Page*/
@media (max-width: 1200px) {

  .home__slider .row,
  .article>.container>.row,
  .row.contact__contact_us__content {
    background-position: 100% 0%;
    background-size: 50%;
  }

  .home__projects__item {
    max-width: 48%;
  }

  .home__projects .home__projects__item {
    max-width: 32%;
    width: 100%;
  }

  .project__projects__items>div:nth-child(2) {
    max-width: 40%;
  }

  .project__projects__item__static {
    max-width: 56%
  }

  .gallery-columns-5 .gallery-item {
    width: 25% !important;
  }

  .project__projects__items>div {
    margin-right: 10px;
  }

  .project__projects__items>div:nth-child(3),
  .project__projects__items>div:nth-child(4) {
    margin-right: 10px;
  }

  .donate_image {
    width: 100%;
    text-align: center;
  }

  .donate_image img {
    width: 100%;
    max-width: 650px;
  }

  .about__main .row,
  .project__main .row {
    background-position: 100% 0%;
    background-size: 50%;
  }

}

@media (max-width: 1100px) {
  /* .footer__items__list {
    display: none;
  } */
  .footer__items .row {
    grid-template-columns: 25% 15.2% 12% 1fr;
  }
  .mobile-legacy {
    display: block;
  }

  .project__projects {
    padding: 65px 0;
  }

  .project__projects__item__static__image img {
    max-height: 390px;
  }

  .mobile-legacy a {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    margin-left: 20px;
  }

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

@media (max-width: 992px) {
  .container {
    max-width: 990px;
  }

  .gallery-columns-5 .gallery-item {
    width: 33% !important;
  }

  .form-field.application .form-field__item.textarea label {
    display: grid;
    grid-template-rows: 60px 90px;
  }

  .image-wrapper {
    max-height: 190px;
  }

  /*   .home__slider .row,
  .article>.container>.row {
    background-size: 50%;
  } */

  .donate-form .row {
    flex-direction: column-reverse;
  }

  .project__content__title {
    font-size: 36px;
  }


  .project__projects__item__static__image img {
    max-height: 340px;
  }

  #betterplace_donation_iframe {
    width: 100%;
    text-align: center;
  }

  .home__news-block__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  .home__news-block__item p:nth-child(1) {
    font-size: 16px;
  }

  .home__news-block__item h3 {
    font-size: 24px;
    margin-top: 10px;
  }

  .home__news-block__item img {
    max-width: 200px;
    height: auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 870px) {
  .footer__items .row {
    grid-template-columns: 1fr 1fr;
  }
  .footer__items__contacts {
    order: 0;
  }
  .footer__items__join-our {
    order: 1;
  }
  .footer__items__list {
    order: 3;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 20px;
  }

  .gallery-columns-5 .gallery-item {
    width: 50% !important;
  }

  .footer__items .row {
    grid-template-columns: 1fr;
  }
  .footer__items__join-our {
    width: 100%;
  }
  footer form .sbscrbr-block-one-line {
    width: 70vw;
  }
  .image-wrapper {
    max-height: 240px;
    max-width: 420px;
    margin: 0 auto;
  }

  .header__donate {
    padding: 5px 15px;
  }

  .home__projects__item-content__title {
    font-size: 20px;
    line-height: 24px;
  }

  .project__projects__item__static__content__text {
    font-size: 16px;
    line-height: 20px;
  }

  .home__slider {
    background-position: inherit;
    margin-bottom: 0;
  }

  .home__slider .row,
  .article>.container>.row,
  .row.contact__contact_us__content {
    background-size: 60%;
    background-position: top center;
    margin-bottom: 50px;
  }

  .contact__contact_us__info {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .col-6,
  .col-5,
  .col-3,
  .col-8 {
    max-width: 100%;
    flex: auto;
  }

  .project__main>div>div>div {
    margin-top: 320px;
  }

  .fast-donate .form-container {
    width: 100%;
  }

  .home__slider .swiper-container {
    margin-top: 200px;
    min-height: unset;
    align-items: flex-start;
  }

  .about__framework__items {
    justify-content: center;
  }

  .container {
    max-width: 750px;
    margin: 0 15px;
  }


  .home__news-block__item {
    max-width: unset;
  }

  .header__menu {
    display: none;
  }

  .home__projects__items {
    flex-wrap: wrap;
  }

  .home__latest-news__items {
    flex-wrap: wrap;
  }

  .footer__items__list {
    display: none;
  }

  .footer__items .row {
    flex-wrap: wrap;
  }

  .footer__items__contacts {
    margin-bottom: 30px;
  }

  /* #subscribe-form input,
  form .sbscrbr-email-wrap.sbscrbr-form-one-line input[type="text"] {
    width: 100% !important;
  } */

  .footer__items__contacts>img {
    display: none;
  }

  .about__pyramid__info__content .about__pyramid__info__content__one {
    width: 205px;
  }

  .about__pyramid__info__content .about__pyramid__info__content__three {
    width: 100%;
  }

  .header__search-donate .search {
    display: none;
  }

  .fast-donate .form-container {
    height: auto;
    flex-wrap: wrap;
    margin: 0 15px;
  }

  .button-donat {
    margin-left: 20px;
    white-space: nowrap;
  }

  #fast-donate input {
    width: 100%;
  }

  #fast-donate {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .fast-donate .form-container p {
    margin-bottom: 15px;
  }

  header {
    padding: 25px 0;
  }


  .home__projects__item img {
    width: unset !important;
    height: auto !important;
    max-height: unset;
    object-fit: cover;
  }

  .home__projects__item .image-crop {
    max-height: unset;
  }

  .home__news-block {
    padding: 80px 0 30px;
  }

  .news-block__item__title {
    margin: 20px 0 13px;
  }

  .home__news-block__item {
    padding-top: 68px;
    align-self: flex-start;
  }

  .home__ipso-map {
    padding: 30px 0;
  }

  .home__projects__item-content {
    padding: 20px;
  }

  .home__projects__item {
    margin-bottom: 20px;
  }

  .home__projects .button-more {
    display: table;
    margin: 0 auto;
    float: none;
  }

  .home__projects {
    padding-bottom: 40px;
  }

  .home__latest-news__item__title {
    margin: 20px 0 5px;
  }

  .home__latest-news__item {
    padding-bottom: 20px;
  }

  .home__latest-news {
    padding-bottom: 45px;
  }

  .subscribe-form__button,
  form .sbscrbr-submit-block.sbscrbr-form-one-line input[type="submit"] {
    margin-left: -5px;
  }

  .home__our-parners__title h2 {
    font-size: 27px;
    padding-right: 0;
  }

  .home__our-parners__title {
    border-right: none;
    border-bottom: 2px solid #a8dadc;
    align-self: center;
    max-width: 100%;
    margin-right: 0;
  }

  .home__our-parners .row {
    flex-direction: column;
    justify-content: center;
  }

  .home__our-parners {
    padding: 30px 0;
  }

  .mobile-menu {
    display: flex;
    margin-left: 15px;
  }

  .mobile-menu-list {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #f6f5f5;
    z-index: 10;
  }

  .mobile-menu-list .menu-item-has-children>a::before {
    top: 30px;
    left: 90px;
  }

  .mobile-menu-list .menu-item-has-children:hover>a::before {
    transform: rotate(180deg);
    top: 27px;
  }

  .mobile-menu-list ul {
    list-style: none;
  }

  .mobile-menu-list__logos {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 15px;
  }

  .mobile-menu-list ul {
    padding: 0 15px;
    margin-bottom: 0;
    display: inline-flex;
    flex-direction: column;
  }

  .mobile-menu-list ul>li>ul>li {
    border: none;
  }

  .mobile-menu-list ul>li>ul>li a {
    color: #fff;
  }

  .mobile-menu-list ul>li>ul {
    padding-bottom: 0;
  }

  .mobile-menu-list .menu-item-has-children ul {
    display: none;
    background-color: #4b706b;
    padding: 0 40px 0 20px;
    border-radius: 7px;
    margin-left: 10px;
  }

  .mobile-menu-list .menu-item-has-children.open {
    padding-bottom: 0;
  }

  .mobile-menu-list .menu-item-has-children.open ul {
    display: block;
    margin-top: 15px;
  }

  .mobile-menu-list__logos img:nth-child(1) {
    width: 92px;
  }

  .close {
    display: block;
  }

  .mobile-menu-list li {
    padding: 20px 0;
    position: relative;
  }

  .mobile-menu-list li a {
    color: #4b706b;
    font-family: Goldplay;
    font-weight: bold;
  }

  .mobile-menu__search-careers {
    background-color: #4b706b;
    height: 100%;
    padding: 0 15px;
  }

  .mobile-menu__search-careers a {
    color: #fff;
    font-family: Goldplay;
    font-weight: bold;
  }

  .mobile-menu__search-careers>div img {
    margin-right: 20px;
  }

  .header__logo img {
    width: 95px;
  }

  #main-search {
    position: relative;
    top: unset;
    right: unset;
    width: 89%;
    background-color: #4b706b;
    padding-left: 10px;
    margin-left: 30px;
    color: #fff;
  }

  .mobile-search #main-search::placeholder {
    color: #fff;
    font-family: Goldplay;
    font-weight: bold;
  }

  #searchform {
    position: relative;
  }

  #searchform svg {
    position: absolute;
    top: 15px;
    left: 0;
  }

  #searchform svg path {
    fill: #fff !important;
  }

  .mobile-menu__search-careers>div {
    padding: 21px 0;
    position: relative;
  }

  .mobile-menu__search-careers>div:nth-child(2) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .mobile-search {
    padding: 10px 0 !important;
  }

  .about__main {
    background-position: inherit;
    margin-bottom: 0;
  }

  .swiper-slide h2 {
    font-size: 27px;
    max-width: 260px;
    line-height: 28px;
  }

  .about__content h1 {
    font-size: 27px;
  }

  .about__content {
    margin-top: 290px;
    min-height: 350px;
  }

  .about__framework__title {
    font-size: 27px;
  }

  .about__framework {
    padding: 30px 0;
  }

  .about__framework__item {
    margin-top: 0;
  }

  .about__framework__item p {
    text-align: center;
  }

  .about__framework__item img {
    margin: 0;
  }

  .about__pyramid__info__title {
    font-size: 27px;
    width: 281px;
  }

  .about__pyramid__info__content {
    flex-direction: column;
    min-height: 350px;
  }

  .about__pyramid__info__content__left div:nth-child(1) {
    width: 60%;
    margin-top: 0;
  }

  .scale-info {
    display: none;
  }

  .about__pyramid__info__content__one span {
    width: 86px;
    margin-top: 10px;
  }

  .about__pyramid__info__content__two span {
    width: 158px;
  }

  .about__pyramid__info__content__two,
  .about__pyramid__info__content__four {
    width: auto;
    align-self: unset;
    flex-direction: unset;
    align-items: unset;
    display: block;
    text-align: left;
    margin-top: 25px;
  }

  .about__pyramid__info__content__three {
    margin-top: 10px;
  }

  .about__pyramid__info__content__three p,
  .about__pyramid__info__content__four p {
    max-width: 100% !important;
  }

  .about__pyramid {
    overflow: hidden;
  }

  .about__quote {
    background-color: white;
    padding: 15px 0;
  }

  .about__quote .container {
    position: relative;
  }

  .about__quote__img img {
    width: 64px;
    right: 0;
  }

  .about__quote__content__text {
    text-align: left;
  }

  .about__quote .row {
    flex-direction: column;
  }

  .about__quote__person h3,
  .about__quote__person span {
    max-width: 262px;
    display: block;
  }

  .about__join__team .row {
    flex-direction: column;
  }

  .project__main .row {
    flex-direction: column-reverse;
  }

  .project__main .container {
    margin: 0;
  }

  .project__main .container img {
    width: 100%;
  }

  .project__content {
    width: 100%;
  }

  .project__projects {
    padding: 0;
  }

  .project__projects__item__static {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    min-height: 560px;
    position: relative;
  }

  .project__projects__item__static__image img {
    max-width: 200px;
    max-height: 280px;
  }

  .project__projects__item__static__content {
    height: 100%;
  }

  .project__projects__item__static__image {
    position: absolute;
    bottom: 0;
    right: 30px;
  }

  .project__content__title {
    font-size: 27px;
    line-height: 27px;
    margin: 10px 0;
  }

  .home__projects__item,
  .project__projects__items>div:nth-child(2) {
    max-width: unset !important;
  }

  .project__content {
    margin-top: 20px;
    padding: 0 15px;
  }

  .project__content__tags span {
    margin-bottom: 10px;
    display: block;
    float: left;
  }

  .sort-and-results__nav {
    flex-direction: column;
  }

  .results__count {
    align-self: flex-end;
  }

  .button__filter {
    margin-bottom: 10px;
  }

  .element-item {
    margin-right: unset;
    max-width: unset;
    width: 100%;
  }

  .element-item img {
    width: 100%;
  }

  .contact__contact_us__content {
    flex-direction: column;
  }

  .contact__contact_us__info h1 {
    font-size: 27px;
    line-height: 101.5%;
  }

  .form-field {
    flex-direction: column;
  }

  .col-6.form-field__item {
    max-width: unset;
  }

  #contact-form button {
    align-self: baseline;
  }

  .contact__our-offices__item {
    max-width: unset;
    width: 167px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }

  .contact__our-offices h4 {
    margin: 15px 0;
  }

  .article .row {
    flex-direction: column-reverse;
  }

  .article .container {
    margin: 0;
  }

  .article__image {
    text-align: center;
  }

  .article__image img {
    width: 90%;
    margin: 0 auto;
  }

  .article__main {
    padding: 0 15px;
    margin-top: 20px;
    width: 100%;
  }

  .article__title {
    font-size: 27px;
    line-height: 101.5%;
  }

  .article {
    padding: 0 0 20px;
  }

  .article__main span {
    display: block;
    float: left;
    margin-bottom: 10px;
  }

  .article__title-and-date {
    float: right;
    max-width: unset;
  }

  .article__content .row {
    flex-direction: column;
  }

  .article__content__text {
    margin-bottom: unset;
  }

  .article__content {
    padding: 20px 0 30px;
  }

  .article__content__share {
    margin-bottom: 60px;
  }

  .donta_image img {
    width: 100% !important;
    height: auto !important;
  }

  #betterplace_donation_iframe {
    max-height: unset;
  }

  .home__slider .row {
    background-position: 50% 0%;
  }

  .home__slider .container {
    margin: 0;
  }

  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    text-align: center;
    display: none;
  }

  .home__slider .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    justify-content: flex-start;
  }

  .home__slider .container .swiper-container {
    margin: 300px 0 0 0;
  }

  .home__slider .swiper-slide {
    height: auto;
    justify-content: start;
    padding: 0 10px;
  }

  .about__main .row,
  .project__main .row {
    background-size: 60%;
    background-position: top center;
    margin-bottom: 50px;
  }

  .about__quote__img {
    flex-direction: row-reverse;
    margin-bottom: 10px;
  }

  .contact__contact_us__info__title {
    margin-bottom: 15px;
  }

  .footer__items {
    padding: 20px 0;
  }

  body form .sbscrbr-email-wrap.sbscrbr-form-one-line input[type="text"] {
    padding-left: 20px;
  }

  .swiper-slide p {
    margin: 0 0 40px 0;
    padding: 18px 5px 0 5px;
  }

  .home__our-parners__items {
    margin-top: 20px;
    max-width: 100%;
  }

  .filters-button-group {
    display: flex;
    flex-wrap: wrap;
  }

  .pagination {
    margin-bottom: 20px;
  }

  .footer__items__contacts p img {
    margin-right: 19px;
  }

  .about__team__ipso__items {
    justify-content: center;
  }

  .about__team__ipso__info p {
    margin: 0;
    color: #828a95;
    font-size: 16px;
    font-family: Muli Regular;
  }

  .about__team__ipso__info p {
    margin: 0;
    color: #828a95;
    font-family: Muli Regular;
  }

  div.about__join__team__info .description {
    color: #828a95;
    font-size: 16px;
  }

  div.about__join__team__info .description {
    color: #828a95;
  }

  #desktop-lang {
    margin-right: 10px;
  }

  #our-partners {
    padding-bottom: 70px;
  }

  .home__news-block__items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 660px) {
  .form-field.application {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 570px;
    max-width: unset;
    padding: 0;
  }

  .gallery-item img {
    border: none !important;
    width: 100%;
    height: auto;

  }

  .gallery-columns-5 .gallery-item {
    width: 33% !important;
    height: auto;
  }

  .project__projects__item__static__image img {
    max-width: 90px;
    max-height: 250px;
  }

  .home__slider .row,
  .article>.container>.row {
    background-position: 30% 0;
    background-size: 330px;
  }


  .button-donat {
    margin: 10px 0 0;
  }

  #fast-donate {
    flex-direction: column;
    align-items: center;
  }

  .form-container__content {
    text-align: center;
  }

  .about__main .row,
  .project__main .row,
  .row.contact__contact_us__content {
    background-position: 30% 0;
    background-size: 330px;
  }

  .single-project .article>.container>.row {
    padding-top: 0;
  }
  .article>.container>.row {
    height: auto;
    padding-top: 300px;
    margin-bottom: 0;
  }
  .row.contact__contact_us__content {
    height: auto;
    padding-top: 300px;
  }
  .modal-wrapper {
    background-image: none !important;
    max-width: unset;
    margin: 0 20px;
  }
}

@media (max-width: 476px) {
  .article>.container>.row {
    height: auto;
    margin-bottom: 0;
  }
}

@media (max-width: 340px) {

  .home__slider .row,
  .article>.container>.row {
    background-position: 30% 0;
    background-size: 310px;
  }
}

#sbscrbr-checkbox {
  vertical-align: baseline !important;
}

.news-block__item__image {
  display: block;
  height: 170px;
  margin-top: 60px;
}

#load-more-events {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
}

#more-projects>div:nth-child(3n) {
  margin-right: 0;
}

#more-projects>div {
  margin-right: 20px;
}

#more-projects {
  flex-wrap: wrap;
  justify-content: unset;
}

p a {
  color: #4b706b;
}