/*
Theme Name: Danilovcy
Theme URI: 
Author: Arseny Smirnov
Author URI: https://wordpress.org/
Description: Minimal theme
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 2.1
*/


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  font-family: 'Open Sans';
}

a {
  transition: .4s;
}

span,
p {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}

.wrap {
  width: 1280px;
  margin: 0 auto;
}

.hide-mobile {
  display: block !important;
}

.hide-mobile-flex {
  display: flex !important;
}

.hide-desktop {
  display: none !important;
}


.is404 {
  margin-bottom: 10%;
  text-align: center;
}

#simple_page .is404 h1 {
  font-size: 196px;
  margin-bottom: 0px;
}

#simple_page .is404 p {
  font-size: 26px;
  max-width: 90%;
  margin: 0 auto;
}

.swiper-item-inner .currency {
  padding-left: 0px;
}

#top {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 3;
  color: #fff;
  width: 100%;
  transition: .3s;
}

#top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top .logo img {
  height: 70px;
}

#top .right {
  display: flex;
  align-items: center;
}

#top .buttons span,
#top .buttons a,
.front_links a {
  margin-right: 22px;
  padding: 10px 20px;
  border-radius: 20px;
  transition: .2s;
  color: #fff;
  text-decoration: none;
}

.front_links a {
  display: block;
  margin-right: 0 !important;
  padding: 10px;
}

#top .buttons a.become,
.front_links a {
  border: 1px #f90 solid;
  background: #f90;
  color: #fff;
}

#top .buttons a.become:hover {
  background: #f90;
  color: #fff;
}

#top .buttons a.donation {
  border: 1px #66b822 solid;
  background: #66b822;
  color: #fff;
}

#top .buttons a.donation:hover {
  background: #66b822;
  color: #fff;
}

#top .menu {
  cursor: pointer;
  margin-left: 22px;
}

#top .menu img {
  height: 42px;
  width: 42px;
}

#top.top-black .buttons span,
#top.top-black .buttons a {
  color: #fff;
}

#top.fixed {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  color: #333;
}

#top.fixed .buttons span,
#top.fixed .buttons a {
  color: #fff;
}

#top .wrap {
  padding: 4px 0 0 0;
  width: 95%;
}

#top .m-hidden {
  display: none;
}

#top.fixed .m-shown {
  display: none;
}

#top.fixed .m-hidden {
  display: block;
}

#top.fixed .buttons span:hover,
#top.fixed .buttons a:hover {
  color: #fff !important;
}


.first-block {
  margin-top: 119px;
  height: 400px;
  position: relative;
}

.first-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.first-block h1 {
  color: #fff;
  font-size: 42px;
  border: 2px #fff solid;
  padding: 20px 60px;
}

.first-block .buttoned {
  width: 100%;
  margin-top: 32px;
  text-align: center;
}

.first-block .buttoned a {
  padding: 10px 40px;
  color: #fff;
  border: 1px #66b822 solid;
  text-decoration: none;
  border-radius: 20px;
  transition: .2s;
  font-size: 22px;
}

.first-block .buttoned a:hover {
  color: #fff;
  background: #66b822;
}

.banner_support .first-block {
  background-position: center 35% !important;
}

.banner_choose .first-block {
  background-position: center 15% !important;
}

.banner_become .first-block {
  background-position: center 15% !important;
}

.banner_who .first-block {
  background-position: center 15% !important;
}

.banner_team .first-block {
  background-position: center 15% !important;
}

.banner_contacts .first-block {
  background-position: center 55% !important;
}

.banner_donation .first-block {
  background-position: center 55% !important;
}


.page_who p {
  font-size: 16px;
}

.page_who li {
  color: #333;
}

.page_who h3 {
  margin-bottom: 32px;
  font-size: 24px;
}

.overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#front {
  position: relative;
}

.front_navi {
  position: absolute;
  bottom: 64px;
  left: 5%;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.front_dots ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.front_dots li {
  margin: 0 8px;
  width: 12px;
  height: 12px;
  background: #eee;
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
  transition: 0.2s;
}

.front_dots li.slick-active {
  background: #66b822;
}

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

.front_arrows .slick-arrow {
  position: relative;
  color: transparent;
  border: none;
  background: url(img/front_arrow_black.png)no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  margin: 0 4px;
  cursor: pointer;
  transition: 0.2s;
}

.front_arrows .slick-arrow:hover {
  opacity: 1;
}

.front_arrows .slick-prev {
  transform: rotate(180deg);
}

.front_arrows .slick-next {}



.front_slider {
  height: 100vh;
  overflow: hidden !important;
}

.front {
  height: 100vh !important;
  position: relative;
  align-items: center;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}

.front>div {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.front>div img {
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  max-height: 100%;
  bottom: 0;
  left: 0;
}

.front .front_text {
  width: 40%;
}

.front .front_text div {
  position: relative;
}

.front .front_img {
  background: #fff;
  position: relative;
  z-index: 2;
  width: 60%;
}

.front .front_img .link {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 96px;
  left: 0;
}

.front .front_img .link a {
  background: #ffc600;
  padding: 20px 40px;
  border-radius: 40px;
  font-size: 28px;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  transition: .3s;
}

.front .front_img .link a:hover {
  background: #66b822;
  color: #fff;
}

.front .front_text div:after {
  position: absolute;
  top: 0px;
  left: 48px;
  background: url(img/abstract-yellow.png)no-repeat;
  background-size: auto;
  background-size: cover;
  width: 325px;
  height: 174px;
  content: '';
  z-index: -1;
  opacity: .7;
}

.front h3 {
  color: #333;
  z-index: 9;
  position: relative;
  font-size: 52px;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 18px;
}

.front p {
  color: #333;
  z-index: 8;
  position: relative;
  font-size: 22px;
  width: 90%;
  margin: 0 auto;
  margin-top: 24px;
}

.block {
  margin-top: 48px;
}

.block .items {
  display: flex;
  justify-content: space-between;
}

.block h2 {
  margin-bottom: 48px;
  font-size: 36px;
}

.block .item {
  text-align: center;
}

.block .item span {
  font-size: 18px;
  display: block;
}

.block .items.wide {
  flex-wrap: wrap;
}

.block .items.wide .item {
  width: 50%;
  margin-top: 26px;
}

.block .items.wide .item h4 {
  font-size: 24px;
}

.block .items.wide .item span {
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
}

.block .items.wide .item img {
  width: 360px;
  height: 220px;
  margin: 28px 0;
}

#vrm-form.wrap {
  width: 100%;
}

#vrm-form h3 {
  margin-bottom: 48px;
  font-size: 36px;
}

#vrm-form h3+p {
  font-size: 16px;
}

#vrm-form sup {
  color: red;
}

#vrm-form form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 36px;
  align-items: center;
}

#vrm-form form button {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  background: #66b822;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 16px;
}

#vrm-form .row-aform {
  margin: 16px 0;
  width: 24%;
  margin-bottom: 24px;
  margin-right: 1%;
}

#vrm-form form .mt {
  position: relative;
  top: 0px;
}

#vrm-form .row-aform input {
  display: block;
  margin: 8px 0;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  border: 1px #7a7a7a solid;
  /*  box-shadow:0 0 10px rgba(0,0,0,.5); */
}

#vrm-form .row-aform label {
  font-size: 14px;
}

#vrm-form .col-aform span {
  display: block;
  color: #7a7a7a;
  font-size: 12px;
}

#vrm-form+#donate {
  margin-top: 72px;
}




#help {
  margin-top: 0px;
}

#help .list .item {
  display: flex;
}

#help .list .item>div {
  width: 50%;
  height: 540px;
}

#help .list h4 {
  margin-bottom: 32px;
  font-size: 24px;
}

#help .list h4 a {
  color: #333;
  transition: 0.3s;
}

#help .list h4 a:hover {
  color: #66b822;
}

#help .list .item .text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  text-align: left;
}

#help .list .item .text:nth-child(odd) {
  background: #66b822;
  color: #fff;
}

#help .list .item .text:nth-child(even) {
  background: #eee;
  color: #333;
}

#help .list .item .text p {
  font-size: 18px;
  line-height: 1.5;
}

#help .list .item .text:nth-child(odd) p {
  color: #fff;
}


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

.square_list>div {
  width: 50%;
  height: 540px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square_list span {
  font-size: 15px;
}

.square_list h3 {
  margin-bottom: 24px !important;
}

.square_list>div.colored {
  background: #66b822;
  color: #fff;
}

.square_list>div.colored span {
  color: #fff;
  padding-left: 0px;
}

.square_list>div>div {
  padding: 0 32px;
}


#map {
  /*  height:940px; */
}

#map .wrap {
  /* padding-top: 120px; */
  position: relative;
}

