/* NORMALIZE */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],
input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.noselect, .header, img, label, .button, .thead, h1, h2, h3 {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor: default;}.nodisplay{display: none !important;}.pointer{cursor: pointer;}



/* ШРИФТЫ */
@font-face {
	font-family: Money;
	src: url('../fonts/money.svg') format('svg'),
		url('../fonts/money.woff') format('woff'),
		url('../fonts/money.woff') format('opentype'),
		url('../fonts/money.ttf') format('truetype');
	font-display: swap;
}



html, body {
	height: 100%;
}
body {
	background-color: #191919;
	background-image: url('../images/cell.png'),
		url('../images/pattern.png');
	position: relative;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
}
img {
	pointer-events: none;
}
#stars, #planets {
	background-image: url('../images/stars.png');
	width: 955px;
	height: 674px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	position: absolute;
}
#planets {
	background-image: url('../images/planets.png');
	width: 807px;
	height: 606px;
}
#panel {
	background-image: url('../images/background.png');
	width: 640px;
	height: 480px;
	position: relative;
	overflow: hidden;
}
#text {
	width: 340px;
	height: 39px;
	left: 0px;
	right: 0px;
	bottom: 23px;
	margin: auto;
	position: absolute;
}
#neon {
	background-image: url('../images/neon.png');
	width: 150px;
	height: 39px;
	left: 500px;
	top: 0px;
	position: absolute;
}
#space {
	background-image: url('../images/space.png');
	width: 177px;
	height: 39px;
	right: 500px;
	top: 0px;
	position: absolute;
}
#glare {
	background-image: url('../images/glare.png');
	width: 340px;
	height: 39px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#ship {
	background-image: url('../images/ship.png');
	width: 94px;
	height: 97px;
	left: 273px;
	bottom: -125px;
	position: absolute;
}
#ship_flame {
	background-image: url('../images/ship_flame.png');
	width: 20px;
	height: 30px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	position: absolute;
}
#gui {
	background-image: url('../images/gui.png');
	width: 640px;
	height: 67px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#money {
	height: 42px;
	padding-right: 130px;
	color: #000000;
	font-size: 20px;
	font-family: Money;
	text-align: right;
	text-shadow:
		1px 0 1px #00e36b, 
		0 1px 1px #00e36b, 
		-1px 0 1px #00e36b, 
		0 -1px 1px #00e36b;
	line-height: 42px;
}
.bonus {
	background-image: url('../images/bonus.png');
	width: 32px;
	height: 29px;
	position: absolute;
}
.bonus.red {
	background-image: url('../images/bonus_red.png');
}
.bonus.white {
	background-image: url('../images/bonus_white.png');
}
.star {
	background-image: url('../images/star.png');
	position: absolute;
}
.add_money {
	margin-top: 0px;
	position: absolute;
	color: #ffffff;
	font-size: 14px;
	font-family: Money;
	transition: margin-top 1s;
}
.add_money.red {
	color: #e30000;
}