@CHARSET "UTF-8";
html{
	height:100%;
}

body {
	background-color: #16b7c8;
	height: 100%;
	color: #aaaaaa;
	font-size:100%;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	overflow: hidden;
	font-family: Verdana;
	margin: 0px auto;
	
	/* 2020 */
	background-color: #00285f;
	/* /2020 */
}

a
{
	height: 100%;
	color: #aaaaaa;
	text-decoration: underline;
}

#main{
	background-color: #16b7c8;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%,rgba(0,0,0,0.5) 70%);
	height: 100%;
	overflow: auto;
		
	/* 2020 */
	background-color: #00285f;
	background-image: url("../img/main/d_bg_gradient.png");
	/* /2020 */
}

#main-bg{
	background-image: url("../img/main/ui_background_art_2_512.png");
	background-size: inherit;
	background-repeat: repeat;
	background-position: center center;
	height: 100%;
	overflow: auto;
}

#logo {
	width: 300px;
	margin: 0 auto;
}

#mainBlockContent
{
	width: 100%;
	height: 100%;
	display: block;
}

#loadingContent {
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
}
#loadingContent2020 {
	width: 100%;
	height: 100%;
	z-index: 300;
	position: absolute;
}

#gameContent {
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}

#preloaderContent {
	width: 100%;
	height: 100%;
	display: none;
	z-index: -100;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#main-content
{
	margin: 0 auto;
	display: block;
}

#alert-block
{
	margin: 0 auto;
	display: none;
}

canvas {
	width: 100%;
	height: 100%;
}

#logotype-block {
	margin: 0 auto;
	display: block;
	margin: 0 auto;
	padding-top: 14%;
}

.logo-lg
{
	background-image: url("../img/main/mainpage-logo.png");
	background-position: center top;
	background-repeat: no-repeat;
	width: 420px;
	height: 209px;
	background-size: cover;
	margin: 0 auto;
}

.work-background
{
	border: solid 1px #888888;
	background: #023A52;
    border-radius: 40px;
	background: linear-gradient(to top,  rgba(2,58,82,1) 0%,rgba(3,75,115,1) 100%);
	width: 80%;
	height: 95%;
	box-shadow: 1em 1em 10px rgba(0,0,0,0.5);
	margin: 10px auto;
}

.work-block {
	padding-top: 50px;
	width: 95%;
	margin: 0 auto;
}

.text-big {
	font-size: 100%;
	font-weight:bold;
	font-family:arial,helvetica,tahoma,verdana,sans-serif!important;
}


/* a style sheet needs to be present for cursor hiding and custom cursors to work. */
/*
* {
	margin: 0;
	padding: 0;
}
*/

.button-block
{
	margin: 0 auto;
	display: block;
	vertical-align: middle;	
}

.button
{
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
	border: solid 1px #888888;
	cursor: pointer;
	font-size: 120%;
	margin: 10px;
	background-color: #1A3840;
	color: #aaaaaa;
	border-radius: 10px;
}

.button:hover
{
	border: solid 1px #aaaaaa;
	color: #ffffff;
}

#adv-block { width:0px; height:0px; position: absolute; top: -1000px; left: -1000px; }

.block-round
{
	border-radius: 20px;
	margin: 0 auto;
	width:75%;
	text-align:center;
	overflow: hidden;
	position: relative;
}

.block-round .transparent-bg {
	background-color:#E6E6E6;
	opacity:0.2;
	width: 100%;
	height: 100%;
	position:absolute;
}

#webGlContent {
	width: 100%;
	height: 100%;
}

.modal {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 120, 201, 0.7);
z-index: 1;
text-align: center;
}
.modal iframe {
width: 100%;
height: 100%;
}
.modal-frame-block {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}
.modal-close-block {
position: absolute;
width: 50px;
height: 50px;
border-radius: 25px;
text-align: center;
background: #FFF;
font-size: 22px;
font-weight: bold;
font-family: Verdana;
line-height: 47px;
cursor: pointer;
right: 15px;
top: 15px;
}
.modal-close-block:hover {
  color: #FFF;
  background: red;
}
#main-file-block {
  display: none;
}


.modal-alert {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 1000;
text-align: center;
}
.modal-alert .modal-alert-block {
position: relative;
margin: 0 auto;
margin-top: 15%;
width: 80%;
	/* 2020 */
background-color: rgba(22, 57, 62, 0.95);
background-color: #001531;
	/* /2020 */
border-radius: 20px;
box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.6);
min-width: 50%;
	/* 2020 */
