/*
Theme name: Dedmorozim
Description: Описание
*/


@font-face {
	font-family: "Open Sans";
	font-display: swap;
	src: url("fonts/opensans.woff2") format("woff2"), url("fonts/opensans.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
  
@font-face {
	font-family: "Open Sans";
	font-display: swap;
	src: url("fonts/opensansbold.woff2") format("woff2"), url("fonts/opensansbold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	font-display: swap;
	src: url("fonts/opensanslight.woff2") format("woff2"), url("fonts/opensanslight.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}


.alignleft {display: inline;float: left;margin-right: 1.625em;}
.alignright {display: inline;float: right;margin-left: 1.625em;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}


*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 16px/22px 'Open Sans', Arial, sans-serif;
	color: #000;
	background: #FFF;
}
.m_box {
	width: 100%;
	min-width: 320px;
	overflow: hidden;
	position: relative;
}
.m_inb {
	width: 100%;
    min-width: 320px;
	max-width: 1120px;
	margin: 0 auto;
    position: relative;
    border-top: 0px solid transparent;
    padding-left: 10px;
    padding-right: 10px;
}
.m_inb:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 0;
}


input, textarea {
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #00B1E4;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.minimal-wrapper {
	padding: 10px;
}



/* Header ----------------------------------------------------------------------------- */
.header {
	padding: 15px 0 25px;
}
.h_left {
	float: left;
	width: 282px;
	overflow: hidden;
}
.h_logo {
	float: left;
	display: block;
	width: 150px;
	height: 57px;
	background: url(i/bg-logo.svg) center no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.h_desc {
	float: right;
	width: 140px;
	color: #9DBDC6;
	font-size: 13px;
	line-height: 18px;
	padding-top: 7px;	
}
.h_btn {
	float: left;
	text-align: center;
	font-size: 0;
	margin-left: 90px;
}
.h_btn a {
	display: inline-block;
	vertical-align: top;
	width: 204px;
	height: 43px;
	-webkit-border-radius: 21px;
	        border-radius: 21px;
	margin: 5px 15px 0;
	padding-left: 25px;
	border: 1px solid #75DEFD;
	color: #75DEFD;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.h_btn a:hover {
	color: #FFF;
}
a.h_btn-give {
	border: 1px solid #ec2d3c;
	color: #EC2D3C;
	background-position: 10px center;
	background-image: url(i/bg-head-btn-give.png);
	-webkit-background-size: 29px 29px;
	-o-background-size: 29px 29px;
	background-size: 29px 29px;
}
a.h_btn-give:hover {
	background-color: #EC2D3C;
	color: #fff;
	background-image: url(i/bg-foot-btn-give.png);
}
a.h_btn-get {
	background-position: 17px center;
	background-image: url(i/bg-head-btn-get.png);
	-webkit-background-size: 22px 27px;
	-o-background-size: 22px 27px;
	background-size: 22px 27px;
}
a.h_btn-get:hover {
	background-color: #75DEFD;
	background-image: url(i/bg-foot-btn-get.png);
}
a.h_btn-donor {
	display: none;
	border: 1px solid #00B1E4;
	color: #00B1E4;
	background-position: 10px center;
	background-image: url(i/bg-head-btn-donor.png);
	-webkit-background-size: 30px 29px;
	-o-background-size: 30px 29px;
	background-size: 30px 29px;
}
a.h_btn-donor:hover {
	background-color: #00B1E4;
	background-image: url(i/bg-foot-btn-donor.png);
}

.h_cont {
	float: right;
	text-align: right;
	padding-top: 5px;
}
.h_tel {
	margin-bottom: 10px;
	display: block;
	color: #ABC6CE;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
}
.h_tel span {
	color: #000;
	font-weight: bold;
	
}
.h_mail {
	display: inline-block;
	color: #00B1E4;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	border-bottom: 1px dashed #00B1E4;
}
.h_mail:hover {
	border-bottom-color: transparent;
}
.h_address {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}


/* Nav --------------------------------- */
.h_bot {
	background-color: #00B1E4;
	overflow: visible;
	position: relative;
	z-index: 10;
}
.h_bot .m_inb {
	padding-top: 0;
}
.h_nav {
	float: left;
}
.h_nav-btn {
	display: none;
	text-transform: uppercase;
	padding: 15px 5px;
	color: #FFF;
	font-size: 16px;
	line-height: 19px;
}
.h_nav-btn span {
	display: inline-block;
	vertical-align: top;
	width: 27px;
	height: 4px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	background: #FFF;
	margin: 7px 0 0 4px;
	position: relative;
}
.h_nav-btn span::before, .h_nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 27px;
	height: 4px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	background: #FFF;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.h_nav-btn span::before {
	top: -6px;
}
.h_nav-btn span::after {
	bottom: -6px;
}
.h_nav.active .h_nav-btn span {
	background: transparent;
}
.h_nav.active .h_nav-btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.h_nav.active .h_nav-btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.h_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	text-align: left;
}
.h_nav ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	margin-right: 2px;
}
.h_nav ul li a {
	display: block;
	padding: 15px 14px;
	color: #FFF;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
}
.h_nav ul li a:hover, .h_nav ul li.current-menu-item a {
	background-color: #62DAFD;
}

.h_search {
	float: right;
	width: 21px;
	height: 29px;
	margin: 10px 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.h_search.active {
	width: 240px;
}
.h_search-form {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 29px;
	background: #FFF;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.h_search.active .h_search-form {
	width: 100%;
}
.h_search-form input {
	float: left;
	width: calc(100% - 31px);
	height: 29px;
	padding-left: 15px;
	border: none;
	outline: #FFF;
	background-color: transparent;
}
.h_search-form input[type="submit"] {
	display: block;
	width: 0;
	height: 0;
	opacity: 0;
	margin-top: 14px;
	background: url(i/bg-search-submit.png) center no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	cursor: pointer;
}
.h_search-form input[type="submit"] {
	width: 21px;
	height: 21px;
	margin-top: 4px;
	margin-right: 5px;
	opacity: 1;
}
.h_search-btn {
	display: block;
	width: 21px;
	height: 21px;
	opacity: 1;
	margin-top: 4px;
	background: url(i/bg-search.png) center no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	cursor: pointer;
}


/* Breadcrumbs ------------------------------- */
.c_breadcrumbs {
	overflow: hidden;
	padding: 35px 0 0;
	color: #454545;
	font-size: 14px;
	line-height: 24px;
}
.c_right {
	text-align: right;
}
.c_breadcrumbs a {
	color: #00B1E4;
}
.c_breadcrumbs span.current {
	color: #BDBDBD;
}


/* Submenu ---------------------------------------- */
.c_submenu {
    overflow: hidden;
    padding: 35px 0 0;
    color: #454545;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.c_submenu a {
	color: #00B1E4;
}
.c_submenu span.current {
	color: #BDBDBD;
}

.c_submenu .m_inb {
	padding-left: 24px;
}



/* Middle ----------------------------------------------------------------------------- */

.c_cont {
	padding: 50px 0;
}
.c_cont .m_inb::before {
	content: "";
	position: absolute;
	top: 0;
	right: 320px;
	width: 1px;
	height: 100%;
	background-color: #e8e8e8;
	
}
.c_fullwidth .m_inb::before {
	display: none;
	
}

.c_box {
	float: left;
	width: calc(100% - 350px);
}
.c_fullwidth .c_box {
	float: left;
	width: calc(100%);
}
.fullwidth {
	width: 100%;
}
.halfwidth {
	width: 50%;
}

.c_head {
	margin-bottom: 40px;
	color: #000;
	font-size: 36px;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
}
h1.c_head {
	text-align: left;
	margin-bottom: 30px;
}
h1.c_head span {
	display: block;
	font-size: 24px;
	margin-top: -3px;
}


.c_campaign-subtitle {
	margin-bottom: 24px;
}


.c_txt {
	overflow: hidden;
}
.c_txt h2, .c_txt h3 {
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: 300;
	line-height: 32px;
}
.c_txt h3 {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 28px;
}
.c_txt h4 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}
.c_txt p {
	line-height: 24px;
	margin-bottom: 24px;
}
.c_txt img {
	display: block;
	max-width: 100%;
	height: auto;
}
.c_txt .extra_links {
	display: block;
	margin-bottom: 10px;
}

.c_txt table {
	width: 100%;
	max-width: 500px;
	margin-bottom: 30px;
	border-collapse: collapse;
	color: #666;
	font-size: 14px;
	line-height: 21px;
}

.c_txt table tr {
	border-bottom: 1px solid #d3d3d3;
}
.c_txt table tr td {
	vertical-align: top;
	padding: 15px 0;
}
.c_txt tbody tr:nth-last-child(1) {
	border-top: 3px solid #d3d3d3;
	border-bottom: none;
	font-weight: bold;
	color: #3c3c3c;
}
.c_txt tbody td:nth-child(1) {
	padding-left: 20px;
}
.c_txt tbody td:nth-child(2) {
	padding-right: 20px;
	width: 150px;
    text-align: right;
}
.c_txt table thead tr {
	border-bottom: 3px solid #d3d3d3;
	color: #3c3c3c;
	font-weight: bold;
}
.c_txt thead td:nth-child(1) {
	padding-left: 20px;
}
.c_txt thead td:nth-child(2) {
	padding-right: 20px;
	width: 150px;
    text-align: right;
}
.c_txt .wp-caption p {
	font-size: 14px;
	line-height: 16px;
	color: #545454;
    margin-top: -3px;
}

.c_letters img {
	margin-bottom: 20px;
}

/* Круглые изображения */

.image-round {
	border-radius: 50%;
}

/* Цитаты */
.c_txt .c_quote-big {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 24px;
	border-bottom: 2px dotted #00B1E4;
	border-top: 2px dotted #00B1E4;
	background-color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.c_quote-big p {
	margin: 0;
}
.c_quote-big .c_quote-big__title {
	font-size: 36px;
	margin-bottom: 15px;
}

/* Собранная сумма */
.c_total-donation {
	text-align: center;
	color: #666;
	border: 1px solid #75DEFD;
	padding: 15px;
}


/* Page  ------------ */
.c_page-thumb {
	position: relative;
	margin-bottom: 20px;
}
.c_page-thumb--project {
	text-align: center;
	background-color: #82CFE6;
}
.c_page-thumb--services {
	text-align: center;
	background-color: #82CFE6;
}
.c_page-thumb--services {
	text-align: center;
}
.c_page-thumb img {
	max-width: 100%;
	height: auto;
}

.c_page .c_project-leyka {
	width: 100%;
	margin: 20px 0 30px;
}


div[id*="leyka_scale_standalone"] .leyka-scale-scale {
	height: 13px;
	border-radius: 6px;
}
div[id*="leyka_scale_standalone"] .leyka-scale-label {
	color: #999;
	font-size: 13px;
	margin-top: 5px;
}
div[id*="leyka_scale_standalone"] .leyka-scale-label b {
	color: #000;
	font-size: 16px;
}
div[id*="leyka_scale_standalone"] .leyka-scale-scale .target {
	background-color: #E1E1E1;
	border-radius: 6px;
	height: 100%;
}
div[id*="leyka_scale_standalone"] .leyka-scale-scale .collected {
	background-color: #00B1E4;
	border-radius: 6px;
	height: 100%;
}

.leyka-total-funded {
	margin-top: 5px;
	margin-bottom: 24px;
	color: #999;
	font-size: 16px;
}

.leyka-total-funded b {
	color: #000;
}


.c_page-btn {
	font-size: 0;
	text-align: left;
}
.c_page-btn--center {
	display: flex;
	justify-content: center;
}
.c_page-btn a {
	display: inline-block;
	vertical-align: top;
	height: 52px;
	padding: 0 20px;
	margin: 0 20px 20px 0;
	border: 1px solid #00B1E4;
	background-color: transparent;
	-webkit-border-radius: 24px;
	        border-radius: 24px;
	color: #00B1E4;
	font-size: 18px;
	line-height: 48px;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.c_page-btn a:hover {
	background-color: #00B1E4;
	color: #fff;
}
.c_page-btn--color a {
	background-color: #00B1E4;
	color: #fff;
}
.c_page-btn--color a:hover {
	background-color: #ec2d3c;
	border: 1px solid #ec2d3c;
}

.c_page-botcont {
	background-color: #F3F3F3;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	padding: 40px 20px 30px;
	overflow: hidden;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
}
.c_page-botcont .s_kontakt-thumb {
	float: left;
	width: 182px;
	height: 182px;
	margin-right: 22px;
	border: 7px solid #fff;
	overflow: hidden;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
}
.c_page-botcont .s_kontakt-thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.c_page-botcont .s_kontakt-name {
	margin-top: 12px;
	font-weight: bold;
}
.c_page-botcont .s_kontakt-cont {
	margin-top: 15px;
}


.c_list {
	width: calc(100% + 80px);
	margin-left: -40px;
	font-size: 0;
	text-align: center;
}
.c_item {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 0 40px 40px;
	padding-top: 120px;
	position: relative;
}

.c_btn {
	display: block;
	width: 100%;
	height: 42px;
	margin: auto;
	padding-right: 10px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	background-color: #00B1E4;
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	background-image: url(i/bg-arrow-btn.png);
	color: #fff;
	font-size: 13px;
	line-height: 42px;
	text-decoration: none;
}

.c_big-button {
	display: inline-block;
	margin-bottom: 70px;
	padding: 14px 20px;
	min-width: 100px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	background-color: #00b1e4;
	border: none;
	cursor: pointer;
	transition: background-color ease-in 0.2s;
}

.c_big-button:hover {
	background-color: #ec2d3c;
}


.slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	font-size: 0;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 3px;
}
.slick-dots li button {
	display: block;
	width: 52px;
	height: 4px;
	background-color: #FFF;
	border: none;
	outline: none;
	cursor: pointer;
	text-indent: -4989px;
}
.slick-dots li.slick-active button {
	background-color: #00B1E4;
	cursor: default;
}


/* What work -------------- */
.c_whatwork {
	width: 100%;
	max-width: 680px;
	padding-bottom: 70px;
}
.c_whatwork .c_txt {
	margin-bottom: 14px;
}
.c_whatwork-txt {
	background: url(i/bg-whatwork.png) 16px center no-repeat;
	padding-left: 100px;
	padding-top: 5px;
	min-height: 78px;
	font-weight: bold;
}



/* News list -------------- */
.c_news {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
	font-size: 0;
}
.c_news-item {
	width: calc(50% - 15px);
	margin-bottom: 50px;
	position: relative;
}
.c_fullwidth .c_news-item {
	width: calc(33% - 15px);
}
.c_min-news-item {
	margin-bottom: 30px;
	color: #757575;
	font-size: 14px;
	line-height: 21px;
}
.s_sidenews .c_news-item {
	width: calc(100% - 15px);
}
.c_news-link {
	display: block;
	width: 100%;
	text-decoration: none;
}
.c_min-news-item .c_news-link {
	color: #00B1E4;
	font-size: 16px;
	line-height: 22px;
}
.c_min-news-item .c_news-link span {
	border-bottom: 1px solid #00B1E4;
}
.c_news-thumb {
	display: block;
	width: 100%;
	height: 225px;
	overflow: hidden;
}
.s_sidenews .c_news-thumb {
	height: auto !important;
}
.c_news-thumb img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: all 0.3s ease;
}
.c_news-thumb img:hover {
	opacity: 0.9;
}
.c_news-date {
	position: absolute;
	top: 10px;
	left: 0;
	padding: 5px 10px 4px;
	background-color: rgba(236, 45, 60, 0.6);
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	z-index: 20;
}
.c_min-news-item .c_news-date {
	display: block;
	position: relative;
	color: #757575;
	font-size: 14px;
	line-height: 25px;
	padding: 0;
	background-color: transparent;
}
.c_news-title {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 10px;
}
.c_news-title i {
	font-style: normal;
}
.c_news-link:hover .c_news-title i {
	border-bottom: 1px solid #000;
}
.c_news-txt {
	color: #7C7C7C;
	font-size: 13px;
	line-height: 19px;
	margin: 12px 0;
}
.c_news-more a {
	color: #00B1E4;
	font-size: 13px;
	line-height: 16px;
	text-decoration: underline;
}
.c_news-more a:hover {
	text-decoration: none;
}


/* Pagenavi --------------- */
.c_pagenavi {
	text-align: center;
	overflow: hidden;
	padding: 50px 0;
	font-size: 0;
}
.c_pagenavi a, .c_pagenavi span {
	display: inline-block;
	vertical-align: top;
	width: 41px;
	height: 41px;
	margin: 0 2px 4px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 41px;
}
.c_pagenavi span.current {
	color: #fff;
	background-color: #00B1E4;
}
.c_pagenavi a {
	color: #00B1E4;
}
.c_pagenavi a.prev, .c_pagenavi a.next {
	width: auto;
}



/* Sidebar ---------------- */
.c_side {
	float: right;
	width: 290px;
}
.s_box {
	overflow: hidden;
	padding-bottom: 65px;
	position: relative;
}
.s_box::before {
	content: "";
	position: absolute;
	bottom: 32px;
	left: calc(50% - 80px);
	width: 160px;
	height: 1px;
	background-color: #E3E3E3;
}

.c_project-side {
	overflow: hidden;
	margin-bottom: 45px;
}
.c_project-side .c_project-thumb, .c_project-side .c_project-info  {
	float: none;
	width: 100%;
	height: auto;
}
.c_project-side .c_project-info {
	padding-top: 5px;
}
.c_project-side .c_project-type {
	margin-bottom: 10px;
}
.c_project-side div[id*="leyka_scale_standalone"] .leyka-scale {
	padding-top: 15px;
}


/* Main top slider ---------- */
.c_slider {
	overflow: hidden;
}
.c_slider-image {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
}
.c_slider-image img {
	display: block;
	width: 100%;
	max-width: 1920px;
}
.c_slider-item {
	float: left;
	width: 100%;
	background-repeat: repeat;
	background-position: center;
	background-color: #f4f4f4;
	background-image: url(i/bg-maintop.png);
	position: relative;
}
.c_slider-item .m_inb {
	z-index: 20;
}
.c_slider-info {
	position: absolute;
	bottom: 50px;
	left: 20px;
	max-width: 800px;
	background-color: #EC2D3C;
	border-radius: 10px;
}
.c_slider-title {
	line-height: 42px;
}
.c_slider-title a {
	display: inline-block;
	padding: 20px;
	color: #FFF;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}



/* Main top ----------------- */
.c_maintop {
	background: #f4f4f4 url(i/bg-maintop.png) center repeat;
	padding: 45px 0 20px;
}
.c_maintop-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 48px);
	width: 96px;
	height: 96px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	border: 1px solid #20bae6;
	background-position: center;
	background-repeat: no-repeat;
}
.c_maintop-child::before {
	background-image: url(i/bg-maintop-child.png);
	-webkit-background-size: 54px 45px;
	     -o-background-size: 54px 45px;
	        background-size: 54px 45px;
}
.c_maintop-allhelp::before {
	background-image: url(i/bg-maintop-allhelp.png);
	-webkit-background-size: 46px 42px;
	     -o-background-size: 46px 42px;
	        background-size: 46px 42px;
}
.c_maintop-money::before {
	background-image: url(i/bg-maintop-money.png);
	-webkit-background-size: 27px 33px;
	     -o-background-size: 27px 33px;
	        background-size: 27px 33px;
}
.c_maintop-donor::before {
	background-image: url(i/bg-maintop-donor.png);
	-webkit-background-size: 45px 46px;
	     -o-background-size: 45px 46px;
	        background-size: 45px 46px;
}
.c_maintop-num {
	font-size: 28px;
	line-height: 30px;
}
.c_maintop-title {
	font-size: 16px;
	line-height: 22px;
	margin: 17px 0;
}
.c_maintop-title span {
	display: block;
}
.c_maintop-btn {
	width: 170px;
}
.c_maintop-money .c_maintop-btn {
	background-color: #ec2d3c;
}





