@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/Open_Sans/OpenSans-Regular.eot") format("eot");
  src: url("../assets/fonts/Open_Sans/OpenSans-Regular.ttf") format("ttf");
  src: url("../assets/fonts/Open_Sans/OpenSans-Regular.woff") format("woff");
  src: url("../assets/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Andes";
  src: url("../assets/fonts/Andes/Andes-Regular.eot") format("eot");
  src: url("../assets/fonts/Andes/Andes-Regular.ttf") format("ttf");
  src: url("../assets/fonts/Andes/Andes-Regular.woff") format("woff");
  src: url("../assets/fonts/Andes/Andes-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "AndesBold";
  src: url("../assets/fonts/Andes/Andes-Bold.eot") format("eot");
  src: url("../assets/fonts/Andes/Andes-Bold.ttf") format("ttf");
  src: url("../assets/fonts/Andes/Andes-Bold.woff") format("woff");
  src: url("../assets/fonts/Andes/Andes-Bold.woff2") format("woff2");
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  list-style: none;
  text-decoration: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .container {
    width: 960px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    width: 720px;
  }
}

@media screen and (min-width: 376px) and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
}

@media screen and (max-width: 375px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
}

.container-fluid {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .container-fluid {
    padding: 0 16px;
  }
}

@media screen and (max-width: 375px) {
  .container-fluid {
    /*padding: 0 16px;*/
  }
}

.logo {
  width: 330px;
  height: 46px;
  display: block;
  background: url("../assets/svg/logo.svg") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 376px) and (max-width: 768px) {
  .logo {
    width: 227px;
    height: 36px;
  }
}

@media screen and (max-width: 375px) {
  .logo {
    width: 257px;
    height: 36px;
  }
}

.logo__global {
  width: 250px;
  height: 46px;
  display: block;
  background: url("../assets/svg/logo-wbg.svg") no-repeat;
  background-size: contain;
}
.footer-mobile__wb-logo {
  display: none;
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  .logo__global {
    width: 185px;
    height: 36px;
  }
}

@media screen and (max-width: 600px) {
  .logo__global {
    display: none;
  }
  .footer-mobile__wb-logo {
    display: block;
    margin-bottom: 10px;
  }
}

.logo__footer {
  width: 330px;
  height: 46px;
  display: block;
  background: url("../assets/svg/logo-white.svg") no-repeat;
  background-size: contain;
  margin-bottom: 24px;
}

/* .region__content {
  min-height: 734px;
} */

.page__contacts {
  position: relative;
  width: 100%;
  height: max-content;
  overflow: hidden;
  margin-top: -8px; }
.page__contacts .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
.page__contacts .page__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
.page__contacts .page__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;}
.page__contacts .page__content {
  display: flex;
  flex-flow: column nowrap;
  background: rgba(0, 0, 0, 0.32);
  border-radius: 4px;
  padding: 32px;
  height: max-content;
  width: 577px;
  margin-top: 56px; }
.page__contacts .page__content-title {
  font-family: "AndesBold";
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px; }
.page__contacts .page__content-body {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff; }
.page__contacts .page__form {
  width: 377px;
  display: flex;
  flex-flow: column nowrap;
  background: #ffffff;
  padding: 24px;
  margin-top: 56px;
  margin-bottom: 24px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px; }
.page__contacts .page__form-logo {
  position: absolute;
  top: -24px;
  left: calc(50% - 32px);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center; }
.page__contacts .page__form-title {
  font-family: "AndesBold";
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: #333333;
  margin-top: 16px;
  margin-bottom: 16px; }
.page__contacts .page__form-group {
  display: block;
  margin-bottom: 16px; }
.page__contacts .page__form-group img {
  width: 100%; }
.page__contacts .page__form-label {
  display: block;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px; }
.page__contacts .page__form-input {
  display: block;
  width: 93%;
  border: 1px solid #C4C4C4;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 12px;
  border-radius: 2px;
  color: #787878; }
.page__contacts .page__form select.page__form-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M10.59 0.59L6 5.17L1.41 0.59L0 2L6 8L12 2L10.59 0.59Z' fill='%232F879F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 14px);
  width: 100%; }
.page__contacts .page__form select.page__form-input option {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px; }
.page__form-input {
  -webkit-appearance: none;
}
.page__contacts .page__form textarea.page__form-input {
  min-width: 93%;
  max-width: 93%;
  min-height: 112px;
}
.page__contacts .page__form input[type="submit"].page__form-input {
  width: 100%;
  background: #2F879F;
  border-radius: 2px;
  border: none;
  color: #ffffff;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.submit_login_form {
  cursor: pointer;
}

#user-login-form, #contact-message-hepr-form-form {
  display: none;
}

.pager {
  border-top: 1px solid #C4C4C4;
  margin-bottom: 45px;
}

.pager__items {
  text-align: center;
}

.pager__item {
  display: inline-block;
  margin-right: 40px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.pager__item a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #787878;
}

.pager__item.is-active a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.pager__item_active_border {
  display: block;
  height: 2px;
  width: 30px;
  margin-top: -7px;
  margin-left: -10px;
  background: #2F879F;
  position: absolute;
}