#map .map {
  /* position: absolute; right:-140px; top:10px; */
  background: url(img/map.png)no-repeat;
  background-size: contain;
  position: relative;
  margin-top: -100px;
  /*height:912px;  width:1068px; */
  height: 800px;
  width: 100%;
  background-position: center 100px;
}

#map .map .region {
  position: absolute;
  display: flex;
  align-items: center;
}

#map .map .region p {
  margin-left: 12px;
  font-size: 14px;
}

#map .heading {
  margin-bottom: 48px;
}

#map h2 {
  font-size: 36px;
  /* position:relative; font-family:'Montserrat'; */
}

#map h2:after {
  /* position:absolute; left:-8px; top:-70px; z-index:-1; text-transform:uppercase;
color:#7a7a7a; opacity:.04; font-size:80px; font-family:'Montserrat'; content:'Международный общественный благотворительный Фонд имени А. Шералы Назаркулова  в РФ'; 
font-weight:900; */
}

#map .list {
  background: rgba(255, 255, 255, 1);
  /* box-shadow: 3px 4px 36px rgba(0, 0, 0, 0.12); */
  border-radius: 20px;
  padding: 0px;
  width: 100%;
  position: relative;
  z-index: 99
}

/* #map .the_address { }
#map .list .line { padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid rgba(85, 168, 220, 0.5); }
#map .list .line:last-child { border-bottom: none; }
#map .list .city { color: #303030; margin-bottom: 16px; font-size: 19px; font-weight: 700; display: block;} */
#map .list .btn {
  /* box-shadow: -8px 15px 25px rgba(40, 124, 185, 0.28);  */
  padding: 11px 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  background: #f90;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  text-decoration: none;
  margin-top: 32px;
}

#map .list .btn:hover {
  box-shadow: none;
  background: #eee;
  color: #555;
}

.region-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 10px solid #f5f5f5;
  background: #66b822;
  box-shadow: 0 0 15px rgba(255, 255, 255, .4);
  transform-origin: center;
  animation: annoying .8s ease-in infinite alternate;
}

@keyframes annoying {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

/* #map .list .address a { font-size:16px; color: #303030; margin-right: 32px; position: relative; z-index: 2;}
#map .list .address a.the_photo { text-decoration: underline; font-size:14px; }
#map .list .address a.the_photo span { position:relative; top:-3px; }
#map .list .address .the_address:before { display: inline-block; content:url(img/location.svg); margin-right: 12px;
position: relative; top:2px;  }
#map .list .address .the_phone:before { display: inline-block; content:url(img/phone.svg); margin-right: 12px;
position: relative; top:2px;  }
#map .list .address .the_photo:before { display: inline-block; content:url(img/plus2.svg); margin-right: 12px;
position: relative; top:2px;  } */


#details {
  background: url(/katinki/13.jpeg)no-repeat;
  background-position: 100% 35px;
  margin-top: 0px;
}

#details .advantages {
  padding-top: 78px;
  max-width: 45%;
}

#details h4 {
  margin-top: 36px;
}

.mission {
  max-width: 85%;
  margin-top: 96px;
  background: #f4f4f4;
  padding: 20px 40px;
  position: relative;
  /* background:url(img/clouds-2.png)no-repeat; */
  background-size: cover;
  margin-left: 7%;
}

#donate .mission,
#donate2 .mission {
  padding: 20px 130px;
  margin: 0;
}

#donate .small,
#donate2 .small {
  margin-top: 12px;
  font-size: 12px;
  color: #777;
  padding-left: 24px;
}

#donate .small a,
#donate2 .small a {
  color: #626262;
}

.mission .quote {
  position: absolute;
  top: 42px;
  right: 42px;
  width: 230px;
  height: 230px;
  background: url(img/helping.png)no-repeat;
  background-size: cover;
  opacity: 0;
}

.mission h4 {
  font-size: 36px;
  position: relative;
}

.mission h4::before {
  content: '';
  width: 70px;
  height: 3px;
  background: #626262;
  position: absolute;
  top: 50%;
  left: -80px;
}

.mission::before {
  content: '';
  background: url(img/quotes.png) no-repeat;
  width: 101px;
  height: 90px;
  position: absolute;
  top: -40px;
  left: -80px;
}

#donate .mission::before,
#donate2 .mission::before {
  content: '';
  background: url(img/donate.png) no-repeat;
  background-size: cover;
  width: 140px;
  height: 169px;
  position: absolute;
  top: -70px;
  left: -80px;
}

.mission::after {
  content: '';
  background: url(img/points.png) no-repeat;
  width: 127px;
  height: 127px;
  position: absolute;
  right: -100px;
  top: -30px;
  z-index: -1;
}

.mission span {
  display: block;
  font-size: 21px;
  padding-left: 24px;
}

.mission b {
  position: relative;
  display: block;
}

.mission b::after {
  content: '';
  width: 180px;
  height: 9px;
  background: #ffc600;
  position: absolute;
  left: 20%;
  top: 105%;
  z-index: 1;
}

.mission .button {
  margin-top: 28px;
  margin-left: 24px;
}

.mission .button a {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  font-size: 21px;
}

#donate .mission .button a,
#donate2 .mission .button a {
  background: #66b822;
}


#about {
  /* margin-top:-100px;background:url(img/volunt.png)no-repeat; min-height:600px; background-position:100% 0; */
}

#about .text {
  /* max-width:55%; */
  display: flex;
}

#about .text>div {
  width: 45%;
  margin-right: 64px;
}

#about .text #about .congrate {
  font-weight: bold;
  margin-top: 24px;
}

#about.no-margin {
  margin-top: 48px;
  padding-top: 0px;
}

#about.no-margin .text {
  max-width: 45%;
}

#about.no-margin {
  background: url(/fot/4.jpeg)no-repeat;
  background-position: 100% center;
}

#about.no-margin .advantages {
  margin-top: 24px;
}

#about .advantages {
  padding-top: 10px;
}

#about.no-margin p {
  line-height: 1.5;
  margin-bottom: 12px;
}

#about .bordered {
  background: #f5f5f5;
  padding: 20px;
  border-left: 4px #66b822 solid;
  margin-bottom: 32px;
}

#about span i {
  font-size: 14px;
  font-style: normal;
  display: block;
  margin-top: 4px;
}


#faq h3 {
  font-size: 32px;
  margin-bottom: 48px;
}

#faq .qa_hidden {
  display: none;
}

#faq .qa_block {
  padding: 12px;
  border-bottom: 1px #eee solid;
  margin-bottom: 12px;
}

#faq .qa_block .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#faq .qa_block .question p {
  font-weight: 500;
}

#faq .qa_block .toggler {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
}

#faq .qa_block.toggled .toggler {
  background: color:#fff;
  background: #66b822;
}

#faq .qa_block .question .toggler span {
  display: none;
  font-size: 20px;
  font-weight: bold;
}

#faq .qa_block .question .toggler span.minus.active {
  display: block;
  color: #fff;
}

#faq .qa_block .question .toggler span.plus.active {
  display: block;
  color: #333;
}

#faq .qa_block.toggled .answer {
  display: block;
  padding: 8px;
}

#faq .qa_block.toggled .answer p {
  color: #555;
  font-size: 14px;
}

#faq .qa_block .answer {
  display: none;
}

#faq .qa_more {
  margin-top: 24px;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 20px;
  color: #fff;
  background: #66b822;
  border: none;
  outline: none;
  cursor: pointer;
}

#stories {
  margin: 64px 0;
}

#stories h3 {
  font-size: 32px;
  margin-bottom: 48px;
}

#stories .story {
  display: flex;
}

#stories .story .img {
  width: 32%;
  max-height: 390px;
  flex: 0 0 auto;
  overflow: hidden;
}

#stories .story .img img {
  max-width: 100%;
  height: 100%;
  flex: 0 0 auto;
}

#stories .story .text {
  background: #f5f5f5;
  margin-left: 12px;
  padding: 20px;
  max-width: 69%;
}

#stories .story .name {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 22px;
}

#stories .story .pretext {
  padding: 20px;
  background: #fff;
  margin-top: 32px;
}

#stories .story .pretext p {
  font-size: 15px;
  line-height: 1.5;
}

#stories .story .pretext p.subheading {
  margin-bottom: 8px;
  font-size: 18px;
}

#stories .story .job {
  color: #7a7a7a;
  margin-bottom: 12px;
}

#stories .story .job a {
  color: #66b822;
}

#stories .story a {
  color: #66b822;
}

#stories .story p {
  margin-bottom: 12px;
  font-size: 16px;
}


.different {
  margin: 64px 0;
}

.different h3 {
  font-size: 36px;
  margin-bottom: 48px;
}

.different h3 span {
  display: block;
  color: #7a7a7a;
  font-size: 18px;
}