/* Friends project -------------------- */
.c_frinds {
	padding: 40px 0 40px;
}
.c_frinds-list {
	overflow: hidden;
	padding-bottom: 36px;
}
.c_frinds-list .slick-list {
	overflow: hidden;
}
.c_frinds-item {
	float: left;
	width: 150px;
	min-height: 150px;
	margin-right: 20px;
}

.c_frinds-list .slick-dots button {
	background-color: #E8E8E8;
}

/* Проекты на главной */
.c_projects-main {
	padding-top: 50px;
	padding-bottom: 15px;
}

.c_projects-main-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.c_projects-main-list div[id*="leyka_scale_standalone"] .leyka-scale {
	padding: 10px 0 0;
}
.c_projects-main-item {
	display: flex;
	flex-direction: column;
	width: calc(25% - 15px);
	margin-bottom: 40px;
}
.c_projects-main-title {
	flex-grow: 1;
}
.c_projects-main-list-slider {
	overflow: hidden;
	position: relative;
	margin-right: -20px;
}
.c_projects-main-list-slider .slick-track {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}
.c_projects-main-list-slider .slick-arrow {
	position: absolute;
	top: 85px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	z-index: 1000;
}
.c_projects-main-list-slider .slick-prev {
	background: #00B1E4 url(i/icon-arrow-l.svg) center no-repeat;
	background-size: 8px 16px;
	left: 10px;
}
.c_projects-main-list-slider .slick-prev:hover {
	background-color: #EC2D3C;
}
.c_projects-main-list-slider .slick-next {
	background: #00B1E4 url(i/icon-arrow-r.svg) center no-repeat;
	background-size: 8px 16px;
	right: 30px;
}
.c_projects-main-list-slider .slick-next:hover {
	background-color: #EC2D3C;
}
.c_projects-main-list-slider .slick-disabled {
	z-index: -100;
}
.c_projects-main-item-slider {
	margin-bottom: 40px;
	margin-right: 20px;
}
.c_projects-main-thumb {
	margin-bottom: 10px;
	line-height: 0;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}