.info4blocks {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.info4block {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 280px;
  position: relative;
  border: 2px solid #2F879F;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.info4block_title {
  padding: 22px 0;
  width: 100%;
  height: 85px;
  background: #2F879F;
  border-radius: 0;

  font-family: AndesBold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;

  color: #FFFFFF;
}

.info4block_icon {
  background: #2f879f;
  border-radius: 70%;
  padding: 2px;
  height: 110px;
  width: 110px;
  text-align: center;
  margin: 0 auto;
  margin-top: -70px;
}

.info4block_icon img {
  height: 100px;
  width: 100px;
  margin-top: 5px;
}

.info4block_text {
  padding: 30px 40px 50px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #2F879F;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-md-3 {
    float: left;
  }
  .col-md-3 {
    width: 25%;
  }
}
.col-eq-height {
  display: flex;
  /* margin-top: 25px; */
  margin-bottom: 25px;
}
.bdrRightgr {
  border-right: 2px solid #a6a6a6;
}
.fourBox {
  text-align: center;
  padding: 0 10px;
}
.fourBox h4 {
  font-family: "Andes";
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  color: #2F879F;
}
.fourBox p {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 25px;
  color: #2F879F;
  margin-bottom: 16px;
}
@media screen and (max-width: 60em) {
  .col-eq-height {
    display: block;
  }
  .bdrRightgr {
    border-right: none;
  }
  .fourBox {
    margin-bottom: 30px;
  }
}

.search-results-page .container {
  margin: auto;
}
.display-only-laptop {
  display: none;
}
.display-only-tablet {
  display: none;
}
@media screen and (max-width: 1200px) {
  .info4blocks {
    flex-wrap: wrap;
  }
  .info4block {
    max-width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .display-only-laptop {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .display-only-tablet {
    display: block;
  }
  .page__contacts > .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page__contacts .page__form {
    margin-bottom: 24px !important;
  }
  .info4block_text {
    padding: 30px 24px 50px;
  }
}
@media screen and (max-width: 525px) {
  .info4block {
    max-width: 100%;
  }
}

h3.search-results-count {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #333333;
}

.search-results__no-result {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 124px 0;
}

.search-results__no-result img {

}

.search-results__no-result span {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #787878;
  margin-top: 24px;
}
.region__content .page-article .fullpage__title-overlay.overlay-country-project {
  background-color: #EFF8E0;
}
.overlay-country-project .article__overlay-top-label {
  background-color: #3AAD49;
}
.region__content .page-article .fullpage__title-overlay.overlay-impact-story {
  background-color: #ECF1FE;
}
.overlay-impact-story .article__overlay-top-label {
  background-color: #5F80C0;
}
.region__content .page-article .fullpage__title-overlay.overlay-blog {
  background-color: #F9F6E0;
}
.overlay-blog .article__overlay-top-label {
  background-color: #C2AC30;
}
.region__content .page-article .fullpage__title-overlay.overlay-news {
  background-color: #E6F9FD;
}
.overlay-news .article__overlay-top-label {
  background-color: #38C4E8;
}
.region__content .page-article .fullpage__title-overlay.overlay-event {
  background-color: #E8F5F5;
}
.overlay-event .article__overlay-top-label {
  background-color: #5CBFCC;
}
.region__content .page-article .fullpage__title-overlay.overlay-report {
  background-color: #FFEBF8;
}
.overlay-report .article__overlay-top-label {
  background-color: #9640D9;
}
.article__overlay-top-label {
  padding: 8px 16px 6px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  font-family: AndesBold;
  font-size: 14px;
  line-height: 16px;
  width: fit-content;
}
.article__overlay-bottom-label .country {
  display: flex;
  align-items: center;
}
.article__overlay-bottom-label .country > * {
  margin-right: 4px;
}
.article__overlay-bottom-label .country i {
  height: 20px;
  width: 30px;
}

.article__overlay-bottom-label .country span {
  background: #2F879F;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  padding: 3px 8px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 4px;
}
.article__overlay-bottom-label {
  margin-bottom: 24px;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 19px;
  color: #787878;
}

.region__content .page-article .fullpage__header {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  text-transform: initial;
}

.page-article .fullpage img {
  width: 100%;
  padding-bottom: 24px;
}
.page-article hr {
  border-top: 1px solid #C4C4C4;
  margin-bottom: 24px;
}
.page-article .fullpage__title-overlay .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.page-article .fullpage__body strong {
  font-weight: bold;
  color: #333333;
}
.page-article .fullpage__body figure {
  margin-bottom: 16px;
}
.page-article .fullpage__body figure figcaption {
  font-family: Open Sans;
  margin-top: 16px;
  font-size: 13px;
  line-height: 18px;
  color: #444444;
}
.page-article .fullpage__body figure img {
  width: 100%;
  height: auto;
}
.page-article .fullpage__body blockquote {
  flex-direction: column;
  align-items: flex-start;
  font-family: Open Sans;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  background: #F6F6F6;
  border-left: 7px solid #2F879F;
  padding: 12px 30px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .page-article .fullpage {
    max-width: calc(100% - 280px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  main.page-article.container {
    flex-direction: column;
  }
}
@media screen and (max-width: 375px) {
  .pager__item {
    margin-right: 30px;
  }
}

.image-placeholder {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1px solid #C4C4C4;
}

.featured .image-placeholder {
  min-width: 379px;
  min-height: 200px;
}
.articles__block .image-placeholder {
  min-height: 162px;
  margin-bottom: 8px;
}
.articles__page .image-placeholder {
  min-width: 280px;
  min-height: 165px;
}
.sidebar__item .image-placeholder {
  min-width: 255px;
  min-height: 165px;
}
.image-placeholder svg {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .featured .image-placeholder {
    margin-bottom: 10px;
    min-width: 100%;
  }
}

.fullpage__body ul {
  margin-left: 16px;
}
.fullpage__body ul li {
  list-style: circle outside url('../assets/svg/list.svg');
  margin-bottom: 16px;
  padding-left: 16px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}
.featured__item-title {
  border-bottom: 1px solid grey;
  margin-bottom: 10px;
}
.fullpage__wrapper.WHO.WE.ARE {
  margin-right: 25%;
}
div [role="alert"] {
  display: none;
}