.different .list {
  flex-wrap: wrap;
  display: flex;
}

.different p {
  margin-bottom: 24px;
  padding-left: 12px;
  font-size: 16px;
  position: relative;
  max-width: 75%;
  width: 42%;
  margin-right: 42px;
  line-height: 1.5;
}

.different p:before {
  position: absolute;
  left: -5px;
  top: 10px;
  /* background:url(img/check2.png)no-repeat; background-size:cover;  */
  content: '';
  background: #66b822;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.different p b {
  font-size: 19px;
  border-bottom: 4px #eee solid;
}

#who {
  background: #f5f5f5;
  margin-top: 0px;
}

#who .item {
  width: 25%;
}

#who img {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 48px;
}

#who .wrap {
  padding: 48px 0;
}

#principles {
  margin: 32px 0 0px 0;
  padding: 0 0 32px 0;
}

#principles h4 {
  margin-bottom: 32px;
  margin-top: 16px;
  font-size: 24px;
  position: relative;
}

/* #principles h4:after { position:absolute; left:-8px; top:-70px; z-index:-1; text-transform:uppercase;
color:#7a7a7a; opacity:.04; font-size:80px; font-family:'Montserrat'; content:'Принципы'; font-weight:900; }*/
#principles .list {
  display: flex;
  flex-wrap: wrap;
}

#principles .list>div {
  display: flex;
  margin: 2px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

#principles .list i {
  position: absolute;
  bottom: 12px;
  left: -12px;
  font-size: 140px;
  font-style: normal;
  font-weight: bold;
  z-index: 0;
  opacity: .1;
  color: #777;
  line-height: 1;
}

#principles .list span {
  font-size: 15px;
  max-width: 85%;
  position: relative;
  z-index: 1;
}

#principles .list span b {
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
}

#principles .list>div:nth-child(1n) {
  width: 39%;
  background: #f8f8f8;
  color: #333;
}

#principles .list>div:nth-child(2n) {
  width: 28%;
  background: #f3f3f3;
  color: #333;
}

#principles .list>div:nth-child(3n) {
  width: 32%;
  background: #f90;
  color: #fff;
}

#principles .list>div:nth-child(4n) {
  width: 29%;
  background: #eee;
  color: #333;
}

#principles .list>div:nth-child(5n) {
  width: 40%;
  background: #fd2419;
  color: #fff;
}

#principles .list>div:nth-child(6n) {
  width: 30%;
  background: #f3f3f3;
  color: #333;
}

#principles .list>div:nth-child(7n) {
  width: 35%;
  background: #66b822;
  color: #fff;
}

#principles .list>div:nth-child(8n) {
  width: 64.3%;
  background: #f8f8f8;
  color: #333;
}

#principles .list>div:nth-child(3n) i {
  opacity: .3;
}

#principles .list>div:nth-child(3n) i,
#principles .list>div:nth-child(3n) span,
#principles .list>div:nth-child(5n) i,
#principles .list>div:nth-child(5n) span,
#principles .list>div:nth-child(7n) i,
#principles .list>div:nth-child(7n) span {
  color: #fff !important;
}

#principles .list>div:nth-child(5n) i,
#principles .list>div:nth-child(6n) span,
#principles .list>div:nth-child(6n) i {
  color: #333 !important;
}

#numbers {
  color: #fff;
}

#numbers .wrap {
  padding: 32px 0;
}

#numbers .numbers_slide {
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#numbers .numbers_slide .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(102, 184, 34, .69);
}

#numbers .numbers_slide .divider {
  position: absolute;
  right: 10%;
  top: 0;
  width: 650px;
  height: 100%;
  background: url(img/numbers/divider.png)no-repeat;
  z-index: 2;
  background-size: cover;
  opacity: .8;
}

#numbers .numbers_slide .image {
  position: absolute;
  bottom: -10px;
  right: 14%;
  z-index: 12;
}

#numbers .numbers_slide .image img {
  /* filter:grayscale(80%) brightness(1.2);  */
  height: 500px;
  position: relative;
  z-index: 2;
}

#numbers .numbers_slide .image img.no-filter {
  filter: none;
}

#numbers .numbers_slide .image .caption {
  position: absolute;
  bottom: 24px;
  left: 48px;
  z-index: 22;
}

#numbers .numbers_slide .image .caption {
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

#numbers .numbers_slide .image .caption a {
  position: relative;
  z-index: 333;
  text-decoration: none;
  color: #fff;
}

#numbers .numbers_slide .image .caption b {
  display: block;
  font-size: 22px;
}

#numbers .numbers_slide .data {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

#numbers .numbers_slide .data span {
  font-size: 128px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  margin-bottom: 88px;
  position: relative;
  /* animation: MoveUpDown 5s linear infinite; */
}

#numbers .numbers_slide.no-arrow .data span:after {
  display: none;
}


#numbers .numbers_slide .data a {
  background: #eee;
  padding: 10px 30px;
  color: #333;
  border-radius: 20px;
  font-weight: bold;
  text-decoration: none;
}

#numbers .numbers_slide .data p {
  color: #fff;
  margin-bottom: 32px;
  width: 540px;
}

#numbers .numbers_slide .image::after {
  content: '';
  background: url(img/points.png) no-repeat;
  width: 127px;
  height: 127px;
  position: absolute;
  right: -100px;
  top: -30px;
  z-index: -1;
}

@keyframes MoveUpDown {

  0%,
  100% {
    bottom: 0;
  }

  50% {
    bottom: 32px;
  }
}

#numbers .slick-arrow {
  position: absolute;
  color: transparent;
  border: none;
  z-index: 9;
  background: url(img/front_arrow.png)no-repeat;
  background-size: cover;
  top: 49%;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.2s;
}

#numbers .slick-arrow:hover {
  opacity: 1;
}

#numbers .slick-prev {
  left: 24px;
  transform: rotate(180deg);
}

#numbers .slick-next {
  right: 24px;
}

.textBlock {
  margin-top: 48px;
  margin-bottom: 48px;
}

.textBlock h3 {
  margin-bottom: 48px;
  font-size: 36px;
}

.textBlock span {
  margin-bottom: 8px;
  display: block;
  padding-left: 16px;
  position: relative;
}

.textBlock .advantages span:before {
  content: "";
  background: #66b822;
  position: absolute;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: relative;
  top: 18px;
  left: -16px;
  display: block;
}

.textBlock h4 {
  margin-bottom: 26px;
  margin-top: 16px;
  font-size: 24px;
}

.textBlock h4.mt {
  margin-top: 36px;
}

#group {
  margin-bottom: 48px;
}

#group .group_pre_content {
  display: flex;
  background: #f8f8f8;
  /* padding:24px 0; */
}

#group .button {
  padding: 10px 20px;
  border-radius: 20px;
  transition: .2s;
  color: #fff !important;
  text-decoration: none;
  background: #66b822;
  display: inline-block;
  cursor: pointer;
}

#group .group_pre_content .group_img {
  width: 50%;
  flex: 0 0 auto;
}

#group .group_pre_content .group_img img {
  /* max-width:90%; */
  margin: 0 auto;
  border: none;
  border-radius: 0px;
}

#group .group_pre_content .group_img p {
  max-width: 85%;
  margin: 0 auto;
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
}

#group .group_pre_content .group_meta {
  padding: 10px 20px;
}

#group .group_content {
  margin-top: 24px;
}

#group .group_content>div.text {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

#group .group_content>div.text p {
  margin-bottom: 0;
  line-height: 1;
}

#group .group_content>div.text b {
  margin-right: 4px;
}

#group .group_content>div.text a {
  color: #66b822;
}

#group .group_content>div.text.wide {
  display: block;
}

#group .group_content>div.text.wide b {
  display: block;
  margin-bottom: 8px;
}

#group .group_content>div.text.wide p {
  line-height: 1.35;
}

#group .group_content .photos {
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

#group .group_content .photos .photo {
  width: 24%;
  margin-bottom: 12px;
  margin-right: 12px;
}

#group .group_content .photos .video {
  margin-bottom: 12px;
  margin-right: 12px;
}

#group .group_content .photos .video iframe {
  margin-right: 12px;
}

#group .group_content .photos img {
  max-width: 100%;
  max-height: 210px;
}

#group .coordinator-info {
  display: flex;
  padding: 20px;
  background: #eee;
  margin-bottom: 16px;
}

#group .coordinator-info .coord_img {
  width: 300px;
  margin-right: 24px;
  flex: 0 0 auto;
}

#group .coordinator-info .coord_text strong {
  display: block;
  margin-bottom: 12px;
  margin-top: 10px;
}

#group .coordinator-info .coord_text p {
  line-height: 1.35;
}

#mean {
  margin: 48px 0;
}