.c_projects-main-thumb img {
	width: 100%;
	transition: 1s ease;
}
.c_projects-main-thumb:hover img {
	transform: scale(1.1);
}
.c_projects-main-thumb:hover + .c_projects-main-info .c_projects-main-title a {
	border-bottom: 1px solid #000;
}
.c_projects-main-type {
	color: #999;
	font-size: 13px;
	line-height: 20px;
}

.c_projects-main-title a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	
}
.c_projects-main-title a:hover {
	border-bottom: 1px solid #000;
}
.c_projects-main-btn {
	width: 170px;
	text-align: center;
	transition: all 0.3s ease;
}
.c_projects-main-btn:hover {
	background-color: #ec2d3c;
}
.c_projects-main-leyka {
	margin-bottom: 15px;
}
.c_projects-main-leyka div[id*="leyka_scale_standalone"] .leyka-scale {
	padding-top: 15px;
}
.c_projects-main-leyka div[id*="leyka_scale_standalone"] .leyka-scale-scale {
	height: 8px;
}
.c_projects-main-leyka div[id*="leyka_scale_standalone"] .leyka-scale-scale .collected,
.c_projects-main-leyka div[id*="leyka_scale_standalone"] .leyka-scale-scale .target {
	border-radius: 4px;
	height: 100%;
}
.c_main {
	background: #f4f4f4 url(i/bg-maintop.png) center repeat;
}

/* Проекты: категория */
.c_projects-main-item .c_project-leyka {
	margin-bottom: 20px;
}

/* How we help ----------------------- */
.c_howhelp {
	background: #f4f4f4 url(i/bg-maintop.png) center repeat;
	padding: 52px 0 20px;
}
.c_howhelp .c_head {
	position: relative;
	padding-bottom: 36px;
	background: url(i/bg-howhelp.png) center bottom no-repeat;
}
.c_howhelp-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 48px);
	width: 96px;
	height: 96px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	border: 1px solid #20bae6;
	background-position: center;
	background-repeat: no-repeat;
}
.c_howhelp-subscrube::before {
	background-image: url(i/bg-howhelp-subscrube.png);
	-webkit-background-size: 51px 34px;
	     -o-background-size: 51px 34px;
	        background-size: 51px 34px;
}
.c_howhelp-volonter::before {
	background-image: url(i/bg-howhelp-volonter.png);
	-webkit-background-size: 47px 43px;
	     -o-background-size: 47px 43px;
	        background-size: 47px 43px;
}
.c_howhelp-partner::before {
	background-image: url(i/bg-howhelp-partner.png);
	-webkit-background-size: 55px 41px;
	     -o-background-size: 55px 41px;
	        background-size: 55px 41px;
}
.c_howhelp-donation::before {
	background-image: url(i/bg-howhelp-donation.png);
	-webkit-background-size: 48px 48px;
	     -o-background-size: 48px 48px;
	        background-size: 48px 48px;
}
.c_howhelp-num {
	font-size: 28px;
	line-height: 30px;
}
.c_howhelp-title {
	font-size: 16px;
	line-height: 22px;
	margin: 17px 0;
}
.c_howhelp-form {
	overflow: hidden;
}
.c_howhelp-form input {
	float: left;
	width: calc(100% - 49px);
	height: 43px;
	padding-left: 15px;
	border: 1px solid #E4E4E4;
	background-color: #fff;
	outline: none;
	-webkit-border-radius: 18px;
	        border-radius: 18px;
	color: #000;
	font-size: 14px;
}
.c_howhelp-form input[type="submit"] {
	float: right;
	width: 43px;
	height: 43px;
	padding-left: 0;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	border: 1px solid #00B1E4;
	background-color: #00B1E4;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(i/bg-arrow-btn.png);
	cursor: pointer;
}
.c_howhelp-btn {
	width: 170px;
}
.c_howhelp-donation .c_howhelp-btn {
	background-color: #ec2d3c;
}



.tabs__content {
	display: none;
}
.tabs__content.active {
	display: block;
	animation: show_tab 1s 1 linear;
}

@keyframes show_tab {
	from {opacity: 0.2;}
	to {opacity: 1;}
	}


/* Page report ------------------------------- */
.c_report-fullwrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.c_report-wrapper--halfwidth {
	width: calc(50% - 15px);
}
.c_report-head {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 24px;
	padding: 30px;
}
.c_report-list {
	display: table;
	width: 100%;
	border: 1px solid #E1E1E1;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	padding: 30px;
	margin-bottom: 70px;
}
.c_report-list-case {
	height: 230px;
}
.c_report-list-case img {
	width: 100%;
	height: 100%;
	margin: 0;
}
.c_report-item {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #E1E1E1;
	text-align: center;
}
.c_report-item:last-child {
	border-right: none;
}

/* Отчёт в цифрах */
.c_report-num {
	width: 100%;
	height: 230px;
	border: 1px solid #E1E1E1;
	border-collapse: collapse;
}
.c_report-num tr,
.c_report-num td {
	border: 1px solid #E1E1E1;
}
.c_report-num td:hover {
	background-color: #00B1E4;
}
.c_report-num-item {
	padding: 10px;
	text-align: center;
}
.report-num {
	padding-top: 30px;
	padding-left: 15px;
}

.report-num__item {
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.report-num__period {
	padding-bottom: 10px;
	border-bottom: 3px solid #d3d3d3;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: #3c3c3c;
}

.report-num__line {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #666666;
}

.report-num__link {
	position: relative;
	min-width: 123px;
	padding-left: 22px;
	text-align: right;
}

.report-num__link::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	background: url(i/icon-save.svg) center no-repeat;
}

.report-num__href {
	position: relative;
	padding-left: 30px;
	text-align: right;
}

.report-num__href::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background: url(i/icon-link.svg) center no-repeat;
}

.tabs__caption {
	list-style: none;
	text-align: left;
	font-size: 0;
	margin-bottom: 22px;
}
.tabs__caption li {
	display: inline-block;
	vertical-align: top;
	height: 34px;
	padding: 0 24px;
	margin-right: 4px;
	-webkit-border-radius: 17px;
	        border-radius: 17px;
	color: #666;
	font-size: 18px;
	line-height: 34px;
	cursor: pointer;
}
.tabs__caption li.active {
	color: #fff;
	background-color: #00B1E4;
	cursor: default;
}

/* О фонде */
.about-table {
	padding-top: 30px;
	padding-left: 15px;
}

.about-table__item {
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.about-table__item:last-child {
	margin-bottom: 40px;
}

.about-table__title {
	padding-bottom: 10px;
	border-bottom: 3px solid #d3d3d3;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	color: #3c3c3c;
}

.about-table__line {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #666666;
}

.about-table__line p {
	margin-bottom: 0;
}

.c_txt .about-table__text {
	margin-bottom: 0;
}

.about-table__link {
	position: relative;
	min-width: 123px;
	padding-left: 22px;
	text-align: right;
}

.about-table__link::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	background: url(i/icon-save.svg) center no-repeat;
}

.about-contacts {
	position: relative;
	margin-bottom: 40px;
}

.about-contacts__card {
	position: absolute;
	top: 20px;
	left: 125px;
	padding: 30px;
	background-color: #ffffff;
	border: 3px solid #00b1e4;
	z-index: 1000;
}

.about-contacts__card-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}

