@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=DM+Sans:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic);

* {
	padding: 0;
	margin: 0;
	border: 0
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body,
html {
	height: 100%;
	min-width: 320px
}

body {
	color: #000;
	line-height: 1;
	font-family: "Dm Sans";
	font-size: 1.125rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
	font-family: "Dm Sans";
	font-size: inherit
}

button {
	cursor: pointer;
	color: inherit;
	background-color: transparent
}

a {
	color: inherit;
	text-decoration: none
}

ul li {
	list-style: none
}

img {
	vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit
}

.lock body {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}

@supports (overflow:clip) {
	.wrapper {
		overflow: clip
	}
}

.wrapper>main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.wrapper>* {
	min-width: 0
}

[class*=__container] {
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 .9375rem
}

[class*=-ibg] {
	position: relative
}

[class*=-ibg] img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}

[class*=-ibg_contain] img {
	-o-object-fit: contain;
	object-fit: contain
}

.header-top {
	padding: 0 0 0 10px;
	background: #000000cc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-top__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 80%;
	gap: 10px;
	height: 25px
}

.header-top__info_item {
	color: #fff;
	font-size: 13px;
	line-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px
}

.header-top__info_item svg,.header-top__info_item i {
	width: 25px;
	height: 25px;
	min-width:25px;
}

.header-top__info_item svg path{
	fill: #FFC51C !important;
}

.header-top__info_item i{color:#FFC51C; }
.header-top__info_item i:before{font-size:22px;}

.header-top__soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 10px 15px;
	background: rgba(0, 0, 0, .2392156863)
}

.header-top__soc_item img {
	width: 30px
}

.header-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 40px;
	gap: 75px;
	box-shadow: 0px 0px 18px 0px #00000014;
}

.header-body__logo {
	margin: 10px 0;
}



.header-body__logo img {
	width: 200px;
	height: 125px;
	object-fit: contain;
	transition: all .3s;
}



.header__submenu {
	position: absolute;
	top: 120%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 210px;
	padding: 5px;
	background: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 0px 2px #00000047;
}

.header__submenu_item {
	padding: 10px 10px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.header__submenu_item:hover {
	transform:scale(1.1);
}

.header__button {
	width: 50%;
	text-align: end
}

.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px
}

.header__menu_item {
	position: relative;
	padding: 20px
}

.header__menu_item:hover .header__submenu {
	top: 100%;
	opacity: 1;
	visibility: visible;
	background: #fff;
	z-index: 1;
}

.header__menu_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	width: max-content;
	color:#000;
}

.btn {
	font-size: 12px;
	padding: 13px 30px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	border: none;
	font-family: sans-serif;
}

.menu-arrow-down {
	max-width: 10px
}

.footer {
	background: url(../img/bg-footer.webp) 0 0/cover no-repeat;
	padding: 100px 0 50px;
	color: #fff;
	font-family: sans-serif;
}

.footer__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 50px
}

.footer__item_slogan {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -.045em;
	padding-bottom: 20px
}

.footer__item_title {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -.04em;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px
}

.footer__item_title:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #000000ad;
}

.footer__item_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px
}

.footer__item_list a {
	color: #898989;
	font-size: 18px;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative
}

.footer__item_list a:after {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s
}

.footer__item_list a:hover {
	color: #fff
}

.footer__item_list a:hover:after {
	width: 100%
}

.footer__item svg {
	height: 24px
}

.footer__copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px;
	background: #000000cc;
	border-radius: 10px;
	margin-top: 100px
}

.accent-color {
	color: #f2bc42
}

.yellowbtn {
	background: #000000cc;
	color: #fff;
}

.bluebtn {
	background: #000000ad;
}

.bigbtn {
	font-size: 14px;
	padding: 20px 48px
}

.banner {
	position: relative;
	height: 750px
}

