*{
	line-height: 24px;
}

body{
	font-family: sans-serif !important;

}
main{
	margin-top: 180px;
}

.wrapper{
	position: relative;
}

body.blocked{
	overflow: hidden;
}

.header{
	background: #fff;
	position: fixed;
	z-index: 100;
	width: 100%;
}
.header-fix .header-top{
	display: none;
}
.header-fix .header-body__logo img{
	height: 75px;
}


.upcomevents .slick-dots{
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}

.upcomevents .slick-dots li{
	width: 10px;
	height: 10px;
	background: #c3c3c3;
	border-radius: 50%;
	transition: all .3s;
	margin: 10px 0;
}

.upcomevents .slick-dots li.slick-active{
	width: 10px;
	height: 20px;
	background: #f2f2f2;
	transform: scale(1.1);
	border-radius: 10px;
}

.popular-causes{
	margin: 100px 0;
}

.popular-causes__slider .slick-track{
	display: flex;
	gap: 20px;
}

.popular-causes__subtitle,
.popular-causes__title{
	text-align: center;
}
.popular-causes__subtitle.charity__info_desc:before{
	margin: 10px auto;
}

.popular-causes .btn{
	display: block;
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
	padding: 20px 48px;
	color: #fff;
	font-weight: 700;
}



.wtau__slider .slick-dots{
	position: absolute;
	bottom: -20%;
	left: -61%;
	font-size: 0;
	display: flex;
	align-items: center;
	gap: 7px;
}

.wtau__slider .slick-dots li{
	width: 10px;
	height: 10px;
	background: #c3c3c3;
	border-radius: 50%;
	transition: all .3s;
	margin: 10px 0;
}

.wtau__slider .slick-dots li.slick-active{
	background: #000000ad;
	transform: scale(1.1);
}

.wtau__slider .slick-track{
	margin: 60px 0;
	margin: 60px 0;
	display: flex;
	gap: 20px;

}

.last-slider{
	margin: 100px 0 -50px;
}
.last-slider__container{
	max-width: 1600px;
}

.last-slider__slider{
	display: flex !important;
	align-items: center;
	gap: 25px;
}

.last-slider__slider .slick-track{
	gap: 20px;
	display: flex !important;
}

.last-slider__slider_item{
	position: relative;
	border-radius: 10px;
}

.last-slider__slider_item img{
	border-radius: inherit;
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.last-slider__slider_item-link{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
	background: rgb(0 255 245 / 79%);
	border-radius: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 40px;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
}

.last-slider__slider_item:hover .last-slider__slider_item-link{
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}


.banner__slider_item{
	height: 750px;
	position: relative;
}

.banner__slider_item .banner__container{
	z-index:1;
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-31%, -50%);
	z-index: 10;
}

.header-top__soc_item{
	width: 25px;
	color: #fff;
	text-align: center;
}

.after-banner__content{
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 150px;
}

.after-banner__item{
	width: 31%;
}

.after-banner__item_desc{
	height: max-content;
	min-height: 130px;
	display: none;
}

.after-banner__item_title{
	margin-top: 60px;
}

.charity__img_main{
	width: 570px;
	height: 570px;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
.charity__img_sub{
	width: 270px;
	height: 270px;
	object-fit: cover;
	z-index: 1;
}
.charity__info_list{
	flex-wrap: wrap;
}

.charity__info_list-item{
	width: 48%;
}

.charity__info_list-item strong{
	font-size: 22px;
}

.charity__list{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 10px;
	color: #1E1E1E;
	padding-left: 20px;
}

.charity__list_item{
	width: 40%;
	list-style: circle;
	font-size: 18px;
}

.charity__info_link{
	display: block;
	padding: 15px 0;
	color: #313d55;
	font-size: 20px;
}

.charity__info_span{
	color: #939393;
	font-size: 16px;
}

.charity__info .btn{
	margin-top: 25px;
	display: block;
	width: fit-content;
}

.charity__info_subtitle2{
	margin: 40px 0 80px !important;
	font-size: 36px;
	line-height: 1.24;
	color: #1e1e1e;
}

.history{
	margin-bottom: 100px;
}


.history__content{
	display: flex;
	flex-direction: column;
	font-size: 17px;
	line-height: 28px;
	color: #6f6f6f;
	gap: 20px;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
}


.team{
	position: relative;
	padding: 85px 0;
}

.team__container{
	text-align: center; 
	position: relative;
	z-index: 2;
}

.team__back{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: opacity(0.2);
	z-index: 1;
}

.team__back img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team__slider{
	position: relative;
	z-index: 1;
}

.team__slider .slick-track{
	display: flex;
	gap: 20px;
}

.team__slider_item{
	display: flex !important;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	background: #f2f2f28c;
	padding: 50px 20px;
	border-radius: 10px;
}

.team__slider_item-img img{
	width: 180px;
	height: 180px;
	border-radius: 50%;
	object-fit: cover;
}

.team__slider_item-info h6{
	font-size: 27px;
	color: #313131;
}

.team__slider_item-links{
	display: flex;
}

.team__slider_item-links i{
	font-size: 20px;
	color: #313131;
}

.team__container .btn{
	margin-top: 50px;
	display: inline-block;
}

.team__slider_item-info p{
	margin-top: 10px;
}

.about{
	margin: 50px 0;
}

.about__container{
	display: flex;
	gap: 50px;
}

.about__team,
.about__whatwedo{
	width: 100%;
}

.about__team h2,
.about__whatwedo h2{
	font-weight: 400;
	font-size: 32px;
}

.about__team p{
	color: #313131a3;
	line-height: 1.7;
	text-align: justify;
}



.about__whatwedo p{
	color: #313131a3;
	line-height: 1.7;
	text-align: justify;
}






.modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 101;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

.modal.opened{
	opacity: 1;
	visibility: visible;
}

.modal__bcg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000b8;
	cursor: pointer;
}

