@font-face {
  font-family: "Kizo";
  font-weight: 700;
  src: local("Kizo");
  src: url(/fonts/Kizo-Bold.woff);
  src: url(/fonts/Kizo-Bold.woff2);
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: local("Montserrat");
  src: url(/fonts/Montserrat-Bold.woff2);
  src: url(/fonts/Montserrat-Bold.woff);
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: local("Montserrat");
  src: url(/fonts/Montserrat-Regular.woff2);
  src: url(/fonts/Montserrat-Regular.woff);
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: local("Montserrat");
  src: url(/fonts/Montserrat-Medium.woff2);
  src: url(/fonts/Montserrat-Medium.woff);
  font-display: swap;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    overflow-x: hidden;
}

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

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

img {
  max-width: 100%;
}

body {
  margin: 0;
  font-family: "Montserrat", "Times New Roman";
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main{
  flex-grow: 1;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.title {
  font-family: "Kizo";
  font-size: 93px;
font-size: 64px;
  font-weight: 600;
  color: #5FB9B8;
  line-height: 100px;
}

.animation {
  position: absolute;
  -webkit-animation: 30s linear 0s normal none infinite running animation;
          animation: 30s linear 0s normal none infinite running animation;
}

@-webkit-keyframes animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.bx-core-window{
  z-index: 100000 !important;
}

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

.achievement span {
  color: #5FB9B8;
  font-family: "Kizo";
  font-size: 72px; 
}

.achievement__projects:not(:last-child) {
  margin-right: 100px;
}

.achievement p {
  font-weight: 500;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 20px;
}

.breadcrumb p {
  font-weight: 700;
  color: #5FB9B8;
}

.breadcrumb a {
  margin-right: 11px;
  padding-right: 11px;
  background-image: url("../img/nav-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  color: #AEAEAE;
}

.btn {
  padding: 11px 30px;
  cursor: pointer;
 /* background-color: transparent;*/
	border: 2px solid transparent;
	background-color: #5FB9B8;
  color: #fff;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  -webkit-transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out;
  -o-transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out;
  transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out;
}

.btn-sub{
  padding: 3px 30px;
  font-size: 14px;
  margin-top: 6px;
}


.btn:hover {
 /* background-color: #5FB9B8;
  color: #fff;*/
background-color: transparent;
color: #000;

}
.btn_hoverBorder:hover {
	border: 2px solid #5FB9B8;
}
.disabled {
    cursor: default !important;
    pointer-events: none;
}

.subscribe-edit{
	display: flex;
  justify-content: start;
	margin-bottom: 20px;
  flex-wrap: wrap;
	}

	.form-marg{
		margin-right: 212px;
	}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  max-width: 1325px;
  margin: 0 auto;
  padding: 0 15px;
}

.logo-link {
  max-width: 91px;
  margin-bottom: 307px;
}

.fixed-nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 37px;
  margin-left: -8px;
  
}

.box {
  width: 250px;
  height: 50px;
  margin-bottom: 10px;
}

.btn-more.hidden {
  display: none;
}

.visible-item.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.container-2 {
  width: 250px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.container-2 input#search {
  width: 50px;
  height: 50px;
  border: none;
  float: right;
  padding: 10px 30px;
  border-radius: 16px;
  -webkit-transition: width 0.55s ease;
  -o-transition: width 0.55s ease;
  transition: width 0.55s ease;
}

.btn-reset {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.container-2 .icon {
  position: absolute;
  cursor: pointer;
  right: 4%;
  bottom: -43px;
  z-index: 1;
}

.container-2 input#search:focus,
.container-2 input#search:active {
  outline: none;
  border: 1px solid black;
  width: 250px;
}

.container.search{
  margin-top: 20px;
  padding-bottom: 86px;
  width: 1100px;
  max-width: 100%;

}

.container.email-conf{
  margin-top: 20px;
  padding-bottom: 86px;
  width: 1100px;
  max-width: 100%;
}
.container-2:hover input#search {
  border: 1px solid black;
  width: 180px;
}

.search-result{
  border: 1px solid black;
  width: 250px;
  padding: 11px 30px;
  border-radius: 16px;
  margin-top: 6px;
  margin-bottom: 12px;
}

.btn-result{
  padding: 4px 30px;
  font-size: initial;


}
.logo-hidden {
  display: none;
}

.header {
  padding: 40px 0;
}

.header__close {
  display: none;
}

.header__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav {
  padding-left: 170px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  font-size: 16px;
}

.header__search button {
  border: none;
  background: transparent;
}

.header__phone {
  max-width: 152px;
  margin-bottom: 15px;
  color: #5FB9B8;
  position: relative;
}

.header__phone::after {
  opacity: 0;
  position: absolute;
  inset: 0;
  content: "";
  border-bottom: 1px solid #5FB9B8;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.header__phone:hover::after {
  opacity: 1;
}

.header__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header__item {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

.header__item:hover {
	text-decoration: underline;
}

.header__item .tab {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100px;
  z-index: 100;
  height: auto;
  top: 80%;
  background-color: white;
  min-width: 200px;
  padding: 10px;
  left: -10px;
  font-size: 14px;
  background-color: #5FB9B8;
  color: white;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.header__item .tab a {
  display: block;
  line-height: 20px;
}

.header__item .tab li:hover a {
  text-decoration: underline;
}

.header__item .tab li:not(:last-child) {
  margin-bottom: 10px;
}

.header__item:hover .tab {
  visibility: visible;
  opacity: 1;
}

.header__item svg {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.header__item:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__item .tab:hover {
  opacity: 1;
  visibility: visible;
}

.header__btns {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
margin-top: -69px;
}

.header__item:not(:last-child) {
  margin-right: 38px;
}

.header__search {
  position: relative;
  height: 40px;
  width: 40px;
  margin-left: auto;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../img/header-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}

.header__search::after {
  position: absolute;
}

.header__contribution {
  max-width: 210px;
  /*border: 2px solid #FF0000;
  background: transparent;;*/
  border: 2px solid transparent;
	background-color: #5FB9B8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__contribution:hover {
 /* background:#FF0000;
  color: white;*/
background-color: transparent;
color: #000;
}

.header__search-button {
  width: 24px;
  height: 24px;
  margin-right: 22px;
  cursor: pointer;
}

.footer {
  padding: 42px 0;
  background-color: #AFAFAF;
  color: #fff;
  display: flex;
  flex-shrink: 0;
}

.footer .container {
  max-width: 1100px;
}

.footer .title {
  color: #fff;
}

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

.footer .news {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 33%;
}

.footer .news p {
  margin-bottom: 25px;
}

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

.footer nav .item-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
}

.footer__item a {
  -webkit-transition: 0.1s border ease-in-out;
  -o-transition: 0.1s border ease-in-out;
  transition: 0.1s border ease-in-out;
  line-height: 20px;
}

.footer__item li{
  line-height: 24px;
  margin-bottom: 4px;
}

.footer__item li:last-child{
  margin: 0px;
}

.footer__item a:hover {
  border-bottom: 1px solid #fff;
}

.footer__item:not(:last-child) {
  margin-right: 30px;
}

.footer form .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}

.footer form input {
  padding: 11px 17px;
  border: none;
  color: #AFAFAF;
}

.footer form input:focus-visible {
  outline: 1px solid #5FB9B8;
}

.footer form .input-post {
  width: 100%;
}

.footer form input[type=submit] {
  padding: 17px;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: 0.3s border ease-in-out, 0.3s color ease-in-out;
  -o-transition: 0.3s border ease-in-out, 0.3s color ease-in-out;
  transition: 0.3s border ease-in-out, 0.3s color ease-in-out;
}

.footer form input[type=submit]:hover {
  color: #5FB9B8;
  border: 2px solid #5FB9B8;
}

.social_link{
        display: block;
        height: 50px;
}

.footer .socials__item {
  border: 1px solid #fff;
  cursor: pointer;
  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;
  -webkit-transition: 0.3s border ease-in-out;
  -o-transition: 0.3s border ease-in-out;
  transition: 0.3s border ease-in-out;
}

.footer .socials__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.footer .socials__item:not(:last-child) {
  margin: 0;
  margin-right: 30px;
}

.footer .socials__item:hover {
  border: 1px solid #5FB9B8;
}

.footer .socials__item path {
  -webkit-transition: 0.3s fill ease-in-out;
  -o-transition: 0.3s fill ease-in-out;
  transition: 0.3s fill ease-in-out;
}

.footer .socials__item:hover path {
  fill: #5FB9B8;
}

.footer .nav-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media(max-width: 600px) {
	.footer .nav-wrapper {
		align-items: center;
		text-align: center;
	}
}

.footer__socials {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
 /* margin-right: 90px;*/
}

.footer .socials-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: space-around;/*right;*/
}