#meanings {
  background: url(/fot/4.jpeg)no-repeat;
  background-position: 100% 0;
  height: 640px;
}

#meanings>div {
  max-width: 45%;
}

#meanings span {
  padding-left: 12px;
  position: relative;
}

#meanings span::before {
  display: inline-block;
  content: '';
  background: #66b822;
  color: #fff;
  position: absolute;
  top: 11px;
  left: -2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

#mean p {
  margin-bottom: 16px;
}

#mean h3 {
  margin-bottom: 24px;
}

#mean a {
  color: #fff;
  font-weight: bold;
}

#donate,
#donate2 {
  margin-top: 64px;
}

#donate.causePage,
#donate2.causePage {
  margin-top: 96px;
}

#donate .wrap,
#donate2 .wrap {
  max-width: 1080px;
}

.wrap.colored {
  display: flex;
  justify-content: center;
  background: #66b822
    /* url(img/arrows.png)no-repeat */
  ;
  background-size: 100px;
  background-position: 80% 85%;
  margin: 24px 0;
  box-shadow: 1px 1px 0px #eee,
    2px 2px 0px #eee,
    3px 3px 0px #eee,
    4px 4px 0px #eee,
    5px 5px 0px #eee,
    6px 6px 0px #eee;
}

.wrap.colored .colored__child {
  background: url(/fot/2.jpeg)no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 60px;
  width: 100%;
}

.wrap.colored .colored__text {
  padding: 80px 60px;
}

.wrap.colored p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  margin-right: 24px;
}

.wrap.colored a {
  background: #fff;
  padding: 10px 30px;
  margin: 0 auto;
  margin-top: 24px;
  display: inline-block;
  text-decoration: none;
  border-radius: 20px;
  flex: 0 0 auto;
  color: #66b822;
  font-weight: bold;
  font-size: 22px;
}

.wrap.colored#grey h3 {
  font-size: 32px;
  margin-bottom: 24px;
}

.wrap.colored#grey .colored__child {
  padding: 40px 80px;
  background: url(img/donate-form-alter.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}

.wrap.colored.online#grey .colored__child {
  padding: 40px 80px;
  background: url(img/donate-form-online.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}

.wrap.colored#grey {
  background: #eee;
  margin: 0 auto;
}

.wrap.colored#grey .colored__text {
  padding: 40px 60px;
}

.wrap.colored#grey p {
  color: #333;
}

#landing__page {
  margin-bottom: 48px;
}

.post-slider {
  margin-bottom: 32px;
}

.info-list {
  display: flex;
  margin: 24px 0;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.info-list img {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
  border: none !important;
}

.info-list>div {
  width: 31%;
}

.info-list a {
  font-weight: bold;
}


.info-gallery {
  display: flex;
  margin: 24px 0;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.info-gallery>a {
  width: 24%;
  margin-bottom: 12px;
}

.info-gallery img {
  max-width: 100%;
}



.navi {
  margin-bottom: 32px;
  /* display:flex; overflow-x:scroll; */
  padding-bottom: 32px;
}

.navi a {
  display: inline-block;
  color: #66b822 !important;
  margin-right: 24px;
  text-decoration: none;
  transition: .3s;
  /* flex: 0 0 auto; */
  margin-bottom: 12px;
  padding: 10px;
  border-radius: 10px;
  border: 1px #eee solid;
  max-width: 420px;
}

.navi a:hover {
  color: #333 !important;
  background: #eee;
}

.navi a.active {
  color: #fff !important;
  background: #66b822;
  border: 1px #66b822 solid;
}

/* .navi a.active:after { display:block; margin-top:4px; background:#eee; height:4px; width:140px; content:''; } */


.grate .gallery_item {
  display: none;
}

.grate .gallery_item.active {
  display: block;
}


#gallery {
  margin-top: 48px;
}

#gallery .gallery_item h3 {
  margin-bottom: 24px;
}

#gallery .gallery_item .list {
  display: flex;
  flex-wrap: wrap;
}

#gallery .gallery_item .list_item {
  width: 200px;
  margin-bottom: 24px;
  margin-right: 12px;
}

#gallery .gallery_item .list_item a {
  display: block;
  height: 200px;
  overflow: hidden;
  border: 10px #eee solid;
}

#gallery .gallery_item .list_item img {
  max-width: 300px;
}

#gallery .gallery_item .list_item span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
  line-height: 1.35;
}


ul.indented {
  padding: 0 24px;
}

ul span {
  display: inline-block !important;
}

.textBlock .advantages.num {
  display: flex;
  padding-bottom: 32px;
}

#advantages h3 {
  margin-bottom: 48px;
}

#advantages .how_to_add {
  padding: 0 10px;
  margin-top: 24px;
  font-weight: bold;
}

.textBlock .advantages.num span {
  width: 25%;
  font-size: 17px;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}

.textBlock .advantages.num a {
  color: #66b822;
  font-weight: bold;
}

.textBlock .advantages.num i {
  display: flex;
  color: #fff;
  font-size: 42px;
  background: #66b822;
  width: 90px;
  height: 90px;
  font-style: normal;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.textBlock .advantages.num span:before {
  display: none;
}

.textBlock .advantages.num span:after {
  content: '';
  position: absolute;
  top: 25.5%;
  left: 110px;
  height: 2px;
  width: 100%;
  background: #66b822;
}

.textBlock .advantages.num span:last-child:after {
  display: none;
}

.newsItems {
  position: relative;
  margin-top: 64px;
}

#group .newsItems {
  margin-top: 0px;
}

#group .newsItems img {
  border: none !important;
  border-radius: 0 !important;
}

#group .newsItems a.img_title {
  display: block;
  height: 168px;
  overflow: hidden;
}

.newsItems .slick-slide {
  margin: 0 8px;
}

.newsItems .slick-list {
  margin-left: -8px;
  margin-right: -8px;
}

.newsItems .item {
  position: relative;
  padding: 10px;
  transition: .2s;
}

.newsItems .item i {
  display: block;
  margin-top: 18px;
  color: #7a7a7a;
  font-size: 11px;
  display: block;
  margin-bottom: 8px;
  font-style: normal;
}

.newsItems .item img {
  max-width: 100%;
}

.newsItems .item a {
  display: block;
  min-height: 66px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

.newsItems .item a:hover {
  color: #66b822;
}

.newsItems h3 {
  font-size: 32px;
  margin-bottom: 24px;
}


.team h3 {
  font-size: 32px;
  margin-bottom: 48px;
}

.newsItems .slick-arrow,
.team .slick-arrow,
.post-slider .slick-arrow {
  position: absolute;
  top: 49%;
  z-index: 99;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.2s;
}

.newsItems .slick-arrow:hover,
.team .slick-arrow:hover,
.post-slider .slick-arrow:hover {
  opacity: 0.8;
}

.newsItems .slick-prev,
.team .slick-prev,
.post-slider .slick-prev {
  background: url(img/left-arrow.png)no-repeat;
  left: -42px;
  border: none;
  background-size: cover;
}

.newsItems .slick-next,
.team .slick-next,
.post-slider .slick-next {
  background: url(img/right-arrow.png)no-repeat;
  right: -42px;
  border: none;
  background-size: cover;
}

.team {
  margin-top: 64px;
  overflow: hidden;
}

.newsItems .wrap,
.team .wrap {
  max-width: 90%;
}

.team .slick-list {
  margin-left: -6px;
  margin-right: -6px;
}

.team .slick-slide {
  margin: 0 6px;
}

.team .img {
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
  width: 100%;
  border-radius: 50%;
  height: 113px;
  max-width: 120px;
  background-position: center;
  background-size: cover;
}

.team a {
  display: block;
  color: #333;
  text-decoration: none;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.why-v2 {
  margin: 64px 0;
}

.why-v2 h3 {
  font-size: 36px;
  margin-bottom: 16px;
}

.why-v2 h4 {
  font-size: 16px;
  margin-bottom: 48px;
  color: #7a7a7a;
  font-weight: normal;
}

.why-v2 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
}

.why-v2 .list .item {
  margin-bottom: 64px;
  width: 32%;
}

.why-v2 .list .item .h6 {
  margin-bottom: 36px;
  font-weight: bold;
  font-size: 21px;
  position: relative;
}

.why-v2 .list .item .h6:after {
  position: absolute;
  top: -10px;
  left: 4px;
  background: url(img/abstract-yellow.png)no-repeat;
  background-size: cover;
  width: 105px;
  height: 58px;
  content: '';
  z-index: -1;
  opacity: .6;
}

.why-v2 .list .item span {
  font-size: 15px;
  color: #555;
}

.disclaimer {
  background-color: #FAFCFE;
  padding: 4px 0;
  margin-bottom: 12px;
}

.disclaimer p,
.disclaimer span {
  font-size: 10px;
  line-height: 1;
}


#configParent {
  margin-top: 32px;
}