.banner__container {
	max-width: 1170px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.banner__title {
	font-size: 51px;
	font-weight: 700;
	line-height: 65px;
	letter-spacing: -.04em;
	margin: 4px 0 350px 0;
	color: #fff;
}

.banner__subtitle {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	font-family: sans-serif;
}

.banner__bg {
	width: 100%;
	max-height: 750px;
	object-fit: cover;

}

.banner__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.after-banner {
	margin: 50px 0 100px;
}

.after-banner__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px
}

.after-banner__item_body img.attachment-thumbnail{
	border-radius: 50%;
	position: absolute;
	top: -100px;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 170px;
	object-fit: cover;
	height: 170px;
	z-index: 1;
}

.after-banner__item {
	position: relative;
	padding: 15px
}

.after-banner__item:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% + 30px);
	content: "";
	border-radius: 10px
}

.after-banner__item_body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	background: #fff;
	-webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1);
	padding: 0 20px;
	text-align: center;
	height: 430px;
	position: relative
}

.after-banner__item_title {
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 22px;
	line-height: 1.3637;
	-webkit-transition: color .3s;
	transition: color .3s;
	font-weight: 700
}

.after-banner__item_desc {
	-webkit-transition: color .3s, opacity .3s, -webkit-transform .3s;
	transition: color .3s, opacity .3s, -webkit-transform .3s;
	transition: color .3s, opacity .3s, transform .3s;
	transition: color .3s, opacity .3s, transform .3s, -webkit-transform .3s;
	line-height: 26px;
	color: rgba(0, 0, 0, .4509803922)
}

.after-banner__item_link {
	position: absolute;
	bottom: -40px
}

.after-banner__item_link img {
	width: 40px;
	padding: 20px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background: rgba(231, 231, 231, .6784313725);
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.after-banner__item_link img:hover {
	background: #4e4e4e !important
}

.after-banner__item:hover .after-banner__item_img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.after-banner__item:hover .after-banner__item_link img {
	background: #FFC51C
}

.after-banner__item-1:after {
	background: -webkit-gradient(linear, left top, left bottom, from(#000000ad), color-stop(75%, #fff));
	background: linear-gradient(to bottom, #000000ad, #fff 75%)
}

.after-banner__item-2:after {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC51C), color-stop(75%, #fff));
	background: linear-gradient(to bottom, #FFC51C, #fff 75%)
}

.after-banner__item-3:after {
	background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), color-stop(75%, #fff));
	background: linear-gradient(to bottom, #e7e7e7, #fff 75%)
}

.charity__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	/*-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center*/
}

.charity__container:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 581px;
	background: rgba(43, 43, 43, .031372549);
	left: -50%;
	border-radius: 0 250px 250px 0
}

.charity__img {
	position: relative
}

.charity__img_main {
	border-radius: 50%
}

.charity__img_bg {
	max-width: 530px;
	max-height: 530px;
	width: 100%;
	height: 100%;
	border: 4px solid #000000ad;
	position: absolute;
	top: 0;
	border-radius: 50%;
	left: -100px
}

.charity__img_sub {
	position: absolute;
	bottom: -20px;
	border-radius: 50%;
	left: -55px
}

.charity__info_desc {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
	font-weight: 500;
	color: #313131;
	margin-bottom: 4px;
	font-family: sans-serif;
}

.charity__info_desc:before {
	content: "";
	width: 40px;
	height: 2px;
	display: block;
	background: #000000ad;
	margin: 10px 0
}

.charity__info_title,
.h2{
	font-size: 50px;
	line-height: 1.24;
	margin-bottom: 26px;
	margin: 0 0 22px;
	font-weight: 700;
	letter-spacing: -.04em;
	text-rendering: optimizeLegibility;
	color: #313131;
	font-family: sans-serif;
}

.charity__info_subtitle {
	font-size: 16px;
	line-height: 1.875
}

.charity__info_backtxt {
	background-color: #f2f2f2;
	margin: 0 0 40px 0;
	padding: 19px 40px 19px 40px;
	border-style: solid;
	border-width: 0 0 0 7px;
	border-color: #000000ad;
	border-radius: 10px 10px 10px 10px;
	word-spacing: -.04em;
	font-family: auto;
	line-height: 1.24
}

.charity__info_backtxt span {
	color: #000000ad;
	font-weight: 600
}

.charity__info_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	margin-bottom: 80px
}

.charity__info_list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px
}

.charity__info_list-item p {
	line-height: 30px;
	color: rgba(0, 0, 0, .4)
}

.paralax {
	/*background-image: url(https://www.dev-sky.website/wp-content/uploads/2025/01/изображение_viber_2025-01-27_10-41-17-415.jpg);
	background-position: 0 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 100px;*/
}

.paralax__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/*height: 500px;*/
	text-align: center
}

.paralax__subtitle {
	color: #1e1e1e;
	/* margin-bottom: 16px; */
	font-size: 20px;
	font-weight: 700;
	font-size: 50px;
	line-height: 1.24;
}

.paralax__title {
	max-width: 900px;
	color: #fff;
	margin-bottom: 36px;
	font-size: 39px;
	line-height: 1.24;
	font-weight: 600;
	font-family: sans-serif;
}

.paralax__title span {
	position: relative
}

.line-drawing {
	width: 120px;
	position: absolute;
	top: -10px;
	left: -5px
}

.upcomevents {
	position: relative
}

.upcomevents:after {
	content: "";
	display: block;
	width: 40%;
	height: 100%;
	position: absolute;
	right: 0;
	background: #000000ad;
	top: 0;
	border-radius: 0px 0 0px 10px;
}

.upcomevents .charity__container {
	position: relative;
	z-index: 1
}

.upcomevents .charity__container:before {
	display: none
}

.upcomevents .charity__img {
	margin: 100px 0;
	width: 53%
}

.upcomevents .charity__info {
	width: 47%;
	height: 393px;
	padding: 25px;
	margin: 100px 0;
}

.upcomevents .charity__info_subtitle {
	margin-bottom: 50px
}

.upcomevents__slider_item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
}

