:root {
	--header: 134px;
	--color-primary: #fadd00;
	--color-primary-hover: rgba(250, 221, 0, 0.7);
	--container-large: 1395px;
	--color-black: #242133;
	--accent: #45bdd1;
	--accent-second: var(--color-primary, #5b46ce);
	--main-header-paddings: 0;
	--donation-width: 400px;
}

@media (max-width: 1400px) {
	:root {
		--container-small: 750px;
	}
}

::selection {
	background: #80c571;
	color: #fff;
}

::-webkit-selection {
	background: #80c571;
	color: #fff;
}

a.btn,
button.btn,
a.btn:hover,
button.btn:hover,
a.btn:focus,
button.btn:focus,
button.main-page__don-table-more-next {
	color: #fff;
}

body .btn {
	background: var(--primary-gradient, var(--color-primary));
	color: #fff;
	border-radius: 27px;
}

body .btn:hover {
	background: var(--primary-gradient, var(--color-primary));
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
	color: #fff;
}

.container-large {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--container-large);
	width: 100%;
}

.container-small {
	max-width: calc(100% - var(--donation-width) - 85px);
	width: 100%;
}

@media (max-width: 1180px) {
	.container-small {
		max-width: calc(100% - var(--donation-width) - 60px);
	}
}

@media (max-width: 1010px) {
	.container-small {
		max-width: 100%;
	}
}

.header-r:not(.header-r--static) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.hero {
	background: var(--gradient-post, linear-gradient(0deg, rgba(91, 70, 206, 0.6) 0%, #2e2368 100%));
	position: relative;
	padding-top: var(--header);
}

.header-r {
	padding: 40px 0;
}

@media (max-width: 1010px) {
	.header-r {
		padding: 10px 0;
	}
}
.js-main-form .form-label:not(:last-child) {
	margin-bottom: 5px;
}
.js-main-form .form-flex-pay__label:not(:last-child) {
	margin-bottom: 5px;
}
.js-main-form .form-button {
	margin-top: 0 !important;
}
.js-main-form .donation__body-desc {
	margin-bottom: 5px;
}
.logo-black {
	display: none;
}
.header-r.sticky {
	position: fixed;
	background-color: #fff;
	box-shadow: 4px 4px 45px rgba(0, 0, 0, 0.09);
	border-radius: 0 0 20px 20px;
	padding: 8px 0;
}
.header-r.sticky .logo-white {
	display: none;
}
.header-r.sticky .header-tel {
	color: #000;
	background-color: #f6f8fc;
}
.header-r.sticky .header-r__user {
	color: #000;
	background-color: #f6f8fc;
}
.header-r.sticky .header-r__user svg path {
	stroke: currentColor;
}
.header-r.sticky .logo-black {
	display: block;
}
.header-r__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px 20px;
}
.header-r__wrapper img {
	object-fit: contain;
}

@media (max-width: 1010px) {
	.header-r__wrapper {
		height: 44px;
	}

	.header-r__logo {
		height: 100%;
	}
}

.header-r__logo {
	display: flex;
}

.header-r__logo img {
	width: auto;
	max-width: 160px;
	max-height: 60px;
	height: auto;
}

.header-r__menu {
	display: flex;
	align-items: center;
	gap: 10px 30px;
	list-style-type: none;
}

@media (max-width: 1010px) {
	.header-r__menu {
		display: none;
	}
}

.header-r__menu a {
	display: inline-flex;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	position: relative;
}

.header-r__menu a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: auto;
	width: 0;
	-webkit-transition: var(--trsn);
	-o-transition: var(--trsn);
	transition: var(--trsn);
	background-color: #fff;
	height: 1px;
	right: 0;
}

.header-r__menu a:hover:before {
	width: 100%;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	left: 0;
}

.header-r__user {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	aspect-ratio: 1;
	border-radius: 100%;
	background-color: rgba(240, 240, 240, 0.1);
}

.header-r__user svg {
	width: 20px;
	aspect-ratio: 1;
}

@media (max-width: 1010px) {
	.header-r__user {
		width: 36px;
	}
}

.header-r--static .header-r__menu a {
	color: var(--color-black);
}

.header-r__menu a::before {
	background-color: var(--color-black);
}

.hero__wrapper {
	display: flex;
	justify-content: space-between;
	position: relative;
}