#configParent .configMain {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}

#configParent .configLeft {
  width: 25%;
  border-right: 2px #f5f5f5 solid;
}

#configParent .configRight {
  width: 70%;
}

#configParent .configRight .none {
  background: #eee;
  padding: 30px;
  text-align: center;
}

#configParent .configRight .item {
  margin-bottom: 12px;
  display: flex;
  padding: 10px;
  /* border:1px #eee solid; */
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .04);
}

#configParent .configRight .item .img {
  margin-right: 36px;
  max-width: 200px;
}

#configParent .configRight .item .img img {
  max-width: 100%;
}

#configParent .configRight .item .info a {
  display: block;
  margin-bottom: 12px;
  color: #66b822;
}

#configParent .configRight .item .info p {
  max-width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}


.filter-item .box {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}

.filter-item h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}

.filter-item .box .check {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D9D9D9;
  background: #D9D9D9;
  border-radius: 2px;
  margin-right: 8px;
}

.filter-item .box .check img {
  display: none;
}

.filter-item .box.checked .check img {
  display: block;
}

.filter-item .box.checked .check {
  border: 1px solid #66b822;
  background: #66b822;
}

.filter-item .box .name {
  font-size: 14px;
  color: #595959;
  max-width: 80%;
}

.filter-item .box.subbox {
  padding-left: 16px;
}

.filter-item .check.children+.name,
.filter-item .check.adults+.name {
  font-weight: bold;
}

#filter-where {
  /* display:none;  */
}

footer {
  background: #fff;
  position: relative;
  min-width: 320px;
  margin-top: 50px;
}

footer a {
  text-decoration: none;
  color: #333;
}

footer a:hover {
  color: #66b822;
}

footer .top {
  display: flex;
  justify-content: space-between;
  padding: 48px 0 12px 0;
  border-top: 1px #eee solid;
  /* border-bottom:1px #eee solid; */
  align-items: center;
}

footer .top p {
  color: #333;
}

footer .top .right a {
  margin-right: 16px;
}

footer .top .right svg {
  height: 24px;
  color: #333;
}

footer .top .right path {
  fill: #333;
}

footer .top .right #zen path#zs {
  fill: #fff;
}

footer .top .left {
  min-width: 75%;
}

footer .top .left .footer_list {
  display: flex;
  justify-content: space-between;
}

footer .top .left .footer_list span,
footer .top .right span {
  display: block;
  width: 100%;
  color: #7a7a7a;
  margin-bottom: 8px;
}

footer .top .left .footer_list a {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

footer .middle,
.specialed {
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  /* background:#eee; */
  margin: 16px 0;
  border-left: 3px #66b822 solid;
}

footer .middle p {
  width: 100%;
  font-size: 14px;
}

footer .bottom {
  display: flex;
  padding: 24px;
  /* border-bottom:1px #eee solid; */
  flex-wrap: wrap;
  background: #eee;
}

footer .bottom .row {
  margin-bottom: 16px;
}

footer .bottom .row a {
  display: block;
}

footer .bottom .addition a {
  display: flex;
  align-items: center;
  font-size: 13px;
}

footer .bottom p {
  margin-bottom: 4px;
}

footer .bottom .addition a img {
  margin-right: 8px;
}

footer .copyright {
  margin: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .copyright p {
  font-size: 14px;
  margin-right: 24px;
}

footer .copyright a {
  font-size: 12px;
  color: #333;
}

footer img {
  max-width: 32px;
}

footer .bottom>div {
  width: 23%;
  margin-right: 1%;
}

footer .bottom h3 {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 24px;
}

footer .bottom h5 {
  font-weight: 500;
  font-size: 18px;
  margin: 12px 0;
}

footer .bottom * {
  color: #333;
}

footer .bottom .mini {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}

footer svg {
  max-width: 20px;
}

footer svg path {
  fill: #333;
}

footer .green {
  cursor: pointer;
  color: #66b822;
  border-bottom: 1px #66b822 solid;
  font-weight: bold;
  font-size: 14px;
}

.openModal {
  cursor: pointer;
}

.mbox {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .41);
  display: none;
}

.mbox.flex {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #333;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
}

.mbox.flex .recall-child {
  max-width: 512px;
  background: #fff;
  padding: 48px 82px;
  border-radius: 3px;
  position: relative;
}

.mbox.flex#become-volunteer .recall-child {
  max-width: 100%;
}

.mbox.flex#rules .recall-child {
  max-width: 80%;
  max-height: 450px;
  overflow-y: auto;
}

.mbox.flex .close {
  position: absolute;
  right: 54px;
  top: 32px;
  cursor: pointer;
}

.mbox.flex .close img {
  height: 24px;
}

.mbox.flex h3 {
  font-size: 30px;
}

.mbox.flex#rules h3 {
  margin-bottom: 24px;
}

#recall-mobile input {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 16px;
  background: none;
  border: none;
  border-bottom: 1px #333 solid;
  padding-bottom: 14px;
  color: #333;
}

#recall-mobile input.my-message {
  padding-bottom: 60px;
}

#recall-mobile input::placeholder,
#recall-mobile input::-webkit-input-placeholder {
  color: #333;
}

#recall-mobile button {
  display: block;
  width: 100%;
  background: #66b822;
  color: #fff;
  border: none;
  text-align: center;
  padding: 22px 0;
  font-size: 17px;
}

#recall-mobile p {
  font-size: 16px;
  margin-top: 28px;
}

#recall-mobile .small {
  font-size: 12px;
  margin-top: 8px;
  color: #7a7a7a;
}

#recall-mobile h3+p {
  font-size: 16px;
  padding: 24px 0;
  margin-top: 0px;
}


#mega-menu {
  width: 40%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.94);
  display: none;
}

#mega-menu.flex {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 60px;
  color: #333;
  z-index: 100000;
  position: fixed;
  top: 0;
  right: 0;
}

#mega-menu .close {
  position: absolute;
  right: 34px;
  top: 38px;
  cursor: pointer;
}

#mega-menu.flex .row h3 {
  font-size: 34px;
  position: relative;
}

#mega-menu.flex .row h3:after {
  content: '';
  background: #eee;
  width: 60px;
  height: 2px;
  position: absolute;
  top: -25%;
  left: 0px;
}

#mega-menu.flex .mega-list {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: 90vh;
}

#mega-menu.flex .mega-list .sublist {
  margin: 4px 0;
  padding-left: 4px;
}

#mega-menu.flex .mega-list .sublist a {
  font-size: 14px;
}

#mega-menu.flex .row h3:first-letter {
  /*  color:#66b822;  font-size:32px;*/
}

#mega-menu.flex .row {
  width: 100%;
  margin-bottom: 48px;
}

#mega-menu.flex .row a {
  display: none;
  color: #333;
  text-decoration: none;
  transition: .2s;
  padding-left: 12px;
}

#mega-menu.flex .row h3 a {
  display: block;
}

#mega-menu.flex .row a.highlighted {
  color: #f90;
  font-weight: bold;
}

#mega-menu.flex .row a:hover {
  color: #66b822;
  text-decoration: underline;
}

#mega-menu.flex .row .titled {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  justify-content: space-between;
  max-width: 85%;
}

#mega-menu.flex .row .titled h3 {
  margin-right: 24px;
  max-width: 95%;
}

#mega-menu.flex .row .titled span {
  width: 32px;
  height: 19px;
  background-size: cover;
  cursor: pointer;
  flex: 0 0 auto;
  filter: grayscale(100);
  transition: .3s;
}

#mega-menu.flex .row .titled span:hover {
  filter: grayscale(0);
}

#mega-menu.flex .row .titled span.toggled {
  filter: grayscale(0);
  background: url(img/menu-up.png)no-repeat;
  background-size: cover;
}

#mega-menu.flex .row .visible {
  display: block !important;
}



/* ---- INNER PAGES ----- */


.page_inner {
  padding-top: 60px;
}

.page_inner a {
  text-decoration: none;
  color: #333;
  transition: 0.4s;
  font-weight: bold;
}

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

.page_inner p {
  padding-bottom: 20px;
}

.page_inner ul {
  margin: 0 auto;
}

.page_inner li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
}

.page_inner li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #66b822;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
}


.page_who .principles {
  background: #eee;
  padding: 30px;
  margin-top: 30px;
}

.page_who .principles li {
  padding-left: 22px;
}

.page_who .principles li:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(img/tick1.png);
  position: absolute;
  top: 7px;
  left: 0;
  background-size: cover;
}

.page_who .steps {
  width: 100%;
}

.page_who .steps li {
  display: inline-block;
  padding-left: 0;
  padding-right: 25px;
  margin-right: 20px;
}