.upcomevents__slider_item-date {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	font-size: 14px;
	line-height: 40px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	background-color: #000000ad;
	color: #fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	border-radius: 10px 0 0 10px
}

.upcomevents__slider_item-image {
	width: 170px;
	height: 170px;
	min-width: 170px;
	margin-left: 40px
}

.upcomevents__slider_item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-item-info__time-and-place {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px
}

.slider-item-info__time-and-place p {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	margin-right: 8px;
	font-family: auto;
	color: rgba(0, 0, 0, .768627451)
}

.slider-item-info__time-and-place p i {
	color: #000000ad
}

.slider-item-info__title {
	font-size: 24px;
	margin-bottom: 8px;
	line-height: 1.3637;
	font-family: sans-serif;
	font-weight: 600;
	color: rgba(0, 0, 0, .768627451)
}

.slider-item-info__desc {
	font-size: 16px;
	line-height: 1.875;
	color: rgba(0, 0, 0, .6509803922)
}

.popular-causes__subtitle {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
	padding-left: 20px;
	font-weight: 500;
	color: #6f6f6f;
	margin-bottom: 4px
}

.popular-causes__subtitle ::before {
	content: "";
	width: 40px;
	height: 2px;
	display: block;
	background: #000000ad;
	margin: 10px 0
}

.popular-causes__title {
	font-size: 50px;
	line-height: 1.24;
	margin-bottom: 26px;
	color: #313131;
	font-weight: 700;
}

.popular-causes__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	    justify-content: center;
	gap: 30px
}

.popular-causes-slider-item__img {
	width: 100%;
	position: relative;
	height: 270px;
}

.popular-causes-slider-item__img img {
	width: 100%;
	border-radius: 10px 10px 0 0;
	height: 270px;
	object-fit: cover;
}

.popular-causes-slider-item__img p {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 10px;
	line-height: 35px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background-color: #000000ad;
	padding: 0 20px;
	border-radius: 5px;
	letter-spacing: .1em;
	z-index: 2
}