.about-contacts__address {
	font-size: 20px;
	line-height: 32px;
}

.about-contacts__map {
	width: 100%;
	height: 500px;
}

.about-video {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

.about-video__wrapper {
	width: calc(50% - 20px);
	margin-bottom: 25px;
}

.video-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 15px;
	background-color: #000000;
	cursor: pointer;
}

.video__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.video__text {
	color: #7c7c7c;

}
.no-js .video__button {
	display: none;
}

.video__button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	padding: 0;
	width: 68px;
	height: 48px;
	border: none;
	background-color: transparent;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.video__button-shape {
	fill: #212121;
	fill-opacity: 0.8;
}

.video__button-icon {
	fill: #ffffff;
}

.video__button:focus {
	outline: none;
}

.video-wrapper:hover .video__button-shape,
.video__button:focus .video__button-shape {
	fill: #ff0000;
	fill-opacity: 1;
}

/* Команда */
.c_team .m_inb::before {
	display: none;
}

.c_team__text {
	margin: 0 auto;
	max-width: 850px;
}

.team__title,
.team__subtitle {
	margin: 0 auto;
	margin-bottom: 25px;
	max-width: 850px;
}

.team__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 15px;
}

.team__wrapper--left {
	justify-content: start;
}

.team-card {
	width: 200px;
	margin-right: 25px;
	margin-bottom: 24px;
}

.team-card:nth-child(5n) {
	margin-right: 0;
}

.team-card:last-child {
	margin-right: 0;
}

.team-card__photo {
	margin-bottom: 15px;
	line-height: 0;
}

.team-card__text {
	text-align: center;
}

.team-card .team-card__title {
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: 700;
}

.team-card .team-card__desc {
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 20px;
	color: #7c7c7c;
}


/* Project --------------------------------------------- */
.c_projtop {
	overflow: hidden;
}
.c_projtop-box {
	width: 100%;
	height: 357px;
	padding-top: 40px;
	background: url(i/bg-projtop.jpg) no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.c_projtop-title {
	margin: 2px 0 10px;
	text-align: center;
}
.c_projtop-title a {
	display: inline-block;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.c_projtop-desc {
	margin-bottom: 45px;
	color: #C2C2C2;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

.c_project-list {
	overflow: hidden;
}
.c_project-item {
	overflow: hidden;
	margin-bottom: 45px;
	border: 1px solid #EBEBEB;
}
.c_project-thumb {
	float: left;
	width: 310px;
	height: 210px;
	overflow: hidden;
}
.c_project-thumb a {
	position: relative;
	display: block;
	width: 100%;
}
.c_project-thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.c_project-info {
	float: right;
	width: calc(100% - 350px);
	padding: 15px 5px 0 0;
}
.c_project-title {
	margin-bottom: 4px;
}
.c_project-title a {
	display: inline-block;
	border-bottom: 1px solid transparent;
	color: #00B1E4;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
}
.c_project-title a:hover {
	border-bottom-color: #00B1E4;
}
.c_project-type {
	margin-bottom: 20px;
	color: #999;
	font-size: 13px;
	line-height: 20px;
}
.c_project-opis {
	font-size: 13px;
	line-height: 18px;
}

div[id*="leyka_scale_standalone"] .leyka-scale {
	border: none;
	padding: 30px 0 0;
}

.c_page div[id*="leyka_scale_standalone"] .leyka-scale {
	padding-top: 5px;
}

.c_leyka-box {
	overflow: hidden;
}
.c_leyka-head {
	color: #000;
	font-size: 28px;
	font-weight: 300;
	line-height: 30px;
	margin: 60px 0 30px;
}

.c_txt .leyka-form-footer {
	padding: 0;
	opacity: 0;
}


.c_project-leykabtn {
	text-align: right;
}
.c_project-leykabtn a {
	display: inline-block;
    background: #ec2d3c;
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    text-decoration: none !important;
    padding: 0.4em 1.5em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	box-sizing: border-box;
	transform: translateX(5px);
}


/* Завершённые проекты */
.c_oldproject-item {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin-bottom: 25px;
	margin-right: 10px;
	width: calc(25% - 11px);
}
.c_oldproject-item:nth-child(4n) {
	margin-right: 0px;
}
.c_oldproject-thumb {
	float: left;
	overflow: hidden;
}
.c_oldproject-thumb a {
	display: block;
	width: 100%;
}
.c_oldproject-thumb a:hover {
	opacity: 0.9;
}
.c_oldproject-thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.c_oldproject-info {
	float: right;
	width: 100%;
	padding: 10px 5px 0 0;
}
.c_oldproject-title {
	margin-bottom: 4px;
	text-align: center;
}
.c_oldproject-title a {
	display: inline-block;
	color: #00B1E4;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-decoration: none;
}
.c_oldproject-title a:hover {
	text-decoration: underline;
}



/* Совершить чудо ---------------------------------- */

.c_dedmorozit .c_txt {
	max-width: 850px;
	margin: 0 auto;
}

.c_dedmorozit .c_txt--left {
	max-width: 850px;
	margin: 0;
}

.c_dedmorozit .m_inb::before {
	display: none;
}

.c_volont-box {
	overflow: hidden;
	margin-bottom: 32px;
}
.c_volont-head {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 10px;
}
.c_volont-head span {
	color: #F1626D;
}
.c_volont-dop {
	color: #999;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 10px;
}
.c_volont-box input[type="text"],
.c_volont-box input[type="email"],
.c_volont-box input[type="tel"],
.c_volont-box textarea {
	width: 100%;
	max-width: 450px;
	height: 50px;
	background-color: #F3F3F3;
	border: 1px solid #F3F3F3;
	padding-left: 12px;
}
.c_volont-box textarea {
	max-width: 600px;
	height: 230px;
	padding-top: 5px;
	resize: none;
}
.c_volont-box span.wpcf7-list-item {
	display: block;
	margin-left: 0;
	margin-bottom: 14px;
}


.c_volont-box input[type="checkbox"], .c_volont-box input[type="radio"] {
    display: none;
}
.c_volont-box .wpcf7-list-item-label {
    position: relative;
    padding-left: 34px;
}
.c_volont-box input[type="checkbox"] + .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #AEAEAE;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: 2px 4px;
    -webkit-background-size: 16px 12px;
         -o-background-size: 16px 12px;
            background-size: 16px 12px;
}
.c_volont-box input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-image: url(i/bg-checkbox.png);
}


.c_volont-box input[type="radio"] + .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #AEAEAE;
    background-color: #f2f2f2;
    -webkit-border-radius: 100%;
            border-radius: 100%;
}
.c_volont-box input[type="radio"] + .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 12px;
    height: 12px;
    background-color: transparent;
    -webkit-border-radius: 100%;
            border-radius: 100%;
}
.c_volont-box input[type="radio"]:checked + .wpcf7-list-item-label::after {
    background-color: #00b1e4;
}

.c_volont-box input[type="submit"] {
	display: block;
	width: 280px;
	height: 50px;
	text-align: center;
	padding-left: 0;
	background-color: #00B1E4;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 48px;
	border: none;
	outline: none;
	cursor: pointer;
}