.page_who .steps li:before {
  display: none;
}

.page_who .steps li:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url(img/arrow_right1.png);
  position: absolute;
  top: 7px;
  right: 0;
  background-size: cover;
}

.page_who .steps li:last-child::after {
  display: none;
}

.page_who strong span {
  color: #FD2419;
  font-size: 22px;
}


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

.team_item {
  width: 220px;
  margin: 0 18px 30px 18px;
  text-align: center;
}

.team_item img {
  width: 150px;
  height: 150px;
  border-radius: 50% !important;
  margin: 0 auto;
  margin-bottom: 15px;
}

.team_item .team_name {
  font-size: 18px;
  font-weight: bold;
}

.team_item .team_descript {
  font-size: 15px;
  color: #424242;
  line-height: 25px;
}

.team_item a {
  color: #333 !important;
}


.contacts_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.contacts_right {
  width: 600px;
}

.contacts_left {
  width: calc(100% - 650px);
}

.contacts_left .need {
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.contacts_left .need a {
  background: #66b822;
  color: #fff;
  padding: 5px 8px;
  border-radius: 10px;
  border: 1px solid #66b822;
}

.contacts_left .need a:hover {
  text-decoration: none;
  background: #fff;
  color: #66b822;
}

.page_contacts .bank_details h3 {
  padding-bottom: 30px;
}

.contacts_left .socials {
  display: flex;
  align-items: center;
  margin: 8px 0;
}

#banners .socials {
  display: flex;
  align-items: center;
  margin: 8px 0 24px 0;
}

#banners .socials p {
  margin-bottom: 0px;
}

.contacts_left .right,
#banners .right {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.contacts_left .right a,
#banners .right a {
  margin-right: 16px;
  height: 24px;
}

.contacts_left p {
  padding-bottom: 0px !important;
}

.contacts_left .right svg,
#banners .right svg {
  height: 24px;
  color: #333;
}

.contacts_left .right path,
#banners .right path {
  fill: #ccc;
}

.contacts_left .right path#zs,
#banners .right path#zs {
  fill: #fff;
}


.mb-0 {
  margin-bottom: 0px !important;
}

.mb-8 {
  margin-bottom: 8px;
}

.slider {
  -webkit-transition: opacity 3000s ease-in-out;
  -moz-transition: opacity 3000s ease-in-out;
  -ms-transition: opacity 3000s ease-in-out;
  -o-transition: opacity 3000s ease-in-out;
  opacity: 1;
}

#reports_list p,
#donate_list p {
  font-size: 16px;
  font-weight: normal !important;
}

#simple_page {
  margin-top: 120px;
  padding-top: 32px;
  border-top: 1px #eee solid;
}

#simple_page h1 {
  margin-bottom: 32px;
}

#simple_page p {
  margin-bottom: 16px;
  font-size: 16px;
}

#simple_page p img {
  display: block;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 16px;
}

#simple_page span {
  /* display:inline-block; */
  margin-bottom: 16px;
}

#simple_page textarea {
  width: 100%;
  display: block;
  margin: 12px 0;
}

#simple_page.news_content img {
  display: block;
  max-width: 100%;
  border: 10px #eee solid;
  border-radius: 6px;
}

#simple_page.news_content .heading {
  font-weight: bold;
  font-size: 20px;
}

#simple_page.news_content ul,
.gallery ul {
  margin-bottom: 16px;
  list-style: none;
}

#simple_page.news_content ul li,
.gallery ul li {
  padding-left: 24px;
  margin-bottom: 8px;
  position: relative;
}

ul.sow-slider-images li {
  padding-left: 0 !important;
  border-radius: 8px;
}

ul.sow-slider-images li:before {
  display: none !important;
}

#simple_page.news_content ul li:before,
.gallery ul li:before {
  content: "";
  display: inline-block;
  background: #66b822;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  position: absolute;
  top: 9px;
  left: 7px;
}

#simple_page.news_content ul li ul li::before {
  background: #f90;
}

#simple_page.news_content a,
.gallery a {
  text-decoration: none;
  color: #333;
  transition: .3s;
}

#simple_page.news_content p a,
.gallery p a {
  color: #66b822;
}

.gallery .heading {
  margin-bottom: 16px;
}

#simple_page.news_content a:hover,
.gallery p a:hover {
  color: #66b822;
}

#simple_page #the_content {}

#simple_page #the_content .img {
  float: left;
  margin-right: 32px;
  margin-bottom: 32px;
  max-width: 40%;
}

#simple_page #the_content .content {}

#simple_page #the_content .content strong {
  /* display: block; */
  margin-bottom: 12px;
}

#simple_page+#donate {
  margin-top: 72px;
}

.leyka-pf {
  background-color: transparent !important;
}

div[id*="leyka-pf-"].leyka-pf-need-help {
  padding: 40px 0 !important;
}

.leyka-tpl-star-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner .payment-opt__label,
.leyka-screen-form .section .section__fields.payments-grid .star-swiper.no-swipe .swiper-item.payment-opt .swiper-item-inner .payment-opt__label {
  flex: 0 0 auto;
}

#school h3 {
  margin: 16px 0;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 2px;
  background: #eee;
  text-decoration: none;
  color: #333;
}

.wp-pagenavi span.current {
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 64px;
  height: 64px;
  background: #66b822;
  margin-bottom: 0px !important;
  font-weight: bold;
}

.wp-pagenavi span.extend {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  color: #333;
  margin-bottom: 0px !important;
  font-weight: bold;
}


.news_items .news_item {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px #eee solid;
}

.news_items .news_item:last-child {
  border-bottom: none;
}

.news_items .news_item .news_left {
  flex: 0 0 auto;
  width: 300px;
  margin-right: 24px;
}

.news_items .news_item h3 {
  max-width: 75%;
  font-weight: normal;
}

.news_items .news_item h3 a {
  text-decoration: none;
  color: #333;
}

.news_items .news_item .news_left img {
  max-width: 100%;
}

.news_items .news_item .date {
  margin-top: 8px;
  font-size: 12px;
  color: #7a7a7a;
}

.news_items .news_item .excerpt {
  margin-top: 24px;
  font-size: 14px;
  color: #555;
}

.news_items .news_item .more {
  color: #fff;
  background: #66b822;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 12px;
  border-radius: 20px;
}

#partners_page {
  margin-top: 48px;
}

.partners {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
}

.partners .partner {
  margin-bottom: 24px;
  padding-bottom: 24px;
  margin-right: 12px;
  max-width: 300px;
}

.partners .partner:last-child {
  border-bottom: none;
}

.partners .partner .partner_left {}

.partners .partner .partner_left img {
  height: 200px;
  border: 10px #eee solid;
  max-width: 100%;
}

.partners .partner .partner_right a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  display: block;
  margin-top: 12px;
  text-align: center;
}

.spoiler-head {
  background: #eee;
  margin-bottom: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.spoiler-head span {
  margin-bottom: 0px !important;
  margin-right: 8px;
  color: #fff;
  background: #66b822;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.spoiler-body {
  padding: 20px;
}

.algoritm {
  margin-bottom: 32px;
}

.page_donation .sub_title {
  font-weight: bold;
  padding-top: 30px;
}

.page_donation h2 {
  position: relative;
}

.page_donation h2:after {
  position: absolute;
  top: -10px;
  left: 4px;
  background: url(img/abstract-yellow.png)no-repeat;
  background-size: cover;
  width: 105px;
  height: 58px;
  content: '';
  z-index: -1;
  opacity: .6;
}

.page_donation .img_right {
  float: right;
  margin: 20px 0 20px 10px;
  position: relative;
  background: #fff;
  border-radius: 50%;
}

.page_donation .img_right img {
  border-radius: 50%;
  box-shadow: 0.2em 0.2em 8px rgba(122, 122, 122, 0.5);
  padding: 10px;
  border-radius: 50%;
}

.page_donation .img_right::after {
  content: '';
  background: url(img/points.png) no-repeat;
  width: 127px;
  height: 127px;
  position: absolute;
  right: -20px;
  top: -30px;
  z-index: -1;
}

.page_donation .scroll_to_donate {
  background: #66b822;
  color: #fff;
  padding: 5px 0px;
  border-radius: 10px;
  border: 1px solid #66b822;
  display: block;
  width: 260px;
  text-align: center;
  margin: 8px 0 0 0;
}

.page_donation .scroll_to_donate:hover {
  text-decoration: none;
  background: #fff;
  color: #66b822;
}

.page_donation #give_money {
  padding-top: 70px;
}

.page_donation .line {
  width: 100%;
  margin: 40px 0;
  height: 2px;
  background: #eee;
}

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

.slider_navi h2,
.slider_navi h3 {
  margin-bottom: 0 !important;
}

