@charset "utf-8";
/* cyrillic-ext */
body {
background-color: #000000;
margin: 0;
cursor: move;
overflow: hidden;
}
.surface { width: 1026px; height: 1026px; background-size: cover; position: absolute; }
.surface .bg { position: absolute; width: 1026px; height: 1026px; }

.top{
width: 100%;
padding: 20px;
position: fixed;
z-index: 999;
font-weight: bold;
color: #FFFFFF;
}
.top .logo{ float:left; width:40%;}
.top .logo img{ height:50px;}
.top .close{ float:right; text-align:right; width:50%; padding-right:40px;}
@media only screen and (max-width: 1064px) {
.top .logo img{ height:20px;}
}