.modal__content{
	background: #ffffffd9;
	position: relative;
	padding: 50px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	/* gap: 25px; */
	align-items: center;
}

.modal__title{
	text-transform: uppercase;
	margin-bottom: 50px;
}

.modal .charity__info_desc{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.modal__form {
	width: 100%;
}

.modal__form .form-main p{
	display: flex;
	flex-direction: column;
}

.modal__close{
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	color: #0000007a;
	transition: all .3s;
	cursor: pointer;
}

.modal__close:hover{
	color:#000000ad;
}


.entry-title{
	display: none;
}


.wtau__footer .wtau__container{
	justify-content: center;
	flex-direction: column;
}

.wtau__footer_list{
	padding: 0;
}

.wtau__texts{
	display: flex;
	gap: 5px;
	flex-direction: column;
	align-items: center;
	margin-bottom: 45px;
}

.wtau__text{
	padding: 0px 0;
	display: block;
	/* max-width: 400px; */
	color: ##6f6f6f;
	line-height: 1.4;
}

.wtau__partner_title{
    font-size: 31px;
    margin-top: 35px;
    color: #313131;
    font-weight: 700;
    line-height: 37px;
    text-align: center;
}

.wtau__footer_list img{
	width: 150px;
}

.footer__copyright_soc{
	display: flex;
}

.wtau-slider-item__info{
	max-height: 135px;
	overflow-y: scroll;

}

.wtau-slider-item__info::-webkit-scrollbar {
	width: 4px;
}

.wtau-slider-item__info::-webkit-scrollbar-track {
	background-color: darkgrey;
}

.wtau-slider-item__info::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.wtau-slider-item__header_name h5{
	font-size: 21px;
}

.wtau-slider-item__header_avatar img{
	object-fit: cover;
}


.charity.upcomevents.history .charity__info .btn{
	position: relative;
	top: 50px;
}

.charity__info_list-new{
	margin: 0;
}

.charity__info_list-new li{
	list-style: circle;
	margin-left: 20px;
	font-size: 18px;
	line-height: 28px;
	color: #1e1e1e;
}

.charity__slider-new .slick-track{
	display: flex;
}

.charity__slider-new .charity__slider-new_item{
	height: 400px;
}

.charity__slider-new .charity__slider-new_item img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.charity-slider-cloned .charity__info p,
.woman-power-page__content_info p,
.team__container_text,
.popular-causes__donat_list p,
.popular-causes__donat_list b,
.popular-causes__donat_list a,
.post-page__content p{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0;
	font-weight: 500;
	color: #1e1e1e;
	margin-bottom: 4px;
	font-family: sans-serif;
	margin: 10px 0;
}

.charity-slider-cloned .charity__info p{
	text-align: justify;
}

.woman-power-page__content_info a{
	color: #000000ad;
}

.woman-power-page .charity__slider-new .charity__slider-new_item{
	height: 555px;
}

.woman-power-page{
	margin-top: 50px;
}

.woman-power-page__container{
	display: flex;
}

.woman-power-page__content{
	width: 70%;
}

.woman-power-page__aside{
	width: 30%;
	padding: 0 10px;
}

.woman-power-page .popular-causes-slider-item__info{
	padding: 10px;
}

.woman-power-page .popular-causes-slider-item{
	margin-bottom: 20px;
	display: block;
}

.charity-slider-cloned{
	margin-top: 100px;
}

.team__container_text{
	text-align: center;
}

.wtau__partner_title b{
	font-size: 38px;
}
.wtau__text b{
	font-size: 20px;
}

.popular-causes__donat_list{
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	margin: 50px 0;
}

.popular-causes__donat_list .popular-causes__slider_item{
	width: 32%;
}

.charity__slider-new .slick-arrow,
.popular-causes__slider .slick-arrow{
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 0;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
}
.charity__slider-new .slick-prev{
	right: auto;
	left: 10px;
}
.popular-causes__slider .slick-prev{
	right: auto;
	left: -20px;
}

.charity__slider-new .slick-next{
	right: 10px;
}
.popular-causes__slider .slick-next{
	right: -20px;
}

.posts__container{
	margin: 25px auto;	
}

.posts__image img{
	width: 100%;
	height: 555px;
	object-fit: cover;
	border-radius: 20px;
}


.post-page__slider .slick-track{
	display: flex;
	gap: 20px;
}

.post-page__slider .post-page__slider-new_item img{
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 10px;
	position: unset !important;
}

.post-page__slider .slick-arrow{
	padding: 15px;
	background: #000000ad;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.post-page__slider .slick-next{
	right: 0;
}

.posts__item small{
	margin: 15px 0;
	display: block;
}

.post-page__slider{
	margin-top: 20px;
}

.footer__logo img{
	width: 110px;
}

.woman-power-page .bigbtn{
	display: block;
	text-align: center;
}

.woman-power-page .popular-causes-slider-item__info_subtitle{
	margin: 0;
}

.after-banner__container .popular-causes__title{
	margin-bottom: 125px;
}

/*.popular-causes .first-word{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	border: 1px solid #000000ad;
	 padding: 12px; 
	border-radius: 50%;
	min-width: 55px;
	display: flex;
	min-height: 55px;
	align-items: center;
	justify-content: center;
}
*/
.woman-power-page__aside .popular-causes__title{
	font-size: 18px;
}

.woman-power-page__aside .popular-causes__slider_item{
	width: 100%;
}

.post-page__content_first-p{
	font-size: 22px !important;
	font-weight: 600 !important;
}

.upcomevents .slider-item-info__desc{
	font-size: 14px;
	line-height: 1.4;
}

.charity__info .charity__info_title{
	margin-bottom: 40px;
}

.not-hover-underline:after{
	display: none !important;
}

.popular-causes__donat .popular-causes-slider-item__info_title{
	display: block;
}

.popular-causes-slider-item__info_subtitle b{
	font-weight: 700;
}

.woman-power-page__content_info .charity__info_title{
	margin-top: 20px;
}

.woman-power-page__content_info p{
	text-align: justify;
}

.requisits p{
	font-size: 18px;
}

.mt200{
	margin-top: 150px;
}


.blue-back-together-block .history,
.blue-back-together-block .upcomevents{
	margin: 0;
}

.blue-back-together-block .upcomevents:after{
	border-radius: 0;
}

.blue-back-together-block .charity-slider-cloned:after{
	border-radius: 0px 10px 10px 0px;
}

.blue-back-together-block .charity__img,
.blue-back-together-block .charity__info{
	margin: 100px 0 50px;
}

.blue-back-together-block .charity-slider-cloned .charity__img,
.blue-back-together-block .charity-slider-cloned .charity__info{
	margin: 50px 0 100px;
}

.after-banner__item_body{
	position: relative;
	height: 330px;
}

.after-banner__item_body-blue-round{
	max-width: 170px;
	max-height: 170px;
	width: 100%;
	height: 100%;
	border: 4px solid #000000ad;
	position: absolute;
	top: -20%;
	border-radius: 50%;
	left: 19%;
	z-index: 0;

}

.banner__slider_item {
	position: relative;
	overflow: hidden;
}

/*.banner__slider_item::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 75%; 
height: 100%;
background: linear-gradient(to right, rgb(0 0 0 / 88%), transparent);
z-index: 1;
pointer-events: none;
}*/


.banner__slider_item::before,
.banner__slider_item::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 35%; /* регулируй высоту затемнённой области */
	z-index: 1;
	pointer-events: none;
}

