.popup-warning-c {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
}
.popup-warning-c > .inner {
	background: #fff;
	min-width: 50%;
	margin: 0 auto;
}
.popup-warning-c .msg {
	background: #fff;
	padding: 1em;
	text-align: center;
}
.popup-warning-c .msg > .inner {
	display: inline-block;
	max-width: 600px;
	text-align: center;
}
.popup-warning-c.active {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.popup-warning-c .btn .szd-btn {
	padding: 7px 20px;
	font-size: 1.2em;
}

.ordering-form-submit.disabled .szd-btn {
	background: #ccc;
	cursor: auto;
}