* {
	padding: 0;
	margin: 0;
}

body {
	background: #000000;
	margin: 0;
	overflow: hidden;

	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#app-container {
	background-color: #000000;
	display: flex;
}

#gameCanvas {
	background: #000000;
	transform: translateZ(0);
}

/* Затенение фона */
#shadow-a {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	background-color: #000000;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	filter: Alpha(Opacity=50);
}

/* Внешний контейнер для рекламы */
#f-int,
#f-rv {
	display: none;
	position: fixed;
	z-index: 99999999;
	top: 50%;
	left: 50%;
	padding: 15px;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 8px 1px #000000;
	-webkit-box-shadow: 0 0 8px 1px #000000;
	box-shadow: 0 0 8px 1px #000000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* Внутренний контейнер для рекламы */
/* #content-int{

} */

/* Кнопка Закрыть */
#close-int {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: -15px;
	background-image: url("img/ab/close.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#close-int:hover {
	background-position: 0 -30px;
}

/* Вознаграждение за рекламу */
/* #content-rv {

} */

#f-rv.small-rv {
	margin-left: -340px;
	margin-top: -275px;
	width: 650px;
	height: 520px;
}

#f-rv.big-rv {
	margin-left: -500px;
	margin-top: -305px;
	width: 970px;
	height: 580px;
}

/* Левый баннер */
#left-a {
	display: none;
}

#left-a #content-left-a {
	position: relative;
	top: 50%;
	margin-top: -300px;
}

/* Альтернативный баннер, если реклама не доступна */
#content-left-a.alt-content {
	background-image: url("img/ab/alt_left_content.png");
	width: 160px;
	height: 601px;
	cursor: pointer;
}

/* Нижний баннер */
#bottom-a {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -364px;
}

/* Альтернативный баннер, если реклама не доступна */
#content-bottom-a.alt-content {
	background-image: url("img/ab/alt_bottom_content.png");
	width: 721px;
	height: 90px;
	cursor: pointer;
}

#rv-button,
#rv-button-inactive {
	position: absolute;
	z-index: 99999;
	right: 15px;
	bottom: 15px;
	width: 110px;
	height: 25px;
	font-family: Arial;
	font-size: 15px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	background-color: #73AD21;
	color: #ffffff;
	border-radius: 5px;
	opacity: 1;
}

#rv-button-inactive {
	cursor: auto !important;
	opacity: 0.5;
}

#rv-button:hover {
	cursor: pointer;
	background-color: #69A01C;
}

#applixir_vanishing_div {
	z-index: 99999999;
}

.applixir_iframe {
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

#zimad-rise-interstitial {
	position: absolute;
}