.modal {
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 6px;
}

@media (min-width: 768px) {
	.modal {
		max-width: 630px;
	}
}

@media (min-width: 1200px) {
	.modal {
		max-width: 600px;
	}
}

.mfp-close {
	display: none;
}

.btn-default:disabled,
.btn[type=submit].btn-default:disabled:hover,
.btn[type=submit].btn-default:disabled:focus,
.btn[type=submit].btn-default:disabled:active {
	background: #919191;
	cursor: default;
}

.popup-error-box {
	color: #ff0000;
	text-align: center;
	margin: 15px 0 0 0;
	font-size: 14px;
}

.popup-success-box {
	color: #00990e;
	text-align: center;
	margin: 15px 0 0 0;
	font-size: 14px;
}

.js-hidden {
	display: none;
}

.required-field {
	color: #ff0000;
	display: inline-block;
	margin: 0 0 0 1px;
}

.fz-14px {
	font-size: 14px;
}