@media (max-width: 1010px) {
	.hero__wrapper {
		flex-direction: column;
		gap: 30px;
	}

	.hero__main {
		padding-bottom: 0px;
	}
	.hero {
		border-radius: 0 0 40px 40px;
	}
	.hero__bg {
		border-radius: 0 0 40px 40px;
	}
}

@media (min-width: 1010px) {
	.header-r__btn-mob {
		display: none !important;
	}
	.header-r__btn-mob {
		display: none;
	}
	.hero__body {
		padding-bottom: 125px;
	}

	.hero__main {
		padding-top: 125px;
	}
	div.main-page__don-table-item-td-sum span,
	div.main-page__don-table-item-td-date span {
		font-size: 14px;
	}
}

.section-top-raiting .main-page__line {
	display: none;
}
.section-top-raiting .main-page__desc-heading h3 b {
	font-weight: 400;
}
.section-top-raiting .main-page__desc-heading h3 {
	font-weight: 400;
	font-size: 32px;
	margin-bottom: 20px;
}

.js-main-form .period-nav {
	margin-top: 15px;
}
.js-main-form .period--item input {
	position: absolute;
}

.header-r__btn-mob {
}

.hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}

.hero__title h1 {
	font-weight: 600;
	font-size: 40px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #fff;
	margin-bottom: 35px;
}

.hero__title p {
	font-size: 22px;
	line-height: 120%;
	color: #fff;
	margin-bottom: 0;
}