.popular-causes-slider-item__img:after {
	position: absolute;
	bottom: -1px;
	left: 1px;
	content: "";
	width: 99.6%;
	height: 10px;
	background-color: #fff;
	-webkit-clip-path: polygon(50% 90%, 58% 0, 100% 0, 100% 100%, 0 100%, 0 0, 42% 0);
	clip-path: polygon(50% 90%, 58% 0, 100% 0, 100% 100%, 0 100%, 0 0, 42% 0);
	z-index: 3;
	pointer-events: none
}

.popular-causes-slider-item__info {
	background-color: #fff;
	padding: 18px 40px 40px;
	border: 1px solid #b9b9b9;
	border-top: none;
	border-radius: 0 0 5px 5px
}

.popular-causes-slider-item__info_title {
	font-size: 19px;
	line-height: 1.3637;
	margin-bottom: 15px;
	transition: color .3s;
	font-weight: 700;
	font-family: sans-serif;
	min-height: 81px;
	text-align:center;
}

.popular-causes-slider-item__info_subtitle {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 20px;
	color: #000;
	height: 67px;

	display: flex;
	align-items: flex-start;
	gap: 10px;
}

/*
.popular-causes-slider-item__info_counts-grafik {
background: rgba(122, 122, 122, .3882352941);
display: block;
width: 100%;
height: 3px;
border-radius: 1px;
position: relative
}

.popular-causes-slider-item__info_counts-grafik:after {
position: absolute;
content: "";
display: block;
top: 0;
left: 0;
height: 100%;
background: #000000ad
}

.popular-causes-slider-item__info_counts-have {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}

.popular-causes-slider-item__info_counts-have p {
color: #7a7a7a;
font-weight: 400
}

.popular-causes-slider-item__info_counts-have b {
font-size: 16px;
line-height: 30px;
font-size: 16px;
font-family: auto;
font-weight: 700;
letter-spacing: -.04em
}

.popular-causes-slider-item__info_counts-have span {
display: block;
font-family: auto;
font-size: 22px;
font-weight: 700;
line-height: 22px;
letter-spacing: -.04em;
color: #000000ad
}

.popular-causes-slider-item__info_counts-need {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}

.popular-causes-slider-item__info_counts-need p {
color: #7a7a7a;
font-weight: 400
}

.popular-causes-slider-item__info_counts-need b {
font-size: 16px;
line-height: 30px;
font-size: 16px;
font-family: auto;
font-weight: 700;
letter-spacing: -.04em
}

.popular-causes__slider .popular-causes__slider_item:nth-child(1) .popular-causes-slider-item__info_counts-grafik:after,
.woman-power-page__aside .popular-causes__slider_item:nth-child(1) .popular-causes-slider-item__info_counts-grafik:after{
width: 25%
}

.popular-causes__slider .popular-causes__slider_item:nth-child(2) .popular-causes-slider-item__info_counts-grafik:after,
.woman-power-page__aside .popular-causes__slider_item:nth-child(2) .popular-causes-slider-item__info_counts-grafik:after{
width: 31%
}

.popular-causes__slider .popular-causes__slider_item:nth-child(3) .popular-causes-slider-item__info_counts-grafik:after,
.woman-power-page__aside .popular-causes__slider_item:nth-child(3) .popular-causes-slider-item__info_counts-grafik:after{
width: 20%
}

.popular-causes__slider .popular-causes__slider_item:nth-child(4) .popular-causes-slider-item__info_counts-grafik:after,
.woman-power-page__aside .popular-causes__slider_item:nth-child(4) .popular-causes-slider-item__info_counts-grafik:after{
width: 23%
}

*/

.main-form {
	margin: 100px auto;
	overflow: hidden
}

.main-form__container {
	max-width: 1600px
}

.main-form__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px
}

.main-form__form {
	width: 49%;
	background: #f2f2f2;
	padding: 35px 120px;
	border-radius: 10px;
	position: relative
}