.socials__item {
  width: 50px;
  height: 50px;
  border: #5FB9B8 1px solid;
  border-radius: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}

.socials__item:not(:last-child) {
  margin-bottom: 31px;
}

.socials__post {
  background-image: url(../img/post-icon.svg);
}

.socials__tg {
  background-image: url(../img/tg-icon.svg);
}

.socials__vk {
  background-image: url(../img/vk-icon.svg);
}

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

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

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: unset;
}

.swiper-btns {
  cursor: pointer;
}

.swiper-btns .btn-prew,
.swiper-btns .btn-next {
  padding: 23px 26px;
  background-color: #5FB9B8;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-color 0.3s ease-in-out, outline 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, outline 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, outline 0.3s ease-in-out;
}

.swiper-btns .btn-prew:hover,
.swiper-btns .btn-next:hover {
  background-color: white;
  outline: 1px solid #5FB9B8;
}

.swiper-btns .btn-prew {
  right: 0;
  background-image: url(../img/help-prew.svg);
}

.swiper-btns .btn-next {
  background-image: url(../img/help-next.svg);
}

.help {
  padding-top: 10px;
  padding-bottom: 75px;
}

.help .animation {
  /*width: 35%;
  z-index: -10;
  top: -31%;
  right: 13%;*/
width: 30%;
    z-index: 1;
    top: 78%;
    right: 64%;
}

.help__wrapper {
  position: relative;
}

.help__bg {
  position: absolute;
  width: 95px;
  height: 411px;
 /* bottom: -40%;
  */
bottom: -50%;
	left: 18%;
  background-image: url("../img/120-middleGrey.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

.help .swiper-slide div {
  padding: 15px;
}

.help__title {
  max-width: 500px;
  margin-bottom: 35px;
  padding-left: 110px;
line-height: 70px;
    font-size: 52px;
}

.help__title span {
  padding-left: 27%;
}

.help__title-help {
  padding-left: 219px;
  margin-bottom: 34px;
}

.help__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  max-width: 640px;
}

.help__descr {
  /*max-width: 420px;*/
    max-width: 85%;
  margin-bottom: 20px;
  font-size: 16px;
}

.help__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 95px;
}

.help__content {
  max-width: 550px;
  /*margin-left: 17%;*/
margin-left: 8.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.help .swiper-btns {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 34%;
}

.help .textBlock-swiper {
  width: 33%;
  background-color: #5FB9B8;
}

.help .textBlock-swiper .swiper-button-next {
  left: -52px;
}

.help .textBlock-swiper .swiper-wrapper__title,
.help .textBlock-swiper .swiper-wrapper span {
  font-weight: 600;
}

.help .imgBlock-swiper {
  position: absolute;
  width: 55%;
  padding-top: 100px;
  max-width: 610px;
  right: 0;
 /* top: -15%;*/
 top: -5%;
  z-index: -10;
height: 81%;
}

.mission {
  padding-top: 75px;
  padding-bottom: 94px;
}

.mission__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
}

.mission__descr {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 420px;
}

.mission__left-side {
  margin-right: 110px;
}

.mission__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 64px;
}

.mission__text {
  /* padding-top: 90px; */
  margin-bottom: 100px;
}

.projects {
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
  /* background-color: #AFAFAF; */
}

.projects .swiper-container {
  position: relative;
}

.projects__our-work-bg {
  position: absolute;
  width: 291px;
  height: 360px;
  right: 5%;
  background-image: url("../img/projects-ourWork.svg");
  background-repeat: no-repeat;
  top: 0;
  z-index: 100;
}

.projects .animation {
  top: -1%;
  right: 7%;
}

.projects .container {
  padding-left: 110px;
  position: relative;
}

.projects__bg {
  position: absolute;
  width: 100px;
  height: 990px;
  bottom: -65%;
  left: 9%;
  background-image: url("../img/120-bigGrey.svg");
  background-repeat: no-repeat;
}

.projects__dottsUp {
  position: absolute;
  width: 155px;
  height: 400px;
  top: -43px;
  left: 0px;
  background-image: url("../img/projects-dottsUp.svg");
  background-repeat: no-repeat;
}

.projects__dottsDown {
  position: absolute;
  width: 423px;
  height: 248px;
  bottom: -19%;
  right: 0;
  background-image: url("../img/projects-dottsDown.svg");
  background-repeat: no-repeat;
}

.projects__title {
  margin-bottom: 50px;
  /* color: white; */
  color: #5FB9B8;
}

.projects__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.projects__item {
  max-width: 308px;
}

.projects__item:not(:last-child) {
  margin-right: 30px;
}

.projects .bottom-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.projects .swiper-container {
  margin: 0 auto;
  position: relative;
}

.projects .bottom-container {
  max-width: 600px;
  margin: 0 0 0 343px;
}

.projects .swiper-btns {
  position: absolute;
  bottom: 16%;
  left: -21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projects img {
  max-width: 308px;
  height: 308px;
}

.projects picture {
  width: 100%;
  height: 100%;
}

.projects .bg-stars {
  position: absolute;
  width: 169px;
  height: 182px;
  right: 0;
  top: -6%;
  background-image: url("../img/projects-stars.svg");
  background-repeat: no-repeat;
}


.trust {
  padding-top: 65px;
  padding-bottom: 50px;
}

.trust__wrapper {
  padding-left: 219px;
  position: relative;
}

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

.trust picture {
  width: 100%;
  min-width: 746px;
  margin-right: 32px;
}

.trust__title {
  margin-bottom: 37px;
}

.trust__descr-title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.trust__text {
  font-size: 14px;
  line-height: 24px;
}

.trust__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  height: 50px;
  padding-left: 58px;
  background-image: url(../img/play-icon.svg);
  background-repeat: no-repeat;
  background-position: left;
  cursor: pointer;
  color: #5FB9B8;
  font-size: 14px;
  line-height: 24px;
}

.trust__link:hover {
  text-decoration: underline;
}