@media (max-width: 1100px) {
	.hero__title h1 {
		font-size: 30px;
	}

	.hero__title p {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.hero__title h1 {
		font-size: 26px;
		margin-bottom: 25px;
	}

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

@media (max-width: 575px) {
	.hero__title h1 {
		font-size: 22px;
		margin-bottom: 25px;
	}

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

.header-r__btns {
	display: flex;
	align-items: center;
	gap: 15px;
}

@media (max-width: 1010px) {
	.header-r__btns {
		gap: 10px;
	}
}

.header-r__btn,
.header-r__btn-mob {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 28px;
	background: var(--primary-gradient, var(--color-primary));
	border-radius: 27px;
	height: 54px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.header-r__btn-mob {
	padding: 0 18px;
	font-size: 12px;
	height: 36px;
}
.header-r__btn-mob:hover {
	color: #fff;
}

@media (max-width: 1010px) {
	.header-r__btn--donat {
		display: none;
	}
}

.header-r__btn--mobile {
	display: flex;
	width: 44px;
	aspect-ratio: 1;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	background-color: rgba(240, 240, 240, 0.1);
	position: relative;
}

.header-r__btn--mobile.active {
	background-color: #fff;
}

@media (min-width: 1010px) {
	.header-r__btn--mobile {
		display: none;
	}
}

.icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
}

.icon--burger {
	opacity: 1;
	transform: rotate(0deg) scale(1);
}

.icon--close {
	opacity: 0;
	transform: rotate(30deg) scale(0.5);
}

.menu-toggle.active .icon--burger {
	opacity: 0;
	transform: rotate(-30deg) scale(0.5);
}

.menu-toggle.active .icon--close {
	opacity: 1;
	transform: rotate(0deg) scale(1);
}

body.fixed {
	overflow: hidden;
}

.header-r__btn:hover {
	color: #fff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}

.donation__bar {
	width: 100%;
	position: relative;
	height: 16px;
	border: 1px solid #49bdcb;
	border-radius: 8px;
	padding: 3px;
}

.donation__bar span {
	border-radius: 27px;
	background: var(--primary-gradient, var(--color-primary));
	transition-duration: 0.15s;
	height: 100%;
	display: block;
	max-width: 100%;
}

.donation {
	position: absolute;
	top: 0;
	right: calc(50% - (var(--container-large) / 2) + 15px);
	flex-shrink: 0;
	width: var(--donation-width);
	background-color: #fff;
	padding: 30px;
	border-radius: 40px;
	box-shadow: 0 10px 54px 0 rgba(36, 33, 51, 0.1);
	background: #fff;
	z-index: 100;
}
.donation__bar span {
	position: relative;
}
.donation__bar-inner {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	color: #fff;
	background: var(--primary-gradient, var(--color-primary));
	padding: 3px 6px;
	border-radius: 22px;
	white-space: nowrap;
	font-weight: 600;
	font-size: 12px;
	line-height: 120%;
	text-align: center;
}

@media (max-width: 575px) {
	.donation {
		border-radius: 12px;
		padding: 20px;
	}
}

@media (max-width: 1400px) and (min-width: 1010px) {
	.donation {
		right: 0;
	}

	.donation.sticky {
		right: 15px;
	}
}

@media (max-width: 1010px) {
	.donation {
		position: relative !important;
		right: auto !important;
		left: auto !important;
		top: auto !important;
		margin-top: 20px !important;
		display: none;
		margin-left: 0px !important;
		width: 100% !important;
		padding: 28px 20px;
		border-radius: 40px;
		box-shadow: 0px 10px 64px rgba(0, 0, 0, 0.15);
	}

	.donation.loaded {
		display: block !important;
	}
}

@media (min-width: 1010px) {
	.donation.sticky {
		position: fixed;
		top: 15px;
	}
	.donation {
		width: var(--donation-width) !important;
	}
	.donation:not(.sticky) {
		top: 15px !important;
		position: absolute !important;
	}
}

.donation__top-info {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.donation__counter {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.donation__counter-title {
	font-size: 16px;
	line-height: 120%;
}
.donation__fields .form-label-checkbox {
	margin: 15px 0;
}

@media (max-width: 575px) {
	.donation__counter-title {
		font-size: 14px;
	}

	.donation__fields .main-page__tabs-pay-content {
		margin-top: 15px;
	}
	.donation__fields .form-label {
		margin-bottom: 10px;
	}
	.donation__fields .form-label-checkbox {
		margin: 15px 0;
	}
}

.donation__counter-desc {
	font-size: 22px;
	line-height: 120%;
}

@media (max-width: 575px) {
	.donation__counter-desc {
		font-size: 17px;
	}
}

.donation__counter:first-child .donation__counter-desc {
	font-weight: bold;
}

.donation__counter:last-child {
	text-align: right;
}

.donation .form-label:not(.label--error) {
	border: 1px solid #e4e8ef;
	border-radius: 10px;
}

.donation__title {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: -0.03em;
}

.donation__body {
	margin-top: 25px;
}

.donation__goal {
	background-image: var(--primary-gradient, var(--gradient-post));
	border-radius: 27px;
	padding: 15px;
	margin: 10px 0;
	color: #fff;
}
.donation__goal-headings {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.donation__goal-title {
	background-color: #fff;
	color: var(--color-black);
	padding: 5px 10px;
	border-radius: 27px;
	font-size: 11px;
	font-weight: 500;
	line-height: 120%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.donation__progress {
	height: 16px;
	border-radius: 8px;
	border: 1px solid #ffffff40;
	padding: 3px;
	flex-grow: 1;
}
.donation__progress-bar {
	height: 100%;
	border-radius: 12px;
	display: block;
	max-width: 100%;
	background-color: #fff;
	position: relative;
}
.donation__progress-bar-inner {
	font-size: 12px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	color: var(--color-black);
	background-color: #fff;
	padding: 3px 6px;
	border-radius: 22px;
	white-space: nowrap;
	font-weight: 600;
}
.donation__goal-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 10px;
}
.donation__goal-bottom-item-title {
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 0.5em;
}
.donation__goal-bottom-item-desc {
	font-size: 22px;
	font-weight: 500;
	line-height: 120%;
}
.donation__goal-bottom-item--collected .donation__goal-bottom-item-desc {
	font-weight: bold;
}
.donation__goal-bottom-item--need {
	text-align: right;
}

.section-nav {
	padding: 25px 0;
	border-bottom: 1px solid #e4e8ef;
}

.section-nav__links {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
}

@media (max-width: 1010px) {
	.section-nav__links {
		flex-wrap: nowrap;
		overflow: auto;
	}
}

.section-nav__links a {
	font-size: 12px;
	color: var(--color-black);
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	justify-content: center;
	height: 38px;
	font-weight: 500;
	background: #f6f8fc;
	padding: 0 20px;
	border-radius: 27px;
	transition-duration: 0.15s;
}

.section-nav__links a:hover {
	background-color: var(--accent);
	color: #fff;
}

.title p {
	margin: 0;
	color: #8d94a1;
	font-size: 16px;
}

.title-nav {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.title-nav .title {
	margin: 0;
}

@media (max-width: 600px) {
	.title-nav {
		flex-direction: column;
		margin-bottom: 15px;
	}
}

.title-nav__arrows {
	display: flex;
	align-items: center;
	gap: 10px;
}

.step {
	border-radius: 4px;
	background: #f6f8fc;
	padding: 15px 20px;
}

.step__item {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex: 1;
}

.step__item-title {
	font-size: 16px;
	line-height: 120%;
	min-height: 22px;
	display: flex;
	align-items: center;
}

.step__item-value {
	font-weight: 600;
	font-size: 22px;
	line-height: 120%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 1100px) {
	.step__item-title {
		font-size: 14px;
	}

	.step__item-value {
		font-size: 18px;
	}
}

.step__bar {
	padding: 3px;
	border-radius: 8px;
	box-shadow: 0 2px 24px 0 rgba(36, 33, 51, 0.12);
	background: #fff;
	height: 16px;
	overflow: hidden;
}

.step__bar span {
	height: 100%;
	display: block;
	border-radius: 27px;
	background: #81c672;
	max-width: 100%;
}

.step--first .step__item-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.step--first .step__item-title::after {
	content: "";
	width: 22px;
	min-width: 22px;
	height: 22px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 1;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.24992 20.1666H13.7499C18.3333 20.1666 20.1666 18.3333 20.1666 13.7499V8.24992C20.1666 3.66659 18.3333 1.83325 13.7499 1.83325H8.24992C3.66659 1.83325 1.83325 3.66659 1.83325 8.24992V13.7499C1.83325 18.3333 3.66659 20.1666 8.24992 20.1666Z' fill='%2381C672' stroke='%2381C672' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.10425 10.9999L9.69841 13.5941L14.8959 8.40576' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.step__top {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}

.step:not(.step--long) {
	width: calc(25% - 5px);
}

.steps-slider {
	overflow: hidden;
}

.step--long {
	width: calc(50% - 5px);
}

@media (max-width: 1280px) and (min-width: 1010px) {
	.step:not(.step--long) {
		width: calc(40% - 5px);
	}

	.step--long {
		width: calc(60% - 5px);
	}
}

@media (max-width: 768px) {
	.step:not(.step--long) {
		width: calc(40% - 5px);
	}

	.step--long {
		width: calc(60% - 5px);
	}
}

@media (max-width: 600px) {
	.step--long,
	.step:not(.step--long) {
		width: 100%;
	}
}

.step--long .step__bar span {
	background: var(--primary-gradient, var(--color-primary));
}

.title-nav__arrow {
	width: 48px;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	padding: 0;
	transition-duration: 0.15s;
}
.title-nav__arrow.swiper-button-lock {
	display: none;
}
.reports-info__report {
	gap: 15px;
	border: 1px solid #e4e8ef;
	padding: 12px 18px;
	border-radius: 12px;
}
.reports-info__report .reports-info__report-icon svg {
	min-width: 24px;
	width: 24px;
	height: auto;
}
.reports-info__report-title {
	font-weight: 600;
	font-size: 16px;
}
.reports-info__report-docinfo {
	font-weight: 500;
	font-size: 12px;
	color: #8d94a1;
}
.reports-info__report-content {
	flex-grow: 1;
}

.title-nav__arrow:hover {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}

.title-nav__arrow--prev {
	background-color: #fff;
	border: 1px solid #e4e8ef;
}

.title-nav__arrow--next {
	background-color: var(--accent-second);
}

.title-nav__arrow svg {
	width: 16px;
	aspect-ratio: 1;
}

.section-about__desc {
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
	transition: max-height 0.3s ease-in-out;
}

.section-about__desc.expanded {
	-webkit-line-clamp: unset;
	overflow: visible;
}

.title {
	margin-bottom: 30px;
}

@media (max-width: 600px) {
	.title {
		margin-bottom: 15px;
	}
	.reports-info__report {
		flex-wrap: wrap;
	}
	.reports-info__report-content {
		max-width: calc(100% - 24px - 15px);
		width: 100%;
	}
	.donation__goal-bottom-item-desc {
		font-size: 18px;
	}
	.donation__goal-bottom-item-title {
		font-size: 12px;
	}
}

.load-more {
	display: inline-flex;
	font-weight: 600;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	border: 1px solid #81c672;
	border-radius: 27px;
	height: 36px;
	background-color: transparent;
	transition-duration: 0.15s;
}

.load-more:hover {
	background-color: #81c672;
	color: #fff;
}

.mt-30 {
	margin-top: 30px;
}

.section-about__wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.section-bvideo__wrapper .title h2:not(:last-child) {
	margin-bottom: 0.3em;
}
.section-bvideo__wrapper .title > * {
	color: #fff;
}
.section-bvideo__wrapper .title,
.section-bvideo__wrapper .title h2 {
	margin-bottom: 0;
}
.section-bvideo__wrapper:hover {
	color: #fff;
}
.section-bvideo__wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: inherit;
	background: var(--gradient-post, linear-gradient(0deg, rgba(91, 70, 206, 0.6) 0%, #2e2368 100%));
}
.section-bvideo__icon {
	display: flex;
	align-items: center;
	align-self: flex-start;
	margin: 40px auto;
	border-radius: 50%;
	border: 1px solid currentColor;
	padding: 30px;
}
.section-bvideo__wrapper:hover .section-bvideo__bg {
	transform: scale(1.03);
}
.section-projects__item {
	position: relative;
	border-radius: 20px;
	padding: 30px;
	padding-top: 40%;

	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
}
.section-top {
	overflow: hidden;
}
.section-projects__item:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: inherit;
	background: var(--gradient-post, linear-gradient(0deg, rgba(91, 70, 206, 0.6) 0%, #2e2368 100%));
}
.section-projects__item-name {
	font-size: 18px;
	margin: 15px 0;
	font-weight: bold;
}
.section-projects__item-city {
	font-size: 12px;
	opacity: 0.8;
}
.section-projects__item-name:last-child {
	margin-bottom: 0;
}
.section-projects__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.section-projects__item-link {
	position: absolute;
	display: block;
	inset: 0;
	z-index: 3;
}
.section-btable {
	overflow: hidden;
}
.section-projects__item-arrow svg {
	width: 38px;
	height: 38px;
}
.section-projects__item-image {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -3;
	border-radius: inherit;
}
.section-bvideo__wrapper {
	overflow: hidden;
	position: relative;
	min-height: 300px;
	width: 100%;
	user-select: none;
	display: block;
	padding: 30px;
	color: #fff;
	border-radius: 20px;
}
.header-mobile__wrapper .header-address {
	display: block;
}
.donation__body-desc {
	margin-bottom: 20px;
	font-size: 12px;
}
.donation__body:has(.donation__body-desc) {
	margin-top: 15px;
}
.section-bvideo__bg {
	user-select: none;
	position: absolute;
	border-radius: inherit;
	inset: 0;
	z-index: -2;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: transform 0.2s ease;
}

.mb-90 {
	margin-bottom: 40px;
}
.sec-bg {
	padding: 45px 0;
	margin-top: -45px;
	margin-bottom: 45px;
}

.page-template-template-sbor-domvrauy .header-r__wrapper {
	justify-content: center;
}
.page-template-template-sbor-domvrauy .header-r__btns {
	display: none;
}
.page-template-template-sbor-domvrauy .hero__region-share {
	background: #f7f8fc;
	margin-top: 15px;
	border-radius: 40px;
	color: black;
	box-shadow: none;
	backdrop-filter: none;
}
.page-template-template-sbor-domvrauy .share-domvrayu__content {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-template-template-sbor-domvrauy .donation:not(.sticky) {
	position: relative !important;
	top: 0 !important;
	width: auto !important;
	right: 0 !important;
	margin-top: 20px !important;
	display: block !important;
	max-width: 600px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.hero-domvrayu {
	text-align: center;
	position: relative;
	margin-top: -134px;
	padding-top: 134px;
	border-radius: 40px;
	color: #fff;
	padding-bottom: 40px;
}
.hero-domvrayu:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(65.29deg, rgba(77, 166, 87, 0.9) 53.05%, rgba(77, 166, 87, 0.3) 84.92%);
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}
.hero-domvrayu .container-large {
	border-radius: inherit;
}
.hero-domvrayu__bg {
	position: absolute;
	inset: 0;
	z-index: -4;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	overflow: hidden;
}
.hero-domvrayu__content {
	position: relative;
	justify-content: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	z-index: 1;
}
.hero-domvrayu__title h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.1em;
}
.hero-domvrayu__title p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4em;
}
.page-template-template-sbor-domvrauy .footer-r {
	margin-top: 30px;
}
.page-template-template-sbor-domvrauy .logo-black {
	display: block;
}
.page-template-template-sbor-domvrauy .logo-white {
	display: none;
}
.page-template-template-sbor-domvrauy .footer-r__bottom {
	margin-top: 0px;
}
.page-template-template-sbor-domvrauy .footer-r__main {
	display: none;
}

.form-response--success.form-response {
	background-color: #81c672;
	color: #fff !important;
	border-radius: 16px;
	border-color: #81c672 !important;
	font-weight: 500;
}

.donation-domvrayu__form .form-span.form-label__span {
	display: none;
}
.donation-domvrayu__form .donation__sums {
	border: none;
	padding: 0;
}
.form-flex-pay-custom-methods {
	margin: 15px 0;
}
.form-flex-pay-custom-methods label:has(input[value="deliver"]) {
	grid-column-end: span 2;
}
.form-flex-pay-custom-methods label:has(input:checked) .form-flex-pay__icon svg path {
	fill: url(#color-gradient);
}
.donation-domvrayu__form .js-sum-money {
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -0.01em;
}

@media (max-width: 1010px) {
	.hero-domvrayu {
		padding-bottom: 20px;
	}
	.hero-domvrayu__title h1 {
		font-size: 32px;
	}
	.mb-90 {
		margin-bottom: 30px;
	}
	.sec-bg {
		padding: 30px 0;
		margin-top: -30px;
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	.page-template-template-sbor-domvrauy main .container-large {
		padding-right: 0;
		padding-left: 0;
	}
	.section-projects__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 7.5px;
	}
	.section-projects__item {
		padding: 20px;
		padding-top: 40%;
	}
	.section-projects__item-name {
		font-size: 16px;
	}
	.header-address {
		display: none;
	}
	.header-tel {
		margin-left: auto;
	}
	.header-mobile__wrapper .header-address {
		display: block;
		margin-top: 20px;
		font-size: 14px;
	}
	.mb-90 {
		margin-bottom: 40px;
	}
	.sec-bg {
		padding: 20px 0;
		margin-top: -20px;
		margin-bottom: 20px;
	}
	.section-bvideo__wrapper {
		min-height: 220px;
		padding: 15px;
		border-radius: 15px;
	}
	a.footer-r__contact-phone {
		font-size: 30px;
	}
}

.gallery-slide {
	aspect-ratio: 286/200;
	max-height: 220px;
	display: flex;
	overflow: hidden;
}

.gallery-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.btable {
	width: calc(100% + (var(--btable-bs) * 2));
	border-spacing: var(--btable-bs) 0px;
	margin-right: calc(var(--btable-bs) * -1);
	margin-left: calc(var(--btable-bs) * -1);
	--btable-bs: 10px;
}
.btable th,
.btable td {
	padding: 7px 12px;
	border-radius: 6px;
}
.btable tr:nth-child(odd) td {
	background: #f6f8fc;
}
.btable td {
	font-weight: 500;
	font-size: 14px;
}

.section-gallery__init {
	overflow: hidden;
}

.section-city__table-item {
	display: flex;
	gap: 11px;
}

.section-city__table-item:nth-child(odd) .section-city__table-title,
.section-city__table-item:nth-child(odd) .section-city__table-price,
.section-city .region-item:nth-child(odd) > div {
	background: #f6f8fc;
}

.section-city__table-title,
.section-city__table-price {
	border-radius: 6px;
	padding: 7px;
	display: flex;
	align-items: center;
	min-height: 40px;
	line-height: 1;
}

.section-city__table-title {
	flex: 1;
	justify-content: space-between;
	gap: 5px 10px;
	position: relative;
	padding-left: 40px;
	flex-wrap: wrap;
}

.section-city__table-title::before {
	content: "";
	width: 20px;
	height: 20px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	aspect-ratio: 1;
	background-image: url("assets/imgs/pin.svg");
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.section-city .main-page__line {
	display: none;
}

.section-city .main-page__desc-heading h3 {
	font-size: 32px;
}
.section-city .main-page__desc-heading h3 b {
	font-weight: normal;
}

.section-city__table-price,
.section-city .region-item > div:last-child {
	flex: 0 0 25%;
	position: relative;
	font-weight: 600;
	font-size: 18px;
}

.section-info {
	position: relative;
}
.section-info:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-color: var(--color-primary);
	opacity: 0.09;
}

@media (max-width: 575px) {
	.section-city .main-page__desc-heading h3 {
		font-size: 22px;
	}
	.section-city__table-price,
	.section-city .region-item > div:last-child {
		flex: 0 0 30%;
		font-size: 16px;
		white-space: nowrap;
	}

	.btable {
		--btable-bs: 5px;
	}
	.btable td,
	.btable th {
		padding: 5px 8px;
		font-size: 12px;
	}
	.btable td {
	}
}

.section-city__table-price::before {
	content: "";
	position: absolute;
	left: -6px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e4e8ef;
}

.section-city__table-name {
	font-size: 16px;
	font-weight: 500;
}

@media (max-width: 575px) {
	.section-city__table-name {
		font-size: 14px;
	}
}

.section-city__table-count {
	font-weight: 600;
	font-size: 14px;
	text-align: right;
	color: #8d94a1;
}

@media (max-width: 575px) {
	.section-city__table-count {
		font-size: 12px;
	}
}

.section-quotas__grid {
	margin-top: 25px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

@media (max-width: 1300px) {
	.section-quotas__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1180px) {
	.section-quotas__grid {
		grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	}
}

@media (max-width: 650px) {
	.section-quotas__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 400px) {
	.section-quotas__grid {
		grid-template-columns: 1fr;
	}
}

.quota {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 66px;
	font-weight: 600;
	font-size: 20px;
	padding: 18px 20px;
	border-radius: 4px;
	background: #f6f8fc;
	cursor: pointer;
}

@media (max-width: 650px) {
	.quota {
		padding: 7px 12px;
		min-height: initial;
		font-size: 16px;
	}
}

.quota::after {
	content: "";
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	background-image: url("assets/imgs/quota.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
}

.header-tel,
.header-address {
	color: #fff;
	font-size: 16px;
}
.header-tel {
	font-size: 18px;
	font-weight: bold;
}
.header-tel:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.quota--full {
	background: var(--primary-gradient, var(--color-primary));
	color: #fff;
	pointer-events: none;
}

.quota--full::after {
	background-image: url("assets/imgs/quota-full.svg");
}

.main-page__don-table {
	width: calc(100% + 10px);
	margin-left: -5px;
}

.main-page__don-table-more {
	margin-top: 10px;
}

.footer-r {
	padding: 45px 0 30px;
	background: #f6f8fc;
}

.social-item-telegram {
	--social-hover-color: #129bec;
}

.social-item-instagram {
	--social-hover-color: #2cb742;
}

.social-item-whatsapp {
	--social-hover-color: #c13584;
}

.social-item-youtube {
	--social-hover-color: #ff0000;
}

.social-item-vk {
	--social-hover-color: #0077ff;
}

.social-item-dzen {
	--social-hover-color: #1d1d1f;
}

.social-item-ok {
	--social-hover-color: #ff7700;
}

@media (max-width: 768px) {
	.footer-r {
		padding: 40px 0 20px;
	}
}

.footer-r__main {
	display: flex;
	column-gap: 160px;
}

@media (max-width: 1260px) {
	.footer-r__main {
		column-gap: 80px;
	}
}

@media (max-width: 768px) {
	.footer-r__main {
		flex-direction: column;
		gap: 30px;
	}
}

.footer-r__menu {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

@media (max-width: 768px) {
	.footer-r__menu {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.footer-r__menu-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 110%;
	letter-spacing: -0.03em;
	margin-bottom: 20px;
}

.footer-r__menu-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.footer-r__menu-list a {
	font-size: 12px;
	line-height: 120%;
	color: #8d94a1;
	display: inline-flex;
	position: relative;
}

.footer-r__menu-list a::before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: auto;
	width: 0;
	-webkit-transition: var(--trsn);
	-o-transition: var(--trsn);
	transition: var(--trsn);
	background-color: var(--accent);
	height: 1px;
	right: 0;
}

.footer-r__menu-list a:hover:before {
	width: 100%;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	left: 0;
}

.footer-r__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	white-space: nowrap;
}

.footer-r__btns a {
	height: 54px;
	padding: 0 25px;
	font-weight: 600;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition-duration: 0.15s;
	border-radius: 27px;
}

.footer-r__btns a:hover {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}

.footer-r__btn-consult {
	position: relative;
	background: linear-gradient(110deg, #45bdd1, #80c571);
	padding: 1px;
	overflow: hidden;
	color: var(--color-black);
}

.footer-r__btn-consult:hover {
	color: var(--color-black);
}

.footer-r__btn-consult::before {
	content: "";
	position: absolute;
	inset: 1px;
	background-color: #f6f8fc;
	border-radius: 27px;
}

.footer-r__btn-consult span {
	position: relative;
	z-index: 2;
}

.footer-r__btn-donat {
	background: var(--primary-gradient, var(--color-primary));
	color: #fff;
}

.footer-r__btn-donat:hover {
	color: #fff;
}

.footer-r__soc {
	margin-top: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.footer-r__soc a {
	display: inline-flex;
	width: 54px;
	aspect-ratio: 1;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 100%;
	transition-duration: 0.15s;
}

.footer-r__soc a svg {
	transition-duration: 0.15s;
}

.footer-r__soc a svg path {
	fill: var(--color-black);
}

.footer-r__soc a:hover {
	background-color: var(--social-hover-color, var(--accent-second));
}
.footer-r__soc a:hover img {
	filter: brightness(0) invert(1);
}

.footer-r__contact {
	margin-top: 55px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 768px) {
	.footer-r__contact {
		margin-top: 30px;
	}
}

.footer-r__contact-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 110%;
	letter-spacing: -0.03em;
	margin-bottom: 25px;
}

.footer-r__contact-phone {
	font-size: 50px;
	line-height: 100%;
	letter-spacing: -0.03em;
	color: var(--color-black);
}

@media (max-width: 1180px) {
	.footer-r__contact-phone {
		font-size: 40px;
	}
}

.footer-r__email {
	margin-top: 30px;
}

.footer-r__email-address {
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: var(--color-black);
}

.footer-r__email-desc {
	font-size: 12px;
	letter-spacing: 0.01em;
	color: #8d94a1;
	margin-top: 6px;
}

.footer-r__bottom {
	font-size: 10px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: #8d94a1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin-top: 80px;
}

.header-tel {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-tel svg {
	display: inline-block;
	width: 20px;
	height: 20px;
}

@media (max-width: 768px) {
	.footer-r__bottom {
		margin-top: 40px;
	}
	.header-address {
		font-size: 12px;
	}
	.header-r__btn--mobile {
		width: 36px;
	}
	.header-r__logo img {
		max-width: 120px;
	}
	.header-r__wrapper {
		gap: 10px;
	}
	.header-address {
		font-size: 10px;
	}
	.title-nav {
		align-items: flex-start;
	}

	.step:not(.step--long) {
		width: calc(40% - 5px);
		min-width: min-content;
	}
	.section-steps {
		overflow: hidden;
	}
	.steps-slider {
		margin-left: -15px;
		margin-right: -15px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.step--long {
		width: calc(60% - 5px);
		min-width: min-content;
	}
	.step--long {
		width: 100%;
	}
	.title-nav__arrows {
		display: none;
	}
	.header-tel {
		background-color: rgba(240, 240, 240, 0.1);
		width: 36px;
		min-width: 36px;
		height: 36px;
		aspect-ratio: 1;
		border-radius: 50%;
		display: flex;
		align-items: center;
		margin-right: -0px;
		justify-content: center;
	}
	.header-tel svg {
		display: block;
		width: 18px;
		height: 18px;
	}
	.header-tel span {
		display: none;
	}

	.section-top .main-page__don-table-item-td {
		padding: 5px 9px;
	}
	.section-top .main-page__don-table-wrap {
		overflow: visible;
	}
	.section-top .main-page__don-table-group {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.footer-r__bottom a {
	color: #8d94a1;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.header-mobile {
	position: fixed;
	z-index: 900;
	background: var(--accent-second, var(--accent));
	inset: 0;
	padding: 80px 20px 20px;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition:
		max-height 0.4s ease,
		opacity 0.3s ease;
	color: #fff;
}

.header-mobile.show {
	max-height: 100%;
	opacity: 1;
}

.header-mobile__wrapper {
	height: 100%;
	overflow: auto;
}

.header-mobile__menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.header-mobile__menu a {
	display: inline-flex;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color: #fff;
}

.header-mobile .footer-r__contact-title {
	margin-bottom: 20px;
}

.header-mobile .footer-r__contact-phone,
.header-mobile .footer-r__email-address {
	color: #fff;
}
.header-mobile .footer-r__email-desc {
	color: rgba(255, 255, 255, 0.5);
}