border: 2px solid #2e4e53;
border: 2px solid #2e3853;
	/* /2020 */
max-width: 500px;
}
.modal-alert.modal-alert-size1 .modal-alert-block {
	margin-top: 10%;
	max-width: 900px;
}
.modal-alert-block2 { /* alternative variant for block position */
position: absolute;
left: 50%;
top: 50%;
margin-left: -23%;
margin-right: 23%;
margin-top: -15%;
	/* 2020 */
background-color: rgba(22, 57, 62, 0.95);
background-color: #001531;
	/* /2020 */
border-radius: 20px;
box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.6);
min-width: 50%;
	/* 2020 */
border: 2px solid #2e4e53;
border: 2px solid #2e3853;
	/* /2020 */
}
.modal-alert .modal-alert-html {
	padding: 100px;
	color: #acc2c6;
	font-size: 150%;
}
.modal-alert.modal-alert-size1 .modal-alert-html {
	padding: 30px;
	font-size: 120%;
}


.modal-alert-close-block {
position: absolute;
width: 10px;
height: 10px;
border: 10px solid #023c8a;
border-radius: 15px;
text-align: center;
background: #001531;
font-size: 1px;
line-height: 15px;
cursor: pointer;
right: 10px;
top: 10px;
}

.modal-alert-close-block2 {
position: relative;
background: #FFF;
border-radius: 20px;
margin-right: 30px;
width: 50%;
margin: 8% auto;
}

.modal-alert-close-block:hover {
	border-color: #acb4c6;
}

.modal-alert .modal-alert-log-type1 {
	color: #FFFFFF;
}
.modal-alert .modal-alert-log-type2 {
	color: #FFFF00;
}
.modal-alert .modal-alert-log-type3 {
	color: #FF0000;
}

.main-mob-block {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}

.main-mob-logo {
width: 300px;
height: 200px;
background-image: url('../img/main/mainpage-logo.png');
background-repeat: no-repeat;
top: 20px;
background-size: auto;
}
#main-file-open-canvas-block {
display: none;
position: absolute;
top: -5000px;
}

#main-test-button-block {
position: absolute;
width: 30px;
height: 30px;
background: #DDDD00;
cursor: pointer;
border-radius: 15px;
right: 10px;
bottom: 10px;
text-align: center;
font-size: 22px;
font-weight: bold;
line-height: 30px;
color: #FFF;
z-index: 99999;
}

#main-test-button-block div {
width :100%;
height: 100%;
}

#main-app-link-block {
background-image: url("../img/main/stores_blocks.png");
background-position: 0px -0px;
border-radius: 10px;
cursor: pointer;
margin: 20px auto;
line-height: 50px;
text-align: center;
box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
border: solid 1px #888888;
color: #FFF;
border-color: #FFF;
width: 130px;
text-shadow: 1px 1px 1px #000;
background-repeat: no-repeat;
background-size: cover;
height: 37px;
}

#main-app-link-block.main-app-link-block-ios,#main-app-link-block.main-app-link-block-macintosh {
	background-position: 0px -0px;
}
#main-app-link-block.main-app-link-block-android {
	background-position: 0px -36px;
}

#main-outer-layer {
	position: absolute;
	background-color: rgba(0,89,98,0.7);
	z-index: 99999;
	width:100%;
	height:100%;
}
#main-outer-layer-inner {
	position:relative;
	font-size: 24px;
	text-align:center;
	color:#e6e6e6;
	width:400px;
	background: linear-gradient(to top, #0d4e54, #0d2b2e);
	border-radius:15px;
	margin: 200px auto;
	padding: 60px 50px 100px 50px;
	box-shadow: 0 0px 5px 1px #0e0f0e;
}
.main-outer-layer-button1,.main-outer-layer-button2 {
	position:absolute;
	display:block;
	bottom:0;
	right:0;
	background:#005962;
	color:#e6e6e6;
	width:200px;
	font-size: 20px;
	line-height:50px;
	height:50px;
	text-decoration:none;
	border-radius: 15px 15px 0 0;
	overflow:hidden;
	border: 2px solid #404040;
	border-bottom: 0;
}
.main-outer-layer-button1:hover,.main-outer-layer-button2:hover {
	border: 2px solid #e6e6e6;
	border-bottom: 0;
}
.main-outer-layer-button2,.main-outer-layer-button2:hover {
	border-right: 0;
}
.main-outer-layer-button1 {
	right:210px;
}
.main-outer-layer-button2 {
	border-radius: 15px 0 7px 0;
}