.trust .modal-wrapper {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.trust .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: #fff;
  margin: auto;
  padding: 30px 60px;
  width: 60%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: modal;
          animation-name: modal;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

.header__contribution.btn.mobile {
  display: none;
}

@-webkit-keyframes modal {
  0% {
    top: -300px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes modal {
  0% {
    top: -300px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

.trust .close {
  color: #000;
  float: right;
  font-size: 38px;
  font-weight: bold;
}

.trust .close:hover,
.trust .close:focus {
  color: #5FB9B8;
  text-decoration: none;
  cursor: pointer;
}

.trust .modal-header {
  margin-bottom: 20px;
}

.trust .modal-body {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
}

.trust .modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.name{
  margin-top: 10px;
}

.press {
  padding-top: 50px;
  padding-bottom: 43px;
}

.press .container {
  max-width: 1100px;
  position: relative;
}

.press .bg-hand {
  height: 40vh;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/press-hand.png");
}

.press .bg-hand-overlay {
  height: 10vh;
  width: 30vw;
  margin: auto;
}

.press__dottsUp {
  position: absolute;
  width: 335px;
  height: 503px;
  z-index: -10;
  background-image: url("../img/press-dottsUp.svg");
  background-repeat: no-repeat;
}

.press__title {
  margin-bottom: 57px;
}

.press__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  margin-top: -1px;
 /* border-top: 1px solid #000000;*/
  border-bottom: 1px solid #000000;
}

.press__item span {
  font-size: 14px;
  line-height: 17px;
}

.press__item span p {
  color: #5FB9B8;
  font-weight: 600;
}

.press__item a {
  width: 34%;
}

.press__item-title {
  font-size: 21px;
  margin-right: 20px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.press__item-title:hover {
  color: #5FB9B8;
}

.press__text {
  width: 40%;
  margin-right: 130px;
  font-size: 14px;
  line-height: 17px;
}

.press__list {
  margin-bottom: 65px;
}

.press__btn {
  margin: 0 auto;
}

.press .btn-wrapper {
  margin-bottom: 60px;
}

.partners {
  position: relative;
  padding-top: 43px;
  padding-bottom: 86px;
}

.partners .container {
  position: relative;
  min-height: 400px;
}

.partners__bg {
  position: absolute;
  width: 100px;
  height: 543px;
  right: 0;
  top: -14%;
  /*background-image: url("../img/120-bigRed.svg");*/
background-image: url("../img/120-bigRed.svg fill.svg");
  background-repeat: no-repeat;
}


.partners__dottsDown {
  position: absolute;
  width: 254px;
  height: 401px;
  bottom: -23%;
  right: 0;
  z-index: -10;
  background-image: url("../img/partners-dottsUp.svg");
  background-repeat: no-repeat;
}

.partners .bg__star-right {
  position: absolute;
  width: 32px;
  height: 31px;
  bottom: 8%;
  z-index: -100;
  right: 3%;
  background-image: url("../img/starAlone.svg");
  background-repeat: no-repeat;
}
.partners .container {
  max-width: 1100px;
}

.partners .title {
  margin-bottom: 70px;
}

.partners__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 110px;
  width: 85%;
}

.partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
}

.partners__item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  width: 100%;
}




.partners__item img {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
}

.about {
  padding-top: 35px;
  position: relative;
}

.about .container {
  max-width: 1100px;
}

.about .dotts__left {
  position: absolute;
  width: 450px;
  height: 235px;
  bottom: 15%;
  z-index: -100;
  left: -9%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("../img/projects-dottsDown.svg");
  background-repeat: no-repeat;
}

.about .dotts__right {
  position: absolute;
  width: 450px;
  height: 235px;
  bottom: 38%;
  z-index: -100;
  right: -3%;
  background-image: url("../img/projects-dottsDown.svg");
  background-repeat: no-repeat;
}

.about .text-bottom .bg__heart {
  position: absolute;
  width: 55px;
  height: 40px;
  bottom: 5%;
  z-index: -100;
  right: 9%;
  background-image: url("../img/heart.svg");
  background-repeat: no-repeat;
}

.about .text-bottom .bg__line-right {
  position: absolute;
  width: 55px;
  height: 40px;
  bottom: 3%;
  z-index: -100;
  right: 12%;
  background-image: url("../img/bg-line.svg");
  background-repeat: no-repeat;
}

.about__bg {
  position: absolute;
}

.about__title {
  margin-bottom: 60px;
}

.about__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  position: relative;
}

.about__descr p {
  margin-bottom: 100px;
}

.about__descr picture {
  margin-right: 90px;
}

.about__descr div {
  max-width: 400px;
}

.about .bg__line-top {
  position: absolute;
  width: 55px;
  height: 40px;
  top: 0;
  z-index: -100;
  left: 43%;
  background-image: url("../img/bg-line.svg");
  background-repeat: no-repeat;
}

.about .bg__line-right {
  position: absolute;
  width: 55px;
  height: 40px;
  bottom: 16%;
  z-index: -100;
  right: 32%;
  background-image: url("../img/bg-line.svg");
  background-repeat: no-repeat;
}
.about__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  position: relative;
}

.about__acquaintance {
  margin-right: 20px;
}



.about__acquaintance p:not(:last-child) {
  margin-bottom: 30px;
}

.about__acquaintance span {
  font-weight: 600;
}

.about__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.about__img-container picture:not(:last-child) {
  margin-right: 20px;
}

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

.about .text-bottom p:not(:last-child) {
  margin-bottom: 30px;
}

.about .text-bottom span {
  font-weight: 600;
}

.about .text-bottom .little-block {
  max-width: 500px;
}

.owners .container {
  max-width: 1100px;
}

.owners__title {
  margin-bottom: 60px;
}

.owners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.owners__item {
  cursor: pointer;
}

.owners__item picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}



.owners__item img {
  overflow: hidden;
  width: 100%;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  -o-transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}

.owners__item:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  width: 100%;
}

.owners__item:not(:last-child) {
  margin-right: 20px;
}

.owners__item p {
  font-weight: 600;
}



.doc .container {
  position: relative;
  max-width: 1100px;
}

.doc .about__docBg {
  position: absolute;
  width: 332px;
  height: 300px;
  bottom: 28%;
  right: 25%;
  background-image: url("../img/docBg.svg");
  background-repeat: no-repeat;
}

.doc .container {
  width: 85%;
}

.doc .about__docBg {
  bottom: 9%;
  right: 0;
}

.about_pic{
  margin-bottom: 20px;
}

.p_width p{
max-width: 600px;
}

.about_pic img{
  width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.doc .doc__list {
  padding: 65px 0 50px 0;
}

.main-projects {
  position: relative;
  padding-top: 30px;
  padding-bottom: 70px;
}

.main-projects .container {
  padding-left: 124px;
  position: relative;
}

.main-projects .projects__stars {
  position: absolute;
  width: 174px;
  height: 200px;
  top: -3%;
  right: 0;
  background-image: url("../img/one-projectStars.svg");
  background-repeat: no-repeat;
}

.projects .projects__text {
  max-width: 260px;
  margin-bottom: 20px;
  font-size: 18px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-container h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
}

.text-container{
  margin-left: 30px;
  max-width: 262px;
}



.main-projects .projects__bg {
  position: absolute;
  width: 95px;
  height: 493px;
  bottom: 12%;
  left: unset;
  right: 0;
  background-image: url("../img/120-middleGrey2.svg");
  background-repeat: no-repeat;
}

.main-projects .projects__dottsLeft {
  position: absolute;
  width: 464px;
  height: 255px;
  bottom: 112px;
  z-index: -100;
  left: -153px;
  background-image: url("../img/projects-dottsDown.svg");
  background-repeat: no-repeat;
}

.main-projects .projects__dottsRight {
  position: absolute;
  width: 314px;
  height: 341px;
  bottom: 50%;
  right: 0px;
  z-index: -100;
  background-image: url("../img/projects-dottsRight.svg");
  background-repeat: no-repeat;
}

.main-projects .projects__title {
  margin-bottom: 30px;
  color: #5FB9B8;
}

.main-projects .projects__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  gap: 50px 30px;
  margin-bottom: 15px;
}

