/*
	Ecoclub
*/
/*.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }*/

/* PRELOADER */
#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 100500;
}
#p-logo{
	position: absolute;
	width: 300px;
	height: 74px;
	margin-top: -37px;
	margin-left: -150px;
	left: 50%;
	top: 50%;
}
#p-logo img{
	width: 300px;
	height: 74px;
}

/* GENERAL TAGS */
body{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 18px;
	color: #000;
	font-family: "Fira Sans", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	/*background: #fff url('../img/fon_opacity.png') repeat;*/
	/*overflow: visible !important;*/
}
div, img, p, a, ul, li, section, header{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul, li, ol{
	list-style: none;
}
section{
	position: relative;
	/*margin: 40px 0;*/
	padding: 40px 0;
}
article{
	/*padding-bottom: 60px;*/
}
p{
	margin-bottom: 20px;
}
/*button:focus{
	outline: none;
	box-shadow: none;
}*/
a, input {
	transition: all 0.2s ease;
}
a, a:hover, a:active, .readmore{
	text-decoration: none;
	color: #4bad3b;
}
h1, h2, h3, h4, h5, h6{
	/*font-family: sans-serif;
	font-weight: 600;*/
	margin: 0;
}
h1{
	font-size: 45px;
	margin: 50px 0 25px;
}
h2{
	font-size: 40px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #4bad3b;
	/*text-transform: uppercase;
	text-align: center;*/
}
h3{
	font-size: 25px;
	font-weight: 500;
	margin: 25px 0 20px;
}
h4, h5{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 400;
	color: #4bad3b;
}
ul, ol{
	list-style: none;
}
p + ul {
    padding-left: 20px;
	margin-bottom: 1em;
}
p + ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #4bad3d;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px 2px 0;
}

/* GENERAL CLASSES */
.btn,
.wp-block-button__link{
	background: #4bad3b;
	color: #fff;
	display: block;
	font-size: 20px;
	font-family: 'Fira Sans';
	font-weight: 500;
	text-align: center;
	padding: 0 20px;
	border-radius: 0;
	position: relative;
	border: 1px solid #4bad3b;
	cursor: pointer;
}
.wp-block-button__link{
	padding: 10px 20px;
}
.btn:focus,
.wp-block-button__link:focus,
.footer__social_icon:focus{
	outline: none;
	box-shadow: none;
}
.btn:hover,
.wp-block-button__link:hover{
	color: #4bad3b;
	background: #fff;
}
/*.btn:active{
	color: #eee;
	border-bottom-color: #1cb883;
}
.download-button{
	border: 1px solid #4bad3d;
	background-image: none;
	background-color: #4bad3d;
	border-radius: 0;
	width: max-content;
	margin-bottom: 10px;
}
.download-button:hover{
	color: #4bad3d;
	background-color: #fff;
	background-image: none;
}
.download-button small{
	opacity: 1;
}*/
.mob-show,
.hide{
	display: none;
}
.mob-hide,
.show{
	display: block;
}
.container{
	margin: 0 auto;
	width: 1140px;
}
.fluid{
	padding: 0;
	margin: 0;
}
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/*flex-wrap: wrap;*/
}
.center{
	text-align: center;
}
/*.post img{
	max-width: 100%;
}*/
.non-mark,
.non-mark:hover{
	color: inherit;
	background: transparent;
}
.article iframe,
figure iframe {
    width: 100% !important;
}