.banner__slider_item::before {
	top: 0;
	background: linear-gradient(to bottom, rgb(0 0 0 / 88%), transparent);
}

.banner__slider_item::after {
	bottom: 0;
	background: linear-gradient(to top, rgb(0 0 0 / 88%), transparent);
}


.page .charity{
	margin-top: 100px;
}

.banner__btn-and-text{
	display: flex;
	align-items: center;
	gap: 20px;
}



.popular-causes-slider-item__info{
	padding: 40px 40px;
	border-radius: 5px 5px;
	border-top: 1px solid #b9b9b9;

}

.popular-causes-slider-item__info_subtitle{
	    gap: 5px;
    flex-direction: column;
    justify-content: center;
	    align-items: center;
		text-align: center;
}

.project-page__populat-couses .popular-causes-slider-item__img{
display: block;
}



.popular-causes__posts{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position:relative;
}

.projects-page .project-page__populat-couses .popular-causes__posts{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.popular-causes__pagination{    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);}

.site-archive{max-width:1200px;margin:230px auto 0;padding:10px;}











@media (max-width: 992px){
  .popular-causes__posts{ grid-template-columns: repeat(2, 1fr); } 
  .projects-page .project-page__populat-couses .popular-causes__posts{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px){
  .popular-causes__posts{ grid-template-columns: 1fr; }
  
}


