.swpmodal-overlay,
.swpmodal-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	margin: 5px auto;
}
.swpmodal-container {
	overflow: auto;
}
*:first-child + html .swpmodal-container {
	height: 100%
}
.swpmodal-container_i {
	display: table;
	height: 100%;
	margin: 0 auto;
}
.swpmodal-container_i2 {
	display: table-cell;
	padding: 24px;
}


.swpmodal-error {
	padding: 20px;
	border-radius: 10px;
	background: #000;
	color: #fff;
}


.swpmodal-preloader {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background: #000 url(preloader.gif) no-repeat 50% 50%;
}