	/* width */
::-webkit-scrollbar {
    width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #000000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000000; 
}


	@font-face {
    font-family: Determination1; 
    src: url(10896.otf); 
   }
   html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
	html,body{
		padding: 0px;
		margin: 0px;
		background-color: black;
		font-family: Determination1;
	}
	img {
    max-width: 100%;
}
*, *:before, *:after {
  box-sizing: border-box;
}
	ul
	{
	list-style: none;	
	margin: 0;
	padding: 0 0 0 10px;
	/*text-align: center;*/
	}

	/* ul li{
		padding-top: 5px;
		padding-bottom: 5px;

	} */

	ul li a{
		display: block;
		color: #888;
		/*text-shadow: 0px 0px 8px #FFF;*/
		text-decoration: underline;
		text-decoration-color: grey;
		cursor: pointer;
		padding: 0px;
	}
	.textlink{
		width: 170px;
		float: left;
		text-decoration: underline;
		display: inline-block;
		white-space: nowrap;  
		/*width: 21px;
		border:2px solid;
		box-shadow:0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
		border-radius:12px;
		font-size:22px;
		text-align:center;
		height:21px;
		display: inline-block;*/
	}
	.askicon{
		 /* padding-top: 17px; */
		white-space: nowrap; 
		
	}
	.question-circle{
		display: inline-block;
		width: 17px;
		height:17px;
		/*padding: 12px;*/
		/*
		border:2px solid;
		box-shadow:0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
		border-radius:12px;
		font-size:22px;
		text-align:center;
		
		*/
	}
	
	ul li a.active{
		color: #FFF;
		/*text-shadow: 0px 0px 8px #FFF;*/
		text-decoration-color: #FFF;
		cursor: pointer;
		/*box-shadow: inset 0px 0px 5px 2px #FFF;*/
	}
	ul p{
		color: #888;
		/*text-shadow: 0px 0px 8px #FFF;*/
		padding: 9px;
	}
	ul li a:hover{
		color: #FFF;
		/*text-shadow: 0px 0px 8px #FFF;*/
		text-decoration: underline;
		text-decoration-color: #FFF;
		cursor: pointer;
		/*box-shadow: inset 0px 0px 5px 2px #FFF;*/
	}
	.wrapper{
		display: flex;
		flex-direction: row;
		/*height: 100vh;*/
	}
	

	
	.navigationmenu{
		min-width: 350px;
		max-width: 350px;
		font-size: 29px;
		/*background-color: white;*/
		height: 100vh;
		padding-right: 105px;
		overflow-y: auto;
	}
	.navbutton{
		position: absolute;
		left: 268px;
		top: 0px;
	}
	.fullbutton{
		position: absolute;
		left: 260px;
		top: 60px;
	}
	.normalbutton{
		position: absolute;
		left: 267px;
		top: 65px;
	}
	.smallbutton{
		position: absolute;
		left: 272px;
		top: 137px;
	}
	.dl-client{
		position: absolute;
		left: 272px;
		top: 177px;
	}
	.smalscreenofflbutton{
		position: absolute;
		left: 267px;
		top: 137px;
	}
	
	.navbutton,.smalscreenofflbutton{
    background-color: transparent; /* Green */
    border: none;
    color: black;    
    /*padding: 15px 32px;*/    
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 3rem;
    text-shadow: 0px 0px 8px #FFF;
    cursor: pointer;
	}
	.navbutton,.smallbutton, .dl-client{
    background-color: transparent; /* Green */
    border: none;
    color: black;    
    /*padding: 15px 32px;*/    
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2rem;
    text-shadow: 0px 0px 8px #FFF;
    cursor: pointer;
	}

	.navbutton,.normalbutton, .dl-client {
    background-color: transparent; /* Green */
    border: none;
    color: black;    
    /*padding: 15px 32px;*/    
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 3rem;
    text-shadow: 0px 0px 8px #FFF;
    cursor: pointer;
	}

	.navbutton:hover,.normalbutton:hover,.smallbutton:hover,.fullbutton:hover ,.smalscreenofflbutton:hover, .dl-client:hover {
		color: #FFF;
		text-shadow: 0px 0px 18px #FFF;
		text-decoration-color: #FFF;
		cursor: pointer;

	}
		
	.navbutton,.fullbutton {
    background-color: transparent; /* Green */
    border: none;
    color: black;    
    /*padding: 15px 32px;*/    
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 4rem;
    text-shadow: 0px 0px 8px #FFF;
    cursor: pointer;
	}
	  .gamecontainer{
    flex-grow: 1;
		  width:100%;
    /*text-align: center;*/
    color: #888;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    /*background: url(loading.gif) no-repeat center; */
    }
	.tooltip {
	background-color: transparent;
	
	color: #888;
	text-align: center;
	text-decoration: none;
	/*text-shadow: 0px 0px 8px #FFF;*/
	font-size: 1rem;
	position: fixed;
    padding: 10px 20px;
	border: 1px solid #888;
    }

	.gamecontainer object{
		height: 100vh;
		width: 100%;

	}
	div.displaynone{
		
		display: none;
	}
	div.displayinline{
		/*padding: 25px;*/
		color: #888;
		display: block;
		align-self:flex-start;
		padding-left:355px;
	}	
	
	.text h1{
		color: #888;
		/*text-shadow: 0px 0px 8px #FFF;*/
		font-size: 3em;
		text-decoration-color: #888;
		/*box-shadow: inset 0px 0px 5px 2px #FFF;*/
	}
	
	.text h2{
		color: #888;
		/*text-shadow: 0px 0px 8px #FFF;*/
		font-size: 1.4em;
		text-decoration-color: #FFF;
		/*box-shadow: inset 0px 0px 5px 2px #FFF;*/
	}
	.text p {
		color: #888;
		/*text-shadow: 0px 0px 8px #FFF;*/
		font-size: 1.1em;
		text-decoration-color: #FFF;
		/*box-shadow: inset 0px 0px 5px 2px #FFF;*/
		line-height: 1.5;
	}
		.text strong {
		color: #FFF;
		/*text-shadow: 0px 0px 8px #FFF;*/
		font-size: 1.1em;
		text-decoration-color: #FFF;
		/*box-shadow: inset 0px 0px 5px 2px #FFF;*/
		line-height: 1.5;
	}
			.text ol {
		color: #888;
		/*text-shadow: 0px 0px 8px #FFF;*/
		font-size: 1.1em;
		text-decoration-color: #FFF;
		/*box-shadow: inset 0px 0px 5px 2px #FFF;*/
		line-height: 1.5;
	}

	a:link {
		color: #888; /* Цвет ссылок */
	}
	.text a:hover{
		color: #FFF;
		/*text-shadow: 0px 0px 8px #FFF;*/
		text-decoration: underline;
		text-decoration-color: #FFF;
		cursor: pointer;
		/*box-shadow: inset 0px 0px 5px 2px #FFF;*/
	}
	#dl-client {
		background-color: transparent; /* Green */
		border: none;
		color: black;
		/*padding: 15px 32px;*/
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 3rem;
		text-shadow: 0px 0px 8px #FFF;
		cursor: pointer;
	}