/*
 * Theme Name: Theme Site
 * Author: Eduard Shpigel
 * Author URI: https://t.me/edshpigel
 */
.appeal-content {
	padding-bottom: 7%;
}
@media (max-width: 991.98px) {
   .appeal-content {padding-bottom: 0%;}
}

.appeal-money__inner .donate-money__bg {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.dum-dv-heading {
		display: flex;
		align-items: center;
		gap: 16px;
	}

	@media (max-width: 1359.98px) {
		.dum-dv-heading {
			flex-direction: column;
			gap: 10px;
			align-items: normal;
		}
	}

	.dum-dv-heading__link {
		text-decoration: underline !important;
		/* font-size: 10px; */
	}

.appeal-content__name:not(:last-child){margin-bottom:.25em}
.appeal-content__text{font-size: 14px;}
.appeal-content {
	display: flex;
	flex-direction: column-reverse;
	gap: 30px;
}

@media (max-width: 991.98px) {
	.appeal-content {
		gap: 20px;
		/* flex-direction: column-reverse; */
	}
	.appeal-content__name:not(:last-child){margin-bottom:.5em}
}

.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%;
}

.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;
}

.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;
}

@media (max-width:576px) {
	.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 #FFE202;
}

.banner__bar-badge {
	padding: 10px;
	background: #FFE202;
	border-radius: 20px;
	font-size: 10px;
	font-weight: bold;
}

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

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

.banner__info-summ {
	font-size: 32px;
	line-height: 1;
	color: #FFE202;
	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: #FFE202;
	background: -moz-linear-gradient(-90deg, #FFE202 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-linear-gradient(-90deg, #FFE202 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear-gradient(-90deg, #FFE202 0%, rgba(0, 0, 0, 0.1) 100%);
	border-radius: 12px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.range-box {
	position: absolute;
	top: -25%;
	bottom: 0;
	background: #FFE202;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	color: #000;
	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: #FFE202;
	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;
}

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

.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) {
	.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__left .main-page__desc-heading:first-child>* {
		margin-bottom: 0;
		font-size: 12px;
	}

	.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;
}

#sms_code {
	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 .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;
}

.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: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

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

/* New Styles */
#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 .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;
	margin-bottom: 20px;
}

.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: block;
	padding: 12px;
	text-align: center;
	font-weight: 700;
	font-size: 10px;
	line-height: 120%;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
}

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

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

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

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

/* 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: 18px;
	width: 18px;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.2);
	transition: ease .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: 5px;
	height: 10px;
	margin-top: -2px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
	transition: ease .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 .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;
}

#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;
}

: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: .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(.55, .055, .675, .19);
	transition-duration: 75ms;
}

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

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

.hamburger-inner::after {
	bottom: -8px;
	transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .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: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .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 .12s;
	opacity: 0;
}

.hamburger.is-active .hamburger-inner::after {
	bottom: 0;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(-90deg);
}

@media (max-width:768px) {
	.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;
	}
}