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

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: "Stinger Wide";
  src: url(../fonts/StingerWide-Bold.ttf);
  font-weight: 700;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  background-color: #393B43;
  color: #fff;
  margin-top: 55px;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}


h1 {
  font-size: 36px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  width: 100%;
  height: auto;
}

input:not([type=checkbox]),
input:not([type=checkbox]):focus,
textarea,
textarea:focus,
select,
select:focus {
  outline: none !important;
  -webkit-appearance: none;
}

.fs-20 {
  font-size: 20px;
}

.fs-23 {
  font-size: 23px;
}

.fs-30 {
  font-size: 30px;
}

.fs-35 {
  font-size: 35px;
}

.wrap {
  max-width: 1750px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-sidebar {
  width: 370px;
}

.menu-sidebar-content {
  position: fixed;
}

.site-content {
  width: calc(100% - 370px);
}

.logo {
  max-width: 250px;
  margin-bottom: 50px;
  display: block;
}

.menu {
  margin-bottom: 40px;
  padding: 0;
  margin: 0;
}

.menu a {
  padding: 5px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

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

.menu li {
  margin-bottom: 15px;
  list-style-type: none;
}

.lang-switcher {
  margin-bottom: 20px;
}

.lang-switcher ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.lang-switcher ul li {
  list-style-type: none;
}

.lang-switcher a {
  text-transform: uppercase;
  font-weight: 400;
}

.lang-switcher li.active a {
  font-weight: 700;
}

.lang-switcher li:first-child {
  margin-right: 15px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.social a {
  width: 45px;
  display: block;
  margin-right: 15px;
}

.social a:last-child {
  margin-right: 0;
}

.own {
  max-width: 300px;
  font-size: 14px;
  font-weight: 400;
}

.header {
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
}

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

.header .phone {
  width: 300px;
  height: 85px;
  margin-right: 20px;
}

.header-mobile {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: none;
}

.header-mobile .logo {
  max-width: 150px;
  margin-bottom: 0;
}

.header-mobile .search-icon {
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.header-mobile .lang-switcher {
  margin-bottom: 0;
}

.header-mobile .search {
  max-width: 450px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  display: none;
}

.header-mobile .search.active {
  display: block;
}

.header-mobile .search-body {
  height: 60px;
  padding: 10px 20px;
  background-color: #494A52;
}

.header-mobile .search button {
  right: 0;
}

.mobile-btn {
  width: 50px;
  height: 35px;
  background-image: url("../img/icons/burger.svg");
  background-size: cover;
}

.btn {
  padding: 30px 60px;
  border: 3px solid #11B14B;
  background-color: #11B14B;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.btn:hover {
  background-color: transparent;
}

.btn.btn-transparent {
  background-color: transparent;
}

.btn.btn-transparent:hover {
  background-color: #11B14B;
}

.btn.donate {
  font-size: 39px;
}

.btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search {
  max-width: 360px;
}

.search-body {
  width: 100%;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 20px 40px;
  position: relative;
}

.search form {
  width: 100%;
}

.search input {
  width: 100%;
  background-color: transparent;
  border: none;
  color: #B8B9BB;
}

.search button {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.phone {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-title {
  color: #B8B9BB;
  font-size: 18px;
}

.phone a {
  font-weight: 600;
}

.block {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #fff;
}

.block-title {
  font-family: Stinger Wide;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}

.single .block-title {
  line-height: 1.3;
}

.single-post .block-title {
  font-size: 45px;
}

.first-screen {
  padding-top: 120px;
  padding-bottom: 100px;
  border-bottom: 1px solid #fff;
  .slick-dots li button::before {
    font-size: 16px;
  }
  .slick-dots {
    bottom: -60px;
  }
}

.offer-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.offer-image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  img {
    max-width: 100%;
    width: auto !important;
    max-height: 100%;
    height: auto;
  }
}
.first-screen-block {
  min-width: 550px;
  aspect-ratio: 1/1;
  margin-left: 30px;
}

.first-screen-block .block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-screen-block .block__row span {
  position: relative;
}

.first-screen-block .block__row span img {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.first-screen-block .block__text {
  font-family: Stinger Wide;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}

.locale-en .first-screen-block .block__text {
  font-size: 37px;
}

.first-screen-block img {
  width: 275px;
  display: block;
}

.first-screen-block .top__row img {
  margin-right: 35px;
}

.first-screen-block .bottom__row img {
  margin-left: 35px;
}

.offer-title {
  font-family: Stinger Wide;
  font-size: 63px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.188%;
  letter-spacing: 3.465px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.offer-desc {
  max-width: 620px;
  margin-bottom: 40px;
}

.offer-desc p {
  font-size: 23px;
}

.offer-desc p span {
  color: #11B14B;
}

.main-news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}

.main-news-img {
  max-width: 500px;
  margin-right: 35px;
}

.main-news-img img {
  display: block;
}

.main-news-list {
  width: calc(100% - 500px);
}

.main-news-list ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin: 0;
  padding: 0;
}

.main-news-list li {
  width: 100%;
  height: 20%;
  list-style-type: none;
}

.main-news-list li:last-child {
  margin-bottom: 0;
}

.main-news-list a {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 25px 80px 25px 100px;
  font-weight: 700;
  position: relative;
}

.main-news-list a::before {
  content: "";
  display: block;
  width: 30px;
  height: 13px;
  background-image: url("../img/icons/arrow.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-news-list a:hover {
  background-color: #393B3E;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 1px 2px 6px 0px rgba(0, 0, 0, 0.1), 5px 10px 11px 0px rgba(0, 0, 0, 0.09), 12px 22px 15px 0px rgba(0, 0, 0, 0.05), 22px 38px 18px 0px rgba(0, 0, 0, 0.01), 34px 60px 19px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 1px 2px 6px 0px rgba(0, 0, 0, 0.1), 5px 10px 11px 0px rgba(0, 0, 0, 0.09), 12px 22px 15px 0px rgba(0, 0, 0, 0.05), 22px 38px 18px 0px rgba(0, 0, 0, 0.01), 34px 60px 19px 0px rgba(0, 0, 0, 0);
}

.main-news-list a:hover::before {
  left: 55px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-news .btn {
  width: 390px;
  text-align: center;
}

.main-programs-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.main-programs .links-item {
  width: 48%;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 25px 35px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-programs .links-item__icon {
  width: 132px;
  height: 132px;
  background-color: #11B14B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.main-programs .links-item__icon img {
  width: 80px;
  height: 80px;
}

.main-programs .links-item:hover {
  background-color: #393B3E;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 1px 2px 6px 0px rgba(0, 0, 0, 0.1), 5px 10px 11px 0px rgba(0, 0, 0, 0.09), 12px 22px 15px 0px rgba(0, 0, 0, 0.05), 22px 38px 18px 0px rgba(0, 0, 0, 0.01), 34px 60px 19px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 1px 2px 6px 0px rgba(0, 0, 0, 0.1), 5px 10px 11px 0px rgba(0, 0, 0, 0.09), 12px 22px 15px 0px rgba(0, 0, 0, 0.05), 22px 38px 18px 0px rgba(0, 0, 0, 0.01), 34px 60px 19px 0px rgba(0, 0, 0, 0);
}

.run__link .run__link_title {
  position: relative;
}

.run__link .run__link_title::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-image: url("../img/icons/hover_line.png");
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.run__link:hover .run__link_title::before {
  width: 90%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-program {
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 100px 70px;
}

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

.main-program-content .content__left {
  max-width: 670px;
  width: 100%;
  margin-right: 15px;
}

.main-program-content .content__text {
  margin-bottom: 50px;
}

.main-program-content .content__img {
  min-width: 460px;
  width: 460px;
  height: 460px;
}

.main-program-content .content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.content__stat_item {
  width: 25%;
  padding-right: 15px;
  text-align: center;
}

.content__stat_num {
  font-family: Stinger Wide;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  color: #11B14B;
}

.content__stat_desc {
  max-width: 120px;
  font-weight: 600;
  margin: 0 auto;
  font-size: 19px;
}

.content__stat_desc.fs-20 {
  font-size: 19px;
}

.events-list {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 40px 20px;
  margin-bottom: 50px;
}

.events-list-item {
  height: 100px;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.events-list-item .list__item_part {
  width: 33.3333%;
  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;
  padding: 5px;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.events-list-item.complet_events {
  opacity: 0.6;
}

.events-list-item .list__item_part::after {
  content: "";
  display: block;
  height: 70%;
  width: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.events-list-item .list__item_part.event__part:hover {
  text-decoration: underline;
}

.events-list-item .list__item_part.date__part::after {
  display: none;
}

.events-list-item.head__item .list__item_part {
  color: #11B14B;
}

.events-list-item.head__item .list__item_part span {
  max-width: 250px;
  padding-left: 70px;
  position: relative;
}

.events-list-item.head__item .list__item_part span .event__icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.events-list .select-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.events-list .select-row select {
  width: 100%;
  background-color: transparent;
  padding: 10px 80px 10px 30px;
  color: #fff;
  border: none;
}

.events-list .select-row select option {
  color: #000;
}

.events-list .select-row .select-item {
  margin-right: 25px;
}

.events-list .select-row .select-item:last-child {
  margin-right: 0;
}

.events-list .select-item {
  position: relative;
  border: 1px solid #fff;
}

.events-list .select-item::after {
  content: "";
  display: block;
  width: 23px;
  height: 12px;
  background-image: url("../img/icons/arrow_white.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.events-list .items-container {
  position: relative;
}

.events-list .items-container.before::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}

.main-events .btn {
  width: 388px;
  text-align: center;
}

.quest-text {
  margin-bottom: 30px;
}

.quest-list {
  width: 100%;
  margin-bottom: 50px;
}

.quest-list-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px 50px;
  margin-bottom: 25px;
}

.quest-list-item.active {
  background-color: #393B3E;
}

.quest-list-item .item__title {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 70px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

.quest-list-item .item__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 28px;
  background-image: url("../img/icons/arrow_white.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quest-list-item .item__ans {
  padding-top: 35px;
  display: none;
}

.quest-list-item.active .item__ans {
  display: block;
}

.quest-list-item.active .item__title::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.main-donate-content {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-donate-content .block-title {
  margin-bottom: 30px;
  line-height: 1;
}

.main-donate-img {
  max-width: 390px;
  width: 100%;
  margin-right: 20px;
}

.main-donate-right {
  max-width: 725px;
  width: 100%;
}

.main-donate-text {
  margin-bottom: 30px;
}

.block-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-title-row .nav__slider {
  margin-left: 50px;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.main-partners .partners-slider {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.main-partners .slider__item {
  height: 125px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.nav__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__slider .slick-prev,
.nav__slider .slick-next,
.nav__slider .nav__item {
  width: 75px;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.08);
  position: static;
  background-image: url("../img/icons/arrow_white.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}

.nav__slider .slick-prev,
.nav__slider .nav__item.prev {
  margin-right: 30px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav__slider .slick-next,
.nav__slider .nav__item.next {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav__slider .slick-prev::before,
.nav__slider .slick-next::before {
  display: none;
}

.nav__slider .slick-prev:hover,
.nav__slider .slick-next:hover,
.nav__slider .nav__item:hover {
  background-color: #393B3E;
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.1)) drop-shadow(5px 10px 11px rgba(0, 0, 0, 0.09)) drop-shadow(12px 22px 15px rgba(0, 0, 0, 0.05)) drop-shadow(22px 38px 18px rgba(0, 0, 0, 0.01)) drop-shadow(34px 60px 19px rgba(0, 0, 0, 0));
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.1)) drop-shadow(5px 10px 11px rgba(0, 0, 0, 0.09)) drop-shadow(12px 22px 15px rgba(0, 0, 0, 0.05)) drop-shadow(22px 38px 18px rgba(0, 0, 0, 0.01)) drop-shadow(34px 60px 19px rgba(0, 0, 0, 0));
}

.slider .post-item {
  margin-bottom: 0;
}

.slider-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-item-image {
  padding: 0 15px;
}

.review-photo .slider-item-image {
  padding: 0;
}

.slider-block .nav__slider {
  margin: 50px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-block .nav__counter {
  font-size: 56px;
}

.slider-block .nav__count {
  font-size: 45px;
  font-weight: 400;
}

.slider-block .nav__item.next,
.slider-block .nav__item.prev {
  margin-left: 0;
  margin-right: 0;
}

.slider-block .slick-prev,
.slider-block .slick-arrow {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.nav__counter {
  width: 100px;
  text-align: center;
}

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

.footer-menu .menu a {
  font-size: 18px;
  font-weight: 600;
  padding: 5px;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-menu li {
  margin-bottom: 20px;
}

.footer .phone {
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 20px;
}

.footer .phone-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.footer .phone-notice {
  font-size: 14px;
}

.footer-cont {
  width: 400px;
}

.footer-cont .btn {
  width: 100%;
  padding: 25px 60px;
  text-align: center;
  margin-bottom: 20px;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 25px;
}

.footer-links a {
  text-decoration: underline;
}

.mobile-menu {
  position: relative;
}

.mobile-menu a {
  font-size: 18px;
  display: block;
  width: 100%;
  padding-left: 15px;
}

.mobile-menu li {
  margin-bottom: 10px;
}

.mobile-menu li.active a {
  background-color: rgba(255, 255, 255, 0.08);
}

.mobile-menu-btn {
  width: 35px;
  height: 35px;
  /* background-image: url("../img/icons/burger.svg"); */
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 42px;
}

.mobile-menu-btn .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.mobile-menu-btn .inner::before,
.mobile-menu-btn .inner::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

.mobile-menu-btn .inner::before {
  transform: translateY(-50%) rotate(45deg);
}

.mobile-menu-btn .inner::after {
  transform: translateY(-50%) rotate(-45deg);
}

.mobile-menu-wrap {
  max-width: 400px;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(57, 59, 67, 0.93);
  -webkit-backdrop-filter: blur(11.5px);
  backdrop-filter: blur(11.5px);
  padding: 20px 15px 20px 30px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 80;
  display: none;
}

.mobile-menu-wrap .phone {
  padding: 5px 20px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.mobile-menu-wrap .phone a {
  font-size: 20px;
}

.mobile-menu-wrap.active {
  display: block;
}

.mobile-menu .mobile-wrap__inner {
  width: 100%;
  height: 100%;
}

.mobile-menu-body {
  width: 80%;
}

.btn.mobile-menu-donate {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 20px;
}

.breadcrumbs {
  margin-top: 30px;
  margin-bottom: 30px;
}

.breadcrumbs a {
  font-size: 18px;
  color: #7F8085;
  margin-right: 20px;
  position: relative;
}

.breadcrumbs a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 150%;
  background-color: #DFDFE1;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-post .breadcrumbs span span:last-child a:after {
  display: none;
}

.support-desc {
  /*max-width: 1070px;*/
  width: 100%;
  margin-bottom: 50px;
}

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

.support-content-item {
  width: 48%;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 45px 30px;
}

.support-content-right {
  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;
}

.support-content-right .right__content img {
  width: 150px;
  height: 150px;
  border-radius: 150%;
  display: block;
  margin: 0 auto 20px;
  display: block;
}

.support-content-right .right__content_title {
  margin-bottom: 40px;
  font-weight: 600;
  text-align: center;
}

.support .time-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.support .time-support-btn {
  width: 49%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  text-align: center;
  font-size: 23px;
  color: #fff;
  border: 2px solid #fff;
}

.support .time-support-btn.active {
  background-color: rgba(255, 255, 255, 0.27);
}

.support .time-support-btn:first-child {
  margin-right: 20px;
}

.payment-form .enter-sum, .payment-form .form-group {
  margin-bottom: 50px;
}

.payment-form .enter-sum input, .payment-form .form-group input[type="text"] {
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.payment-form .form-group input[type="text"] {
  font-size: 25px;
}

.support-btn {
  max-width: 500px;
  width: 100%;
}

.sum-btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.sum-btn {
  width: 30%;
  padding: 15px;
  background-color: #E2E2E3;
  text-align: center;
  color: #393B43;
  font-size: 27px;
  font-weight: 700;
}

.sum-btn:hover {
  background-color: #B8B8BB;
}

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

.requisites-left {
  width: 49%;
  padding: 40px;
  border: 3px solid #fff;
}

.requisites-left-title {
  margin-bottom: 25px;
}

.requisites-list-row {
  margin-bottom: 20px;
}

.requisites-list-row:last-child {
  margin-bottom: 0;
  margin-top: 50px;
}

.requisites-list .row__value {
  font-weight: 700;
}

.requisites-list .row__value.copy {
  position: relative;
  padding-right: 55px;
}

.requisites-list .row__value.copy::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../img/icons/copy.svg");
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.requisites-right {
  width: 49%;
}

.requisites-right-item {
  border: 3px solid #fff;
  margin-bottom: 30px;
  padding: 50px 40px;
  background-color: transparent;
}

.requisites-right-item .item__title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Stinger Wide";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}

.requisites-right-item .item__title::after {
  content: "";
  display: block;
  width: 28px;
  height: 15px;
  background-image: url("../img/icons/arrow_white.svg");
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.requisites-right-item .item__ans {
  line-height: 1.5;
  display: none;
}

.requisites-right-item.active {
  height: auto;
}

.requisites-right-item.active .item__title::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.requisites-right-item:last-child {
  margin-bottom: 0;
}

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

.subscribe-link {
  width: 49%;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 27px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-link-icon {
  width: 130px;
  height: 130px;
  margin-right: 35px;
}

.subscribe-link-text {
  font-size: 38px;
  font-weight: 700;
}

.subscribe-link:hover {
  background-color: #393B3E;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 1px 2px 6px 0px rgba(0, 0, 0, 0.1), 5px 10px 11px 0px rgba(0, 0, 0, 0.09), 12px 22px 15px 0px rgba(0, 0, 0, 0.05), 22px 38px 18px 0px rgba(0, 0, 0, 0.01), 34px 60px 19px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 1px 2px 6px 0px rgba(0, 0, 0, 0.1), 5px 10px 11px 0px rgba(0, 0, 0, 0.09), 12px 22px 15px 0px rgba(0, 0, 0, 0.05), 22px 38px 18px 0px rgba(0, 0, 0, 0.01), 34px 60px 19px 0px rgba(0, 0, 0, 0);
}

.reports-item {
  padding-left: 15px;
  padding-right: 15px;
}

.reports-item a {
  padding: 30px 50px;
  background-color: rgba(255, 255, 255, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reports-item-icon {
  width: 60px;
  height: 60px;
}

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

.program-img {
  width: 41%;
  position: relative;
}

.program-img .icon {
  padding: 10px 25px;
  background-color: #11B14B;
  position: absolute;
  top: 20px;
  left: 20px;
}

.program-img img {
  display: block;
}

.program-right {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.program-text {
  margin-bottom: 30px;
}

.program-links {
  max-width: 520px;
  width: 100%;
}

.program-links .btn {
  width: 100%;
  margin-bottom: 15px;
}

.program-links .btn:last-child {
  margin-bottom: 0;
}

.block.top__block,
.block.header-post {
  padding-top: 0;
}

.program-quest-row {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.program-quest-item {
  width: 32%;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 22px;
  margin-bottom: 30px;
}

.program-quest-item .item__icon {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 20px;
}

.program-quest-item .item__text {
  text-align: center;
}

.program-about {
  margin-bottom: 50px;
}

.program-about-text ul {
  padding-left: 30px;
}

.program-about-text ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.program-about .content__stat {
  max-width: 900px;
  margin: 50px auto 0;
}

.program-about .content__stat_num {
  font-size: 60px;
  color: #fff;
}

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

.program-content .content__img {
  width: 49%;
  position: relative;
}

.program-content .content__img .caption {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
}

.program-content .content__img .caption__item {
  font-family: 'Stinger Wide';
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.program-content .content__img .caption__item.caption__green span {
  background-color: #11B14B;
  padding: 0px 10px;
}


.program-content .content__desc {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.program-content .content__desc_title {
  margin-bottom: 40px;
}

.program-content.block__2 .program-content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.instructors .block-inner {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 100px 40px;
}

.instructors .slider-item-img {
  min-width: 420px;
  width: 420px;
}

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

.slider-item-content {
  width: 60%;
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-item-title {
  font-size: 40px;
  margin-bottom: 30px;
}

.slider-item-text {
  margin-bottom: 30px;
}

.quote-item {
  font-size: 40px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 40px;
  padding: 50px;
}

.quote-item.quote__2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quote-img {
  width: 245px;
  min-width: 245px;
  display: block;
  margin-right: 40px;
}

.quote-text {
  margin-bottom: 30px;
}

.quote-name {
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

.donors-text {
  font-size: 33px;
  margin-bottom: 50px;
}

.donors-text span {
  font-weight: 700;
}

.donors-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.donors-item {
  margin-bottom: 30px;
  width: 50%;
  padding-right: 5px;
  padding-right: 5px;
}

.donors-item-img {
  width: 530px;
}

.donors-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
}

.post-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 50px;
  margin-bottom: 20px;
}

.post-item:hover {
  background-color: #393B3E;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10),
  1px 2px 6px 0px rgba(0, 0, 0, 0.10),
  5px 10px 11px 0px rgba(0, 0, 0, 0.09),
  12px 22px 15px 0px rgba(0, 0, 0, 0.05),
  22px 38px 18px 0px rgba(0, 0, 0, 0.01),
  34px 60px 19px 0px rgba(0, 0, 0, 0.00);
}

.post-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-item-img {
  max-width: 385px;
  min-width: 385px;
  width: 100%;
  height: 385px;
}

.post-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects-content .post-item-img {
  position: relative;
}

.projects-content .post-item .project__label,
.event-status {
  font-size: 14px;
  line-height: 35px;
  padding: 0 20px;
  display: inline-block;
  margin-top: 25px;
  /* position: absolute;
   top: 15px;
   left: 15px; */
}

.event-status {
  margin-top: 0;
}

.projects-content .post-item .project__label.status-active,
.event-status.actual_events-status {
  background-color: #11B14B;
}

.projects-content .post-item .project__label.status-noactive,
.event-status.complet_events-status {
  background-color: #cc3838;
}

.post-item-content {
  padding-left: 30px;
}

.post-item-title {
  font-family: "Stinger Wide";
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  display: block;
}

.post-item-title:hover {
  text-decoration: underline;
;
}

.post-item-desc {
  margin-bottom: 20px;
}

.post-item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.interested .post-item-tags {
  display: none;
}

.post-item-tag {
  margin-right: 10px;
  margin-bottom: 20px;
}

.post-item-tag:last-child {
  margin-right: 0;
}

.post-item-date {
  font-size: 33px;
  font-weight: 700;
}

.tag {
  padding: 10px 35px;
  background-color: #11B14B;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.tag:hover {
  background-color: #09903A;
}

.slider-block .slick-arrow {
  right: 0;
}

.inter-head {
  margin-bottom: 100px;
}

.single-history .inter-head {
  margin-bottom: 0;
}

.inter-head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inter-head-img {
  min-width: 40%;
  width: 40%;
}

.inter-head-content {
  padding-right: 20px;
}

.inter-head-title {
  font-family: "Stinger Wide";
  font-weight: 700;
  font-size: 56px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.quote-item.inter-quote {
  margin-bottom: 0;
}

.inter-text h2,
.inter-text h3 {
  color: #A4A5A9;
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 40px;
}

.inter-text .quote-item.quote__2 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.inter-text p {
  line-height: 1.3;
}

.inter-text.block {
  padding-top: 30px;
}

.inter-text-text img,
.post-text img {
  max-width: 100%;
}

.single .post-text img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.single .post-text img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.choose-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choose-img {
  width: 50%;
  min-width: 50%;
}

.choose-text {
  padding-left: 30px;
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.about-img {
  min-width: 540px;
  width: 540px;
}

.about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 50px;
  line-height: 1.3;
}

.values-row {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.values-item {
  width: 31%;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 25px;
}

.values-item-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  display: block;
}

.values-item-title {
  text-align: center;
  font-weight: 700;
}

.rehab-desc {
  margin-bottom: 50px;
}

.rehab-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rehab-item {
  min-height: 400px;
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.rehab-item-inner {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 20px 30px;
}

.rehab-item-num {
  font-family: "Stinger Wide";
  font-size: 35px;
  font-weight: 700;
}

.rehab-item-title {
  min-height: 78px;
  font-family: "Stinger Wide";
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.work-item {
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 30px;
}

.work-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work-item-content {
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-item-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.work-item-text {
  margin-bottom: 30px;
}

.work-item-img {
  min-width: 420px;
  width: 420px;
}

.work .quote-item-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.work .quote-item-text {
  font-size: 25px;
}

.reviews-vol .nav__slider {
  margin-bottom: 50px;
}

.reviews-vol .btn.more {
  max-width: 500px;
  width: 100%;
}

.pagin-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination li {
  margin-right: 15px;
}

.pagination li a,
.page-numbers {
  font-size: 30px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 12px 20px;
  margin-right: 15px;
  background-color: rgba(255, 255, 255, 0.08);
}

.page-numbers.current {
  background-color: rgba(255, 255, 255, 0.46);
;
}

.pagination li a:hover {
  background-color: #393B3E;
}

.pagin-row .prev,
.pagin-row .next {
  display: none;
}

.review-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-title {
  max-width: 720px;
  padding-right: 30px;
}

.review-title .block-title {
  margin-bottom: 30px;
  line-height: 1.3;
}

.review-author {
  padding: 30px 50px;
  background-color: rgba(255, 255, 255, 0.08);
  font-size: 27px;
  font-weight: 600;
  display: inline-block;
}

.review-top-img {
  min-width: 550px;
  width: 550px;
}

.review-text p {
  margin-bottom: 40px;
  line-height: 1.5;
}

.projects-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.projects-btn {
  font-size: 30px;
  line-height: 60px;
  font-weight: 600;
  border: 3px solid gray;
  padding: 0 50px;
  margin-right: 35px;
  cursor: pointer;
}

.projects-btn:hover {
  background-color: #393B3E;
}

.projects-btn:last-child {
  margin-right: 0px;
}

.projects-btn.active {
  background-color: rgba(255, 255, 255, 0.08);
  border: 3px solid #11B14B;
}

.team-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-item {
  width: 33.3333%;
  height: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.team-item-inner {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 25px;
  line-height: 1.3;
}

.team-item-img {
  width: 100%;
  /* height: 350px; */
}

.team-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-item-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.team-item-position {
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.team-item-desc {
  height: 80px;
  font-size: 20px;
  margin-bottom: 25px;
}

.team-item-btn {
  width: 100%;
  font-size: 20px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #FFF;
  display: block;
}

.team-item:hover .team-item-inner {
  background-color: #393B3E;
}

.team-item:hover .team-item-btn {
  background-color: #11B14B;
  border: 1px solid #11B14B;
}

.member-content {
  background-color: rgba(255, 255, 255, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  margin-bottom: 50px;
}

.member .block-title {
  margin-bottom: 30px;
}

.member-left {
  padding-right: 30px;
}

.member .social {
  margin-bottom: 30px;
}

.member-posotion {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.member-info {
  margin-bottom: 30px;
}

.member-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 30px;
}

.member-info-item img {
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 20px;
}

.member-text {
  line-height: 1.3;
}

.member-img {
  min-width: 540px;
}

.contacts-left {
  padding-right: 30px;
}

.contacts-item {
  margin-bottom: 40px;
}

.contacts-item span {
  font-weight: 700;
}

.contacts-link {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.contacts-link img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.contacts-link.contacts-phone img {
  width: 35px;
  height: 35px;
}

.contacts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-map {
  min-width: 500px;
}

.contacts .btn {
  max-width: 420px;
  width: 100%;
}

.regions-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.regions-left {
  width: 50%;
}

.regions-map {
  width: 50%;
  position: relative;
}

.regions-map img {
  width: 100%;
  height: 100%;
}

.regions-item {
  margin-bottom: 40px;
}

.regions-address {
  display: flex;
  align-items: center;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 20px;
}


.regions-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 23px;
  font-weight: 700;
}

.regions-phone img,
.regions-address img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.modal__bg {
  width: 100wv;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.21);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
}

.modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.21);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding-top: 30px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  display: none;
}

.modal-container {
  max-width: 700px;
  width: 100%;
  background-color: #393B43;
  padding: 30px 80px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15), 5px 11px 26px 0px rgba(0, 0, 0, 0.15), 20px 44px 48px 0px rgba(0, 0, 0, 0.13), 45px 99px 65px 0px rgba(0, 0, 0, 0.08), 80px 175px 77px 0px rgba(0, 0, 0, 0.02), 125px 274px 84px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15), 5px 11px 26px 0px rgba(0, 0, 0, 0.15), 20px 44px 48px 0px rgba(0, 0, 0, 0.13), 45px 99px 65px 0px rgba(0, 0, 0, 0.08), 80px 175px 77px 0px rgba(0, 0, 0, 0.02), 125px 274px 84px 0px rgba(0, 0, 0, 0);
}

.modal-body {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-title {
  font-family: "Stinger Wide";
  font-size: 55px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.modal .form-group {
  margin-bottom: 30px;
}


.modal input:not([type=submit]),
.modal textarea {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  font-size: 25px;
  color: rgba(57, 59, 67, 0.5);
}


.modal input[type="checkbox"] {
  width: auto;
}

.form-group.personal-data p {
  display: flex;
}

.form-group.personal-data input {
  margin-right: 10px;
}

.modal input[type=submit].btn {
  max-width: 400px;
  width: 100%;
  line-height: 60px;
  padding: 0 20px;
  color: #fff;
  margin-top: 10px;
}

.modal p {
  margin: 0;
}

.modal.active {
  display: block;
}

#questionnaire.modal.active {
  display: block;
  overflow: scroll;
}

#questionnaire .modal-container {
  margin: 0 auto;
}

#questionnaire .modal-content {
  padding: 0 20px;
}



.close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: -45px;
  cursor: pointer;
}

.close .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.close .inner::before,
.close .inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

.close .inner::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.close .inner::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

body.show-modal {
  overflow: hidden;
}

.partners-text {
  max-width: 1180px;
  width: 100%;
  line-height: 1.3;
  margin-bottom: 30px;
}


.partners-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partners-item {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.tab-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-title {
  width: 245px;
  font-size: 27px;
  font-weight: 700;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
}

.tab-title:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.tab-title.active {
  background-color: rgba(255, 255, 255, 0.08);
}

.tab-item {
  padding: 80px 40px;
  display: none;
}

.tab-item-part {
  margin-bottom: 50px;
}

.tab-item-part .part__content {
  padding-left: 30px;
}


.tab-item-part .part__title {
  font-family: 'Stinger Wide';
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

.tab-item-part .part__content li {
  position: relative;
  padding-left: 35px;

}

.tab-item-part .part__content li::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 150%;
  position: absolute;
  top: 7px;
  left: 0;

}

.tab-item-part .part__post,
.tab-item-part a {
  font-size: 25px;
  line-height: 1.3;
  margin-top: 35px;
  display: block;
  position: relative;
}

.tab-item-part .part__post:hover {
  opacity: 0.8;
}

.tab-item-part .part__post::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 150%;
  position: absolute;
  top: 7px;
  left: 0;
}

.tab-item.active {
  background-color: rgba(255, 255, 255, 0.08);
  display: block;
}

iframe {
  max-width: 100% !important;
}

.news-content {
  margin-bottom: 30px;
}

.nav .menu-item.current-menu-item a {
  text-decoration: underline;
}

.nav .menu-item.current-menu-item#menu-item-6182 a {
  text-decoration: none;
}

.slider .slick-slide {
  height: 100%;
}

.gallery-slider .slider-item {
  padding: 0 10px;
}

button {
  border: none;
  color: #fff;
}

.payment-form .mess {
  font-size: 13px;
  color: red;
  margin-top: 10px;
}

form .check-check {
  height: 0;
}

form .check-check input[type="checkbox"] {
  /* width: 1px;
   height: 1px;
   margin: 0;
   padding: 0;
   opacity: 0; */
}

.modal .wpcf7 form .wpcf7-response-output {
  margin: 0;
}

.header-post {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.header-post-left {
  width: 50%;
  padding-right: 25px;
}

.header-post .post-img {
  width: 45%;
}


.info-item {
  display: flex;
  margin-bottom: 20px;
}

.info-item:last-child {
  padding-right: 0;
}

.info-item-value {
  font-weight: 700;
}

.info-item-value.event-status {
  font-weight: 400;
  transform: translateY(-5px);
}

.event-project-link {
  margin-top: 50px;
}

.event-project-link .link__text {
  margin-bottom: 30px;
  font-size: 20px;
}

.project__link.btn {
  padding: 0 60px;
  line-height: 65px;
}

.post-text iframe {
  display: block;
  margin: 0 auto;
}
.post-text a {
  text-decoration: underline;
}
.post-text a:hover, .post-text a.btn {
  text-decoration: none !important;
}
.team-filter {
  display: flex;
  margin-bottom: 30px;
  padding-left: 15px;
}
.team-filter-item {
  font-size: 18px;
  font-weight: 700;
  margin-right: 20px;
}
.team-filter-item:last-child {
  margin-right: 0;
}
.team-filter-item label {
  position: relative;
  cursor: pointer;
}
.team-filter-item.active label::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.support-notice {
  margin-top: 50px;
}
.press-tabs .tab-item-part li {
  list-style-type: none;
}
.payment-indication {
  margin-top: 50px;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 35px 25px 25px;
}
.payment-indication-sum {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
}
.payment-indication-sum .sum__notice {
  display: inline-block;
  background-color: #11B14B;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: -140%;
}
.payment-indication-sum .sum__notice .inner {
  padding: 15px;
  position: relative;
}
.payment-indication-sum .sum__notice .inner::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #11B14B;
  position: absolute;
  left: 30px;
  bottom: -10px;
}
.payment-indication-line {
  width: 100%;
  height: 4px;
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
}
.payment-indication-progress {
  height: 100%;
  background-color: #11B14B;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.payment-indication-row {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
.payment-supported {
  margin-top: 50px;
  border: 1px solid #fff;
  padding: 25px;
}
.payment-supported-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
.payment-supported-item {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  display: grid;
  grid-template-columns: 50px 50% 30% 10%;
  align-items: center;
  gap: 15px;
  padding-bottom: 30px;
  position: relative;
}
.payment-supported-item .item__icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #11B14B;
}
.payment-supported-item .item__icon img {
  width: 60%;
}
.payment-supported-item .item__icon img.item__logo {
  width: 100%;
  height: 100%;
  border-radius: 150%;
}
.payment-supported-item .item__content {
  padding-right: 15px;
}
.payment-supported-item .item__content .item__name {
  margin-right: 15px;
}
.payment-supported-item .item__date {
  font-size: 13px;
}
.payment-supported-item .item__sum {
  font-size: 20px;
  text-align: right;
}
.payment-form .form__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.checkbox-label {
  display: flex;
}
.checkbox-label input {
  margin-right: 15px;
}
.checkbox-label .text {
  font-size: 13px;
}
.checkbox-label input[type="checkbox"] {
  display: none;
}
.checkbox-label .checkbox-view {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  -webkit-border-radius: 150%;
  -moz-border-radius: 150%;
  border-radius: 150%;
  margin-right: 10px;
  position: relative;
}
.checkbox-label.active .checkbox-view::before {
  content: '';
  display: block;
  width: 70%;
  height: 70%;
  -webkit-border-radius: 150%;
  -moz-border-radius: 150%;
  border-radius: 150%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.donate-btn-mobile {
  display: none;
}
.check {
  margin-bottom: 25px;
  input[type="checkbox"] {
    display: none;
  }
  label {
    display: flex;
    align-items: center;
  }
  label.active .check-input::before {
    display: block;
  }
}
.check-input {
  width: 17px;
  height: 17px;
  background-color: #fff;
  margin-right: 10px;
  position: relative;
}
.check-input::before {
  content: '';
  display: none;
  width: 90%;
  height: 90%;
  background-image: url('../img/icons/check.png');
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}








/* Adaptive */
@media(max-width: 1700px) {

  .tab-title {
    width: 200px;
  }

  .team-item-desc {
    height: 41px;
    font-size: 16px;
  }

  .team-item-position {
    height: 41px;
    font-size: 16px;
  }

  .team-item-title {
    font-size: 18px;
  }

  .modal input:not([type="submit"]),
  .modal textarea {
    padding: 10px;
    font-size: 20px;
  }

  .modal-title {
    margin-bottom: 30px;
  }

  .modal .form-group {
    margin-bottom: 20px;
  }

  .main-program-content .content__img {
    min-width: 360px;
    width: 360px;
    height: 360px;
  }
}

@media (max-width: 1550px) {
  body {
    font-size: 18px;
  }

  .fs-35 {
    font-size: 25px;
  }

  .fs-30 {
    font-size: 25px;
  }

  .fs-23 {
    font-size: 18px;
  }

  .fs-20 {
    font-size: 16px;
  }

  .content__stat_desc {
    font-size: 16px;
  }

  .btn {
    font-size: 23px;
    padding: 25px 60px;
  }

  .btn.donate {
    font-size: 25px;
  }

  .offer-title {
    font-size: 50px;
  }

  .offer-desc p {
    font-size: 20px;
  }

  .first-screen-block .block__text {
    font-size: 35px;
  }

  .locale-en .first-screen-block .block__text {
    font-size: 33px;
  }

  .first-screen-block .top__row img,
  .first-screen-block img {
    min-width: 50%;
    width: 50%;
  }

  .first-screen-block {
    min-width: 500px;
  }

  .block-title {
    font-size: 45px;
  }

  .single-post .block-title {
    font-size: 35px;
  }

  .nav__slider .slick-prev,
  .nav__slider .slick-next {
    width: 50px;
    height: 50px;
  }

  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 14px;
  }

  .requisites-right-item .item__title {
    font-size: 25px;
  }

  .subscribe-link-text {
    font-size: 30px;
  }

  .quote-item {
    font-size: 30px;
  }

  .quote-name {
    font-size: 25px;
  }

  .donors-text {
    font-size: 25px;
  }

  .donors-item-text {
    font-size: 30px;
  }

  .donors-item-img {
    max-width: 400px;
    width: 100%;
  }

  .post-item-date {
    font-size: 20px;
  }

  .inter-head-title {
    font-size: 35px;
  }

  .reviews-vol .btn.more {
    max-width: 400px;
  }

  .modal-title {
    font-size: 35px;
  }
}

/* 1550 end */
@media (max-width: 1440px) {
  .menu-sidebar, .menu-sidebar-content {
    width: 250px;
    padding-right: 20px;
  }

  .site-content {
    width: calc(100% - 250px);
  }

  .menu a {
    font-size: 20px;
  }
}

/* 1440 end */
@media (max-width: 1350px) {

  .btn,
  .btn-transparent {
    font-size: 18px;
    text-align: center;
  }

  .header-desctop,
  .menu-sidebar {
    display: none;
  }

  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .site-content {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
  }

  .first-screen {
    padding-top: 50px;
  }

  .offer {
    margin-bottom: 50px;
  }

  .first-screen-block {
    min-width: 1px;
    max-width: 500px;
    margin: 0 auto;
    padding-left: 15px;
  }

  .first-screen-block .block__text {
    font-size: 25px;
  }
  .first-screen-block .block__row span img {
    height: 25px;
  }
  .quest-list-item .item__title::after {
    width: 30px;
    height: 18px;
  }

  .main-donate-content {
    padding: 50px 30px;
  }

  .nav__slider .slick-prev,
  .nav__slider .slick-next {
    width: 50px;
    height: 50px;
  }

  .main-partners .nav__slider {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  .sum-btn {
    font-size: 20px;
  }

  .support .enter-sum input {
    font-size: 30px;
  }

  .support .time-support-btn {
    font-size: 18px;
  }

  .requisites-right-item .item__title {
    font-size: 20px;
  }

  .subscribe-link-icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }

  .subscribe-link-text {
    font-size: 25px;
  }

  .program-quest-item .item__text {
    font-size: 16px;
  }

  .program-quest-item {
    margin-bottom: 20px;
  }

  .instructors .block-inner {
    padding-top: 50px;
  }

  .donors-text {
    font-size: 20px;
  }

  .donors-item-text {
    font-size: 25px;
  }

  .rehab-item-num {
    font-size: 30px;
  }

  .rehab-item-title {
    font-size: 25px;
  }

  .rehab-item-text {
    font-size: 16px;
  }

  .review-top-img {
    min-width: 450px;
    width: 450px;
  }

  .team-item-title {
    font-size: 18px;
  }

  .team-item-position {
    font-size: 16px;
  }

  .team-item-desc {
    font-size: 16px;
  }

  .member-img {
    min-width: 450px;
  }

  .main-news-list {
    width: calc(100% - 400px);
  }

  .main-news-img {
    max-width: 400px;
  }
  .donate-btn-mobile {
    display: flex;
    margin-top: 50px;
    .btn {
      max-width: 350px;
      width: 100%;
    }
  }
}

/* 1350 end */
@media (max-width: 1000px) {
  .about-img {
    min-width: 450px;
  }

  .values-item-icon {
    width: 50px;
    height: 50px;
  }

  .member-img {
    min-width: 350px;
  }

  .questionnaire {
    padding: 0 15px;
  }

  .first-screen {
    display: block;
  }
  .footer .phone-body {
    display: block;
  }
}

/* 1000 end */
@media (max-width: 950px) {
  .main-program-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main-program-content .content__img {
    max-width: 450px;
    margin: 0 auto 20px;
  }

  .nav__slider .nav__item {
    width: 55px;
    height: 55px;
  }

  .slider-block .nav__counter {
    font-size: 30px;
    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;
  }

  .slider-block .nav__count {
    font-size: 28px;
  }

  .review-top-content {
    display: block;
  }

  .review-title {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }

  .review-author {
    max-width: 285px;
    width: 100%;
    padding: 0;
    font-size: 18px;
    line-height: 51px;
    text-align: center;
  }

  .review-top-img {
    max-width: 450px;
    min-width: 1px;
    width: 100%;
  }

  .contacts-content {
    display: block;
  }

  .contacts-left {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .contacts-map {
    min-width: 1px;
    width: 100%;
  }

  .regions-address,
  .regions-phone {
    font-size: 18px;
  }

  .regions-phone img,
  .regions-address img,
  .contacts-link.contacts-phone img,
  .contacts-link img {
    width: 20px;
    height: 20px;
  }

  .header-post {
    display: block;
  }

  .header-post-left,
  .header-post .post-img {
    width: 100%;
  }
}

/* 950 end */
@media (max-width: 900px) {
  .main-news-content {
    display: flex;
    flex-direction: column-reverse;
  }

  .main-news-img {
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .main-news-list {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }

  .main-news-list li {
    margin-bottom: 20px;
  }

  .main-programs .links-item {
    padding: 15px;
  }

  .main-programs .links-item__icon {
    width: 60px;
    height: 60px;
  }

  .main-programs .links-item__icon img {
    width: 40px;
    height: 40px;
  }

  .footer .phone-title {
    font-size: 13px;
  }

  .footer .phone-notice {
    font-size: 12px;
  }

  .footer-cont {
    max-width: 300px;
    width: 100%;
  }

  .footer-cont .btn {
    padding: 16px;
  }

  .footer-cont .phone {
    padding: 20px;
  }

  .support-content {
    display: block;
  }

  .support-content-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .support-content-item:last-child {
    margin-bottom: 0;
  }

  .requisites-content {
    display: block;
  }

  .requisites-left,
  .requisites-right {
    width: 100%;
    margin-bottom: 30px;
  }

  .requisites-right-item {
    margin-bottom: 15px;
    padding: 25px;
  }

  .requisites-right-item .item__title {
    margin-bottom: 0;
  }

  .quest-list-item .item__title::after {
    width: 25px;
    height: 13px;
  }

  .subscribe-link {
    padding: 20px 15px;
  }

  .instructors .slider-item-inner {
    display: block;
  }

  .instructors .slider-item-img {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 25px;
  }

  .slider-item-content {
    width: 100%;
    padding-left: 0;
  }

  .quote-item {
    font-size: 25px;
  }

  .quote-name {
    font-size: 20px;
  }

  .post-item-title.fs-30 {
    font-size: 20px;
  }

  .post-item-content {
    padding-left: 15px;
  }

  .post-item {
    padding: 15px;
  }

  .inter-head-row {
    display: block;
  }

  .inter-head-content {
    margin-bottom: 20px;
  }

  .inter-head-img {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .about-row {
    display: block;
  }

  .about-text {
    margin-bottom: 30px;
  }

  .about-img {
    min-width: 1px;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }

  .about-btn {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rehab-item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .work-item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .work-item-img {
    margin-bottom: 20px;
  }

  .team-item {
    width: 50%;
    padding: 0 10px;
  }

  .member-content {
    padding: 15px;
  }

  .member .social a {
    width: 35px;
    height: 35px;
  }

  .member-info-item img {
    width: 26px;
    height: 26px;
  }

  .post-item-img {
    min-width: 280px;
    height: 280px;
    display: block;
  }

  .projects-btn {
    padding: 0 30px;
    line-height: 40px;
    font-size: 18px;
    margin-right: 20px;
  }
  .payment-form .form__row {
    flex-direction: column-reverse;
  }
  .payment-form-row {
    max-width: 500px;
    margin: 0 auto;
  }
  .payment-form-row .user-data-item {
    margin-bottom: 20px;
  }
  .payment-form-row .form-group.checkbox-label {
    margin-bottom: 0;
  }
  .payment-supported-item {
    grid-template-columns: 50px 50% 20% 10%;
  }
  .payment-supported {
    padding: 15px;
  }
}

/* 900 end */
@media (max-width: 758px) {
  .fs-35 {
    font-size: 18px;
  }

  .fs-23 {
    font-size: 16px;
  }

  .fs-20 {
    font-size: 13px;
  }

  .content__stat_desc {
    font-size: 14px;
  }

  .block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .block-title {
    font-size: 30px;
    line-height: 1.3;
  }

  body {
    margin-top: 0;
  }

  .header-mobile {
    padding-top: 25px;
  }

  .mobile-btn {
    width: 35px;
    height: 25px;
  }

  .offer-title {
    font-size: 30px;
  }

  .offer-desc p {
    font-size: 16px;
  }

  .first-screen-block .block__text,
  .locale-en .first-screen-block .block__text {
    font-size: 25px;
  }

  .first-screen-block .block__row span img {
    height: 25px;
  }
  .btn,
  .btn-transparent {
    font-size: 18px;
  }

  .main-program {
    padding: 25px 15px;
  }

  .main-programs .links-item {
    width: 100%;
  }

  .main-program-content .content__stat {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-program-content .content__stat_item {
    width: 50%;
  }

  .main-program-content .content__stat_num {
    font-size: 30px;
  }

  .events-list-item {
    font-size: 13px;
  }

  .events-list-item.head__item .list__item_part span .event__icon {
    width: 28px;
    height: 28px;
  }

  .events-list-item.head__item .list__item_part span {
    padding-left: 35px;
  }

  .main-donate-content {
    padding: 35px 15px;
    display: block;
  }

  .main-donate-img {
    margin: 0 auto 30px;
  }

  .main-partners .partners-slider {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }

  .nav__slider .slick-prev,
  .nav__slider .slick-next {
    width: 35px;
    height: 35px;
  }

  .main-partners .nav__slider {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .footer {
    display: block;
  }

  .footer-menu {
    max-width: 250px;
    margin: 0 auto 50px;
  }

  .footer-cont {
    margin: 0 auto;
  }

  .footer-links {
    display: block;
  }

  .footer-link {
    margin-bottom: 15px;
  }

  .support .enter-sum input {
    font-size: 18px;
  }

  .subscribe-link-text {
    font-size: 20px;
  }

  .reports-item a {
    padding: 15px;
  }

  .reports-item-icon {
    width: 35px;
    height: 35px;
  }

  .program-content {
    display: block;
  }

  .program-img {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .program-right {
    width: 100%;
  }

  .program-links {
    margin: 0 auto;
  }

  .program-quest-item .item__icon {
    width: 50px;
    height: 50px;
  }

  .program-quest-item .item__text {
    font-size: 14px;
  }

  .program-about .content__stat_num {
    font-size: 40px;
  }

  .program-about .content__stat {
    margin-top: 25px;
  }

  .program-content-row {
    display: block;
  }

  .program-content .content__img {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 25px;
  }

  .program-content .content__desc {
    width: 100%;
  }

  .program-content .content__desc_text {
    font-size: 16px;
  }

  .instructors .block-inner {
    padding: 20px 15px;
  }

  .quote-item {
    padding: 20px 15px;
    font-size: 20px;
  }

  .quote-name {
    font-size: 16px;
  }

  .donors-text {
    font-size: 16px;
  }

  .donors-item-text {
    font-size: 18px;
    padding-left: 15px;
  }

  .donors-item-img {
    width: 100%;
    min-width: 50%;
  }

  .post-item-date {
    font-size: 13px;
  }

  .tag {
    font-size: 13px;
  }

  .inter-head {
    margin-bottom: 50px;
  }

  .inter-text.block {
    padding-top: 0;
  }

  .inter-text h2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .values-item-title.fs-30 {
    font-size: 20px;
  }

  .work-item {
    padding: 30px 15px;
  }

  .work-item-title {
    font-size: 25px;
  }

  .work-item-img {
    max-width: 420px;
    width: 100%;
    min-width: 1px;
  }

  .work .quote-item-title {
    font-size: 23px;
  }

  .work-item-text {
    font-size: 16px;
  }

  .work .quote-item-text {
    font-size: 16px;
  }

  .pagination li a {
    padding: 5px;
    background-color: transparent;
    font-size: 16px;
  }

  .pagination li a:hover {
    background-color: transparent;
  }

  .member-content {
    padding-top: 120px;
    flex-direction: column-reverse;
    position: relative;
  }

  .member .block-title {
    position: absolute;
    top: 15px;
    left: 15px;
  }

  .member-img {
    min-width: 1px;
    width: 100%;
    margin-bottom: 25px;
  }

  .member-left {
    padding-right: 0;
  }

  .events-list .select-row {
    display: block;
  }

  .events-list .select-row .select-item {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .events-list .select-row .select-item:last-child {
    margin-bottom: 0;
  }

  .events-list .select-item::after {
    width: 16px;
    height: 8px;
  }

  .regions-content {
    display: block;
  }

  .regions-left,
  .regions-map {
    width: 100%;
  }

  .partners-row {
    margin-bottom: 30px;
  }

  .partners-item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 5px;
  }

  .tab-title {
    font-size: 16px;
  }

  .tab-item-part .part__title {
    font-size: 23px;
  }

  .tab-item-part a {
    font-size: 20px;
  }

  .tab-item-part ol {
    padding-left: 0;
  }

  .tab-item-part .part__content li::before {
    width: 13px;
    height: 13px;
  }

  .tab-item-part .part__content {
    padding-left: 0;
  }

  .tab-item {
    padding: 30px 20px;
  }

  .modal-container {
    padding: 40px 15px;
  }

  .modal-title {
    margin-bottom: 30px;
  }

  .modal input:not([type="submit"]),
  .modal textarea {
    padding: 15px 12px;
  }

  .close.modal-close {
    right: 0;
    top: -20px;
  }

  .modal {
    overflow: auto;
  }

  .modal.active {
    display: block;
  }

  .modal-title {
    font-size: 30px;
  }

  .main-programs-links {
    margin-bottom: 40px;
  }

  .choose-text {
    font-size: 18px;
  }

}

/* 758 end */

@media (max-width: 700px){
  .team-filter {
    display: block;
  }
  .team-filter-item {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .offer-item-inner {
    display: block;
  }
}
/* 700 end */
@media (max-width: 650px) {
  .post-item-inner {
    display: block;
  }

  .post-item-img {
    margin: 0 auto 20px;
  }

  .post-item-content {
    padding-left: 0;
  }

  .values-row {
    display: block;
  }

  .values-item {
    width: 230px;
    margin: 0 auto 20px;
  }

  .rehab-item-inner {
    padding: 15px;
  }

  .team-item {
    width: 100%;
    padding: 0;
  }

  .donors-item {
    width: 100%;
    padding-right: 0;
  }
  .quest-list-item {
    padding: 30px 15px;
  }
  .quest-list-item .item__title {
    height: auto;
    padding-right: 30px;
    font-size: 16px !important;
    line-height: 1.3;
  }
  .quest-list-item .item__title::after {
    width: 20px;
    height: 11px;
  }
  .payment-supported-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .payment-supported-item .item__sum {
    text-align: left;
  }
  .payment-supported-item .item__content {
    padding-right: 0;
  }
}
/* 650 */
@media (max-width: 600px) {
  .subscribe-row {
    display: block;
  }

  .subscribe-link {
    width: 100%;
  }

  .subscribe-link:first-child {
    margin-bottom: 15px;
  }

  .program-quest-item {
    width: 49%;
  }

  .program-quest-item {
    margin-bottom: 10px;
  }

  .quote-item.quote__2 {
    display: block;
  }

  .quote-item.quote__2 .quote-img {
    margin: 0 auto 20px;
  }

  .rehab-item {
    width: 100%;
    padding: 0;
    min-height: 1px;
  }

  .rehab-item-title {
    min-height: 1px;
    font-size: 18px;
  }

  .rehab-item-num {
    font-size: 20px;
  }
}

/* 600 end */
@media (max-width: 500px) {
  body {
    font-size: 16px;
  }

  .fs-30 {
    font-size: 20px;
  }

  .main-news-list a {
    padding: 12px 50px 12px 60px;
  }

  .main-news-list li {
    margin-bottom: 10px;
  }

  .main-news-list a::before {
    left: 10px;
  }

  .main-news-list a:hover::before {
    left: 10px;
  }

  .events-list-item.head__item .list__item_part span .event__icon {
    position: static;
    display: block;
    margin: 0 auto;
  }

  .events-list-item.head__item .list__item_part span {
    padding-left: 0;
    text-align: center;
  }

  .events-list {
    background-color: transparent;
    padding: 0;
  }

  .main-partners .partners-slider {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }

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

  .lang-switcher a {
    font-size: 16px;
  }

  .header-mobile .search-icon {
    width: 25px;
    height: 25px;
  }

  .lang-switcher li:first-child {
    margin-right: 10px;
  }

  .first-screen-block .block__text {
    font-size: 17px;
  }

  .support .time-row {
    display: block;
  }

  .support .time-support-btn {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 15px;
  }

  .support .time-support-btn:first-child {
    margin: 0 auto 15px;
  }

  .sum-btn-row {
    display: block;
  }

  .sum-btn {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .support-content-item {
    padding: 30px 20px 20px;
  }

  .support-content-right {
    display: block;
  }

  .program-about .content__stat {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content__stat_item {
    width: 49%;
    margin-bottom: 20px;
  }

  .program-about .content__stat_num {
    font-size: 25px;
  }

  .donors-item {
    margin-bottom: 15px;
  }

  .inter-head-title {
    font-size: 25px;
  }

  .projects-btns {
    flex-wrap: wrap;
  }

  .projects-btn {
    margin-bottom: 20px;
  }

  .projects-btn:last-child {
    margin-bottom: 0;
  }

  .single-post .block-title {
    font-size: 23px;
  }

  .choose-content {
    display: block;
  }

  .choose-img {
    width: 100%;
    margin: 0 auto 25px;
  }

  .choose-text {
    padding-left: 0;
  }
  .payment-indication-row {
    display: block;
  }
  .payment-form .form-group input[type="text"] {
    font-size: 18px;
  }

}

/* 500 end */
@media (max-width: 450px) {

  .btn,
  .btn-transparent {
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  .sum-btn {
    font-size: 16px;
  }

  .subscribe-link-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 20px;
  }

  .subscribe-link-text {
    font-size: 16px;
  }

  .reports-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .requisites-right-item .item__title {
    font-size: 18px;
  }

  .program-quest-item {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 10px;
  }

  .main-program-content .content__img {
    min-width: 1px;
    width: 100%;
    height: auto;
  }
}