.slider_navi .slick-arrow {
  border: none;
  width: 48px !important;
  height: 48px !important;
  cursor: pointer;
  transition: .3s;
  margin: 0 4px;
  text-indent: -9999px;
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
}

.slider_navi .slick-arrow:hover {
  opacity: 1 !important;
}

.slider_navi .slick-arrow.slick-prev {
  background: #eee url(img/left-arrow.png)no-repeat;
  background-position: center;
  background-size: 18px;
  opacity: .4;
}

.slider_navi .slick-arrow.slick-next {
  background: #eee url(img/right-arrow.png)no-repeat;
  background-position: center;
  background-size: 18px;
  opacity: .4;
}


/******************** MEDIA ***********************/
/********************* MEDIA ***********************/
/********************** MEDIA ***********************/
/*********************** MEDIA ***********************/
/************************ MEDIA ***********************/


@media (max-width: 1140px) {

  .front .front_img {
    width: 100%;
    height: 100%
  }

  .front .front_text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 222;
  }

  .front .front_text p {
    color: #fff;
  }

  .slider_navi .slick-arrow {
    width: 32px !important;
    height: 32px !important;
  }

  .wrap {
    width: 100%;
    padding: 0 20px;
  }

  #simple_page .is404 h1 {
    font-size: 106px;
  }

  #top {
    top: 14px;
  }

  #top .wrap {
    padding: 0 20px;
  }

  #top .logo img {
    width: 180px;
    height: auto;
  }

  span,
  p {
    font-size: 14px;
    line-height: 1.35;
  }

  .hide-mobile {
    display: none !important;
  }

  .hide-mobile-flex {
    display: none !important;
  }

  .hide-desktop {
    display: block !important;
  }


  .front h3 {
    font-size: 42px;
    color: #fff;
  }

  .front p {
    line-height: 1.35;
    font-size: 14px;
  }

  .front .link {
    margin-top: 21px;
  }

  .front a.hide-desktop {
    margin-left: 5%;
    margin-top: 12px;
    background: #ffc600;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 23px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    transition: .3s;
    display: inline-block !important;
  }

  .front_arrows {
    display: none;
  }

  .block .items {
    flex-wrap: wrap;
  }

  #who .item {
    width: 50%;
    padding: 10px;
  }

  .block .item span {
    font-size: 14px;
    line-height: 1.35;
  }

  #details {
    background: none;
  }

  #details .advantages {
    padding-top: 16px;
    max-width: 100%;
    margin-bottom: 64px;
  }

  #details h4 {
    margin-top: 16px;
  }

  .textBlock h3 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .mission {
    max-width: 100%;
    padding: 20px;
    margin-top: 0px;
  }

  .mission span {
    font-size: 18px;
  }

  .mission::before {
    width: 51px;
    height: 45px;
    left: -10px;
    background-size: cover;
  }

  .mission::after {
    width: 60px;
    height: 60px;
    right: 0px;
    background-size: cover;
  }

  .mission b::after {
    height: 4px;
    left: 0%;
    top: 115%;
  }

  #numbers .wrap {
    padding: 20px;
  }

  #about .text {
    flex-wrap: wrap;
  }

  #about .text>div {
    width: 100%;
    margin-right: 0px;
  }

  #principles {
    padding: 0;
    margin: 32px 0;
  }

  #principles h4 {
    margin-top: 0px;
    font-size: 22px;
  }

  #principles h4::after {
    display: none;
  }

  #principles .list>div {
    width: 100% !important;
  }

  #principles .list span b {
    font-size: 18px;
  }

  #map {
    margin-top: 64px;
  }

  #map .heading {
    margin-bottom: 24px;
  }

  #map h2 {
    font-size: 24px;
  }

  #map h2::after {
    display: none;
  }

  #map .map {
    display: none;
  }

  #map .list {
    position: relative;
    top: 0px;
    width: 100%;
    padding: 20px;
  }

  .block h2 {
    margin-bottom: 24px;
    font-size: 24px;
  }

  #help.block.wrap {
    margin-top: 64px;
  }

  #help.block.wrap>.wrap {
    padding: 0px;
  }

  #help .list .item {
    flex-wrap: wrap;
  }

  #help .list .item>div {
    width: 100%;
    height: 320px;
    align-items: flex-start !important;
  }

  #help .list h4 {
    margin-bottom: 18px;
    font-size: 20px;
    margin-top: 18px;
  }

  #help .list .item .text p {
    font-size: 0.8em;
    line-height: 1.35;
  }

  .textBlock .advantages.num {
    flex-wrap: wrap;
  }

  .textBlock .advantages.num span::after {
    display: none;
  }

  .textBlock .advantages.num span {
    width: 50%;
    margin-bottom: 16px;
  }

  .textBlock h4 {
    font-size: 20px;
  }

  .textBlock .advantages span::before {
    top: 13px;
  }

  #donate .mission,
  #donate2 .mission {
    padding: 20px 30px;
  }

  #donate .mission::before,
  #donate2 .mission::before {
    width: 70px;
    height: 85px;
    top: -60px;
    right: 20px;
    left: auto;
  }

  .mission .button span {
    max-width: 100%;
    padding: 20px 40px;
  }

  .newsItems {
    margin-top: 24px;
  }

  .newsItems h3 {
    font-size: 24px;
  }

  .team {
    margin-top: 0px;
  }

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

  .team h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .team img {
    height: auto;
  }

  footer .top {
    flex-wrap: wrap;
  }

  footer .top .right {
    margin-bottom: 24px;
  }

  footer .top .left .footer_list {
    flex-wrap: wrap;
  }

  footer .top p {
    width: 100%;
    margin-bottom: 24px;
  }

  footer .copyright {
    flex-wrap: wrap;
  }

  footer .copyright a {
    margin-top: 12px;
  }

  #recall-mobile.flex {
    padding: 0px;
  }

  #recall-mobile .recall-child {
    padding: 20px;
    height: 100vh;
    border-radius: 0px;
  }

  #recall-mobile .close {
    right: 24px;
    top: 16px;
  }

  #recall-mobile h3 {
    font-size: 22px;
    margin: 24px 0;
  }

  #recall-mobile input {
    font-size: 14px;
  }

  #recall-mobile button {
    padding: 12px 0;
  }

  #recall-mobile p {
    font-size: 11px;
    margin-top: 12px;
  }

  #mega-menu {
    height: 100vh;
  }

  #mega-menu.flex {
    padding: 20px;
  }

  #mega-menu .mega-child {
    padding: 30px 0;
  }

  #mega-menu .close {
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
  }

  #mega-menu .close img {
    max-width: 100%;
  }

  #mega-menu.flex {
    width: 100%;
  }

  #mega-menu.flex .row {
    width: 50%;
    margin-bottom: 32px;
  }

  #mega-menu.flex .mega-list {
    max-height: 75vh;
    overflow-y: scroll;
  }

  #mega-menu.flex .row h3 {
    font-size: 24px;
  }


  .first-block {
    height: 160px;
    margin-top: 89px;
    margin-bottom: 32px;
  }

  .first-block h1 {
    font-size: 24px;
    text-align: center;
  }

  .team_list {
    display: block;
  }

  .team_item {
    margin: 0 auto;
  }

  .wp-pagenavi span.current {
    width: 32px;
    height: 32px;
  }

  .wp-pagenavi a {
    width: 32px;
    height: 32px;
  }

  #simple_page {
    margin-top: 80px;
    border-top: none;
    padding-top: 0;
  }

  #simple_page h1 {
    font-size: 22px;
    text-align: center;
  }

  .navi {
    display: block;
  }

  .navi a {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }


  #simple_page.news_content ul li {
    padding-left: 24px;
  }

  #simple_page.news_content .heading strong {
    display: block;
    max-width: 90%;
  }

  #gallery .gallery_item .list_item {
    width: 100%;
    margin-right: 0px;
  }

  #gallery .gallery_item .list_item img {
    max-width: 100%;
  }

  .partners .partner {
    display: block;
  }

  .partners .partner .partner_left {
    width: 100%;
    margin-right: 0px;
  }

  .partners .partner .partner_right {
    text-align: center;
    margin-top: 12px;
  }

  .partners .partner .partner_right a {
    font-size: 16px;
  }

  footer {}

  .contacts_left {
    width: 100%;
  }

  .contacts_left .socials {
    display: block;
  }

  .contacts_left .right {
    margin-left: 0px;
    margin-top: 12px;
  }

  .contacts_right {
    margin-top: 16px;
    width: 100%;
  }

  #configParent .configMain {
    display: block;
  }

  #configParent .configLeft {
    width: 100%;
    border-right: none;
  }

  #configParent .configRight {
    width: 100%;
    margin-top: 32px;
  }

  #configParent .configRight .item {
    display: block;
  }

  #configParent .configRight .item .img {
    margin-right: 0px;
    max-width: 100%;
  }

  #simple_page.news_content .heading strong {
    font-size: 16px;
  }

  .news_items .news_item {
    display: block;
  }

  .news_items .news_item .news_left {
    width: 100%;
    margin-right: 0px;
  }

  .news_items .news_item h3 {
    max-width: 100%;
    margin-top: 16px;
  }

  .news_items .news_item .more {
    font-size: 14px;
  }

  #group .group_content .photos .video iframe {
    max-width: 100%;
  }

  .wp-pagenavi span.extend {
    height: 32px;
    width: 32px;
  }

  #simple_page #the_content .img {
    float: none;
    margin-right: 0px;
    margin-bottom: 24px;
    max-width: 100%;
  }

  #simple_page.news_content img {
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
    height: auto;
    border: none;
  }

  #simple_page #the_content .content {
    font-size: 14px;
  }

  #simple_page #the_content .content ol {
    padding: 16px 32px;
  }

  div[id*="leyka-pf-"].leyka-pf-need-help {
    padding: 36px 40px !important;
  }

  .first-block .buttoned a {
    padding: 10px 30px;
    font-size: 16px;
  }

  .textBlock {
    margin-top: 48px;
    margin-bottom: 0px;
  }

  .why-v2 {
    margin: 32px 0 0 0;
  }

  .why-v2 h3 {
    font-size: 24px;
  }

  .why-v2 .list .item {
    margin-bottom: 24px;
    width: 100%;
  }

  .wrap.colored {
    display: block;
    padding: 20px;
  }

  .wrap.colored#grey .colored__child {
    padding: 80px;
  }

  .wrap.colored#grey .colored__text {
    padding: 0;
    margin-top: 24px;
  }

  .wrap.colored#grey h3 {
    font-size: 24px;
  }

  .wrap.colored p {
    font-size: 14px;
    margin-right: 0px;
  }

  .wrap.colored a {
    display: block;
    font-size: 14px;
    text-align: center;
  }

  .different h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .different {
    margin: 24px 0;
  }

  .different p {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
  }

  .different h3 span {
    margin-top: 8px;
  }

  #faq h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  #faq .qa_block .toggler {
    flex: 0 0 auto;
  }

  #faq .qa_block .question p {
    max-width: 75%;
  }

  #faq .qa_more {
    display: block;
    font-size: 16px;
    text-align: center;
  }

  #stories {
    margin: 32px 0;
  }

  #stories .wrap {
    /* padding: 0; */
  }

  #stories .story {
    display: flex;
    height: auto;
  }

  #stories .story .img {
    width: 100%;
    margin-bottom: 16px;
    display: none;
  }

  #stories h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }

  #stories .story .text {
    max-width: 100%;
    margin-left: 0px;
  }

  #vrm-form h3 {
    padding-top: 0px;
    margin-bottom: 24px;
    font-size: 24px;
  }

  #vrm-form h3+p {
    max-width: 100%;
  }

  #vrm-form .row-aform {
    width: 100%;
    margin-right: 0px;
  }

  #vrm-form form button {
    display: block;
    font-size: 16px;
    text-align: center;
    width: 100%;
  }

  #about .wrap {
    /* padding: 0px; */
  }

  #numbers+#about .wrap {
    padding: 0 20px;
  }

  #about .bordered {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .wrap.colored .colored__text {
    padding: 0;
    margin-top: 24px;
  }

  #meanings {
    height: auto;
    background: none;
  }

  #meanings>div {
    max-width: 100%;
  }

  #mean #donate,
  #mean #donate2 {
    margin-top: 64px;
  }

  #donate .small,
  #donate2 .small {
    padding-left: 0px;
  }

  footer .bottom>div {
    width: 48%;
  }


  .mission span {
    padding-left: 0px;
  }

  .mission .button {
    margin-left: 0px;
  }

  .square_list {
    display: block;
  }

  .square_list>div>div {
    padding: 0 10px;
  }

  .square_list>div {
    width: 100%;
    height: 320px;
    overflow: hidden;
  }

  .square_list .autoheight {
    height: auto !important;
    min-height: 480px;
  }

  .square_list span {
    font-size: 13px;
    margin-bottom: 4px;
  }





}