.main-projects .projects__item {
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.projects__item a{
  max-width: 320px;
}

.projects__item .projects__text{
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 22px;
min-height: 44px;
}





.main-projects .projects__item picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}




.main-projects .projects__item img {
  overflow: hidden;
  width: 100%;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  -o-transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}

.main-projects .projects__item .text-container {
  font-size: 14px;
  line-height: 18px;
}


.main-projects .projects__item:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  width: 100%;
}

.main-projects .projects__item picture{
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  min-width: 308px;
}










.main-projects .projects__item:not(:last-child) {
  margin-right: 0;
}

.main-projects .projects__descr {
  max-width: 790px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.main-projects .projects__descr .text-container h3 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 20px;
}

.main-projects .projects__descr .text-container p {
  font-size: 16px;
  line-height: 23px;
}

.main-projects .projects__descr picture {
  margin-right: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 308px;
}

.main-projects .projects__descr img {
  overflow: hidden;
  width: 100%;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  -o-transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}

.main-projects .projects__descr:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  width: 100%;
}

.main-projects img {
  min-width: 308px;
}

.main-projects picture {
  width: 100%;
}

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

.main-projects .btn {
  max-width: 200px;
}

.main-projects .visible-item:nth-child(5) {
  display: none;
}

.main-projects .visible-item:nth-child(6) {
  display: none;
}

.main-projects .visible-item:nth-child(7) {
  display: none;
}

.main-projects .visible-item:nth-child(8) {
  display: none;
}

.one-project {
  padding-bottom: 70px;
  padding-top: 20px;
  position: relative;
}

.one-project .container {
  position: relative;
  padding-left: 124px;
}

.one-project__dotts {
  position: absolute;
  width: 464px;
  height: 357px;
  top: 46%;
  z-index: -100;
  left: -9%;
  background-image: url("../img/projects-dottsDown.svg");
  background-repeat: no-repeat;
}

.one-project__bg {
  position: absolute;
  width: 180px;
  height: 820px;
  top: 0;
  z-index: -100;
  right: 0;
  background-image: url("../img/one-projectBg.svg");
  background-repeat: no-repeat;
}

.one-project__stars {
  position: absolute;
  width: 180px;
  height: 180px;
  top: 52%;
  z-index: -100;
  right: 0;
  background-image: url("../img/one-projectStars.svg");
  background-repeat: no-repeat;
}

.one-project__bg-bottom {
  position: absolute;
  width: 476px;
  height: 454px;
  bottom: -3%;
  z-index: -100;
  right: 0;
  background-image: url("../img/one-projectDotts.svg");
  background-repeat: no-repeat;
}

.one-project__title {
  margin-bottom: 64px;
  font-size: 98px;
  letter-spacing: -1px;
}

.one-project__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 91px;
}

.one-project__top .top-text {
  margin-bottom: 80px;
  font-size: 19px;
  line-height: 32px;
  letter-spacing: 0.3px;
}

.one-project__top .top-descr {
  max-width: 40%;
}

.one-project__top picture {
  margin-right: 31px;
}

.one-project__top .achievement {
  padding-left: 104px;
}

.one-project .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 500px;
}

.one-project .main-img {
  height: 480px;
  width: 480px;
  position: relative;
}

.one-project .mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.one-project .mini-img {
  width: 110px;
  height: 110px;
  margin-right: 9px;
}

.one-project .mini-img {
  margin-right: 10px;
}

.one-project .mini-img:last-child {
  margin-right: 0px !important;
}

.one-project .big-img {
  position: absolute;
  height: 99%;
}

.one-project .big-img.active {
  z-index: 10;
}

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

.one-project__bottom .text {
  max-width: 400px;
}

.one-project__bottom .text p:not(:last-child) {
  margin-bottom: 20px;
}

.one-project .mini-320 {
  display: none;
}

.press-center {
  padding-bottom: 70px;
}

.press-center .container {
  position: relative;
	padding-top: 30px;
    padding-bottom: 70px;
}

.press-center .wrapper {
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper-bread{
  max-width: 100%;
  width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}


.press-center .animation {
  /*right: 10%;
  top: -15%;
  z-index: -1111;*/
right: 4%;
    top: -7%;
    z-index: 1;
    width: 30%;
}

.press-center__bg {
  height: 630px;
  max-width: 1294px;
  width: 100%;
  position: absolute;
  top: 4%;
  z-index: -1000;
  background-repeat: no-repeat;
  /*background-image: url("../img/press-centerBG.svg");*/
background-image: url("../img/press-centerBG 3.svg");

}

.press-center__bg-stars {
  height: 163px;
  width: 161px;
  position: absolute;
  bottom: -4%;
  right: 0;
  z-index: -10;
  background-repeat: no-repeat;
  background-image: url("../img/one-projectStars.svg");
}

.press-center__bg-star {
  height: 28px;
  width: 32px;
  position: absolute;
  top: 56%;
  right: 0;
  z-index: -10;
  background-repeat: no-repeat;
  background-image: url("../img/starAlone.svg");
}

.press-center__title {
  margin-bottom: 30px;
}

.press-center__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 /* margin-bottom: 100px;*/
margin-bottom: 80px;
}

.press-center__slider picture {
  margin-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}

.press-center__slider picture img {
  overflow: hidden;
  width: 100%;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  -o-transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}

.press-center__slider picture:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  width: 100%;
}

.press-center__done {
  padding: 15px;
  max-width: 328px;
  max-height: 168px;
 /* background-color: #D9D9D9;*/
}

/*.press-center__done a:hover {
  text-decoration: underline;
}
*/
.press-center__done .done__title {
  font-weight: 600;
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.press-center__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .press-center__btn-wrapper{
  padding-bottom: 70px;
}

/* .press-center .press__item:nth-child(4) {
  display: none;
}

.press-center .press__item:nth-child(4) {
  display: none;
}

.press-center .press__item:nth-child(5) {
  display: none;
}

.press-center .press__item:nth-child(6) {
  display: none;
} */

.contacts {
  padding: 40px 0;
  position: relative;
}

.contacts .animation {
  top: -10%;
  width: 400px;
  right: 30%;
  z-index: -1111;
}

.contacts__title {
  margin-bottom: 30px;
}

.contacts__title span {
  display: block;
  padding-left: 100px;
}

.contacts .container {
  max-width: 1100px;
  position: relative;
}

.contacts__list {
  margin-bottom: 110px;
}

.contacts__item {
  max-width: 604px;
  margin-bottom: 30px;
}

.contacts__list p:first-child{
  margin-right: 40px;
}
@media(min-width:600px) {
	.contacts__list p:first-child{
		width: 40%;
	}
}

.contacts__list li.contacts__item:last-child{
  margin-bottom: 0;
}

.contacts__item h3{
  margin-bottom: 20px;
}

.contacts__item a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.contacts__item a:hover {
  color: #5FB9B8;
}

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

.contacts__map {
  width: 100%;
  max-width: 1100px;
  height: 500px;
  margin-bottom: 40px;
}

.contacts__dotts {
  height: 241px;
  width: 458px;
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: -10;
  background-repeat: no-repeat;
  background-image: url("../img/projects-dottsDown.svg");
}

.contacts__bg {
  height: 698px;
  width: 620px;
  position: absolute;
  top: -3%;
  right: -10%;
  z-index: -10;
  background-repeat: no-repeat;
  background-image: url("../img/contacts-bg.svg");
}

.contacts__list-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__list-bottom a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.contacts__list-bottom a:hover {
  color: #5FB9B8;
}

.contacts__list-bottom li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 36px;
  width: 33.3333333333%;
  font-weight: 600;
  text-transform: uppercase;
}

