/* Затемнение и iframe на мобильной оболочке. Сам popup — style/main.css + opt.css */

html,
body {
	margin: 0;
	padding: 0;
}

.m-error-overlay,
.error_div.m-error-overlay {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0.70;
	background-color: #222;
	cursor: pointer;
	z-index: 100001;
}

iframe#error,
iframe[name="error"] {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 0;
	background: transparent;
	margin: 0;
	max-width: calc(100vw - 16px);
	max-height: calc(100dvh - 16px);
}