@media (max-width: 640px) {

  .front_slider {
    height: 50vh;
  }

  .front {
    height: 50vh !important;
    padding: 0px
  }

  .front .front_text div::after {
    display: none;
  }

  .front_navi {
    bottom: 24px;
    width: 90%;
  }

  .front_dots li {
    margin: 0 6px;
  }

  .info-list>div {
    width: 100%;
    margin-bottom: 12px;
  }

  .info-gallery>a {
    width: 100%;
  }

  div[id*="leyka-pf-"].leyka-pf-need-help {
    padding: 0px !important;
  }

  #donate .mission,
  #donate2 .mission {
    padding: 20px 0px;
  }

  #donate.textBlock {
    padding: 10px;
  }

  #stories .story .text {
    padding: 0px;
  }

  #stories .story .pretext {
    padding: 0px;
  }

  #mega-menu.flex .row {
    width: 100%;
  }

  #stories .story {
    display: block;
  }

  #stories .story .img {
    display: block;
  }

  #stories .story .img img {
    height: auto;
  }

  #top.fixed.mainpage .menu .hide-mobile,
  #top.secondary .menu .hide-mobile {
    display: block !important;
  }

  #top.fixed.mainpage .menu .hide-desktop,
  #top.secondary .menu .hide-desktop {
    display: none !important;
  }

  footer .bottom>div {
    width: 100%;
    margin-right: 0;
  }

  #group .group_pre_content {
    flex-wrap: wrap;
  }

  #group .group_pre_content .group_img {
    width: 100%;
  }

  #group .group_pre_content .group_meta {
    padding: 10px;
  }

  #group .coordinator-info {
    flex-wrap: wrap;
    padding: 0px;
  }

  #group .coordinator-info .coord_img {
    margin: 0 auto !important;
  }

  #group .coordinator-info .coord_text {
    padding: 20px;
  }

  #group .group_content .photos .photo {
    width: 46%;
  }

  .mbox.flex#rules .recall-child {
    padding: 48px 24px;
    max-width: 100%;
  }

  .mbox.flex .close {
    right: 24px;
    top: 16px;
  }

  .mbox.flex h3 {
    font-size: 24px;
  }

  #numbers .numbers_slide {
    height: 400px;
  }

  #numbers .numbers_slide .data span {
    font-size: 42px;
  }

  #numbers .numbers_slide .data {
    padding: 10% 5% !important;
    width: 90%;
    align-items: flex-start;
  }

  #numbers .numbers_slide .data p {
    width: 100%;
  }

  #numbers .numbers_slide .data p br {
    display: none;
  }

  #numbers .numbers_slide .divider {
    display: none;
  }

  #numbers .numbers_slide .image {
    display: none;
  }

  #numbers .numbers_slide .data span {
    margin-bottom: 168px;
  }

  div[id*="leyka-pf-"] form {
    padding: 10px;
  }

  .team a {
    font-size: 14px;
  }

  .team .img {
    /*  height:99px; */
  }

  .first-block {
    height: 260px;
  }

  .first-block h1 {
    font-size: 20px;
    padding: 20px 30px;
    max-width: 90%;
    margin: 0 auto;
  }

  .slider_navi .slider-arrows {
    display: flex;
  }

  .mbox.flex#become-volunteer .recall-child {
    padding: 60px 0 20px 0;
    overflow: scroll;
    max-height: 75vh;
  }

  .textBlock .advantages.num span {
    font-size: 16px;
  }

  .contacts_left .socials,
  #banners .socials {
    flex-wrap: wrap;
  }

  .contacts_left .right,
  #banners .right {
    margin-left: 0px;
    margin-top: 12px;
  }

  .page_who .principles {
    margin-bottom: 30px;
  }

}

@media (min-width: 1600px) {

  .first-block {
    height: 600px;
  }

}

@media (max-width: 1400px) {

  #numbers .numbers_slide .data {
    padding-left: 10%;
  }

}

@media screen and (max-width: 1300px) and (min-width: 1100px) {

  .specialed {
    margin: 0 auto;
    max-width: 94%;
  }

  #configParent .configRight {
    width: auto;
  }

  .wrap {
    max-width: 100%;
    padding: 0 20px;
  }

  #configParent .configMain {
    padding: 0 30px;
  }

  #donate .mission::before,
  #donate2 .mission::before {
    left: -40px
  }


}


@media screen and (max-width: 1080px) and (min-width: 640px) {

  #top.fixed .menu img.hide-mobile {
    display: block !important;
  }

  #top.fixed .menu img.hide-desktop {
    display: none !important;
  }


}