.contacts__list-bottom li:not(:last-child) {
  margin-right: 30px;
}

.contacts__list-bottom .tel {
  background-image: url("../img/icon-tel.svg");
}

.contacts__list-bottom .post {
  background-image: url("../img/post-icon.svg");
}

.contacts__list-bottom .location {
  background-image: url("../img/icon-loc.svg");
}

.slider__title{
  font-weight: 700;
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.slider-margin{
  margin-bottom: 5px;
}
.donations {
  padding-top: 30px;
  padding-bottom: 30px;
  
}

.donations .container {
  max-width: 1100px;
  position: relative;
}

.donations .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*   -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; */
  max-width: 650px;
    justify-content: space-between;
    margin-bottom: 30px;
	flex-direction: row;
	flex-wrap: wrap;
}

@media (max-width: 500px) {
	.donations .btn-wrapper.customBtn-wrapper {
		gap: 20px;
		justify-content: center;
	}
}


.donations__btn {
  width: 235px;
  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;
  color: #5FB9B8;
  font-size: 20px;
  font-weight: 400;
  margin-right: 20px;
}
.customDonation_btn {
	color: #FFF;
}
.customDonation_btn:hover {
	color: #5FB9B8;
	border: 2px solid #5FB9B8;
	background-color: transparent;
}
.btn-agreement {
  display: flex;
  align-items: center;
}


.btn-agreement a {
  text-decoration: underline;
  color: #5FB9B8;
}

.agreement-tooltip {
  /* display: none; */
  color: #5FB9B8;
  text-align: left;
  margin-bottom: 10px;
  opacity: 0;
  font-size: 14px;
/*   margin-top: -18px; */
}

.donations__bg-dotts {
  height: 371px;
  width: 344px;
  position: absolute;
  top: 380px;
  left: 0;
  z-index: -10;
  background-repeat: no-repeat;
  background-image: url("../img/donation-dotts.png");
}


.donations__bg {
  height: 463px;
  width: 252px;
  position: absolute;
  bottom: 5px;
  right: 0;
  z-index: -10;
  background-repeat: no-repeat;
  background-image: url("../img/donation-bg.svg");
}

.donations__title {
  margin-bottom: 50px;
}

.donations form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.donations form label {
  margin-left: 50px;
  margin-right: 50px;
}

.donations form span {
  font-weight: 600;
}

.donations .switch {
  position: relative;
  display: inline-block;
  width: 71px;
  height: 34px;
}

.donations .switch input {
  visibility: hidden;
}

.donations__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 2px solid #5FB9B8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.donations__slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  right: 7px;
  bottom: 5px;
  background-color: #5FB9B8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

input:checked + .donations__slider:before {
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}

.donations__slider.round {
  border-radius: 50px;
}

.donations__slider.round:before {
  border-radius: 50%;
}



.donations .descr {
  margin-bottom: 50px;
  transition:  .4s;
}

.donations .cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  /*padding: 34px;*/
  max-width: 820px;
  /*border: 2px solid #5FB9B8;*/
  border-radius: 16px;
}

.donations .cards-wrapper p {
  /*max-width: 136px;*/
  font-size: 20px;
  color: #5FB9B8;
  margin-bottom: 16px;
}

.donations__check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  max-width: 630px;
  margin-bottom: 30px;
}

.donations__check-group input[type=radio] {
  visibility: hidden;
  display: none;
  height: 0;
  width: 0;
}