.main-form__form_img {
	position: absolute;
	bottom: -30px;
	width: 325px;
	opacity: .5;
	right: 0
}

.main-form__banner {
	width: 49%
}

.main-form__banner img {
	width: 100%;
	border-radius: 10px 10px 0 0
}

.main-form__banner_info {
	padding: 50px;
	background: #000000ad;
	border-radius: 0 0 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main-form__banner_info svg {
	width: 25px;
	height: 25px;
	background: #fff;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 20px;
	border-radius: 50%
}

.main-form__banner_info svg path {
	fill: rgba(0, 0, 0, .7019607843)
}

.main-form__banner_info-mail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px
}

.main-form__banner_info-mail-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px
}

.main-form__banner_info-adress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px
}

.form-main,
.form-main p{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px
}

.form-main p br{
	display: none;
}

.form-main__name,
.form-main__name p{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	flex-direction: row;
}

.form-main__input {
	border-radius: 10px;
	font-size: 16px;
	color: #6f6f6f;
	width: 100%;
	max-width: 100%;
	padding: 12px;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	background: 0 0;
	background-color: #fafafa;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	line-height: 21px;
	outline: none;
	text-align: left;
	font-family: sans-serif;
}

.form-main__textarea{
	height: 60px;
}

.no-webp .wtau__body {
	background: url(../img/long-white-bg.jpg) 0 0/cover no-repeat
}

.wtau__body {
	padding: 100px 10px
}

.wtau__container {
	max-width: 1500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.wtau__title {
	width: 31%
}

.wtau__title_subtitle {
	font-size: 16px;
	line-height: 24px;
	color: #6f6f6f;
	font-family: auto
}

.wtau__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	width: 62%
}

.wtau__footer {
	background: #ababab;
}

.wtau__footer_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 100px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

.wtau__footer_list img {
	width: 100px
}

.wtau-slider-item {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	position: relative
}

.wtau-slider-item__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	height: 130px;
	position: relative
}