/*********************** MAIN PAGE ***********************/
/* Header */
.header{
	height: 50px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 5px 15px -10px #ccc;
	position: fixed;
	top: 0;
	z-index: 1000;
	margin-bottom: 50px;
	/*font-size: 16px;*/
}
.header > .flex{
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	height: 50px;
	border-bottom: 1px solid #ccc;
}
.logo{
	margin: 7px auto auto 20px;
}
.logo img{
	max-height: 36px;
}
.header__link{
	padding: 0 20px;
	border-right: 1px solid #000;
	cursor: pointer;
	position: relative;
}
.header__link a,
.donate a{
	color: #000;
}
.header__link:hover,
.header__link a:hover,
.donate a:hover{
	color: #4bad3b;
}
.donate__drop{
	display: none;
    position: absolute;
    z-index: 100;
    background: #fff;
    padding: 10px;
    margin-left: -10px;
}
.donate:hover .donate__drop{
	display: block;
	z-index: 1000;
}
.donate__drop-submit{
	color: #000;
	border: none;
	background: none;
	font-size: 18px;
	padding: 0;
	margin-bottom: 1em;
	cursor: pointer;
	font-family: 'Fira Sans', sans-serif;
}
.donate__drop-submit:hover{
	color: #4bad3d;
}
.lang__item{
	padding: 0 20px;
	text-transform: uppercase;
}
.search{
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1001;
	border: 1px solid #ccc;
	border-top: none;
	width: 510px;
}
.search-hide{
	display: none;
}
.searchform{
	display: flex;
	justify-content: space-between;
}
.searchform input{
	flex-grow: 1;
	font-family: 'Fira Sans', sans-serif;
	border: none;
	font-size: 20px;
}
.search-btn{
	padding: 7px 10px;
}
.menu-collapse{
	display: none;
}
.menu-opened{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	justify-content: space-between;
}
.menu-opened a{
	color: #000;
}
.menu-opened a:hover{
	color: #4bad3b;
}
nav{
	flex-grow: 1;
	margin: 20px 45px;
}
.menu{
	justify-content: space-between;
}
.menu__block{
	flex-basis: 22%;
	flex-grow: 0;
	flex-shrink: 0;
}
.menu__items{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.menu-item{
	padding: 7px 0;
	border-top: 1px solid #000;
}
.menu-item:first-child{
	border-top: none;
}
.lang__item .menu-item{
	padding: 0;
}
.grey{
	flex-basis: 20%;
	background-color: #ddd;
	font-size: 20px;
	padding: 20px 45px 20px 25px;
	position: relative;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}
.grey__links .menu-item{
	/*margin-bottom: 20px;*/
	border: none;
}
.social{
	justify-content: flex-start;
	margin-top: 8px;
}
.social__icon{
	margin-right: 10px;
}
.social__icon img{
	width: 25px;
}

/* Slider */
.slider{
	/*width: 100%;*/
}
.slider img{
	width: 100%;
}
.slider figure{
	margin: 0;
}
.slider .wp-block-group{
	border: 3px solid #4bad3d;
	padding: 0 20px 15px;
	margin-top: 20px;
}

/* Anon */
.anon{
	background-color: #ddd;
	margin-top: -60px;
	margin-bottom: 60px;
}
.anon h2{
	color: #000;
}

/* Activity */
.activity{
	padding-top: 0;
}
/*.activ:nth-child(odd){
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
	justify-content: space-between;
	text-align: right;
	margin-top: 50px;
}
.activ:nth-child(odd) .text{
	padding-left: 45px;	
}
.activ:nth-child(even){
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	text-align: left;
	margin-top: 50px;
}
.activ:nth-child(even) .text{
	padding-right: 45px;	
}
.activ:first-child{
	margin-top: 20px;
}*/
.activity__wrap{
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.activ{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	text-align: center;
	flex-basis: 31%;
	flex-grow: 0;
	position: relative;
	margin: 20px 0 0;
}
.fon{
	position: relative;
	border-radius: 50%;
	width: 100%;
	padding-top: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	margin: 0;
	transition: all 0.3s ease;
}
.fon:hover{
	-webkit-filter: unset;
	filter: unset;
}

/* News */
.news__block{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.new{
	flex-basis: 30%;
	flex-grow: 0;
	flex-shrink: 0;
	margin-bottom: 50px;
}
.new h3{
	margin-top: 0;
}
.new h4{
	color: #000;
	font-weight: 600;
}

/* Team */
/*.team{

}*/
.teamers,
.supervisors{
	justify-content: flex-start;
	flex-wrap: wrap;
}
.teamer,
.sv{
	text-align: center;
	/*width: 300px;*/
	margin-right: 2%;
	margin-bottom: 30px;
	flex-basis: 31%;
}
.teamer img,
.sv img{
	max-width: 100%;
	max-height: 700px;
}
.teamer__text,
.sv__text{
	text-align: left;
}
.teamer h3,
.sv h3{
	text-align: center;
	color: #000;
	font-weight: 600;
	margin-top: 10px;
}
.teamer__text h4,
.sv__text h4{
	text-align: center;
	color: #000;
	font-weight: 600;
}
.teamer__text h5,
.sv__text h5{
	color: #000;
	font-weight: 600;
}

/* Documents */
.documents,
.team,
.supervisor{
	padding-bottom: 0;
}
.documents__text{
	margin-bottom: 30px;
}
/* Reports */
.reports{
	margin-bottom: 30px;
}
.report{
	margin: 10px 0;
}

/* Partners */
.partnership{
	margin-top: -60px;
}
.partners{
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}
.partner{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.7;
	margin: 15px 85px 35px 0;
	transition: all 0.3s ease;
}
.partner:hover{
	-webkit-filter: unset;
	filter: unset;
	opacity: 1;
}
.partner img{
	/*max-width: 180px;*/
	max-height: 75px;
}

/* About */
.about__text{
	margin-bottom: -20px;
}

/* Contact */
.contact{
	margin-top: -60px;
	margin-bottom: -8px;
	padding-bottom: 0;
}
.local{
	justify-content: space-between;
	margin-bottom: 30px;
}
.local__l{
	flex-basis: 60%;
}
.local__r{
	flex-basis: 35%;
}
.local__title{
	font-weight: 500;
}
.local a{
	color: #000;
}
.local a:hover{
	color: #4bad3b;
}

/* Posts */
.page-header{
	flex-basis: 100%;
}
.content-area{
	padding-bottom: 60px;
	margin-top: 20px;
}
.entry-header{
	margin-bottom: 0.75em;
}
.entry-content p:last-child{
	margin-bottom: 0;
}
.projects{
	margin-top: 30px;
}
.site-main,
.projects__wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.thumb{
	max-width: 35%;
	float: left;
	margin: 0 25px 25px 0;
}
.thumb-review{
	max-width: 100%;
	margin: 20px auto 0;
}
.post-first{
	margin-bottom: 80px;
	position: relative;
	width: 100%;
}
.post-other,
.post-project{
	flex-basis: 32%;
	position: relative;
	border: 2px solid #ccc;
	padding: 0 20px 20px;
	margin-bottom: 2%;
}
.post-other:nth-child(3n+1),
.post-project:nth-child(3n-1){
	margin: 0 2% 2%;
}
.search-res article{
	margin-bottom: 60px;
	position: relative;
	width: 100%;
}
.post-first::after,
.search-res article:after{
	content: '';
	position: absolute;
	bottom: -30px;
	left: 25%;
	height: 2px;
	background-color: #ccc;
	width: 50%;
}
.pagination h2{
	display: none;
}
.navigation{
	margin: 40px 0 0;
	flex-basis: 100%;
}
.post-navigation .nav-links{
	text-align: left;
}
.nav-links{
	font-size: 25px;
	text-align: center;
	margin-top: 30px;
}
.page-numbers{
	margin: 0 5px;
}
.other-btn{
	position: fixed;
	top: 50px;
	right: 0;
}
.other-btn a{
	color: #fff;
}
.other-btn:hover a{
	color: #4bad3d;
}

/* Library */
.post-7402 .entry-content{
	display: flex;
	flex-wrap: wrap;
}
.post-7402 .entry-content p{
	flex-basis: 100%;
}
.post-7402 .wp-block-image:first-child{
	margin-top: 40px;
}
.post-7402 .alignleft{
	margin-right: 90px;
}
.post-7402 img{
	max-width: 300px;
	max-height: 300px;
	border: 2px solid #ccc;
}

/* Footer */
.footer{
	color: #fff;
	background-color: #000;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 0 45px;
	height: 80px;
}
.footer__social_icon{
	margin-right: 20px;
}
.footer__social_icon img{
	width: 25px;
}
.about,
.joining{
	margin-top: 40px;
}
.wp-block-image{
	margin: 0;
}

/*@media screen and (max-width: 1439px) {
	.teamer{
		flex-basis: 31%;
	}
}*/
@media screen and (max-width: 1199px){
	.container{
		/*margin: 0 45px;*/
		width: 940px;
	}
	.teamer{
		flex-basis: 48%;
	}
	.post-other,
	.post-project{
		flex-basis: 49%;
	}
	.post-other:nth-child(3n+1),
	.post-project:nth-child(3n-1){
		margin: 0 0 2%;
	}
	.post-other:nth-child(2n+1),
	.post-project:nth-child(2n+1){
		margin-right: 1%;
	}
	.post-other:nth-child(2n),
	.post-project:nth-child(2n){
		margin-left: 1%;
	}
}
@media screen and (max-width: 999px) {
	.container{
		margin: 0 30px;
		width: auto;
	}
}
@media screen and (max-width: 899px) {
	.header{
		height: 40px;
		margin-bottom: 40px;
		font-size: 16px;
	}
	.header > .flex{
		height: 40px;
	}
	.logo{
		margin: 8px auto auto 8px;
	}
	.logo img{
		max-height: 24px;
	}
	.btn{
		font-size: 16px;
	}
	.header__link,
	.lang__item{
		padding: 0 15px;
	}
	.menu-opened{
		font-size: 13px;
	}
	.donate__drop-submit{
		font-size: 16px;
	}
	.search{
		top: 40px;
		width: 430px;
	}
	.other-btn{
		top: 40px;
	}
	nav{
		margin: 15px 20px 15px 35px;
	}
	.menu__block{
		flex-basis: 20%;
	}
	.menu__block h4{
		font-size: 16px;
	}
	.menu__item{
		padding: 5px 0;
	}
	.grey{
		font-size: 16px;
		padding: 15px 35px 15px 20px;
	}
	.social{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/*.activ:nth-child(odd) .text{
		padding-left: 35px;
	}
	.activ:nth-child(even) .text{
		padding-right: 35px;
	}*/
	.new{
		flex-basis: 45%;
	}
	.teamer{
		flex-basis: 100%;
		margin-right: 0;
	}
	.local{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
	}
	.local__address,
	.local__tel,
	.local__email{
		margin-bottom: 15px;
	}
	.post-other,
	.post-project{
		flex-basis: 100%;
	}
	.post-other:nth-child(2n+1),
	.post-project:nth-child(2n+1){
		margin-right: 0;
	}
	.post-other:nth-child(2n),
	.post-project:nth-child(2n){
		margin-left: 0;
	}
}
@media screen and (max-width: 799px) {
	/*.activity__wrap{
		flex-direction: column;
	}*/
	.activ{
		/*margin-bottom: 40px;*/
		flex-basis: 45%;
	}
	.fon{
		width: 50%;
		padding-top: 50%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 649px) {
	.container{
		margin: 0 20px;
	}
	.mob{
		margin: 0 8px 0 auto;
	}
	.header__links{
		position: absolute;
		background-color: #fff;
		top: 40px;
		left: 0;
		right: 0;
		height: 30px;
		font-size: 15px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mob-hide{
		display: none;
	}
	.mob-show{
		display: block;
	}
	.btn-menu{
		display: none;
	}
	.header__link{
		padding: 0 10px;
	}
	.menu-opened{
		margin-top: 30px;
	}
	.search{
		width: 100%;
	}
	nav{
		margin: 10px;
	}
	.menu{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.menu__block{
		margin-bottom: 10px;
	}
	.menu__block h4{
		margin-bottom: 0;
	}
	.menu-item{
		padding: 3px 0;
	}
	.grey{
		justify-content: flex-start;
	}
	.grey__link,
	.social{
		margin-bottom: 10px;
	}
	.activ{
	/*	-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		text-align: left;
		padding: 0;*/
		margin-bottom: 20px;
	}
	.fon{
		width: 60%;
		padding-top: 60%;
		margin: 0 auto;
	}
	/*.activ .text{
		width: 100%;
		padding: 0 10px;
	}*/
	.news__block{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.footer{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		height: 110px;
		padding: 0 10px;
	}
	.footer__social_icon:last-child{
		margin-right: 0;
	}
}

@media screen and (max-width: 499px) {
	
	h2{
		font-size: 30px;
	}
	h3{
		
	}
	.container{
		margin: 0 10px;
	}
	nav{
		margin: 5px;
	}
	.menu__block{
		margin-bottom: 5px;
	}
	.fon{
		width: 70%;
		padding-top: 70%;
		margin: 0 auto;
	}
}