.donations__check-group .btn-check {
  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;
  text-align: center;
  cursor: pointer;
  border: 2px solid #5FB9B8;
  background-color: white;
  color: #5FB9B8;
  min-width: 300px;
  height: 64px;
  font-size: 24px;
  border-radius: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.donations__check-group input[type=radio]:checked + label {
  background-color: #5FB9B8;
  color: white;
}

.donations__check-group input[type=radio]:hover:not(:checked) + label {
  background-color: #5FB9B8;
  color: white;
}

/* .donations__check-group .relative {
  position: relative; */
.donations__check-group label[for=user_amount_another]:hover {
    background-color: #5FB9B8;
    color: white;
}

.donations__check-group #user_amount_another {
  display: none;
  outline: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  border: 2px solid #5FB9B8;
  background-color: #5FB9B8;
  color: #FFF;
  min-width: 300px;
  height: 64px;
  font-size: 24px;
  border-radius: 16px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.donations__check-group .donations__another-wrapper {
  display: none;
  position: relative;
  color: white;
  max-width: 300px;
}

.donations__check-group .donations__another-wrapper span {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 10px;
}

.doc {
  position: relative;
}

.doc .animation {
  top: -25%;
  z-index: -10;
  left: -7%;
}

.doc .container {
  position: relative;
  max-width: 1130px;
}

.doc__bg {
  position: absolute;
  width: 580px;
  height: 698px;
  z-index: -100;
  top: 0;
  right: 0;
  background-image: url("../img/doc-bg.png");
  background-repeat: no-repeat;
}

.doc__dotts {
  position: absolute;
  width: 462px;
  height: 200px;
  bottom: -7%;
  left: 37px;
  z-index: -100;
  left: -23%;
  background-repeat: no-repeat;
  background-image: url("../img/doc-dotts.png");
}

.doc__list {
  padding: 138px 0 243px 0;
}

.doc__item {
 
  border: 2px #5FB9B8 solid;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  -webkit-transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out;
  -o-transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out;
  transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out;
}
.doc__item>a{
  display: block;
  padding: 10px 17px;


}
.doc__item:hover {
  cursor: pointer;
  background-color: #5FB9B8;
  color: #FFF;
}

.doc__item:not(:last-child) {
  margin-bottom: 25px;
}

.doc__item:nth-child(1),
.doc__item:nth-child(2) {
  width: 307px;
}

.doc__item:nth-child(3),
.doc__item:nth-child(4) {
  width: 199px;
}

.not-found {
  min-height: 50vh;
  padding: 50px 0;
}

.not-found__title{
  text-align: center;
    font-size: 110px;
    font-weight: 500;
    color: #5FB9B8;
    line-height: 100%;
}

.not-found__descr{
  margin-bottom: 30px;
  text-align: center;
}
.not-found__link{
  display: block;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.not-found__dottsDown {
  position: absolute;
  width: 423px;
  height: 248px;
  bottom: 31%;
  right: 0;
  z-index: -10;
  background-image: url(../img/projects-dottsDown.svg);
  background-repeat: no-repeat;
}

.not-found__dottsUp{
    position: absolute;
    width: 278px;
    height: 425px;
    bottom: 10%;
    background-size: 100%;
    left: 0%;
    z-index: -10;
    background-image: url(../img/press-dottsUp.svg);
    background-repeat: no-repeat;
}

.not-found__stars {
  position: absolute;
  width: 113px;
  height: 139px;
  top: 29%;
  right: 0;
  background-size: 100%;
  background-image: url(../img/one-projectStars.svg);
  background-repeat: no-repeat;
}

@media(max-width: 1024px){
  .not-found__title{
    font-size: 94px;
  }
  .not-found__dottsDown {
    width: 348px;
    height: 201px;
    bottom: 39%;
    right: 0;
    z-index: -10;
    background-size: 100%;
}
.not-found__dottsUp{
  display: none;
}

.not-found__stars{
  left: 0;
  top: 42%;
}
}

@media (max-width: 1300px) {
  .projects__our-work-bg {
    background-image: none;
  }
}

@media (min-width: 786px) and (max-width: 1280px){
  .help .imgBlock-swiper{
    max-width: 44%;
height: -webkit-fill-available;
  }
}

@media (max-width: 1280px) {

  .fixed-nav{
    margin-left: -6px;
  }

  .logo-link{
    max-width: 80px;
  }
  
  .donations__check-group #user_amount_another{
    max-width: 278px !important;
  }

  body {
    font-size: 16px;
  }

  .header {
    padding: 30px 0;
  }

  .header__container {
    height: 120px;
  }

  .header__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }

  .header .btn {
    text-align: center;
    width: 210px;
  }

  .mission__title{
    justify-content: flex-start;
  }

  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 85%;
  }

  .footer__container .news {
    max-width: unset;
    margin-bottom: 40px;
  }

  .footer__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .help {
    padding-top: 25px;
    padding-bottom: 0px;
  }

  .help .animation {
    top: 9%;
    right: 15%;
    width: 30%;
  }

  .help__content {
    max-width: 345px;
    margin-left: 13%;
  }

  .help__descr {
    font-size: 14px;
  }

  .help__btn {
    margin-bottom: 30px;
  }

  .help .textBlock-swiper {
    width: 43%;
  }

  .help .imgBlock-swiper {
    padding-top: 180px;
  }

  .help .imgBlock-swiper .animation {
    top: -10%;
  }

  .help__bg {
    background-image: none;
  }

  .mission {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .mission .container {
    width: 85%;
  }

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

  .mission__left-side {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .mission__title {
    margin-bottom: 20px;
  }

  .mission__text {
    padding-top: 0;
  }

  .mission__descr {
    max-width: unset;
  }

  .projects {
    padding-bottom: 90px;
  }



  .projects img {
    max-width: 266px;
  }

  .projects__list {
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
  }

  .projects__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    max-width: unset;
    text-align: center;
    /* width: 47%; */
  }

  .projects__item:not(:last-child) {
    margin: 0;
  }

  .projects__item h3 {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: start;
  }

  .projects__item picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .projects .swiper-btns {
    bottom: -20%;
    right: 34%;
    left: unset;
    z-index: 100;
  }

  .projects .swiper-container {
    margin: 0;
    margin-right: auto;
    position: relative;
  }

  .projects__bg {
    bottom: -107%;
    
  }

  .projects__list li:nth-child(4n) .projects__text{
    position: sticky !important;
  }

  .trust {
    padding-top: 35px;
    padding-bottom: 25px;
  }

  .trust__title {
    margin-bottom: 45px;
  }

  .trust picture {
    margin: 0;
    margin-bottom: 33px;
    min-width: unset;
  }

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

  .trust__text {
    margin-bottom: 34px;
  }

  .trust .modal-content {
    width: 80%;
  }

  .press {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .press .container {
    width: 85%;
  }

  .wrapper-bread{
    width: 85%;
  }
  .press-center .wrapper{
    padding: 0;
  }

  .press .press__item-title {
    font-size: 14px;
  }

  .press__text {
    margin-right: 80px;
  }

  .partners {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .partners .container {
    width: 85%;
  }

  .partners__list {
    grid-gap: 50px;
    width: 80%;
  }

  .partners__bg {
    top: 0%;
  }

  .about .container {
    width: 85%;
  }

  .about__title {
    margin-bottom: 20px;
  }

  .about__descr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
    text-align: center;
  }

  .about__descr div {
    max-width: unset;
  }

  .about__descr picture {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .about__descr p {
    margin-bottom: 40px;
  }

  .about__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .about .about__docBg {
    bottom: 10%;
    right: 0%;
  }

  .about .about__acquaintance {
    margin: 0;
  }

  .about .about__acquaintance p:not(:last-child) {
    margin-bottom: 10px;
  }

  .about .about__img-container {
    margin-bottom: 10px;
  }

  .about .about__img-container img {
    width: 100%;
  }

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

  .about .dotts__center {
    position: absolute;
    max-width: unset;
    width: 526px;
    height: 348px;
    bottom: 27%;
    z-index: -100;
    right: 27%;
    background-image: url("../img/about-dotts.svg");
    background-repeat: no-repeat;
}

.about .bg__star {
  position: absolute;
  width: 32px;
  height: 31px;
  bottom: 4%;
  z-index: -100;
  right: 3%;
  background-image: url(../img/starAlone.svg);
  background-repeat: no-repeat;
}
  .owners .container {
    width: 85%;
  }

  .main-projects .projects__stars {
    top: 0%;
    right: 4%;
  }

  .main-projects .projects__bg {
    bottom: 28%;
  }

  .main-projects .projects__dottsRight {
    bottom: 57%;
  }

  .main-projects .projects__descr picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .main-projects .projects__item {
    width: 43%;
  }


  .main-projects .projects__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }

  .main-projects .projects__item:nth-child(2n) {
    margin-right: 0;
  }

  .main-projects .projects__list {
    margin-bottom: 60px;
    flex-direction: column;
  }

  .one-project .container {
    width: 85%;
  }

  .one-project__bg {
    display: none;
  }

  .one-project .achievement {
    padding: 0;
  }

  .one-project__bottom .wrapper {
    margin-right: 0;
  }

  .press-center .container {
    width: 85%;
  }

  .press-center__bg {
    background-size: contain;
    left: 0%;
  }

  .press-center .animation {
    width: 27%;
    right: 12%;
    top: -21%;
  }

  .press-center__slider picture {
    margin-right: 20px;
  }

  .press-center__done {
    max-width: 250px;
  }

  .press-center .press__item-title {
    font-size: 16px;
  }

  .press-center .press__text {
    width: 50%;
    margin-right: 50px;
  }

  .contacts .container {
    width: 85%;
  }

  .contacts .animation {
    display: none;
  }

  .contacts__bg {
    height: 298px;
    width: 254px;
    top: 21%;
    right: 0%;
    background-size: 100%;
  }

  .contacts__list-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts__list-bottom li {
    width: 100%;
  }

  .contacts__list-bottom li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .donations .container {
    width: 85%;
  }

/*   .donations .btn-check {
    min-width: 275px;
  } */

  .donations__bg {
    display: none;
  }

  .doc__bg {
    width: 340px;
    height: 415px;
    background-size: 100%;
    top: 230px;
  }

  .doc .animation {
    display: none;
  }
}


.video .container {
  max-width: 1100px;
  position: relative;
}

.video {
  padding-top: 30px;
  padding-bottom: 30px;
}

.video .container {
  width: 85%;
}

  

@media (max-width: 968px) {
  .one-project__top {
    margin-bottom: 25px;
  }

  .one-project__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header__item{
  position: relative;
}
.arrow{
  position: absolute !important;
  bottom: 31px;
  right: -10px;
}

@media (max-width: 786px) {
  .header.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  main {
    margin-top: 20px;
  }

  .header__contribution.btn.mobile {
	background: #FF0000;
    display: flex;
    color: #fff;
padding: 5px 14px;
  }

  .one-project .container{
    padding-left:0;
  }

  .donations__another-wrapper{
    max-width: 100% !important;
    width: 100%;
  }
  .donations__check-group #user_amount_another{
    width: 100%
  }

  .donations__check-group #user_amount_another {
    max-width: 100% !important;
  }

  .header.active svg {
    display: none;
  }

  .header.active .header__item:hover .tab {
    display: none; 
  }

  .header__list>a{
    display: none;
  }

  .header__close {
    display: block;
  }

  .header__open {
   /* z-index: 1000;
    position: relative;
    width: 30px;
    height: 20px;*/
		z-index: 1000;
        position: relative;
        width: 30px;
        height: 3px;
        background-color: #000;
        margin-top: 10px;
  }

  .header__open::before {
    content: "";
    position: absolute;
   /* top: 0;*/
	top: 10px;
    left: 0px;
    height: 3px;
    width: 30px;
    background-color: #000;
  }

  .header__open::after {
    content: "";
    position: absolute;
   /* bottom: 0;*/
bottom: -20px;
    left: 0px;
    height: 3px;
    width: 30px;
    background-color: #000;
  }

  .header__open span {
    position: absolute;
    top: 8px;
    left: 0px;
    height: 3px;
    width: 30px;
    background-color: #000;
  }

  .header {
    display: none;
    position: absolute;
    padding: 0;
    z-index: 10000;
    background-color: white;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }

  .header__close {
    position: absolute;
    right: 10%;
    font-size: 35px;
  }

  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 15px;
    height: 100vh;
    margin: 0;
  }

  .header__nav {
    padding: 0;
    -ms-flex-item-align: self-start;
        align-self: self-start;
    
  }

  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }

  .header__item:not(:last-child) {
    margin-right: 0;
   /* margin-bottom: 20px;*/
  }

  .header__item .tab li:not(:last-child) {
    margin-bottom: 20px;
  }

  .header__btns {
    margin-left: -6px;
margin-top: -50px;
  }

  .header__btns .box {
    display: none;
  }

  .header__search {
    display: none;
  }

  header {
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
  }

  

  header .logo-hidden {
    display: block;
    max-width: 60px;
  }

  .footer {
    padding: 20px 0;
  }

  .footer .nav .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer form .input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer form .input-post {
    margin-right: 0;
    margin-bottom: 7px;
  }

  .footer form button {
    padding: 10px 25px;
    font-size: 12px;
  }

  .footer .news {
    margin-bottom: 20px;
  }

  .footer .nav .footer__item {
    margin-right: 0;
  }

  .footer .nav .footer__item li {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .footer .nav .item-title {
    line-height: 50px;
  }

  .footer__socials {
    margin-right: 0;
  }

  .footer .socials__item:not(:last-child) {
    margin-right: 25px;
  }

  .footer .socials-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
/*------------*/
padding: 20px 0;
  }

  .footer__logo {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .fixed-nav {
    display: none;
  }

  body {
    font-size: 12px;
  }

  .title {
    font-size: 40px;
    line-height: 60px;
  }

  .breadcrumb {
    font-size: 8px;
  }


  .animation {
    display: none;
  }

  .btn {
    font-size: 14px;
  }


  .achievement span {
    font-size: 65px;
  }

  .help {
    padding-top: 0;
  }

  .help__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .help .container {
    padding: 0 15px;
  }

  .help .swiper-reverse {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .help .imgBlock-swiper {
    position: unset;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .help__title {
    margin-bottom: 20px;
    padding: 0;
  }

  .help__title span {
    padding: 0;
  }

  .help__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }

  .help .textBlock-swiper {
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .help .imgBlock-swiper {
    padding: 0;
	margin-bottom: 20px;
  }

  .help__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: unset;
    margin-left: 0;
  }

  .help .swiper-btns {
    right: 43px;
    bottom: 228px;
  }

  .help .swiper-btns .btn-prew,
  .help .swiper-btns .btn-next {
    padding: 6px 17px;
  }

  .mission {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mission__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .mission .container {
    width: 100%;
  }

  .projects {
    padding-bottom: 60px;
    padding-top: 20px;
  }

  .projects .container {
    padding: 0 15px;
  }

  .projects .bg-stars {
    top: 0%;
  }

  .projects__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .projects__item picture {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .projects__item h3 {
    font-size: 14px;
  }

  .projects .bottom-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .projects .bottom-slide picture {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }

  .projects .swiper-container {
    margin-right: 0;
    margin: 0 auto;
  }

  .projects .swiper-btns {
    bottom: -12%;
    right: 0;
  }

  .projects__dottsUp {
    top: 5%;
  }

  .projects__dottsDown,
  .projects__bg {
    display: none;
  }

  .trust__wrapper {
    padding: 0;
  }

  .trust picture,
  .trust__text {
    margin-bottom: 20px;
  }

  .trust .modal-wrapper {
    padding-top: 15%;
  }

  .trust .modal-content {
    padding: 20px;
  }

  .press__title {
    margin-bottom: 20px;
    text-align: start;
  }

  .press__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .press__item a {
    width: 70%;
  }

  .press__text {
    display: none;
  }

  .partners .title {
    margin-bottom: 20px;
  }

  .partners__list {
    grid-gap: 35px;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .partners__bg {
    display: none;
  }

  .partners__dottsDown {
    width: 248px;
    height: 366px;
    bottom: -39%;
    right: 0;
  }

  .partners__dottsDown {
    height: 215px;
    bottom: -10%;
  }

  .about .achievement__projects:not(:last-child) {
    margin-right: 10px;
  }

  .about .achievement span {
    line-height: 60px;
  }

  .about__descr p {
    margin-bottom: 20px;
  }

  .about__acquaintance span {
    line-height: 170%;
    font-size: 15px;
  }

  .about__img-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about__img-container picture:not(:last-child) {
    margin-right: 0;
  }

  .about .text-bottom p:not(:last-child) {
    margin-bottom: 20px;
  }

  .owners picture:not(:last-child) {
    margin-bottom: 20px;
  }


  .owners__title {
    margin-bottom: 20px;
  }

  .owners__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }

  .owners__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .doc {
    padding-bottom: 120px;
  }

  .doc .about__docBg {
    bottom: -27%;
  }

  .doc__list {
    padding: 0;
    padding-top: 40px;
  }

  .doc__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .doc__item:nth-child(n) {
    width: unset;
    margin-bottom: 20px;
  }

  .doc .about__docBg {
    background-size: 100%;
    width: 120px;
    height: 110px;
  }

  .main-projects .container {
    padding-left: 15px;
    width: 85%;
  }

  .main-projects .projects__stars {
    background-size: 100%;
    height: 100px;
    width: 80px;
    top: 3%;
    z-index: -100;
  }

  .main-projects .projects__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-projects .projects__item {
    width: 100%;
  }

  .main-projects .projects__item:not(:last-child) {
    width: 100%;
    margin-right: 0;
  }

  .main-projects .projects__text {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .main-projects .projects__descr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-projects img {
    min-width: unset;
  }

  .main-projects__dottsRight {
    background-size: 100%;
    width: 130px;
    height: 125px;
    right: -15px;
  }

  .one-project {
    padding-bottom: 20px;
  }

  .one-project__title {
    margin-bottom: 20px;
  }

  .one-project__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }

  .one-project__top picture {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .one-project__top .top-descr {
    max-width: unset;
  }

  .one-project__dotts {
    background-size: 100%;
    width: 100%;
    top: 48%;
  }

  .one-project__stars {
    top: 32%;
  }

  .one-project .top-text {
    margin-bottom: 35px;
  }

  .one-project .achievement__projects:not(:last-child) {
    margin-right: 20px;
  }

  .one-project .wrapper {
    width: unset;
  }

  .one-project .main-img,
  .one-project .mini {
    display: none;
  }

  .one-project .mini-320 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .one-project .mini-320 img {
    margin: 0;
    width: 310px;
  }

  .press-center {
    padding-bottom: 35px;
  }

  .press-center__title {
    margin-bottom: 20px;
  }

  .press-center__bg {
    display: none;
  }

  

  .press-center__slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }

  .press-center__slider picture {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .press-center__star {
    top: 0;
  }

  .press-center__bg-stars {
    background-size: 100%;
    width: 70px;
  }

  .wrap-breadcrumb{
    
  }
  
  .contacts__title span {
    padding-left: 0;
  }

  .contacts__bg {
    display: none;
  }

  .contacts__dotts {
    background-size: 100%;
    width: 200px;
    top: 9%;
    left: unset;
    right: 0;
  }

  .contacts__item div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts__list {
    margin-bottom: 30px;
  }

  .donations__title {
    margin-bottom: 25px;
  }

  .donations form {
    margin-bottom: 20px;
  }

  .donations form label {
    margin-left: 15px;
    margin-right: 15px;
  }

  .donations form .switch {
    width: 50px;
    height: 25px;
  }

  .donations__slider::before {
    height: 15px;
    width: 15px;
    right: 3px;
    bottom: 3px;
  }

  .donations input:checked + .donations__slider:before {
    -webkit-transform: translateX(-24px);
        -ms-transform: translateX(-24px);
            transform: translateX(-24px);
  }

  .donations .descr {
    margin-bottom: 20px;
  }

  .donations .btn-check {
    min-width: 100%;
    font-size: 18px;
    height: 60px;
  }

  .donations__check-group {
    gap: 20px;
    margin-bottom: 30px;
  }


  .donations .cards-wrapper {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .donations .cards-wrapper p {
    margin-bottom: 10px;
    max-width: unset;
    font-size: 18px;
  }

  .doc__bg {
    background-image: url("../img/docBg.svg") !important;
    background-size: 100%;
    width: 120px;
    height: 110px;
    bottom: 0;
    top: unset;
  }

  .doc__dotts {
    background-size: 100%;
    width: 200px;
    top: 18%;
    right: 0;
    height: 100px;
  }
}

@media (max-width: 576px) {
  #user_amount_another {
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .not-found__dottsDown {
    width: 260px;
  }
}

@media (max-width: 510px) {
  .projects__our-work-bg {
    display: none;
  }
}

#app {
  display: none !important;
}

.webp .press .bg-hand { background-image: url(../img/press-hand.webp); }

.webp .donations__bg-dotts { background-image: url(../img/donation-dotts.webp); }

.webp .doc__bg { background-image: url(../img/doc-bg.webp); }

.webp .doc__dotts { background-image: url(../img/doc-dotts.webp); }


.bottom-slide {
  width:fit-content !important;
}

.bottom-slide a{
  display: flex;
}

/* checkbox */

.agreement-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.agreement-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  margin-top: -17px;
}
.agreement-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.agreement-checkbox:checked+label::before {
  border-color: #5FB9B8;
  background-color: #5FB9B8;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.agreement-checkbox:disabled+label::before {
  background-color: #c8d1da;
}
/*  */



.projects__list .projects__item a picture,
.bottom-slide a picture{
  display: block;
  width: 308px;
  height: 308px;
  overflow: hidden;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  -o-transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}

.projects__list .projects__item a img,
.bottom-slide a img{
  width: 100%;
  max-height: 308px;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  -o-transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}



.projects__list .projects__item a:hover img,
.bottom-slide a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  width: 100%;
}


@media(max-width: 1280px){
  .projects__list .projects__item a picture, 
  .bottom-slide a picture{
    max-width: 266px;
    max-height: 266px;
  }
}

@media(max-width: 786px){
  .bottom-slide .text-container p{
    display: none;
  }
  .bottom-slide{
    margin: 0 auto !important;
  }

  .bottom-slide a{
    flex-direction: column-reverse;
  }

  .video {
    padding-top: 10px;
  }
 
}

.swiper-button-next,
.swiper-button-prev {
  text-rendering: optimizeSpeed;
}

.swiper-button-lock{
  display: block !important;
}

@media(max-width: 490px) {
  .flex.about__acquaintance img {
    max-height: 226px;
  }
  .links-header{
    flex-direction: column;
    margin-bottom: 10px;
  }
}

@media(max-width: 370px) {
  .flex.about__acquaintance img {
    max-height: 190px;
  }
}

.minust-link{
color: #5FB9B8
}

.minust-link:hover{
  text-decoration: underline;
}

.links-header{
  display: flex;
  gap: 30px;
}

.bottom-text{
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.projects__list .projects__item a picture{
  height: auto;
}

.projects__bg{
  /* height: 838px; */
  height: 400px;
}
.projects .bottom-container{
  display: none;
}

.partners__item:nth-child(1) img{
  transform: scale(1.3);
}

.partners__item:nth-child(2) img{
  transform: scale(0.8);
}


.partners__item:nth-child(1):hover img{
  transform: scale(1.4);
}

.partners__item:nth-child(2):hover img{
  transform: scale(0.9);
}
.swiper-btns{
  display: none !important;
}

@media(max-width: 989px){
  .swiper-btns{
    display: flex !important;
  }
  .projects .secondSwiper .swiper-btns {
    position: absolute !important;
    right: 56px;
    left: unset;
}
}

@media(max-width: 768px){
  .one-project__top img{
    max-width: 100% !important;
    height: 300px !important;
  }
  .projects img {
    max-width: 100% !important;
    height: 100% !important;
  }


  .bg-hand{
    display: none;
  }

  .bg-hand-mobile{
    overflow: hidden;

    height: 508px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .bg-hand-img{
    display: block;
    width: 100%;
    height: 508px;
    margin-top: -150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/press-hand.png");
  }

  .one-project .one-project__dotts,
  .one-project .one-project__bg, 
  .one-project .one-project__stars, 
  .one-project .one-project__bg-bottom {
	display: none;
  }

  .one-project__top img {
	object-fit: contain;
  }


}

.unsubscribe-donate a {
  text-decoration: none;
}

.unsubscribe-donate a:hover {
  text-decoration: underline !important;
}

iframe { width: 100%; height: auto; aspect-ratio: 16/9; }


.projects__list li:nth-child(4n) .projects__text {
	max-width: 262px !important;
	right: 0px !important;
}




@media(max-width: 1280px) {
	.projects__list li:nth-child(4n) .projects__text {
		max-width: 329px !important;
	}
}



	.politicaConf {
		padding-left: 110px;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.politicTitle {
		text-align: center;
		margin-bottom: 30px;
		font-weight: 600;
	}
	.ZagolovokPunkta {
		text-align: center;
		margin-bottom: 30px;
	}
	.Punkt {
		margin-bottom: 30px;
	}
	@media(max-width: 1100px) {
		.politicaConf {
			padding-left: 30px;
			margin-top: -60px;
		}
	}

.quote-snippet {
    padding-left: 20px;
    font-style: italic;
    border-left: 2px solid #FF0000;;
    margin: 15px 0px;
}