/*
 * Theme Name: Mroms
 * Author: Eduard Shpigel
 * Author URI: https://t.me/edshpigel
 */

.main-page__banner {
	background-size: cover;
	background-position: left center;
	position: relative;
	padding-top: 120px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
}
.js-main-form .form-label .select2 .select2-selection__arrow {
	right: 7px !important;
}
.js-main-form .form-label .select2 .select2-selection__arrow b {
	opacity: 0;
}
.form-label-ref {
	display: inline;
}
div.main-page__don-table-group {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 15px;
	padding-right: 15px;
}
.js-main-form .form-label .select2 .select2-selection__arrow::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.00007 7L13 1' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-size: 14px 9px;
	background-repeat: no-repeat;
	background-position: center;
	width: 14px;
	height: 9px;
	display: block;
	margin-top: 3px;

	transform: rotate(180deg);
	transition: transform 0.3s ease-in-out;
}

.js-main-form .form-label .select2 .select2-selection__clear {
	height: auto;
}
.js-main-form .form-label .select2 .select2-selection__clear span {
	display: none;
}
.js-main-form .form-label .select2 .select2-selection__clear::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3L3 9M3 3L9 9' stroke='%23112F15' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: block;
}
.js-main-form .form-label .select2.select2-container--open .select2-selection__arrow {
	height: auto;
}
.js-main-form .form-label .select2.select2-container--open .select2-selection__arrow::before {
	transform: rotate(0deg);
}
.js-main-form .form-label .select2-search__field {
	border-color: #c5c5c5 !important;
	border-radius: 6px;
}
.js-main-form .form-label .select2-search__field:focus {
	border-color: #aaaaaa !important;
}
.js-main-form .form-label .select2-results__options {
	padding: 10px;
}
.js-main-form .form-label .select2-dropdown {
	border-color: #e4e8ef;
	box-shadow: 4px 4px 45px rgba(0, 0, 0, 0.09);
}
.js-main-form .form-label .select2 {
	display: block;
	height: auto;
	font-weight: 500;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: -7px;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px) !important;
}
.js-main-form .form-label .select2 .select2-selection__rendered {
	padding-right: 0;
	padding-left: 0;
	line-height: 1.2em;
}

.js-main-form .form-label .select2-results__option--load-more {
	opacity: 0.5;
}
.js-main-form .form-label .select2 .select2-selection {
	border: none;
	box-shadow: none;
	height: auto;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.main-page__banner::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90%;
	z-index: 0;
	background: rgb(255, 225, 2);
	background: -moz-linear-gradient(0deg, rgba(65, 181, 92, 1) 20%, rgba(65, 181, 92, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(65, 181, 92, 1) 20%, rgba(65, 181, 92, 0) 100%);
	background: linear-gradient(0deg, rgba(65, 181, 92, 1) 20%, rgba(65, 181, 92, 0) 100%);
}

.main-page__banner > * {
	position: relative;
	z-index: 3;
}

.banner-item--all {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
}

.banner-item--summ {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 5px 5px 25px rgba(0, 0, 0, 0.25);
	color: #fff;
}

.banner-range {
	max-width: 480px;
}

.range__line {
	width: 100%;
	border-radius: 14px;
	height: 12px;
	background: rgba(100, 100, 100, 0.3);
	position: relative;
	overflow: hidden;
}

.range__line-fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #fff;
	border-radius: 14px;
}

.range__head {
	width: 100%;
	display: flex;
	margin-bottom: 5px;
	margin-top: 5px;
}

.range__head-item {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
}

.range__foot {
	width: 100%;
	display: flex;
	margin-bottom: 8px;
	margin-top: 10px;
}