/* Dedmorozim -------------------------------------- */
.c_morozim-slider {
	width: calc(100% - 140px);
	margin: 0 auto 20px;
	position: relative;
}
.c_morozim-slider .slick-list {
	overflow: hidden;
}
.c_morozim-item {
	float: left;
	width: 100%;
	height: auto;
}
.c_morozim-post {
	margin-bottom: 60px;
}
.c_morozim-thumb {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.c_morozim-post .c_morozim-thumb {
	margin-bottom: 45px;
}
.c_morozim-info {
	text-align: center;
}
.c_morozim-title {
	display: inline-block;
	vertical-align: top;
	color: #00B1E4;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-right: 18px;
}
.c_morozim-post .c_morozim-title {
	display: block;
	margin: 0 0 30px 0;
}
.c_morozim-comment {
	display: inline-block;
	vertical-align: top;
	color: #989898;
	font-size: 16px;
	line-height: 20px;
	padding-left: 18px;
	border-left: 1px solid #989898;
}
.c_morozim-more {
	overflow: hidden;
	text-align: center;
	margin: 40px 0 20px;
}
.c_morozim-more a {
	display: inline-block;
	vertical-align: top;
	width: 168px;
	height: 44px;
	border: 2px solid #00b1e4;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	background-color: transparent;
	color: #00b1e4;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
.c_morozim-more a:hover {
	background-color: #00b1e4;
	color: #ffffff;
}
.c_morozim-post .c_morozim-info {
	text-align: left;
}
.c_morozim-post .c_morozim-more {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px 0 0;
}
.c_morozim-post .c_morozim-comment {
	padding-left: 0;
	border-left: none;
	line-height: 44px;
}

.c_morozim-slider .slick-arrow {
	position: absolute;
	top: calc(50% - 20px);
	width: 36px;
	height: 36px;
	border: none;
	outline: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(i/bg-slider-arrows.png);
	-webkit-background-size: 72px 72px;
	     -o-background-size: 72px 72px;
	        background-size: 72px 72px;
	text-indent: -4989px;
	cursor: pointer;
}
.c_morozim-slider .slick-prev {
	left: -70px;
	background-position: left top;
}
.c_morozim-slider .slick-prev:hover {
	background-position: left bottom;
}
.c_morozim-slider .slick-next {
	right: -70px;
	background-position: right top;
}
.c_morozim-slider .slick-next:hover {
	background-position: right bottom;
}

.c_morozim-all {
	overflow: hidden;
	text-align: center;
}
.c_morozim-allor {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 22px;
}
.c_morozim-all a {
	display: inline-block;
	vertical-align: top;
	width: 168px;
	height: 44px;
	border: 2px solid #ec2d3c;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	background-color: #ec2d3c;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}



.c_cosial {
	overflow: hidden;
	padding: 20px 0;
}
.c_cosial-head {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 2px;
}
.c_cosial-desc {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 7px;
}


/* Comments --------------------------------- */
.c_comment-head {
	color: #000;
	font-size: 27px;
	font-weight: 300;
	line-height: 31px;
	margin: 50px 0 35px;
}
.my_commentlist {
	list-style: none;
	padding-bottom: 40px;
}
.children {
	list-style: none;
	margin-left: 30px;
}
.my_commentlist .comment-body {
	margin-bottom: 20px;
	padding: 12px;
	background-color: #F5F5F5;
}
.comment-header .fn {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
}
.comment-header .com_date {
	color: #CCC;
	font-weight: 300;
}
.comment-content {
	margin: 5px 0 25px;
	color: #333;
	font-size: 15px;
	line-height: 17px;
}
.reply a {
	color: #8D8D8D;
	font-size: 15px;
}

.comment-respond {
	overflow: hidden;
}
.comment-reply-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 15px;
}
.comment-respond input, .comment-respond textarea {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 280px;
	height: 52px;
	margin: 0 18px 16px 0;
	background-color: #F3F3F3;
	border: 1px solid #F3F3F3;
	padding-left: 14px;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}
.comment-form-url {
	float: left;
}
.comment-respond textarea {
	max-width: 100%;
	height: 200px;
	padding-top: 7px;
}
.comment-respond input[type="submit"] {
	padding-left: 0;
	background-color: #00B1E4;
	border-color: #00B1E4;
	color: #fff;
	cursor: pointer;
}

.comment-respond .comment-notes {
	margin-bottom: 15px;
}




/* Footer ----------------------------------------------------------------------------- */
.footer {
	background-color: #283A3F;
	padding: 36px 0 32px;
	color: #FFF;
}
.f_left {
	float: left;
	width: 440px;
	overflow: hidden;
}
.f_center {
	float: left;
	width: 210px;
	margin-left: 70px;
}
.f_right {
	float: right;
	width: 280px;
}

.f_info {
	float: left;
	width: 190px;
}
.f_logo {
	display: block;
	width: 147px;
	height: 58px;
	margin-bottom: 12px;
	background: url(i/bg-logo-foot.svg) center no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}
.f_copy {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

.f_pdata {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	text-decoration: underline;
}

.f_nav {
	float: right;
	width: 180px;
}
.f_nav ul {
	list-style: none;
}
.f_nav li {
	padding: 1px 0;
}
.f_nav a {
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
	text-decoration: underline;
}
.f_nav a:hover {
	text-decoration: none;
}

.f_desc {
	float: left;
	width: 140px;
	margin-left: 20px;
	color: #9DBDC6;
	font-size: 13px;
	line-height: 18px;
	padding-top: 7px;	
}
.f_btn {
	padding: 16px 0 8px;
}
.f_btn a {
	display: block;
	width: 204px;
	height: 43px;
	-webkit-border-radius: 21px;
	        border-radius: 21px;
	margin-bottom: 22px;
	padding-left: 50px;
	background-color: #75DEFD;
	border: 1px solid #75DEFD;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	background-repeat: no-repeat;
}
a.f_btn-give {
	background-color: #ec2d3c;
	border: 1px solid #ec2d3c;
	background-position: 10px center;
	background-image: url(i/bg-foot-btn-give.png);
	-webkit-background-size: 29px 29px;
	-o-background-size: 29px 29px;
	background-size: 29px 29px;
}
a.f_btn-get {
	background-position: 17px center;
	background-image: url(i/bg-foot-btn-get.png);
	-webkit-background-size: 22px 27px;
	-o-background-size: 22px 27px;
	background-size: 22px 27px;
}

.f_partner {
	width: 204px;
	margin-top: 5px;
}

.f_partner-head {
	color: #FFF;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}

.f_partner ul {
	margin: 0;
	list-style: none;
	font-size: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.f_partner li {
	float: left;
	display: block;
	margin-bottom: 10px;
}

.f_partner li:last-child {
	float: right;
}

.f_partner-logo {
	width: 90px;
	line-height: 0;
}

.f_social {
	margin-top: 30px;
	text-align: right;
}

.f_social-head {
	color: #FFF;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}
.f_social ul {
	margin: 0;
	list-style: none;
	font-size: 0;
	text-align: right;
}
.f_social li {
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
}
.f_social a {
	display: block;
	width: 43px;
	height: 43px;
	background-repeat: no-repeat;
}
.f_social li.vk a {background-image: url(i/icon-social-vk.svg);}
.f_social li.fb a {background-image: url(i/icon-social-fb.svg);}
.f_social li.in a {background-image: url(i/icon-social-ig.svg);}
.f_social li.ok a {background-image: url(i/icon-social-ok.svg);}
.f_social li.yt a {background-image: url(i/icon-social-yt.svg);}


.f_cont {
	text-align: right;
	padding-top: 15px;
}
.f_tel {
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	text-decoration: none;
}
.f_mail {
	display: inline-block;
	color: #00b1e4;
	font-size: 15px;
	line-height: 17px;
	text-decoration: none;
	border-bottom: 1px dashed #00b1e4;
}

.f_email {
	color: #ffffff;
	text-decoration: none;
}

.f_email:hover {
	color: #00b1e4;
	text-decoration: underline;
}

.f_made {
	text-align: right;
	margin-top: 20px;
	color: #839BA2;
	font-size: 14px;
	line-height: 18px;
}
.f_made a {
	color: #839BA2;
	text-decoration: none;
}
.f_made a:hover {
	text-decoration: underline;
}
.f_made_with_love {
	margin-left: 1px;
  margin-bottom: -1px;
}



/* Всплывающие окна */
.overlay {
  display: none;
  background-color: #000;
  opacity: .7;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999
}
.popup {
  display: none;
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  background: #fff;
  text-align: center;
  z-index: 9999;
}
.popup-close {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 100%;
		  border-radius: 100%;
  position: absolute;
  background: #000;
  color: #FFF;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  top: -11px;
  right: -11px;
  cursor: pointer;
}
.popup-close:hover {
  background: #FFF;
  color: #000;
}
.popup-title {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: #231f20;
  margin-bottom: 8px;
}
.popup-body input, .popup-body textarea {
	width: 100%;
	height: 44px;
	border: 1px solid #686868;
	background-color: #F5F5F5;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	padding-left: 12px;
	margin-top: 15px;
}
.popup-body textarea {
	height: 180px;
	padding-top: 5px;
	resize: none;
}
.popup-body input.wpcf7-not-valid {
	border: 1px solid #f00;
}
.wpcf7-form-control-wrap {
	display: block;
}
.popup-body .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -12px;
	left: 10px;
	width: calc(100% - 20px);
	background-color: #FF6500;
	padding: 2px;
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
}

.popup .wpcf7-form-control-wrap.c_posit {
	display: none;
}

.popup-body input[type="submit"] {
	display: block;
	height: 54px;
	background-color: #00B1E4;
	border: 2px solid #00B1E4;
	color: #FFF;
	font-size: 25px;
	line-height: 50px;
	padding-left: 0;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}

/* Страница 404 */
.c_404-form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	text-align: center;
    padding-top: 50px;
}

.c_404-form__input {
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 10px;
	height: 43px;
	width: 300px;
    border: 1px solid #e4e4e4;
    background-color: #ffffff;
    border-radius: 18px;
    color: #000000;
	font-size: 20px;
}
.c_404-form__input:focus {
	border: 1px solid #00b1e4;
}

.c_404-form__button {
	outline: none;
	height: 43px;
	width: 150px;
	border: none;
	border-radius: 20px;
    background-color: #00b1e4;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-image: url(i/bg-arrow-btn.png);
    color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

/* Страница подписки на новости */

.subscribe-form__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: left;
	flex-wrap: wrap;
	padding-top: 30px;
	margin-bottom: 100px;
	width: 100%;
	max-width: 900px;
}

.subscribe-form__wrapper .mce_inline_error {
	font-size: 13px;
	color: #ec2d3c;
}

.subscribe-form__input {
	margin-right: 10px;
	width: 370px;
}

.subscribe-form__email {
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 10px;
	height: 43px;
	width: 100%;
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
	border-radius: 18px;
	color: #000000;
	font-size: 20px;
}

.subscribe-form__email:focus {
	border: 1px solid #00b1e4;
}

.subscribe-form__email.mce_inline_error {
	font-size: 20px;
	color: #000000;
}

.subscribe-form__button {
	outline: none;
	padding-right: 10px;
	height: 43px;
	width: 180px;
	border: none;
	border-radius: 20px;
	background-color: #00b1e4;
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	background-image: url(i/bg-arrow-btn.png);
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.subscribe-form__button:hover {
	background-color: #ec2d3c;
}

.subscribe-form__response {
	padding-top: 15px;
}


/*   Цитаты   */

/* Цитата с именем и фотографией автора */
.coordinator-quote {
	position: relative;
	min-height: 140px;
	margin-bottom: 34px;
	padding: 25px 15px 10px 0;
}
.coordinator-quote:before {
	position: absolute;
	content: "";
	top: 25px;
	left: 140px;
	width: 2px;
	height: calc(100% - 35px);
	background-color: #C4C4C4;
}
.coordinator-quote img {
	position: absolute;
	top: 25px;
	left: 0;
	margin: 0;
	width: 120px;
	border-radius: 50%;
}

.coordinator-quote p {
	margin: 0 0 0 162px;
	font-size: 16px;
}

.coordinator-quote .coordinator-quote__author {
	padding-top: 24px;
	text-align: right;
}

/* Цитата с именем, но без фотографии автора */
.blockquote--no-image {
	position: relative;
	margin-bottom: 34px;
	padding: 25px 15px 10px 0;
}
.blockquote--no-image:before {
	position: absolute;
	content: "";
	top: 25px;
	bottom: 10px;
	left: 20px;
	width: 2px;
	background-color: #C4C4C4;
}

.blockquote--no-image p {
	margin: 0 0 0 42px;
	font-size: 16px;
}

.blockquote--no-image .blockquote--no-image__author {
	padding-top: 24px;
	text-align: right;
}

/* Логотип с описанием */
.logo-desc__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 16px;
}

.logo-desc__wrapper img {
	display: block;
	margin-right: 20px;
	width: 150px;
	height: 150px;
}

.logo-desc__wrapper .logo-desc__name {
	margin-bottom: 3px;
	font-weight: 700;
}

.logo-desc__wrapper .logo-desc__description {
	margin-bottom: 5px;
}

/* Аккордеон */
.c_accordion-header::-webkit-details-marker {display: none;}
.c_accordion-header::-moz-list-bullet {list-style-type: none;}
.c_accordion-header::marker {display: none;} 
.c_accordion-header {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 5px 10px 20px;
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
}

.c_accordion-header:before {  
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: 0;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=") no-repeat 50% 50% / 20px 20px;
  transition: transform .5s;
}

.c_accordion[open] > .c_accordion-header:before {
  transform: rotateZ(90deg);
}

.c_accordion-header ~ * {
	padding: 0 10px 0 px;
}

.c_accordion-header:focus {
	outline: 0;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3), inset 0 0 2px rgba(0,0,0,0.3);
}

.c_accordion[open] .c_accordion-header ~ *{ 
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}

.c_accordion {
  display: block;
}


/* События */
.c_events {
	padding: 50px 0;
}

.events {
	padding-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.events__item {
	margin-bottom: 30px;
	width: calc(33% - 15px);
}

.c_txt .events__item {
	width: calc(50% - 15px);
}

.events__item--slider {
	margin-bottom: 0;
}

.events__title,
.events .events__title {
	margin-bottom: 23px;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}

.events__date-place {
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	color: #000000;
}

.events__date {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-left: 30px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.events__date::before {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	top: -3px;
	left: 0;
	background: url(i/icon-date.svg) center no-repeat;
}

.events__place {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

.events__place::before {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	top: -3px;
	left: 0;
	background: url(i/icon-map.svg) center no-repeat;
}

.events__link {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	color: #009FE0;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}
.events__link::before {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background: url(i/icon-link.svg) center no-repeat;
}

.events__description {
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #7C7C7C;
}

.events__more {
	display: block;
	text-align: right;
}

/* Карточка СМИ */
.media {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.media-card {
	display: block;
	margin-right: 70px;
	margin-bottom: 35px;
	width: 320px;
	text-decoration: none;
}

.media-card:nth-child(3n) {
	margin-right: 0;
}

.media-card--contact {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: #f4f4f4 url(i/bg-maintop.png) center repeat;
	outline: 5px solid rgba(0, 177, 228, 0.5);
	outline-offset: -5px;
}

.media-card--contact-grey {
	outline-color: rgba(176, 176, 176, 0.5);
}

.media-card--contact h3 {
	margin-bottom: 30px;
	text-align: center;
}

.media-card--contact p {
	margin-bottom: 10px;
}

.media-more {
	text-align: right;
}

.media-contact__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
}

.media-contact__photo {
	width: 80px;
	margin-right: 25px;
}

.media-contact__photo img {
	border-radius: 50%;
}

.media-contact__info {
	display: flex;
	flex-direction: column;
}

.media-contact__text {
	margin-bottom: 8px;
}

.media-picture {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	min-height: 100px;
	max-width: 300px;
}

.media-picture--small {
	min-height: 50px;
}

.media-image {
	display: block;
}

.media-text {
	background-image: url(i/quote.svg);
	background-size: 120px 92px;
	background-repeat: no-repeat;
	background-position: top 7px left;
	font-size: 14px;
	color: #000000;
	min-height: 100px;
}

.media-text p {
	line-height: 21px;
}


/* Платёжная форма Дедморозим */
.dedmorozim-template {
	max-width: 850px;
	margin: 0 auto;
	margin-bottom: 70px;
}

.dedmorozim-template .leyka-pm-selector {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 0;
	padding-bottom: 10px;
	font-size: 0;
}

.dedmorozim-template .leyka-field {
	margin-bottom: 20px;
}

.dedmorozim-template .leyka-pm-variant {
	box-sizing: border-box;
	margin: 0;
	margin-bottom: 15px;
	padding: 5px 10px 10px 10px;
	list-style: none;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #000000;
	border-bottom: 3px solid transparent;
	transition-property: color, border-color;
	transition-duration: 0.2s, 0.2s;
	transition-timing-function: ease-in-out, ease-in-out;
}

.dedmorozim-template .leyka-pm-variant label {
	cursor: pointer;
}

.dedmorozim-template .active {
	color: #ec2d3c;
	border-bottom: 3px solid #ec2d3c;
}

.dedmorozim-template .active label {
	cursor: default;
}

.dedmorozim-template .leyka-pm-variant input {
	display: none;
}

.dedmorozim-template .leyka-screen-reader-text {
	display: none;
}

.dedmorozim-template .currency {
	display: none;
}

.dedmorozim-template .amount-variants-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	font-size: 0;
	line-height: 0;
}

.dedmorozim-template .figure {
	margin-right: 20px;
}

.dedmorozim-template .figure__text {
	display: block;
	box-sizing: border-box;
	min-width: 120px;
	min-height: 54px;
	padding: 14px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #7c7c7c;
	text-align: center;
}

.dedmorozim-template .figure__text:hover {
	border: 1px solid #00b1e4;
}

.dedmorozim-template .figure__text::after {
	content: " Р";
	color: #7c7c7c;
	font-size: 16px;
	line-height: 24px;
}

.dedmorozim-template .figure__input:focus + .figure__text {
	background-color: #00b1e4;
	border-color: #00b1e4;
	color: #ffffff;
}
.dedmorozim-template .figure__input:focus + .figure__text::after {
	color: #ffffff;
}

.dedmorozim-template .figure__input {
	position: absolute;
  left: -9999px;
}

.dedmorozim-template .donate_amount_flex {
	width: 100%;
	min-height: 54px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #000000;
	border: 1px solid #7c7c7c;
	outline-color: #00b1e4;
}

.dedmorozim-template .donate_amount_flex:hover {
	border-color: #00b1e4;
}

.dedmorozim-template .donate_amount_flex:focus {
	border-color: #00b1e4;
}

.dedmorozim-template .leyka-recurring-field {
	display: block;
	margin-bottom: 20px;
}

.dedmorozim-template .leyka-checkbox-label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

.dedmorozim-template .leyka-checkbox-label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJCb3VuZGluZ19Cb3hlcyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAsMGgyNHYyNEgwVjB6Ii8+PC9nPjxnIGlkPSJPdXRsaW5lXzFfIj48cGF0aCBkPSJNMTksNXYxNEg1VjVIMTkgTTE5LDNINUMzLjksMywzLDMuOSwzLDV2MTRjMCwxLjEsMC45LDIsMiwyaDE0YzEuMSwwLDItMC45LDItMlY1QzIxLDMuOSwyMC4xLDMsMTksM3oiLz48L2c+PC9zdmc+);
	cursor: pointer;
}

.dedmorozim-template .leyka-recurring-field input {
	position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.dedmorozim-template input[type="checkbox"]:checked ~ .leyka-checkbox-label::before {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJCb3VuZGluZ19Cb3hlcyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAsMGgyNHYyNEgwVjB6Ii8+PC9nPjxnIGlkPSJPdXRsaW5lXzFfIj48Zz48cGF0aCBkPSJNMTksM0g1QzMuOSwzLDMsMy45LDMsNXYxNGMwLDEuMSwwLjksMiwyLDJoMTRjMS4xLDAsMi0wLjksMi0yVjVDMjEsMy45LDIwLjEsMywxOSwzeiBNMTksMTlINVY1aDE0VjE5eiIvPjxwb2x5Z29uIHBvaW50cz0iMTcuOTksOSAxNi41OCw3LjU4IDkuOTksMTQuMTcgNy40MSwxMS42IDUuOTksMTMuMDEgOS45OSwxNyAiLz48L2c+PC9nPjwvc3ZnPg==);
}

.dedmorozim-template .leyka-user-data {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.dedmorozim-template .leyka-user-data .name,
.dedmorozim-template .leyka-user-data .email {
	width: calc(50% - 10px);
}

.dedmorozim-template .leyka-user-data .comment {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 5px;
}

.dedmorozim-template .comment .leyka-screen-reader-text {
	display: block;
	margin-bottom: 5px;
}

.dedmorozim-template .leyka-user-data .leyka-donor-comment {
	resize: none;
}

.dedmorozim-template .non-email,
.dedmorozim-template .leyka-user-data .leyka_donor_email,
.dedmorozim-template .leyka-user-data .leyka-donor-comment {
	width: 100%;
	padding: 14px;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	border: 1px solid #7c7c7c;
	outline-color: #00b1e4;
}

.dedmorozim-template .non-email:hover,
.dedmorozim-template .leyka-user-data .leyka_donor_email:hover,
.dedmorozim-template .leyka-user-data .leyka-donor-comment:hover {
	border-color: #00b1e4;
}

.dedmorozim-template .non-email:focus,
.dedmorozim-template .leyka-user-data .leyka_donor_email:focus,
.dedmorozim-template .leyka-user-data .leyka-donor-comment:focus {
	border-color: #00b1e4;
}

.dedmorozim-template .field-comment {
	display: none;
}

.dedmorozim-template .leyka_agree {
	position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.dedmorozim-template .agree p {
	margin-bottom: 0;
}

.dedmorozim-template .submit input {
	padding: 14px 20px;
	min-width: 100px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	background-color: #00b1e4;
	border: none;
	cursor: pointer;
	transition: background-color ease-in 0.2s;
}

.dedmorozim-template .submit input:hover {
	background-color: #ec2d3c;
}

.dedmorozim-template .leyka-pm-icons {
	display: flex;
	flex-direction: row;
	margin: 0 0 20px 0;
	list-style: none;
}

.dedmorozim-template .leyka-pm-icons img {
	height: 16px;
	margin-right: 10px;
}

.dedmorozim-template .field-error {
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	color: #ec2d3c;
}

.dedmorozim-template .leyka-oferta-text {
	display: none;
	box-sizing: border-box;
	border-radius: 2px;
	width: 90%;
	max-width: 760px;
	height: calc(100% - 220px);
	max-height: 700px;
	background-color: #ffffff;
}

.dedmorozim-template .leyka-modal-close {
	background: #00b1e4;
	color: #ffffff;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	position: absolute;
	top: -16px;
	right: -16px;
	text-align: center;
	cursor: pointer;
}

.dedmorozim-template .leyka-oferta-text-frame {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 36px;
	overflow-y: scroll;
}

.dedmorozim-template .leyka-oferta-text-flow {
	font-family: 'Open Sans', sans-serif;
	color: rgba(0, 0, 0, 0.9);
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5;
}

.dedmorozim-template .leyka-oferta-text-flow p {
	margin-bottom: 16px;
}

.dedmorozim-template .leyka-oferta-text-flow p:first-child {
	color: #00b1e4;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 24px;
	text-transform: none;
}

.dedmorozim-template .leyka-comission {
	margin-bottom: 20px;
}
.dedmorozim-template .leyka-comission__link {
	cursor: pointer;
}

/* Модальное окно */
.leyka-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	align-content: center; 
	justify-content: center; 
	overflow: auto;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.5);
}

.leyka-modal--hidden {
	display: none
}

.leyka-modal__info {
	position: relative;
	padding: 40px;
	background-color: #ffffff;
}

.leyka-modal__close {
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}

.leyka-modal__close:before,
.leyka-modal__close:after {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	height: 22px;
	width: 3px;
	margin-left: -1px;
	background-color: #00B1E4;
}

.leyka-modal__close:hover.leyka-modal__close:before,
.leyka-modal__close:hover.leyka-modal__close:after {
	background-color: #ec2d3c;
}

.leyka-modal__close:before {
	transform: rotate(45deg);
}

.leyka-modal__close:after {
	transform: rotate(-45deg);
}

.leyka-modal__list {
	margin-bottom: 0;
}


/* Стили для блоков Gutenberg */

/* Заголовки */
h1 {
	margin-bottom: 40px;
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
}

h2,
h3 {
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: 300;
	line-height: 32px;
}

h3 {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 28px;
}

h4 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

h5 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

h6 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

/* Изображения */
.wp-block-image {
margin-bottom: 24px;
}

figcaption {
	text-align: left;
	font-size: 14px;
	color: #7c7c7c;
	margin-bottom: 24px;
}

.blocks-gallery-grid,
.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	margin: 0 16px 16px 0;
	display: flex;
	width: calc((100% - 16px)/ 2);
	margin-right: 16px;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

.wp-block-gallery.columns-2 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-2 .blocks-gallery-item:last-child {
	margin-right: 0;
}

.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
	width: calc((100% - 16px * 2)/ 3);
	margin-right: 16px;
}

.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
	margin-right: 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	margin: 0;
	height: 100%;
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	height: 100%;
	flex: 1;
	-o-object-fit: cover;
	object-fit: cover;
}

/* Списки */
ul,
ol {
	margin: 0 0 20px 20px;
	padding: 0;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

li li:first-child {
	margin-top: 5px;
}

li {
	margin-bottom: 5px;
}

li:last-child {
	margin-bottom: 0;
}

/* Разделители */
.wp-block-separator,
hr {
	margin: 25px auto;
	border: 0;
	border-bottom: 2px solid #7c7c7c;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

.wp-block-separator.is-style-wide {
	border-bottom-width: 1px;
}

.wp-block-separator.is-style-dots {
	background: 0 0;
	border: none;
	text-align: center;
	max-width: none;
	line-height: 1;
	height: auto;
}

.wp-block-separator.is-style-dots::before {
	content: "\00b7 \00b7 \00b7";
	color: #7c7c7c;
	font-size: 30px;
	line-height: 0;
	letter-spacing: 40px;
	padding-left: 40px;
	font-family: serif;
}

/* Цитаты */
.wp-block-quote {
	position: relative;
	margin-bottom: 34px;
	padding: 25px 15px 10px 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	position: relative;
	margin-bottom: 34px;
	padding: 25px 15px 10px 0;
	border: none;
}

.wp-block-quote:before {
	position: absolute;
	content: "";
	top: 25px;
	bottom: 10px;
	left: 20px;
	width: 2px;
	background-color: #C4C4C4;
}

.wp-block-quote p {
	margin: 0 0 0 42px;
}

.wp-block-quote cite,
.wp-block-quote__citation {
	display: block;
	padding-top: 24px;
	margin-top: 0;
	text-align: right;
	color: #000000;
	font-size: 16px;
	position: relative;
	font-style: normal;
}

.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation {
	font-size: 20px;
	line-height: 30px;
}

.wp-block-quote.is-style-large {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 24px;
	border-bottom: 2px dotted #00B1E4;
	border-top: 2px dotted #00B1E4;
	background-color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}

.wp-block-quote.is-style-large:before {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background-color: none;
}

.wp-block-quote.is-style-large p {
	margin: 0;
}

.wp-block-pullquote.is-style-default {
	margin-bottom: 24px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	border-bottom: 2px dotted #00B1E4;
	border-top: 2px dotted #00B1E4;
	background-color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.wp-block-pullquote p {
	margin-bottom: 0;
	line-height: 30px;
}

.wp-block-quote.is-style-large p {
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
}

.wp-block-pullquote cite {
	display: inline-block;
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
}

.wp-block-pullquote.is-style-solid-color {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

/* Кнопки */
.wp-block-buttons {
	display: flex;
	flex-direction: row;
}

.wp-block-buttons.is-content-justification-left {
	justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center;
}

.wp-block-buttons.is-content-justification-right {
	justify-content: flex-end;
}

.wp-block-button {
	margin-bottom: 24px;
}

.wp-block-button.aligncenter {
	text-align: center;
}

.wp-block-button.alignright {
	text-align: right;
}

.wp-block-button__link {
	display: inline-block;
	margin: auto;
	padding: 16px 24px;
	border-radius: 26px;
	border: 2px solid #00B1E4;
	background-color: #00B1E4;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	cursor: pointer;
  box-shadow: none;
	text-align: center;
	white-space: normal;
	overflow-wrap: break-word;
}

.wp-block-button__link:hover {
	background-color: #ec2d3c;
	border: 2px solid #ec2d3c;
}

.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 2px solid #00B1E4;
	color: #000000;
}

.is-style-outline .wp-block-button__link:hover {
	background: #00B1E4;
	color: #ffffff;
}

.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

/* Видео */
.wp-block-embed > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
	padding-top: 56.25%;
	margin-bottom: 25px;
}

.wp-block-embed > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Блоки Дедморозим */
.wp-block-dmb-person-card {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 24px;
}

.wp-block-dmb-person-card .card-image {
	width: 120px;
	margin-right: 30px;
}

.wp-block-dmb-person-card .card-image--top {
	align-self: start;
}

.wp-block-dmb-person-card img {
	border-radius: 50%;
}

.wp-block-dmb-person-card .card-text {
	width: calc(100% - 30px);
}

.wp-block-dmb-person-card .card-text p {
	margin: 0;
}

.wp-block-dmb-person-card .card-link {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 22px;
	color: #00b1e4;
	text-decoration: underline;
	cursor: pointer;
}

.wp-block-dmb-person-card .card-link:hover {
	text-decoration: none;
}

/* Дедморозим: сториз */
.c_stories {
	position: relative;
	margin-bottom: 24px;
	width: 100%;
	overflow: hidden;
}

.c_stories__image-wrapper {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.c_stories .slick-prev {
	background: #00B1E4 url(i/icon-arrow-l.svg) center no-repeat;
	background-size: 8px 16px;
	left: 20px;
}
.c_stories .slick-prev:hover {
	background-color: #EC2D3C;
}
.c_stories .slick-next {
	background: #00B1E4 url(i/icon-arrow-r.svg) center no-repeat;
	background-size: 8px 16px;
	right: 20px;
}
.c_stories .slick-next:hover {
	background-color: #EC2D3C;
}

.c_stories .slick-arrow {
	position: absolute;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	z-index: 1000;
}

.c_stories .slick-disabled {
	display: none;
}


/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1120px) {

	.h_left {max-width: 150px;}
	.h_desc {display: none;}

	.c_item {margin: 0 15px 30px;}

	.c_news-thumb {height: auto;}
	.c_news-thumb img {min-height: 100px;}

	.c_frinds-list {width: 720px;margin: 0 auto;}

	.f_left {width: 390px;}
	.f_nav {width: 170px;}
	.f_center {margin-left: 30px;}
	.f_made {margin-top: 20px;}

	.dedmorozim-template .figure:nth-child(3) {
		display: none;
	}

	.dedmorozim-template .figure__text {
		min-width: 110px;
	}

	.team__wrapper {
		width: 875px;
	}

	.team-card:nth-child(5n) {
		margin-right: 25px;
	}

	.team-card:nth-child(4n) {
		margin-right: 0;
	}

	.media-card:nth-child(3n) {
		margin-right: 70px;
	}

	.media-card:nth-child(2n) {
		margin-right: 0;
	}

}




@media screen and (max-width:920px) {

	.h_btn {max-width: 220px;}
	.h_desc {display: block;}

	.c_item {margin: 0 40px 40px;}

	.c_box {width: calc(100% - 280px);}
	.c_cont .m_inb::before {right: 270px;}
	.c_side {width: 240px;}
	.c_slider-info {
		left: 10px;
		bottom: 30px;
		max-width: 250px;
	}
	.c_slider-title a {
		padding: 10px;
		font-size: 24px;
		line-height: 28px;
	}

	.c_project-thumb {width: 250px;height: 180px;}
	.c_project-info {width: calc(100% - 260px);}

	.c_projects-main-list {
		flex-wrap: wrap;
	}
	.c_projects-main-item {
		width: calc(50% - 10px);
		margin-bottom: 40px;
	}

	.f_left {width: 190px;}
	.f_nav {
		width: 160px;
		margin-top: 20px;
		float: left;
	}
	.f_nav ul {
		margin: 0 0 20px 0;
	}
	.f_center {margin-left: 10px;}
	.f_right {width: 280px;}

	.events__item {
		width: calc(50% - 20px);
	}

	.events__item--slider:nth-child(3n) {
		display: none;
	}

	.subscribe-form__wrapper {
		padding-top: 10px;
		margin-bottom: 50px;
		flex-direction: column;
	}

	.subscribe-form__input {
		width: 100%;
		max-width: 370px;
		margin-bottom: 20px;
	}

	.c_report-item {
		display: table-row;
	}

	.c_report-item a {
		display: block;
		padding: 10px;
	}

	.dedmorozim-template .figure__text {
		min-width: 100px;
	}

	.about-contacts__card {
		position: static;
		margin-bottom: 20px;
		padding: 0;
		border: none;
	}
	
	.about-contacts__card-title {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.about-contacts__address {
		font-size: 16px;
		line-height: 28px;
	}
	
	.about-contacts__map {
		height: 350px;
	}

	.team__wrapper {
		width: 650px;
	}

	.team-card:nth-child(4n) {
		margin-right: 25px;
	}

	.team-card:nth-child(3n) {
		margin-right: 0;
	}

	.media-card {
		width: 310px;
	}

}




@media screen and (max-width:720px) {

	.h_nav-btn {display: block;}
	.h_nav ul {display: none;width: 320px;position: absolute;top: -400%;left: 0;background: #00B1E4;padding: 15px;margin-left: 0;
			-webkit-border-radius: 5px;border-radius: 5px;}
	.h_nav ul li {display: block;margin-bottom: 2px;}
	.h_nav ul li a {display: block;width: 100%;}
	.h_nav.active ul {display: block;top: 40px;}
	.h_search.active {width: 210px;}

	.h_btn {margin-left: 0;width: 190px;}
	.h_btn a {margin: 0 auto 5px;width: 190px;}
	a.h_btn-get {background-position: 8px center;}
	.h_cont {padding-top: 20px;}

	.c_box {width: 100%;float: none;}
	.c_cont .m_inb::before {display: none;}

	.c_page-btn--center {
		margin-bottom: 30px;
	}

	.c_main .m_inb {
		display: flex;
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
	}
	.c_side {
		width: 240px;
    	float: none;
    	margin: 20px auto;
	}
	.c_main .c_side {
		width: 100%;
		order: -1;
	}

	.c_news-item {
		width: calc(50% - 15px);
	}
	.c_fullwidth .c_news-item {
		width: calc(50% - 15px);
	}

	.c_frinds-list {width: 520px;}
	.c_frinds-list li button {
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}
	.c_frinds-item {width: 130px;}

	.f_cont {padding-top: 25px;}
	.c_projects-main-list-slider .slick-arrow{top:120px}

	.dedmorozim-template .amount-variants-container {
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.dedmorozim-template .figure {
		margin-right: 0;
		margin-bottom: 10px;
		width: calc(25% - 5px);
	}

	.dedmorozim-template .figure:nth-child(3) {
		display: block;
	}

	.dedmorozim-template .figure__text {
		min-width: initial;
	}

	.logo-desc__wrapper {
		align-items: flex-start;
	}

	.logo-desc__wrapper img {
		margin-right: 10px;
		width: 120px;
		height: 120px;
	}

	.team__wrapper {
		width: 425px;
	}

	.team-card:nth-child(3n) {
		margin-right: 25px;
	}

	.team-card:nth-child(2n) {
		margin-right: 0;
	}

	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc((100% - 16px)/ 2);
	}

	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(2n) {
		margin-right: 0;
	}

	.media-card {
		width: 100%;
		max-width: 500px;
	}

	.media-card {
		margin-right: 0;
	}

	.media-card:nth-child(3n) {
		margin-right: 0;
	}

	.media-text {
		margin-bottom: 30px;
		font-size: 16px;
	}

	.media-text p {
		line-height: 24px;
	}

	.media-picture {
		min-height: 50px;
	}

	.about-video__wrapper {
		width: calc(100%);
	}

}




@media screen and (max-width:520px) {

	.h_search.active {width: 190px;}

	.h_left, .h_btn, .h_cont {float: none;margin: 0 auto 10px;}
	.h_cont {text-align: center;padding-top: 0;}
	.h_bot a {padding: 15px 5px 10px;}

	a.h_btn-donor {
		display: block;
	}

	.c_main .m_inb {
		display: flex;
		flex-direction: column;
		padding-left: 10px;
		padding-right: 10px;
	}

	.c_side {
		width: 100%;
	}

	.s_sidenews .c_news-item {
		width: 100%;
	}
	.c_slider {
		max-height: 100vw;
	}
	.c_slider-image {
		max-width: 520px;
	}
	.c_slider-image img {
		max-width: 520px;
	}

	.c_news {flex-direction: column;flex-wrap: nowrap;}
	.c_news-item {width: calc(100% - 15px);}
	.c_fullwidth .c_news-item {
		width: 100%;
	}

	.c_project-thumb, .c_project-info {float: none;width: 100%;margin: 0 auto 10px;}
	.c_project-thumb {height: auto;}

	.c_oldproject-item {
		width: calc(50% - 11px);
	}
	.c_oldproject-item:nth-child(4n) {
		margin-right: 9px;
	}
	.c_oldproject-item:nth-child(2n) {
		margin-right: 0px;
	}

	.c_projects-main {
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.c_projects-main-list {
		flex-direction: column;
	}
	.c_projects-main-item {
		width: 100%;
	}

	.c_frinds-list {width: 300px;}

	.c_page-botcont .s_kontakt-thumb {float: none;margin: 0 auto 15px;}

	.f_left, .f_center, .f_right {float: none;margin: 0 auto 10px;}
	.f_btn a {margin: 0 auto 10px;}
	.f_partner {
		margin-bottom: 40px;
	}

	.c_404-form__input {
		width: 250px;
	}
	.c_404-form__button {
		width: 43px;
		background-size: 21px;
		border-radius: 50%;
		font-size: 0;
		line-height: 0;
		background-position: center;
    	background-image: url(i/bg-search.png);
	}

	.coordinator-quote {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 25px 0 10px 0;
	}

	.coordinator-quote:before {
		display: none;
	}

	.coordinator-quote p {
		margin: 0;
		font-size: 16px;
	}

	.coordinator-quote img {
		width: 80px;
	}
	.coordinator-quote .coordinator-quote__author {
		min-height: 80px;
		margin-bottom: 24px;
		margin-left: 95px;
		padding-top: 0;
		padding-left: 15px;
		order: -1;
		text-align: left;
		border-left: 2px solid #C4C4C4;
	}
	.blockquote--no-image:before {
		left: 10px;
	}
	.blockquote--no-image p {
		margin: 0 0 0 32px;
	}

	.events {
		flex-direction: column;
	}
	.events__item,
	.c_txt .events__item {
		width: 100%;
	}

	.events__item--slider {
		margin-bottom: 20px;
	}

	.events__item--slider:nth-child(3n) {
		display: block;
	}

	.report-num {
		padding-left: 0;
	}
	.about-title {
		padding-left: 0;
	}
	.c_txt .about-table__text {
		max-width: 185px;
	}

	/* Платёжная форма Дедморозим */
	.dedmorozim-template .leyka-pm-variant {
		margin-bottom: 10px;
		padding: 5px 10px 5px 10px;
		font-size: 14px;
	}

	.dedmorozim-template .figure {
		margin-right: 0;
		margin-bottom: 10px;
		width: calc(33% - 5px);
	}

	.dedmorozim-template .figure__text {
		min-width: initial;
	}

	.dedmorozim-template .figure:nth-child(3) {
		display: none;
	}

	.dedmorozim-template .figure--ab:nth-child(3) {
		display: block;
	}

	.dedmorozim-template .figure--ab:nth-child(2) {
		display: none;
	}

	.dedmorozim-template .leyka-user-data {
		flex-direction: column;
	}

	.dedmorozim-template .leyka-user-data .name,
	.dedmorozim-template .leyka-user-data .email {
		width: 100%;
	}

	.dedmorozim-template .leyka-user-data .name {
		margin-bottom: 10px;
	}

	.dedmorozim-template .submit {
		text-align: center;
	}

	/* Обёртка кнопок */
	.c_button_wrapper {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.team__wrapper {
		width: 100%;
	}

	.team-card {
		display: flex;
		flex-direction: row;
		width: 100%;
	}

	.team-card__photo {
		width: 100px;
		margin-right: 10px;
	}

	.team-card__text {
		width: calc(100% - 110px);
		text-align: left;
	}

	.c_stories__image-wrapper {
		width: 90vw;
	}

	.c_stories img {
		width: 100%;
	}

	.c_stories li button {
		bottom: 10px;
		width: 10px;
		height: 10px;
		background-color: #eeeeee;
		border-radius: 50%;
	}

	.wp-block-dmb-person-card .card-image,
	.wp-block-dmb-person-card .card-image img {
		width: 60px;
	}

	.wp-block-dmb-person-card .card-text {
		width: calc(100% - 60px);
	}

}
