.payment {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pay_btn {
	width: 360px;
	min-height: 52px;
	padding: 0 16px;
	border-radius: 20px;
	background: #7F30E3;

	margin-top: 12px;
	border: none;

	cursor: pointer;

	color: #FFF;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: "WB_0.2";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;

	display: flex;
	align-items: center;
	justify-content: center;

	gap: 6px;
}

.popup__content-payment {
	gap: 32px;
}

.pay__modal__buttons {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.pay__modal__text {
	text-align: center;
	margin-block: 56px;
}

.pay__modal__success,
.pay__modal__failure {
	width: 100%;
}

.pay__modal__status {
	display: none;
}


.pay__modal__status-show {
	display: block;
}

.test_text {
	margin-top: 32px;
}