.n-modal.modal {
	max-width: none;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(0, 0, 0, 0.5);
	z-index: 999;
	transform: none;
	inset: 0;
	max-height: none;
}
.n-modal__wrapper {
	max-width: 900px;
	background: #fff;
	padding: 20px;
	position: relative;
}