.wtau-slider-item__header_avatar {
	width: 130px;
	height: 130px;
	background-image: -webkit-gradient(linear, left top, right top, from(#000000ad), to(rgba(251, 255, 0, .67)));
	background-image: linear-gradient(to right, #000000ad, rgba(251, 255, 0, .67));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 2;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -90px
}

.wtau-slider-item__header_avatar img {
	border-radius: 50%;
	border: 3px solid #fff;
	width: 120px;
	height: 120px
}

.wtau-slider-item__header_name span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px
}

.wtau-slider-item__header_name span i {
	font-size: 14px;
	color: #000000ad
}

.wtau-slider-item__header_name h5 {
	font-size: 24px;
	line-height: 24px;
	color: #313131;
	margin-bottom: 3px;
	font-weight: 700;
	margin: 10px 0 0;
	font-family: sans-serif;
}

.wtau-slider-item__header_name p {
	font-size: 14px;
	line-height: 24px;
	color: #6f6f6f;
	font-family: sans-serif;
}

.wtau-slider-item__header_figure {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 18px;
	background-color: #000000ad;
	fill: #fff;
	margin-bottom: 10px
}

.wtau-slider-item__header_figure svg {
	width: 24px;
	height: 24px
}

.wtau-slider-item__info {
	font-size: 18px;
	line-height: 24px;
	color: #6f6f6f;
	font-family: sans-serif;
}

.webp .wtau__body {
	background: url(../img/long-white-bg.jpg) 0 0/cover no-repeat
}


.charity-slider-cloned .charity__container{
	flex-direction: row-reverse;
}

.charity-slider-cloned:after{
	right: auto;
	left: 0;
}



/* базовый хедер */
.header-body{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
}

/* бургер скрыт на десктопе */
.header-burger{
	display:none;
	width:44px;
	height:44px;
	border:0;
	background:transparent;
	position:relative;
	cursor:pointer;
}
.header-burger span,
.header-burger::before,
.header-burger::after{
	content:"";
	position:absolute;
	left:10px;
	right:10px;
	height:2px;
	background:currentColor;
	transition:transform .25s ease, top .25s ease, opacity .25s ease;
}
.header-burger span{ top:21px; }
.header-burger::before{ top:14px; }
.header-burger::after{ top:28px; }

/* крестик */
.header--menu-open .header-burger span{ opacity:0; }
.header--menu-open .header-burger::before{ top:21px; transform:rotate(45deg); }
.header--menu-open .header-burger::after{ top:21px; transform:rotate(-45deg); }

/* мобильная панель (по умолчанию скрыта) */
.header-mobile{
	display:none; /* включим на мобе */
	position:fixed;
	inset:0;
	background:rgba(0,0,0,.45);
	opacity:0;
	pointer-events:none;
	transition:opacity .25s ease;
	z-index:9999;
}
.header-mobile__inner{
	position:absolute;
	top:0;
	right:0;
	width:min(320px, 86vw);
	height:100%;
	background:#fff;
	padding:24px 18px;
	transform:translateX(100%);
	transition:transform .25s ease;
	overflow:auto;
}

/* открыто */
.header--menu-open .header-mobile{
	opacity:1;
	pointer-events:auto;
}
.header--menu-open .header-mobile__inner{
	transform:translateX(0);
}

.history__content_link,.history__content .charity__list_item{transition:all .3s; color:#000;}
.history__content_link:hover,.history__content .charity__list_item:hover{transform:scale(1.1);}


.contacts-page {
	padding: 40px 0;
}

.contacts-page__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
}

.contacts-page__grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 28px;
	align-items: start;
}

.contacts-page__info {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.contacts-page__item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.contacts-page__icon {
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	border-radius: 10px;
	background: rgba(0,0,0,.05);
	display: flex;
	align-items: center;
	justify-content: center;
}

.contacts-page__icon-placeholder {
	font-size: 12px;
	font-weight: 700;
	opacity: .7;
}

.contacts-page__text {
	font-size: 16px;
	line-height: 1.35;
}

.contacts-page__map {
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 18px rgba(0,0,0,.06);
	min-height: 420px;
}

.contacts-page__map-iframe {
	width: 100%;
	height: 420px;
	border: 0;
	display: block;
}

.main-form__banner_info-adress,.main-form__banner_info-mail {color:#fff;}





/* ===== Archive list ===== */
.archive-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.archive-item{
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  padding: 0;
  display: flex;
  flex-direction: column;
}

.archive-item__thumb{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.archive-item__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}

.archive-item:hover .archive-item__thumb img{
  transform: scale(1.03);
}

.archive-item__title{
  margin: 14px 16px 8px;
  font-size: 18px;
  line-height: 1.2;
}

.archive-item__title a{
  color: inherit;
  text-decoration: none;
}

.archive-item__excerpt{
  margin: 0 16px 14px;
  font-size: 14px;
  line-height: 1.5;
  opacity: .85;
}

/* кнопка/ссылка "Подробнее" */
.archive-item__more{
  margin: auto 16px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: transform .2s ease, opacity .2s ease;
}

.archive-item__more:hover{
  opacity: .92;
  transform: translateY(-1px);
}

/* если нет миниатюры */
.archive-item .archive-item__thumb:empty{
  display:none;
}

.wpcf7{position: relative;z-index: 1;}

.wpcf7 form .wpcf7-response-output{    background: #ffffffd4;}


































@media (max-width: 992px){
	.header-burger{ display:block; }

	.header-body__menu--desktop,
	.header__button--desktop{
		display:none;
	}

	.header-mobile{
		display:block;
	}

	/* чуть аккуратнее меню на мобе */
	.header-mobile .header__menu{
		display:flex;
		flex-direction:column;
		gap:14px;
	}

	.header-mobile .header__button{
		margin-top:18px;
	}
	.archive-list{
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media(max-width: 767px){
	.banner__container{position: relative; top: auto !important; left: auto !important; transform: none !important;}
	.banner__title{margin: 4px auto 50px;color: #000;text-align: center;}
	.banner__btn-and-text{flex-direction: column; text-align: center;}
	.banner__subtitle{color:#000:}


	.charity__container{    flex-direction: column;}





	.charity .charity__img{width: 65% !important;}
	.charity .charity__img_main,.charity .charity__img_bg{max-width:250px; max-height:250px;}
	.charity .charity__container:before{height: 250px;}



	.upcomevents .charity__info,.upcomevents .charity__img{width:100% !important; margin:20px 0 !important;}


	.charity-slider-cloned .charity__container{    flex-direction: column-reverse;}


	/*.popular-causes__slider .slick-track{width:100% !important;}*/


	.after-banner__item{width:100% !important;}
	.after-banner__content{    row-gap: 95px;}
	.after-banner__item_body-blue-round{left: 50% !important;transform: translateX(-50%);}


	.main-form__content{    flex-direction: column;}
	.main-form__form,.main-form__banner{width:100%;}
	.main-form__form{padding: 35px 20px;}


	.wtau__container{flex-direction: column;}
	.wtau__title,.wtau__slider{width:100%;}
	.wtau__slider{gap: 0;}
	.wtau-slider-item{padding:10px;}
	.wtau__slider .slick-track{    margin: 85px 0 30px !important;}
	.header-top{padding:0 5px;}
	.header-top__info span{line-height:12px; font-size:11px;}


	.contacts-page__grid {
		grid-template-columns: 1fr;
	}

	.contacts-page__map,
	.contacts-page__map-iframe {
		height: 360px;
		min-height: 360px;
	}
	
	.popular-causes__donat_list .popular-causes__slider_item{width:100% !important;}
	
	.header-mobile .header__menu_submenu{
		display:none !important; /* откроем через slideToggle */
		opacity: 1;
		visibility: visible;
		z-index: 2;
	}
	.header-mobile li.is-open > .header__menu_submenu{
		display:block !important;
	}
	
	.upcomevents__slider_item{margin:20px 0;}
	.upcomevents__slider_item-image{margin-left: 0;}
	.upcomevents__slider_item-image img{border-radius: 10px 10px 0 0;}
	
	.header__mob-tg{display:block;        margin-top: 30px;}
}



@media (max-width: 600px){
  .archive-list{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .archive-item__title{
    font-size: 17px;
  }
}


@media(max-width:550px){
	.slick-slide img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
	.upcomevents:after{background:#0000000d;}

	.main-form__banner_info{padding:10px;}
	.main-form__banner_info-adress,.main-form__banner_info-mail{gap:5px;}
	.main-form__banner_info-adress svg,.main-form__banner_info-mail svg{min-width:25px;}
	.main-form__banner_info-adress span,.main-form__banner_info-mail a{line-height:12px; font-size:12px;}

	.footer__items{align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;gap: 20px;flex-direction: column;}    
	.footer__item{text-align:center;}
	.footer__item_title:after{display: none;}
	.footer__item_title{justify-content: center;}

	.charity__slider-new .charity__slider-new_item img{max-width: 400px;}
	.charity__slider-new_item img,.upcomevents__slider_item-image img{position:unset;}

	.upcomevents__slider_item{    flex-direction: column; gap:10px;}
	.upcomevents__slider_item-image{    width: 100%;object-fit: cover;}
	.upcomevents__slider_item-info{margin-left:45px;}
	.wtau__slider .slick-arrow{position:absolute; z-index:1;}
	.wtau__slider .slick-next{right: -12px;}
	
	.team__slider .slick-track{gap: 0 !important;}
	.team__slider .slick-arrow{position:absolute; z-index:1; top: 50%; transform:translateX(-50%);}
	.team__slider .slick-prev{left: 0px;}
	.team__slider .slick-next{right: -15px;}
}