@charset "utf-8";

body {
	background: url(images/bg_game.png) ;
	background-size: 15vw auto;
	min-height: 100vh;
	position: relative;
}

.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	position: relative;
}

.field {
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
}

.window{
	padding: 6% 3%;
	width:100%;
	margin:0 auto;
	background:#fff;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.window img{
	max-width:90%;
}

.question{
	display: none;
	z-index:1;
}

.question.show{ display: block; }

.question .answer{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.question .answer div{
	max-width:49%;
	max-height:49%;
	position:relative;
	display:flex;
	justify-content: center;
	align-items: center;
}

.question .answer div .btn{
cursor: pointer;
width:100%;
background:url(images/base.png) 0 0 no-repeat;
background-size: contain;
position: relative;
z-index:2;
}

.question .answer div .result{
position: absolute;
width:100%;
height:100%;
z-index:3;

}

.finish_panel{
	display:none;
	position: absolute;
	z-index:10;
}

.finish_panel.show{
	display: block;

}

.ng_panel{
	display:none;
	position: absolute;
	z-index:10;
}

.ng_panel.show{
	display: block;
}

.reload { max-width: 100%;  cursor: pointer;}

@media all and (max-width: 736px) {

}