.range__foot-item {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-cond .modal-form__donated-content {
	padding: 0 !important;
}
.modal-cond .fancybox-button svg {
	display: none;
}
.modal-cond .fancybox-button {
	height: auto;
	width: auto;
}

.range__foot-item span {
	display: inline-block;
	background: #000000;
	color: #fff;
	padding: 3px 7px;
	border-radius: 20px;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
}

.banner-footer {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 30px;
}

.banner-footer__info {
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
}

.banner-footer__badge {
	padding: 9px 25px;
	background: #131320;
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 500;
	border-radius: 12px;
}

.banner-info__mobile {
	display: none;
	color: #fff;
}
.main-page__iftar-grid {
	display: grid;
	/* grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); */
	grid-template-columns: repeat(4,1fr);
	gap: 8px;
}
.main-page__iftar-item {
	border-radius: 10px;
	font-size: 12px;
	padding: 10px;
	background: linear-gradient(
		93.3deg,
		rgba(211, 244, 203, 0.3) 0%,
		rgba(211, 244, 203, 0.9) 31.25%,
		rgba(211, 244, 203, 0.21) 67.19%,
		rgba(211, 244, 203, 0.9) 100%
	);
	color: black;
	--iftar-icon-url: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99992 1.33331C4.32658 1.33331 1.33325 4.32665 1.33325 7.99998C1.33325 11.6733 4.32658 14.6666 7.99992 14.6666C11.6733 14.6666 14.6666 11.6733 14.6666 7.99998C14.6666 4.32665 11.6733 1.33331 7.99992 1.33331ZM11.1866 6.46665L7.40658 10.2466C7.31325 10.34 7.18658 10.3933 7.05325 10.3933C6.91992 10.3933 6.79325 10.34 6.69992 10.2466L4.81325 8.35998C4.61992 8.16665 4.61992 7.84665 4.81325 7.65331C5.00658 7.45998 5.32658 7.45998 5.51992 7.65331L7.05325 9.18665L10.4799 5.75998C10.6733 5.56665 10.9933 5.56665 11.1866 5.75998C11.3799 5.95331 11.3799 6.26665 11.1866 6.46665Z' fill='%2330B72E'/%3E%3C/svg%3E%0A");
}

.main-page__iftar-loadmore {
	text-align: center;
	padding: 10px 0px;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0px;
	color: var(--color-primary);
	font-weight: 500;
	font-size: 14px;
	width: 100%;
	display: block;
}

.main-page__iftar-item-day {
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.2em;
}

.main-page__iftar-item-day::after {
	content: "";
	background-image: var(--iftar-icon-url, none);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: block;
}
.main-page__iftar-item-sum {
	color: var(--iftar-sum-color, currentColor);
	font-size: 110%;
	font-weight: 500;
}
.main-page__iftar-item--partial {
	color: #fff;
	background: linear-gradient(90deg, #6be3b5 0%, #2fb82b 100%);
	--iftar-icon-url: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99992 1.33331C4.32659 1.33331 1.33325 4.32665 1.33325 7.99998C1.33325 11.6733 4.32659 14.6666 7.99992 14.6666C11.6733 14.6666 14.6666 11.6733 14.6666 7.99998C14.6666 4.32665 11.6733 1.33331 7.99992 1.33331ZM10.6666 8.49998H8.49992V10.6666C8.49992 10.94 8.27325 11.1666 7.99992 11.1666C7.72658 11.1666 7.49992 10.94 7.49992 10.6666V8.49998H5.33325C5.05992 8.49998 4.83325 8.27331 4.83325 7.99998C4.83325 7.72665 5.05992 7.49998 5.33325 7.49998H7.49992V5.33331C7.49992 5.05998 7.72658 4.83331 7.99992 4.83331C8.27325 4.83331 8.49992 5.05998 8.49992 5.33331V7.49998H10.6666C10.9399 7.49998 11.1666 7.72665 11.1666 7.99998C11.1666 8.27331 10.9399 8.49998 10.6666 8.49998Z' fill='white'/%3E%3C/svg%3E%0A");
}
.main-page__iftar-item--open {
	background: #f5f5f5;
	--iftar-sum-color: #adadad;
	--iftar-icon-url: none;
}

.main-page__iftar-banner {
	padding: 10px 16px;
	margin-bottom: 20px;
}
.main-page__iftar-quote {
	background-color: #f5f5f5;
	border-radius: 14px;
	padding: 13px 16px;
	margin-bottom: 20px;
}
.main-page__iftar-subheading {
	margin-bottom: 20px;
}
.main-page__iftar-subheading h3 {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}
.main-page__iftar-subheading p {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: var(--color-primary);
}
.main-page__iftar-quote-heading {
	letter-spacing: -0.03em;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	color: var(--color-primary);
	margin-bottom: 0.6em;
}
.main-page__iftar-quote-text {
	letter-spacing: -0.03em;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
}
.main-page__iftar-num {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	gap: 10px;
}
.main-page__iftar-num-progress {
	border-radius: 20px;
	background-color: #f5f5f5;
	padding: 3px;
	margin-bottom: 20px;
}
.main-page__iftar-num-progress-bar {
	height: 10px;
	background-color: var(--color-primary, #41b55c);
	border-radius: 20px;
	display: block;
	min-width: 10px;
}
.main-page__iftar-num-percent {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: -0.03em;
	color: #fff;
	background-color: #000;
	border-radius: 30px;
	text-align: center;
	padding: 3px 12px;
}
.main-page__iftar-num-heading {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}
.main-page__iftar-banner:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(203.91deg, rgba(65, 181, 92, 0) 8.82%, #41b55c 72.63%);
}
.main-page__iftar-heading {
	padding-top: 20%;
	color: white;
	position: relative;
	z-index: 5;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2em;
}
.main-page__iftar-banner {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.main-page__iftar-img {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-page__anchor-to-form {
	display: none !important;
}

.donations__calculate-per-person {
	margin: 15px 0;
	text-align: center;
	font-weight: 500;
}

@media (max-width: 576px) {
	a.main-page__anchor-to-form.btn {
		display: block !important;
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 1000;
		padding: 10px 20px;
		font-size: 12px;
		height: auto;
	}
	.main-page__left-iftar {
		grid-row: 1 / 1 !important;
	}
	.main-page__iftar-item {
		padding: 6px;
		font-size: 10px;
	}
	.main-page__iftar-grid {
		/* grid-template-columns: repeat(auto-fill, minmax(82px, 1fr)); */
		grid-template-columns: repeat(4, 1fr);
		margin-top: 20px;
	}
	.main-page__banner {
		padding-top: 160px;
		padding-left: 20px;
		padding-right: 20px;
		display: flex;
		flex-direction: column;
	}

	.banner-info__mobile {
		order: 1;
		display: block;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.2;
		text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
		margin-bottom: 10px;
	}

	.banner-range {
		order: 2;
		margin-bottom: 15px;
	}

	.banner-item--all {
		order: 3;
	}

	.banner-item--summ {
		order: 4;
		margin-bottom: 10px;
		font-size: 36px;
	}

	.banner-footer__info {
		display: none;
	}

	.banner-footer {
		order: 5;
	}

	.banner-footer__badge {
		width: 100%;
		text-align: center;
	}
}

.main-page__img .swiper-slide {
	height: auto;
}

a.main-page__img-wrap {
	padding-top: 0 !important;
	height: 100%;
}

.main-page__img img {
	display: block;
	position: static !important;
}

.main-page__banner img.banner__logo {
	width: 240px !important;
	height: auto !important;
	position: absolute !important;
	top: 10px !important;
	right: 20px !important;
	left: auto !important;
	bottom: auto !important;
	z-index: 2;
}

@media (max-width: 576px) {
	.main-page__banner img.banner__logo {
		left: 0px !important;
		right: auto !important;
	}
}

.main-page__banner-2 {
	padding: 30px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.main-page__banner-2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.main-page__banner-2 > * {
	position: relative;
	z-index: 2;
}

.main-page__banner-2 .banner__logo {
	width: 160px;
	height: auto;
	object-fit: contain;
	border-radius: 0px;
	position: relative !important;
	margin-bottom: 20px;
}

.banner__flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 30px;
}

.banner-item--title {
	color: #fff;
	font-size: 28px;
	line-height: 1.1;
	font-weight: bold;
}

.banner__bar {
	display: inline-flex;
	align-items: center;
	position: relative;
	margin-right: auto;
}

.banner__bar::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	border: 1px solid var(--color-primary);
}

.banner__bar-badge {
	padding: 10px;
	background: var(--color-primary);
	border-radius: 20px;
	font-size: 10px;
	font-weight: bold;
	color: var(--text-btn);
}

.banner__bar-summ {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin-left: 10px;
	margin-right: 15px;
}

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

.banner__info-summ {
	font-size: 28px;
	line-height: 1;
	color: var(--color-primary);
	font-weight: bold;
}

.banner__info-badge {
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
}

.range-labels {
	margin-top: auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.range-labels span {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
}

.main-page__banner-range {
	position: relative;
	width: 100%;
	margin-top: 6px;
}

.range-line {
	width: 100%;
	height: 18px;
	background: #fff;
	border-radius: 12px;
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.range-fill {
	height: 100%;
	background: var(--color-primary);
	background: -moz-linear-gradient(-90deg, var(--color-primary) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-linear-gradient(-90deg, var(--color-primary) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear-gradient(-90deg, var(--color-primary) 0%, rgba(0, 0, 0, 0.1) 100%);
	border-radius: 12px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.main-page__don-table-item-td span svg path {
	fill: var(--color-primary);
}

.range-box {
	position: absolute;
	top: -25%;
	bottom: 0;
	background: var(--color-primary);
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	color: var(--text-btn);
	font-size: 10px;
	font-weight: bold;
	border-radius: 50%;
	text-align: center;
	padding: 0 2px;
	margin-left: -14px;
	z-index: 3;
}

.range-info {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin-top: 6px;
}

.banner__footer {
	margin-top: auto;
	/* display: none; */
}

@media (max-width: 768px) {
	.banner__footer {
		margin-top: 10px;
		display: block;
	}
}

.banner__footer-text {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
}

.banner__footer-desc {
	color: #fff;
	font-size: 14px;
}

.banner__footer-btn {
	margin-top: 20px;
	background: var(--color-primary);
	color: #131320;
	padding: 14px 20px;
	border-radius: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	position: relative;
}

.banner__footer-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -2%;
	width: 104%;
	height: 100%;
	background: #fff;
	border-radius: 12px;
	transform: rotate(-3deg);
	z-index: -1;
}

.main-page__banner-2 .banner-range {
	max-width: 100%;
}

.main-page__img {
	border-radius: 12px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.banner__flex {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		margin-bottom: 0px;
	}
}

@media (max-width: 576px) {
	.main-page__banner-2 {
		padding: 20px;
		min-height: 340px;
	}

	.main-page__banner-2 .banner__logo {
		width: 140px;
		height: auto;
		object-fit: contain;
	}

	.banner-item--title {
		font-size: 20px;
	}

	.banner__footer-text {
		font-size: 14px;
	}

	.banner__footer-desc {
		font-size: 12px;
	}

	.banner__footer-btn {
		display: none;
	}

	.main-page__banner-2 .banner-range {
		order: inherit;
	}

	.main-page__banner-2 .banner__info {
		margin-bottom: 20px;
	}

	.range-info {
		font-size: 15px;
	}

	.range-labels span {
		font-size: 10px;
	}

	.banner__bar-badge {
		font-size: 12px;
	}

	.banner__bar::after {
		display: none;
	}

	.banner__bar {
		width: 100%;
	}

	.banner__bar-summ {
		flex-grow: 1;
		margin: 0 5px;
	}

	.main-page__banner-2 .banner__info {
		gap: 10px;
	}

	.banner__info-badge {
		font-size: 10px;
	}

	.main-page__banner-2 .banner__logo {
		display: none;
	}
}

.main-page__don-table-more {
	grid-gap: 7px;
}

button.main-page__don-table-more-num {
	margin: 0;
}

button.main-page__don-table-more-num.active + button + button ~ button:not(.main-page__don-table-more-next) {
	display: none;
}

.main-page__sber-content:has(.js-reqs-textarea-copy) {
	flex-grow: 1;
}

.js-reqs-textarea-copy {
	width: 100%;
}

.main-page__sber-item textarea::selection {
	background-color: var(--color-primary);
}

.main-page__sber-item textarea {
	appearance: textfield;
	resize: none;
}

.btn,
.btn:focus,
.btn:hover,
.banner__bar-badge,
.range-box,
button.confirm-code {
	background: var(--primary-gradient, var(--color-primary));
}

button.confirm-code {
	color: var(--text-btn);
}

.main-page__kvoty-item:not(.kvota-payied) {
	background: var(--primary-gradient, var(--color-primary)) !important;
}

.header__btn-pay .btn.btn--sm,
.header__btn-pay .btn.btn--sm:hover,
.header__btn-pay .btn.btn--sm:focus {
	color: var(--text-btn);
	background: var(--primary-gradient, var(--color-primary)) !important;
}

.copyed textarea::selection {
	background-color: 0 0 !important;
}

#cookie_notification {
	display: none;
	position: fixed;
	z-index: 30002;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	padding: 18px;
	background: var(--white);
	-webkit-box-shadow: 0 0 54px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 54px rgba(0, 0, 0, 0.1);
}

#cookie_notification .btn,
#cookie_notification .facetwp-paginations .facetwp-facet .facetwp-load-more,
.facetwp-paginations .facetwp-facet #cookie_notification .facetwp-load-more {
	margin-left: 10px;
	cursor: pointer;
	white-space: nowrap;
}

#cookie_notification p:first-child {
	margin-bottom: 0;
}

#cookie_notification p {
	color: #444445;
	line-height: 1.3;
	font-size: 11px;
	font-weight: 400;
}

#cookie_notification a.cookie_accept.btn {
	font-size: 14px;
	height: 36px;
	padding: 12px 18px;
}
#cookie_notification p a {
	color: inherit;
	position: relative;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.form-label-checkbox.form-label-checkbox-policy {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.form-label-checkbox-policy .form-label-checkbox__span a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

#cookie_notification.show {
	-webkit-animation: CookieAnim ease-in-out 1s alternate;
	animation: CookieAnim ease-in-out 1s alternate;
	display: block;
}
@media (max-width: 1084.98px) {
	#cookie_notification div.container {
		display: flex;
		flex-wrap: nowrap;
		gap: 10px;
	}
	#cookie_notification a.cookie_accept {
		margin-top: 10px;
	}
}

@-webkit-keyframes CookieAnim {
	0% {
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}

	70% {
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes CookieAnim {
	0% {
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}

	70% {
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

div.main-page__payment {
	background-image: var(
		--gradient,
		linear-gradient(
			93.3deg,
			rgba(250, 221, 0, 0.1) 0,
			rgba(250, 221, 0, 0.5) 31.25%,
			rgba(250, 221, 0, 0.21) 67.19%,
			rgba(250, 221, 0, 0.5) 100%
		)
	);
}

a.btn,
button.btn,
a.btn:hover,
button.btn:hover,
a.btn:focus,
button.btn:focus,
button.main-page__don-table-more-next {
	color: var(--text-btn);
}

.footer__socials-item.btn {
	color: #fff;
}

.account-top svg path {
	fill: var(--text-btn);
}

a.account-btn svg path {
	fill: var(--text-btn);
}

li.account-menu--item.current a svg path {
	stroke: var(--text-btn);
}

button.invite-copy {
	color: var(--text-btn);
}

button.invite-copy:hover {
	opacity: 0.7;
	background: var(--color-primary);
	color: var(--text-btn);
}

.account-top .account-summ,
li.account-menu--item.current a {
	color: var(--text-btn);
}

.footer__copyright-item-devmark a svg path {
	color: currentColor;
}

.footer__copyright-item-devmark a {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.footer__copyright {
	gap: 10px 20px;
}

.project-heading {
	margin-top: 30px;
}

.project-swiper ~ .swiper-button-lock {
	display: none;
}

.modal-form.modal-with-form div.form-flex {
	margin: 0;
	gap: 10px;
}

.modal-form.modal-with-form label.form-label {
	margin: 0;
}

.modal-form.modal-with-form .form-flex-pay__text {
	flex-grow: 0;
}

div.main-page__don-table-item-td-sum span,
div.main-page__don-table-item-td-date span {
	font-size: 10px;
	text-align: center;
}

div.main-page__don-table-item-td-method span {
	font-size: 11px;
	text-align: center;
}

.docs__row {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: column;
	gap: 20px;
}

.docs__item {
	border-radius: 12px;
	border: 1px solid #e1ebee;
	padding: 14px 18px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	color: var(--black);
}

.docs__item svg {
	color: var(--black);
}

.docs__item-desc {
	font-size: 12px;
	opacity: 0.5;
}

.footer__copyright-flex {
	flex-wrap: wrap;
	gap: 10px 20px;
}

.main-page__sber-item-copy.copyed .js-sber-copy {
	visibility: hidden;
	opacity: 0;
}

.main-page__sber-item-copy.copyed .main-page__sber-icon {
	background-color: var(--color-primary);
}

.main-page__sber-item-copy.copyed .js-sber-done {
	visibility: visible;
	opacity: 1;
}

.main-page__sber-content {
	width: 100%;
}

.main-page__sber-item {
	gap: 20px;
}

.main-page__sber-item-copy.copyed .js-sber-done path {
	stroke: white;
}

.main-page__sber-item-copy .main-page__sber-icon svg {
	width: 18px;
	height: auto;
}

.main-page__sber-item-copy .main-page__sber-icon {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-page__need-subheading.main-page__need-subheading-need {
	background: linear-gradient(
		45deg,
		var(--primary-gradient-1, #81ebd7) 0%,
		var(--primary-gradient-2, #30b72e) 80%,
		var(--primary-gradient-2, #30b72e) 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--need-item-color);
}

@media (max-width: 1084.98px) {
	.footer__copyright-item:not(:last-child) {
		margin-bottom: 0;
	}

	div.footer__contacts {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
	}
}

@media (max-width: 576px) {
	.footer__contacts-item-title a {
	}

	div.footer__contacts-item {
		width: 100%;
	}

	.main-page__don-table-group:has(.main-page__don-table-group) {
		padding-right: 20px;
		padding-left: 20px;
	}

	.main-page__don-table-group .main-page__don-table-group {
		margin-right: -20px;
		margin-left: -20px;
	}

	.footer__copyright + .footer__copyright {
		margin-top: 5px;
	}

	div.main-page__share {
		gap: 5px;
	}
}

.modal-form.modal-with-form .form-flex-pay__content {
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
}

.modal-form.modal-with-form .form-label-checkbox:first-child {
	width: 100%;
	margin-bottom: 0;
}

.main-page__partners-item:has(.b-error) {
	display: none;
}

.js-main-form button,
.header__btn-pay .btn {
	animation: tilt-shaking 1s linear 0s infinite;
}

@keyframes tilt-shaking {
	0% {
		transform: rotate(0deg);
	}

	49.9% {
		transform: rotate(0deg);
	}

	/* До этого момента ничего не происходит */
	50% {
		transform: rotate(0deg);
	}

	/* Начало движения */
	62.5% {
		transform: rotate(3deg);
	}

	75% {
		transform: rotate(0deg);
	}

	87.5% {
		transform: rotate(-3deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.address-field {
}

.load-hidden-kvota {
	min-height: 42px;
	width: 100%;
	display: block !important;
	margin-bottom: 20px;
	box-shadow: none;
	border-radius: 4px;
	border: none;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: 700;
	color: var(--color-white);
	font-size: 14px;
	line-height: 1.2;
	background-color: var(--color-primary);
}

.header__address-new {
	font-size: 14px;
}

.main-page__don-table-group.loading-posts {
	opacity: 0.5;
	cursor: wait;
}

.main-page__don-table-group.loading-posts > * {
	pointer-events: none;
}

.prev-item:has(+ .prev-item + .prev-item) {
	display: none;
}

.main-page__steps.tabs-loading {
	display: grid;
}

.main-page__don-table-item-edit {
	position: absolute;
	right: 100%;
}

.gal-swiper-other {
	margin-top: 15px;
}

.gal-swiper-other .main-page__img-wrap {
	padding-top: 100%;
}

@media (max-width: 576px) {
	div.main-page__don-table {
		margin: 0;
		width: 100%;
		display: block;
	}
	div.main-page__don-table-item-td {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		padding: 0 !important;
	}
	div.main-page__don-table-item-td-sum span,
	div.main-page__don-table-item-td-date span {
		text-align: left;
	}
	div.main-page__don-table-item-td-method span {
		text-align: left;
	}
	.main-page__don-table-item:nth-child(odd) {
		background-color: #f3f3f3;
		border-radius: 5px;
	}
	div.main-page__don-table-item-td-sum span {
		font-size: 14px;
	}
	div.main-page__don-table-item-td-sum > span,
	div.main-page__don-table-item-td-method > span {
		text-align: right !important;
	}
	.main-page__don-table-item:nth-child(odd) > div {
		background-color: transparent;
	}
	div.main-page__don-table-item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		padding: 6px 9px !important;
	}
	.main-page__main-heading {
		margin-left: 13px;
	}

	.main-page__main-heading h3 {
		font-size: 16px;
	}

	.main-page__don-table-item-td > span {
		padding: 3px !important;
	}

	.form-button button.btn {
		height: 52px;
	}

	div.main-page__tabs-pay-content .form-tabs-slide .form-flex-pay {
		margin-top: 5px;
	}

	.kvota-tabs-slide div.form-flex-pay__content.fdc.dflex.aifs.jcsb {
		flex-direction: row;
		align-items: center;
	}

	div.modal-form.modal-with-form .form-flex-pay__icon {
		margin-bottom: 0;
	}

	div.form-flex-pay__content {
		padding: 8px;
		padding-right: 20px;
	}

	label.form-flex-pay__label:not(:last-child) {
		margin-bottom: 5px;
	}

	label.form-label:not(:last-child) {
		margin-bottom: 7.5px;
	}

	label.form-label {
		padding: 6px 12px;
	}

	.main-page__don-table-item-td-name {
		width: 40% !important;
		min-width: 40% !important;
		max-width: 40% !important;
	}

	.main-page__don-table-item-td:nth-child(2) > span {
		white-space: nowrap !important;
	}

	.main-page__left .main-page__desc-heading:first-child {
		margin-top: 0;
	}

	.main-page__share-flex {
		margin-bottom: 10px;
		display: flex;
		align-items: center;
		gap: 10px;
		justify-content: flex-start;
	}

	.main-page__share-flex .main-page__share-wrap {
		margin: 0 !important;
	}

	.main-page__share-flex .main-page__share {
		margin-bottom: 0 !important;
		gap: 4px;
		flex-wrap: nowrap;
	}

	footer.footer {
		padding-bottom: 0px;
	}

	a.header__logo {
		--logo-width: 88.59px;
	}

	.container {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.header__address-new {
		font-size: 10px;
		margin: 0 5px;
		line-height: 1.1;
		font-weight: 500;
	}

	.gal-swiper-other {
		margin-bottom: 15px;
	}

	.main-page__don-table-item-td-name {
		width: 80%;
		min-width: 80%;
		max-width: 80%;
	}

	.main-page__payment {
		margin-bottom: 0 !important;
	}

	.main-page__left .main-page__desc-heading {
		margin-top: 0;
	}

	.main-page__don-table-item-td:nth-child(3) {
		width: auto !important;
	}

	.main-page__don-table-item-td-date {
		width: 50% !important;
		min-width: 90px;
	}

	div.main-page__need {
		margin-bottom: -10px;
	}

	/* div.main-page__don-table-item-td:nth-child(2) {
		width: 60%;
	}
	div.main-page__don-table-item-td:last-child {
		width: 40%;
	}
	div.main-page__don-table-item-td:nth-child(4) {
		width: auto;
	} */
}

/* div.main-page__don-table-item-td:nth-child(2)>span {
	white-space: normal;
} */

.main-page__don-table-item-td-sum {
	white-space: nowrap;
}

.sign-wrap {
	margin: 40px 0;
	padding: 60px 40px;
	border-radius: 24px;
}

.sign-row {
	margin: 0 auto;
	max-width: 480px;
}

.sign-title {
	font-weight: 600;
	margin-bottom: 4px;
	color: #183910;
}

.sign-hint {
	margin-top: 40px;
	text-align: center;
	color: #878d86;
}

.sign-hint a {
	font-weight: 500;
	color: var(--color-primary-hover);
}

.sign-hint a:hover {
	text-decoration: underline;
}

.sign-desc {
	margin-bottom: 20px;
	color: #374733b0;
	font-weight: 400;
}

.sign-form .form-label {
	margin-bottom: 0 !important;
	border-color: #eee;
}

.sign-form .form-item {
	margin-bottom: 15px;
}

.form-error {
	font-size: 13px;
	margin-left: 10px;
	margin-top: 4px;
	display: block;
	color: #ff3b30;
}

.form-error:empty {
	display: none;
}

.form_response {
	margin-top: 20px;
	text-align: center;
}

.form_response span {
	padding: 10px 15px;
	border-radius: 6px;
	border: 2px solid transparent;
	font-size: 14px;
	font-weight: 500;
	display: block;
}

.form_response span.error {
	background: var(--color-red);
	border-color: var(--color-red);
	color: #fff;
}

.form_response span.success {
	background: #ffffff;
	border-color: #5be859;
	box-shadow: 0 0 15px rgba(48, 183, 46, 0.1);
	color: #10790f;
}

.wrap-modal {
	max-width: 300px;
}

.title-modal {
	font-size: 32px;
	font-weight: bold;
	color: rgba(36, 37, 41, 1);
	margin-bottom: 10px;
}

#modal_code {
	border-radius: 24px;
}

#modal_code .fancybox-close-small {
	top: 10px;
	right: 10px;
}

.desc-modal {
	font-size: 14px;
	line-height: 20px;
	color: rgba(36, 37, 41, 1);
}

.desc-modal .modal-tel {
	font-weight: bold;
}

.desc-modal .change-phone {
	color: rgba(173, 173, 184, 1);
	text-decoration: underline;
	display: block;
	cursor: pointer;
	padding: 4px 0;
}

.form-modal {
	margin-top: 20px;
}

.modal-confirm-autopayment {
	border-radius: 24px;
}

#sms_code {
	width: 100%;
	border: 1px solid rgba(229, 229, 239, 1);
	padding: 14px 16px;
	font-size: 24px;
	font-weight: 500;
	color: rgba(36, 37, 41, 1);
	outline: none;
	letter-spacing: 5px;
	border-radius: 12px;
}

.confirm-code {
	width: 100%;
	margin-top: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--color-primary);
	border-radius: 12px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 16px 25px;
	color: #000;
	font-weight: 500;
	font-size: 15px;
	-webkit-transition: var(--trsn);
	-o-transition: var(--trsn);
	transition: var(--trsn);
}

.main-page__don-table-item-td svg path {
	fill: #31ca2e;
}

.timer-wrapper {
	margin-top: 15px;
}

.form-button .btn,
#form_code .confirm-code,
.btn-load {
	position: relative;
}

.form-button .btn:disabled,
#form_code .confirm-code:disabled,
.btn-load:disabled {
	opacity: 0.5;
	cursor: default;
}

.form-button .btn::before,
#form_code .confirm-code::before,
.btn-load::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 3px solid #000;
	border-bottom-color: transparent;
	animation: circle 1s linear infinite;
	opacity: 0;
	transition: ease 0.2s;
}

.form-button .btn.loading,
#form_code .confirm-code.loading,
.btn-load.loading {
	color: transparent !important;
}

.form-button .btn.loading::before,
#form_code .confirm-code.loading::before,
.btn-load.loading::before {
	opacity: 1;
}

@keyframes circle {
	100% {
		transform: rotate(360deg);
	}
}

.account-row {
	display: flex;
	gap: 60px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.account-side {
	width: 220px;
	min-width: 220px;
}

.account-main {
	flex-grow: 1;
}

.account-menu {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 6px;
}

.account-menu--item a {
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 1;
	font-weight: 500;
	padding: 14px;
	border-radius: 12px;
	color: #2a2a2a;
}

.account-menu--item a:hover {
	background: #f6f6fa;
	color: #000;
}

.account-menu--item.current a {
	background: var(--color-primary);
	color: #000;
}

.logout-item {
	margin-top: 20px;
}

.logout-item a {
	background: #f5f5f7;
	color: #9d9e9e;
	text-align: center;
}

.logout-item a:hover {
	background: #e1e2e5;
}

.account-title {
	font-weight: 600;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #242529;
	margin-bottom: 0;
}

.account-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}

.account-top {
	padding: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--color-primary);
	border-radius: 24px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
}

.payments-empty {
	font-weight: 500;
	color: #989899;
}

.payments-empty a {
	color: #2a2a2a;
}

.payments-empty a:hover {
	color: #000;
	text-decoration: underline;
}

.payments-wrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.payments-item {
	display: grid;
	grid-template-columns: 3fr 1fr 2fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	align-items: center;
}

.payments-item:not(.hidden):last-child {
	border-bottom: none;
}

.payments-item.hidden {
	display: none;
}

.payment-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	color: #242529;
}

.payment-date,
.payment-method {
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	color: #74747c;
}

.payment-summ {
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #242529;
}

.payments-header {
	display: grid;
	grid-template-columns: 3fr 1fr 2fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	color: #adadb8;
}

.payments-load__wrap {
	width: 100%;
	display: flex;
	justify-content: center;
}

.btn.payments-load,
.btn.btn-md {
	padding: 14px 32px;
	height: auto;
	font-size: 15px;
	font-weight: 500;
}

.personal-form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

@media (min-width: 768px) {
	.personal-form > div {
		width: 45%;
		width: calc(50% - 10px);
	}
}

.personal-form > div:last-child {
	width: 100%;
}

.personal-form .form-label {
	margin-bottom: 0 !important;
	border-color: #eee;
}

/* New Styles */
#resend_timer {
	display: block;
	text-align: center;
	width: 100%;
}

#resend_code {
	text-align: center;
	width: 100%;
	display: block;
	color: #868686;
	font-weight: 500;
}

#resend_code:hover {
	color: #000;
	text-decoration: underline;
}

.cards-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.card-item {
	background: #f6f6fa;
	border-radius: 30px;
	padding: 10px;
	display: flex;
	align-items: center;
}

.card-delete {
	margin-left: auto;
}

.card-logo img {
	display: block;
	border-radius: 50%;
	margin-right: 20px;
}

.card-type {
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	color: #adadb8;
	margin-bottom: 4px;
}

.card-val {
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: #242529;
}

.link--card-delete {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.link--card-delete svg path {
	transition: ease 0.2s;
}

.link--card-delete:hover svg path {
	stroke: #242529;
}

#modal_remove {
	border-radius: 16px;
}

.remove-btns {
	margin-top: 20px;
	display: flex;
	gap: 20px;
}

.remove-btns > button {
	flex-grow: 1;
}

.btn.btn-cancel {
	background: #f6f6fa;
	color: #242529;
}

.btn.btn-cancel:hover,
.btn.btn-cancel:focus {
	background: #e1e2e5;
	color: #000;
}

.modal-response {
	margin-top: 20px;
	text-align: center;
}

.modal-response:empty {
	display: none;
}

.cards-empty {
	font-weight: 500;
	color: #989899;
}

.period-nav {
	display: flex;
	gap: 10px;
}

.period-nav .period--item {
	flex-grow: 1;
	flex-basis: 50%;
}

.period-nav .period--item .period--btn {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	padding: 12px;
	text-align: center;
	font-weight: 700;
	font-size: 10px;
	min-height: 46px;
	line-height: 1;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	position: relative;
}

.period-nav .period--item input:checked ~ .period--btn {
	background: #000;
	color: #fff;
	border-color: #000;
}

.period-tabs {
	display: none;
	margin-bottom: 15px;
	margin-top: 15px;
}

.period-tabs__wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
}

.period-tabs--item {
	display: flex;
	align-items: center;
	gap: 4px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 500;
	font-size: 11px;
	line-height: 1;
	color: #000;
}

.period-tabs--item span:not(.checkmark) {
	display: block;
	line-height: 1;
}

/* Hide the browser's default checkbox */
.period-tabs--item input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.period-tabs--item .checkmark {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 16px;
	width: 16px;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.2);
	transition: ease 0.2s;
	border-radius: 2px;
}

.period-tabs--item:hover input ~ .checkmark {
	border-color: rgba(0, 0, 0, 0.8);
}

.period-tabs--item input:checked ~ .checkmark {
	background-color: #000;
	border-color: #000;
}

.period-tabs--item .checkmark::after {
	content: "";
	display: block;
	width: 6px;
    height: 10px;
    margin-top: -2px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
	transition: ease 0.2s;
}

.period-tabs--item input:checked ~ .checkmark::after {
	opacity: 1;
}

.autopayments-header {
	grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr;
}

.btn-delete--pay {
	display: block;
	margin-left: 10px;
	border: none;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 40px;
	background-color: #f4f4f4;
	color: #131320;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	transition: ease 0.2s;
}

.btn-delete--pay:hover {
	background-color: #e4e1e1;
	color: #000;
}

.autopayment-item {
	grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr;
}

.autopayments-header > div:not(:last-child, :first-child) {
	text-align: center;
}

.autopayment-item > div:not(:last-child, :first-child) {
	text-align: center;
}

.payments-item.autopayment-item .payment-summ {
	font-size: 15px;
}

.form-card--item img {
	border-radius: 50%;
}

.form-card--item .card-type {
	color: rgba(0, 0, 0, 0.5);
}

.form-save-card--label {
	margin-top: 20px;
	padding-left: 15px;
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

#modal_auth {
	border-radius: 24px;
}

#modal_auth .form-login {
	margin-top: 20px;
}

#modal_auth .form-button {
	margin-top: 20px;
}

.account-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	min-width: 40px;
	border-radius: 8px;
	background: var(--color-primary);
	margin-left: 10px;
}

.account-btn svg path {
	fill: #2a2a2a;
}

.account-profile {
	margin-bottom: 30px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.account-profile--icon {
	min-width: 36px;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #f3f3f5;
}

.account-profile--label {
	font-size: 10px;
	font-weight: 500;
	color: #adadb8;
	display: block;
}

.account-profile--value {
	font-size: 15px;
	font-weight: 600;
	color: #000;
}

.account-toggle {
	display: none;
}

.main-page__img .gal-swiper .swiper-wrapper:has(.swiper-slide:only-child) {
	height: auto !important;
}

.hero__region-headings {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	margin-bottom: 20px;
}
.hero__region-flag {
	width: 80px;
	max-width: 80px;
	position: relative;
	height: 80px;
	min-width: 80px;
	max-height: 80px;
	border-radius: 22px;
	background-color: #fff;
	box-shadow: 0px 4px 18px rgba(36, 33, 50, 0.1);
	overflow: hidden;
}
.hero__region-flag img {
	object-fit: cover;
	object-position: center;
	position: absolute;
	inset: 3px;
	width: calc(100% - 6px);
	border-radius: 20px;
	height: calc(100% - 6px);
}
.hero__region-title {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2em;
}
.hero__region-title * {
	margin-bottom: 0;
}
.hero__region-share-goal {
	display: none;
	align-items: flex-end;
	text-align: right;
	justify-content: center;
	flex-direction: column;
}
.hero__region-share-goal-title p,
.hero__region-share-goal-desc p {
	margin-bottom: 0;
}
.hero__region-share-goal-title {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2em;
}
.hero__region-share-goal-desc {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2em;
}
.hero__region-content {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4em;
	color: #fff;
	margin-bottom: 30px;
}
.hero__region-share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 654px;
	gap: 20px;
	background-color: #fff;
	border-radius: 25px;
	box-shadow: 0px 4px 24px rgba(36, 33, 50, 0.12);
	padding: 8px;
	gap: 15px;
	color: #000;
}
.hero__region-share-title p {
	margin-bottom: 0;
}
.hero__region-share-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	padding-left: 10px;
}
.hero__region-share-item {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2em;
	border-radius: 22px;
	padding: 8px;
	color: #fff;
	cursor: pointer;
	touch-action: manipulation;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	transition: transform 0.2s ease;
}
.hero__region-share-item:hover {
	transform: scale(1.08);
}
.hero__region-share-list {
	gap: 8px;
}
.hero__region-share-item svg {
	width: 20px;
	height: 20px;
}
.hero__region-share-item span:not(:empty) {
	min-width: 40px;
	padding-right: 5px;
	padding-left: 5px;
	flex-grow: 1;
	display: block;
	text-align: center;
}
.hero__region-share-item--whatsapp {
	background: linear-gradient(86.21deg, #00d5b7 -0.21%, #00d34e 117.05%);
}
.hero__region-share-item--telegram {
	background: linear-gradient(86.21deg, #3ebfff -0.21%, #2aabed 117.05%);
}
.hero__region-share-item--vk {
	background: linear-gradient(86.21deg, #0077ff -0.21%, #148bff 117.05%);
}
.hero__region-share-item--max {
	background: linear-gradient(86.21deg, #3fbafd -0.21%, #672ae4 117.05%);
}

.hero__region-position {
	color: #fff;
	display: none;
	align-self: center;
	margin-left: 20px;
	max-width: 230px;
}
.hero__region-position-title {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.hero__region-position-value {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
	opacity: 0.6;
}

:root {
	--dark: 29, 29, 31;
}

.hamburger {
	font: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
	margin: 0;
	padding: 5px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: 0.15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	line-height: 1;
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 20px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 75ms;
}

.hamburger-inner::after,
.hamburger-inner::before {
	display: block;
	content: "";
}

.hamburger-inner::before {
	top: -8px;
	transition:
		top 75ms ease 0.12s,
		opacity 75ms ease;
}

.hamburger-inner::after {
	bottom: -8px;
	transition:
		bottom 75ms ease 0.12s,
		transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	position: absolute;
	width: 28px;
	height: 2px;
	border-radius: 4px;
	background-color: rgb(var(--dark));
}

.hamburger.is-active .hamburger-inner {
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(45deg);
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
	background-color: rgb(var(--dark));
}

.hamburger.is-active .hamburger-inner::before {
	top: 0;
	transition:
		top 75ms ease,
		opacity 75ms ease 0.12s;
	opacity: 0;
}

.hamburger.is-active .hamburger-inner::after {
	bottom: 0;
	transition:
		bottom 75ms ease,
		transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transform: rotate(-90deg);
}

@media (max-width: 768px) {
	.hero__region-title {
		font-size: 26px;
		margin-top: 10px;
		font-weight: 800;
	}
	.hero__region-share-goal {
		display: flex;
	}
	.hero__region-headings {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 10px;
	}
	.hero__region-content {
		font-size: 14px;
	}
	.hero__region-share-title:has(+ .hero__region-share-goal) {
		max-width: calc(50% - 7.5px);
		width: 100%;
	}
	.hero__region-share-title + .hero__region-share-goal {
		max-width: calc(50% - 7.5px);
		width: 100%;
	}
	.hero__region-share {
		background: rgba(32, 33, 38, 0.1);
		backdrop-filter: blur(6px);
		border-radius: 20px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		color: #fff;
		flex-wrap: wrap;
		padding: 16px;
	}
	.hero__region-share-title {
		font-weight: 600;
		padding-left: 0;
	}
	.hero__region-share-list {
		flex-grow: 1;
		width: 100%;
	}
	.hero__region-share-item {
		flex-grow: 1;
		flex-basis: 0;
	}
	.hero__region-position {
		display: block;
		max-width: calc(100% - 110px);
	}
	.account-row {
		flex-direction: column;
		gap: 30px;
	}

	.account-side {
		width: 100%;
		padding: 20px;
		border: 1px solid #eee;
		border-radius: 12px;
	}

	.account-profile {
		padding: 0;
		border: none;
		margin-bottom: 0;
	}

	.account-toggle {
		display: block;
		margin-left: auto;
	}

	.account-nav {
		display: none;
		margin-top: 30px;
	}

	.account-title {
		font-size: 24px;
	}

	.account-header {
		flex-wrap: wrap;
	}

	.account-top {
		font-size: 13px;
		padding: 8px 12px;
	}

	.account-top svg {
		width: 18px;
		height: 18px;
	}

	.payments-header {
		display: none;
	}

	.payments-item {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-rows: repeat(2, 1fr);
		gap: 3px;
		border-color: rgba(0, 0, 0, 0.15);
	}

	.payments-item > div:nth-child(1) {
		grid-area: 2 / 1 / 3 / 2;
	}

	.payments-item > div:nth-child(2) {
		text-align: right;
		grid-area: 1 / 2 / 2 / 3;
	}

	.payments-item > div:nth-child(3) {
		grid-area: 1 / 1 / 2 / 2;
	}

	.payments-item > div:nth-child(4) {
		grid-area: 2 / 2 / 3 / 3;
	}

	.payment-title {
		font-size: 16px;
		font-weight: 500;
	}

	.autopayment-item {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}

	.autopayment-item > div:nth-child(1) {
		grid-area: 2 / 1 / 3 / 2;
	}

	.autopayment-item > div:nth-child(2) {
		text-align: left;
		grid-area: 1 / 1 / 2 / 2;
	}

	.autopayment-item > div:nth-child(3) {
		text-align: right;
		grid-area: 1 / 2 / 2 / 3;
	}

	.autopayment-item > div:nth-child(4) {
		grid-area: 2 / 2 / 3 / 3;
	}

	.autopayment-item > div:nth-child(5) {
		grid-area: 3 / 1 / 4 / 2;
	}

	.payment-action {
		margin-top: 6px;
		margin-bottom: 4px;
	}

	.payment-action > * {
		display: inline-block;
		margin-left: 0;
	}

	.cards-wrap,
	.personal-form {
		display: flex;
		flex-direction: column;
	}
}

/*
.period-nav,
.form-save-card--label {
	display: none !important;
}
*/

.thanks-page #payment-status {
	width: 100%;
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* Анимация загрузки */
.loading-animation {
	width: 80px;
	height: 80px;
	border: 8px solid lightgray;
	border-top: 8px solid var(--color-primary);
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-bottom: 10px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.thanks-page .status-content {
	display: none;
}

@media (max-width: 576px) {
	.main-page__need-item {
		text-align: center;
	}

	.period-tabs__wrap {
		gap: 6px;
	}

	.period-tabs--item {
		font-size: 10px;
	}

	.period-nav .period--item .period--btn {
		min-height: 36px;
		padding: 8px 12px;
	}

	.header__flex {
		border-top-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
	}

	.footer__contacts {
		gap: 10px;
		flex-wrap: nowrap !important;
	}

	.footer__contacts-item {
		width: 50%;
		margin: 0 !important;
		align-items: flex-start !important;
	}

	.footer__contacts-item-title a {
		font-size: 3.5vw !important;
	}

	.footer__contacts-item-title span {
		font-size: 10px;
	}

	.footer__contacts-item-sub {
		font-size: 10px !important;
	}

	.footer__contacts-item-icon svg {
		width: 12px;
		height: 12px;
	}
}

.footer__contacts-item-sub {
	color: #8c8c8c !important;
}

.period--btn span {
	letter-spacing: 1px;
	padding-left: 5px;
	display: inline-flex;
	align-items: center;
	gap: 3px;
	padding: 4px;
	background: #e32929;
	color: #fff;
	border-radius: 6px;
	position: absolute;
	right: 6px;
	-webkit-animation: pulsate-bck 1.25s ease-in-out infinite both;
	animation: pulsate-bck 1.25s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-bck {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulsate-bck {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.period--btn u {
	text-decoration: none;
	margin-right: 20px;
}

.period--btn span i {
	font-size: 10px;
	opacity: 0.75;
}

.form-response--message {
	padding: 10px 15px;
	border-radius: 4px;
	border: 1px solid var(--color-red);
	font-size: 14px;
	font-weight: 500;
}

.main-page__left-iftar .referral_groups_rating {
	margin-top: 40px;
}

.form-label-checkbox__input.form--error + .form-label-checkbox__span {
	color: red;
}
.form-label-checkbox__input.form--error + .form-label-checkbox__span:before {
	border: 1px solid red;
}
.form-label-checkbox__input {
	visibility: visible;
	opacity: 1;
	max-width: 100%;
	max-height: 100%;
	overflow: visible;
	display: block;
	appearance: none;
}
.period-hint {
	font-size: 10px;
	margin-top: 10px;
	display: block;
	opacity: 0.75;
}

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

.main-page__desc-heading h3 {
	margin-bottom: 0.3em;
}

.main-page__desc-heading {
	margin-top: 0px !important;
}

.main-page__left {
	margin-top: 10px !important;
}

.main-page__share-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.main-page__share {
	margin-bottom: 0 !important;
	gap: 10px;
}

.main-page__share > div {
	margin: 0 !important;
}

.main-page__share-flex h4 {
	margin-bottom: 0 !important;
}

.form-flex-pay__content {
	padding: 10px !important;
}

.form-flex-pay__icon,
.form-flex-pay__icon img {
	width: 24px !important;
	height: 24px !important;
}

.form-flex-pay__text {
	font-size: 13px !important;
}

.card-type {
	font-size: 10px;
}

.card-val {
	font-size: 13px;
}

.main-page__tabs-pay {
	margin-bottom: 0 !important;
}

.main-page__tabs-pay-content .form-tabs-slide .form-flex-pay {
	margin-top: 5px !important;
}

.form-button {
	margin-top: 20px !important;
}

.region-list-container {
	position: relative;
}
.region-pagination {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 20px;
	gap: 5px;
}
.region-item > div:last-child {
	min-width: 90px;
}
.section-city div.region-item > div:last-child {
	flex: 0 0 10%;
}
.region-item-right-key {
	background-color: #f4f4f4;
	padding: 0.3em 0.6em;
	color: black;
}
.region-pagination .page-btn {
	width: 32px;
	padding: 0;
	box-shadow: none;
	height: 32px;
	border: 1px solid #ddd;
	background: #fff;
	cursor: pointer;
	color: #000;
	border-radius: 50%;
}
.modal-form-donated.modal-info-referral.fancybox-content .fancybox-button[data-fancybox-close] {
	height: auto;
	width: auto;
}
.modal-form-donated.modal-info-referral.fancybox-content [data-fancybox-close]:before {
	display: block;
}
.modal-form-donated.modal-info-referral.fancybox-content [data-fancybox-close] svg {
	display: none;
}
.period-nav {
	margin-bottom: 10px;
}
.region-pagination .pagination-dots {
	display: inline-block;
	padding: 5px 10px;
}
.region-pagination .page-btn.active {
	background: var(--color-primary);
	color: var(--text-btn);
	border-color: var(--color-primary);
}

@media (min-width: 1055px) {
	.main-page__main-heading h3 {
		font-size: 0.9vw;
	}
}

@media (max-width: 1055px) {
	.main-page__main-heading h3 {
		font-size: 4vw;
	}
}

/* Invite */
.invite-subtitle {
	font-weight: bold;
	font-size: 24px;
	margin-top: 30px;
}

.invite-link {
	margin-top: 10px;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.invite-label {
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	color: #a8aab6;
}

.invite-val {
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: #222431;
	margin-top: 6px;
}

.invite-copy {
	padding: 14px 20px;
	border-radius: 10px;
	background: var(--color-primary);
	font-weight: 500;
	color: #000;
	transition: ease 0.2s;
}

.invite-copy:hover {
	background: var(--color-primary-hover);
}

.invite-copy:disabled {
	background: #000;
	color: #fff;
	opacity: 0.75;
	cursor: default;
}

.invite-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

@media (max-width: 768px) {
	.invite-list {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}

.invite-item {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: ease 0.2s;
}

.invite-item:hover {
	border-color: #ddd;
}

.invite-item .icon {
	min-width: 40px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #f3f3f5;
}

.invite-date {
	display: block;
	color: #868686;
	font-size: 10px;
}

.invite-user {
	font-weight: 600;
	font-size: 16px;
}

.invite-summ {
	margin-left: auto;
	font-size: 16px;
	font-weight: 500;
}

@media (max-width: 576px) {
	.invite-link {
		flex-direction: column;
		align-items: flex-start;
	}

	.invite-copy {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
}

.invite-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.invite-head .invite-subtitle {
	margin-top: 0;
	margin-bottom: 0;
}

.invite-info {
	display: flex;
	gap: 15px;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
}

.invite-info > div {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #eee;
	border-radius: 8px;
	padding-right: 10px;
	overflow: hidden;
}

.invite-info .icon {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f1f3;
}

@media (max-width: 576px) {
	.invite-head {
		flex-wrap: wrap;
	}
}

.account .select2-container--default .select2-selection--single {
	border-color: transparent;
}

.account .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
	font-weight: 500;
}

.page-template-page-my-account .select2-dropdown {
	border-color: #eee;
}

.page-template-page-my-account .select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #ddd;
	border-radius: 6px;
	padding: 8px 10px;
}

.page-template-page-my-account .select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border-color: var(--color-primary);
}

.form-region .form-label {
	padding: 0;
}

.form-region .form-label__span {
	display: block;
	padding: 10px 15px 0 15px;
}

.form-region .form-label > .select2-container {
	margin-bottom: 10px;
}

/* Для WebKit-браузеров (Chrome, Safari) */
.select2-results__options::-webkit-scrollbar {
	width: 8px;
	height: 6px;
}

.select2-results__options::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.4);
}

.select2-results__options::-webkit-scrollbar-track {
	background: transparent;
}

.region-rate {
	margin-top: 20px;
	margin-bottom: 20px;
}

.region-item {
	display: flex;
	align-items: center;
	gap: 5px;
}

.region-item > div {
	flex: 1 0 0%;
	display: flex;
	align-items: center;
	padding: 10px 12px;
	gap: 10px;
	font-weight: 500;
}

.region-item > div:last-child {
	min-width: 140px;
	flex: 0 0 auto;
	width: auto;
	font-weight: bold;
}

.region-item:nth-child(odd) > div {
	background-color: #f3f3f3;
	border-radius: 5px;
}

.region-item > div:first-child > span {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}

.region-item > div:first-child > span > span {
	font-size: 11px;
	color: #868686;
	margin-top: auto;
	margin-bottom: auto;
}

.p5000 {
	--col-w: 553px;
	--col-grid: 608px;
	--primary: var(--color-primary);
	--secondary: var(--color-primary);
}

.p5000__banner {
	position: relative;
	padding: 22px 30px;
	border-radius: 20px;
	overflow: hidden;
}

.p5000__banner-flex {
	display: grid;
	grid-template-columns: var(--col-w, 553px) 1fr;
	color: #fff;
	padding-top: 112px;
	gap: 80px;
}

.p5000__banner-countdown-range {
	position: relative;
	border-radius: 8px;
	/* padding: 3px; */
	border: 1px solid #fff;
	margin-bottom: 10px;
}

.p5000__banner-countdown-range-line {
	background-image: var(--gradient);
	height: 100%;
	border-radius: 6px;
	height: 16px;
}

.p5000__banner-countdown-range-num {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	background-color: var(--primary);
	color: var(--text-btn);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border-radius: 10px;
	padding: 4px 7px;
	line-height: 1;
}

.p5000__best .main-page__don-table-item-td-name > div > span {
	justify-content: space-between;
	flex-grow: 1;
}

.p5000__best .main-page__don-table-item-td-name > div {
	padding: 6px 7px;
}

.p5000__best .main-page__don-table-item-td-name > div > span > div:first-child {
	font-weight: 600;
	margin-left: 0.3em;
}

div.secondary-text-sm {
	font-size: 11px;
	color: #868686;
	margin-top: auto;
	margin-bottom: auto;
	display: inline-block;
}

.p5000__banner-countdown-nums {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 10px;
}

.p5000__banner-countdown-nums-item-title {
	font-size: 12px;
	font-weight: 500;
	color: #adadad;
	line-height: 1.2;
	margin-bottom: 0.4em;
}

.p5000__banner-countdown-nums-item-value {
	color: var(--primary);
	font-weight: 700;
	font-size: 26px;
	line-height: 1.2;
}

.p5000__banner-countdown-nums-item:last-child {
	text-align: right;
}

.p5000__banner-countdown-nums-item:last-child .p5000__banner-countdown-nums-item-value {
	color: #fff;
}

.p5000__banner-img {
	border-radius: 20px;
	overflow: hidden;
}

.p5000__banner-heading {
}

.p5000__banner-heading > *:last-child {
	margin-bottom: 0;
}

.p5000__banner-img:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background: linear-gradient(39deg, rgba(0, 0, 0, 0.7) 54.68%, rgba(0, 0, 0, 0) 108.94%);
}

.p5000__banner-img img {
	position: absolute;
	inset: 0;
	z-index: -3;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.p5000__banner-heading h1 {
	font-size: 36px;
}

.p5000__banner-countdown-heading > * {
	margin-bottom: 0;
}

.p5000__banner-countdown {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: column;
	gap: 24px;
}

.p5000__ostatok-heading {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 0.6em;
	line-height: 1.1;
}

.p5000__ostatok-subheading h5 {
	font-weight: bold;
	font-size: 18px;
}

.p5000__ostatok-subheading {
	margin-bottom: 15px;
}

.p5000__ostatok-heading span {
	font-weight: bold;
	color: var(--secondary);
}

.p5000__banner-countdown-heading h4 {
	font-weight: 600;
	font-size: 16px;
}

.p5000__ostatok {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
}

.p5000__grid {
	display: grid;
	grid-template-columns: var(--col-grid) 1fr;
	gap: 47px;
	margin-top: 58px;
}

.p5000__geo,
.p5000__best {
	grid-column: 1 / span 1;
}

.p5000__geo-heading h4 {
	font-size: 18px;
	font-weight: bold;
}

.p5000__geo-heading p {
	color: #a8a8a8;
}

.geo-map {
	margin-top: -40px;
	position: relative;
}

.geo-map__img img {
	height: auto;
	width: 100%;
	user-select: none;
}

.geo-map__points {
	position: absolute;
	inset: 0;
	z-index: 3;
}

.geo-map__points-item {
	position: absolute;
	z-index: 3;
	height: 5px;
	width: 5px;
	--geo-points-opacity: 0;
	--point-color: var(--secondary);
}

.geo-map__points-item:hover {
	--opacity-point-title: 1;
	--geo-points-opacity: 1;
	--point-color: var(--primary);
	--point-text-color: #000;
	z-index: 90 !important;
}

.geo-map__points-item:before {
	content: "";
	position: absolute;
	z-index: 3;
	height: 5px;
	width: 5px;
	background-color: #000000;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.geo-map__points-item:after {
	content: "";
	position: absolute;
	background-color: var(--point-color);
	width: var(--point-size, 0px);
	height: var(--point-size, 0px);
	transform: translate(-50%, -50%);
	top: 0;
	left: 0;
	z-index: 2;
	border-radius: 50%;
	/* pointer-events: none; */
	opacity: 0.2;
}

.header__burger-menu {
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	touch-action: manipulation;
	transition: background-color 0.2s ease;
}

.header__burger-menu.active span:first-child {
	transform: translateY(7px) rotate(45deg);
	transform-origin: center;
}
.header__burger-menu.active span:nth-child(2) {
	opacity: 0;
}

.header__burger-menu.active span:last-child {
	transform: translateY(-7px) rotate(-45deg);
	transform-origin: center;
}

.header__burger-menu-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
}

.header__burger-menu-icon span {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #000;
	border-radius: 2px;
	transition:
		transform 0.2s ease,
		opacity 0.2s ease;
}

.header__burger-menu-icon span:last-child {
	margin-bottom: -2.5px;
}

.header__burger-menu-icon span:first-child {
	margin-top: -2.5px;
}

.form-label__input-tel input {
	color: #6a6a6a;
}
.form-label__input-tel {
	background-color: #e4e8ef !important;
}

.header__burger {
	position: relative;
}

.header__burger-menu-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 3px;

	position: absolute;
	top: 100%;
	right: 0px;
	width: 100%;
	min-width: 180px;
	max-width: 300px;
	z-index: 100;
	background-color: #fff;
	padding: 5px 3px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

	visibility: hidden;
	opacity: 0;
	transition:
		visibility 0.2s ease,
		opacity 0.2s ease;
}

.header__burger-menu-list.active {
	visibility: visible;
	opacity: 1;
}
.header__burger-menu-list a {
	width: 100%;
	padding: 9px 14px;
	font-weight: 500;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	text-align: left;
	transition: background-color 0.2s ease;
}

.header__burger-menu-list a:hover {
	background-color: #f0f0f0;
	color: #000;
}

.section-success-projects__item-nums {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
}

.section-success-projects__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media (max-width: 1024px) {
	.section-success-projects__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.section-success-projects__grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
.section-success-projects__item-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.section-success-projects__item {
	position: relative;
}

.section-success-projects__item-link {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: block;
}
.section-success-projects__item-image {
	position: relative;
	margin-bottom: 10px;
}

.section-success-projects__item-image-wrap {
	position: relative;
	padding-top: 50%;
	border-radius: 15px;
	overflow: hidden;
}

.section-success-projects__item-image-bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	border-radius: inherit;
	overflow: hidden;
}
.section-success-projects__item-image-img {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-success-projects__item-nums-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 5px;
}

.section-success-projects__item-nums-item-value {
	font-size: 24px;
	font-weight: bold;
}

.section-success-projects__item-nums-item-text {
	font-size: 12px;
	font-weight: 500;
}

.p5000__more button {
	user-select: none;
}

.p5000__form {
	grid-column: 2 / span 1;
	grid-row: 1 / span 3;
}

.p5000__form .form-sums {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 18px;
}
.p5000__form .form-sums::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -30px;
	right: -30px;
	height: 1px;
	background-color: #00000036;
}

.thanks__cols {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	gap: 10px;
	margin-bottom: 20px;
}
.thanks__cols-item {
	flex-grow: 1;
	flex-basis: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: 16px 20px;
}
.thanks__cols-item-title.footer__contacts-item-title div,
.thanks__cols-item-title div {
	font-weight: inherit;
	font-size: inherit;
}
.thanks__cols-item-title {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2em;
	color: #B5B9C3;
	margin-bottom: 5px;
}
@media (max-width: 768px) {
	.thanks__cols-item {
		padding: 10px 15px;
		border-radius: 12px;
	}
	.thanks__cols-item-title {
		font-size: 10px;
	}
}

.thanks__subscribe {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-radius: 16px;
	padding: 16px 20px;
	background: var(--primary-gradient, var(--color-primary));
	color: var(--text-btn);
	background-position: right;
	background-size: 200%;
}
.thanks__subscribe-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2em;
}
.thanks__subscribe-text {
	font-weight: 600;
	opacity: 0.7;
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.2em;
	letter-spacing: 0.01em;
}

.thanks__subscribe-button.btn {
	font-weight: 600;
	font-size: 12px;
	padding: 10px 20px;
	min-height: auto;
	height: auto;
	font-size: 10px;
	background: white;
	color: black;
}
.p5000__form form {
	padding: 23px 30px;
	background-image: var(
		--gradient,
		linear-gradient(
			93.3deg,
			rgba(250, 221, 0, 0.1) 0,
			rgba(250, 221, 0, 0.5) 31.25%,
			rgba(250, 221, 0, 0.21) 67.19%,
			rgba(250, 221, 0, 0.5) 100%
		)
	);
	border-radius: 20px;
}

.form-heading {
	margin-bottom: 20px;
}

.form-sums {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.p5000__form .form-tabs-slide {
	margin-top: 15px;
}

.form-sums__label {
	flex-grow: 1;
	flex-basis: 0;
	min-width: calc(50% - 10px);
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
}

.form-sums__label > span {
	padding: 11px;
	display: block;
	cursor: pointer;
	touch-action: manipulation;
	border-radius: 4px;
	border: 1px solid var(--secondary);
	color: var(--form-sums-color, #000);
	background-color: var(--form-sums-bg-color, transparent);
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.form-sums__label > span span {
	opacity: 0.6;
}

.form-sums__label span:hover {
	color: var(--form-sums-color, var(--secondary));
}

.form-sums__label input {
	display: none;
}

.form-sums__label input:checked + span {
	--form-sums-color: var(--text-btn);
	--form-sums-bg-color: var(--primary);
}

.p5000__more button:disabled {
	opacity: 0.3;
	pointer-events: none;
}

.geo-map__points-item-sum {
	position: absolute;
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.09);
	bottom: 100%;
	margin-bottom: 4px;
	font-weight: bold;
	left: 0;
	background-color: var(--point-color);
	text-align: left;
	min-width: max-content;

	pointer-events: none;

	opacity: var(--geo-points-opacity, block);

	line-height: 1;
	padding: 3px 6px;
	font-size: 10px;
	color: var(--point-text-color, #fff);
	border-radius: 7.05562px 7.05562px 7.05562px 2.56568px;
}

.geo-map__points-item-title {
	position: absolute;
	top: 0%;
	margin-top: 4px;
	left: 0;
	background-color: #000;
	opacity: var(--opacity-point-title, 0);
	transition: opacity 0.2s ease;
	pointer-events: none;
	text-align: left;
	min-width: max-content;
	line-height: 1;
	padding: 3px 6px;
	font-size: 10px;
	color: #fff;
	border-radius: 2.56568px 7.05562px 7.05562px 7.05562px;
}

.zoom-in-geo-map {
	display: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	background-color: var(--color-primary);
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
	touch-action: manipulation;
}

.zoom-in-geo-map svg:last-child {
	display: none;
}

.zoom-in-geo-map.zoom-in svg:last-child {
	display: block;
}

.zoom-in-geo-map.zoom-in svg:first-child {
	display: none;
}

.geo-map-wrap {
	position: relative;
}

.payment-next-date {
	font-size: 10px;
}

.payment-title-flex {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	justify-content: flex-start;
	flex-direction: column;
}

.payment-ostalos {
	font-size: 12px;
	font-weight: bold;
	margin-top: 1em;

	font-weight: 500;
	color: #adadb8;
	margin-top: 0.3em;
}

@media (max-width: 1085px) {
	.p5000__ostatok {
		padding-right: 8px;
		padding-left: 8px;
	}

	.zoom-in-geo-map {
		display: flex;
	}

	.geo-map__points-item {
		--geo-points-opacity: 0;
	}

	.geo-map__points-item:hover {
		--geo-points-opacity: 1;
	}

	.geo-map__points-item:after {
		pointer-events: all;
	}
	.p5000__form .form-sums::after {
		left: -20px;
		right: -20px;
	}
	

	.p5000__best .main-page__don-table-item-td-name {
		width: auto !important;
		min-width: auto !important;
		max-width: 100% !important;
		font-size: 11px;
	}

	.p5000__best .main-page__don-table-item-td-sum {
		vertical-align: middle;
		padding-left: 3px;
	}

	.p5000__best .main-page__don-table-item-td-sum span {
		font-size: 11px;
		font-weight: bold;
	}

	.geo-map__points-item-sum {
		pointer-events: none;
	}

	.p5000__banner {
		padding: 0;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
	}

	.geo-map {
		min-width: 520px;
		transition: min-width 0.3s ease;
	}

	.geo-map.zoom-in {
		min-width: 1200px;
	}

	.p5000__geo {
	}

	.p5000 .container {
		/* padding-right: 20px !important; */
		/* padding-left: 20px !important; */
	}

	.geo-map-wrap {
		overflow: hidden;
		position: relative;
		margin-right: -25px;
		margin-left: -25px;
	}

	.p5000__geo-heading p br {
		display: none;
	}

	.geo-map-wrap-in {
		overflow: auto;
		position: relative;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.p5000__form {
		grid-column: auto;
		grid-row: auto;
		order: -1;
	}

	.p5000__form form {
		margin-right: -20px;
		margin-left: -20px;
		padding: 23px 20px;
	}

	.p5000 .main-page__don-table-group {
		order: 1;
	}

	.p5000__ostatok {
		border-bottom-width: 0px;
		order: -1;
	}

	.p5000__banner-flex {
		grid-template-columns: 1fr;
		gap: 24px;
		padding-top: 30px;
	}

	.p5000__best {
		overflow: hidden;
	}

	.p5000__banner-heading h1 {
		font-size: 22px;
	}

	.p5000__ostatok-heading {
		font-size: 22px;
	}

	.p5000__ostatok-subheading h5 {
		font-size: 16px;
	}

	.p5000__banner-countdown {
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		flex-direction: column-reverse;
	}

	.p5000__grid {
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		flex-direction: column;
		gap: 24px;
		margin-top: 20px;
	}
}

@media (max-width: 576px) {
	.region-item > div {
		font-size: 12px;
		padding: 6px 8px;
	}

	.region-item > div:last-child {
		min-width: 100px;
	}
}

.rank-item {
	display: none;
}

.rank-item.current {
	display: block;
}

.region-rate .main-page__desc-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-bottom: 0.67em;
}

.region-rate .main-page__desc-heading > h4 {
	margin-bottom: 0;
}

.custom-select {
	width: 150px;
	position: relative;
}

.custom-select select {
	appearance: none;
	width: 100%;
	padding: 0.675em 1em 0.675em 1em;
	border: 1px solid #eee;
	border-radius: 0.25rem;
	color: #000;
	cursor: pointer;
}

.custom-select::after {
	--size: 0.3rem;
	content: "";
	position: absolute;
	right: 1rem;
	pointer-events: none;
}

.custom-select::after {
	border-left: var(--size) solid transparent;
	border-right: var(--size) solid transparent;
	border-top: var(--size) solid black;
	top: 50%;
}
