@charset "UTF-8";
body,html {
	line-height:1.5;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow-x:hidden;
}
body {
	background: rgb(68,68,66);
	background: radial-gradient(circle, rgba(68,68,66,1) 0%, rgba(22,22,22,1) 100%);
	font-family: Roboto;
}
h1, h2, h3 {
	font-family: Intro;
	font-weight: 100;
	position: relative;
}
p, ul {
	position: relative;
}
#main {
	width:100%;
	height:100%;
	
	z-index: 100;
	position: relative;
}
.bg-01 {
	background: url("/templates/images/bg-top-2.jpg") no-repeat;
	background-size: cover;
}
.bg-02 {
	background: url("/templates/images/illustr-02.jpg") no-repeat;
	background-size: cover;
}
.header {
	text-align: center;
	width: 96%;
	float: left;
	color: #fad701;
	padding: 2%;
	display:flex;
	justify-content: space-between;
	background:RGB(0,0,0,0.6);
	z-index: 100;
	position: relative;
}
.header a {
	text-decoration:none;
	color:#fad701;
	font-family:RobotoThin;
}
.logo {
	color:#fad701;
	font-size:32px;
	font-family:RobotoThin;
	width:300px;
	text-align:center;
	float:left;
}
.logo img {
}
.logo span {
	margin-top:0;
	font-family:'Press Start 2P', cursive;
}
.logo b {
	margin-top:16px;
	margin-left:38px;
	clear:both;
	font-size:16px;

	float: left;
	width:230px;
	overflow: hidden;
	white-space: nowrap;
	animation: type 3s steps(27, end);
}

@keyframes type {
		from {width:0;}
		to {width:230px;}
}

.header .auth {
	float:right;
}
.header .auth a {
	font-size: 11px;
	font-weight: 300;
	font-family: Roboto;
	color: #fff;
}
.header .auth a:hover {
	color:#fad701;
	border-bottom:1px dashed #fad701;
}
.header .desc {
	font-size: 12px;
	font-weight: 300;
	font-family: Roboto;
	color: #fff;
	width:270px;
	text-align:left;
}
.header .topmenu {
	display: flex;
	flex-direction:column;
	align-items: start;
}
.header .topmenu a {
	font-size: 11px;
	font-weight: 300;
	font-family: Roboto;
	color: #fad701;
	border-bottom:1px dashed #fad701;
	margin: 4px;
}
.header .topmenu a:hover {
	border:0;
	padding-bottom:1px;
	Color:#fff;
}

.videos {
	float:left;
	position:relative;
	display: flex;
	padding: 5% 10%;
	flex-direction: row;
	background:url(templates/images/gl-04.jpg);
}

.videos .videoimg {
	display: flex;
	align-self: start;
	margin:10px 30px;
	width: 70%;
	position:relative;
	z-index:100;
}
.videos .videodesc {
	padding:30px;
	width: 30%;
	position:relative;
	z-index:100;
}
.videodesc p {
	line-height:1.5;
	font-weight: 300;
	font-family: Roboto;
	font-size:14px;
	background: #000;
	color: #fff;
	padding: 20px;
}
.videodesc h1 {
	font-size:1.1em;
	font-weight: 100;
	background: #fff;
	padding: 20px;
	text-transform: uppercase;
}

.main-block-1 {
	width:100%;
	background: #FDC800;
	display:flex;
	flex-direction:row;
	padding:5%;
	position:relative;
	background:url("/templates/images/bg-top-3.jpg");
	background-size:cover;
	color:#fff;
	background-color:#000;
}
.main-block-1 h2 {
	color:#fff;
}
.main-block-1 .left-images {
}
.main-block-1 .left-images img {
	width:100%;
}
.main-block-1 .right-block {
	margin-left: 20%;
}
.main-block-1 .right-block ul {
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 60%;
}
.main-block-1 .right-block ul li {
	background:#f1f1f1;
	font-size: 20px;
	font-family:Museo;
	list-style-type: decimal-leading-zero;
	margin: 8px;
	color:#000;
	padding: 4px 20px;
	border-radius: 0 10px;
}
.main-block-2 {
	width:90%;
	background: #000;
	padding:5%;
	text-align: center;
}
.main-block-2 h2, .main-block-2 p {
	color:#fff;
}
.main-block-2 .traff-blocks {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
.main-block-2 .traff-blocks .traff-block {
	width: 200px;
	margin: 20px;
	background: #fff;
	box-shadow: 0 0 6px rgb(0 0 0 / 30%);
}
.main-block-2 .traff-blocks .traff-block img {
	width:100%;
	height: 180px;
	opacity: 0.8;
}
.main-block-2 .traff-blocks .traff-block h4 {
	padding:8px;
	margin:-7px 0 0 0;
	background: #FDC800;
	color:#fff;
	text-transform:uppercase;
	font-family:Intro;
	font-weight:100;
}
.main-block-2 .traff-blocks .traff-block p {
	padding:8px;
	font-size:13px;
	color:#000;
}
.main-block-2 .traff-blocks .traff-block:hover {
	background:#000;
	border: 11px solid #fff;
	padding:0;
	width: 250px;
}
.main-block-2 .traff-blocks .traff-block:hover h4, .main-block-2 .traff-blocks .traff-block:hover p {
	background: #000;
	color:#fff;
}
.traff-blocks .traff-block:hover img {
	opacity:1;
}

.main-block-3 {
	width:90%;
	padding:5%;
	text-align: center;
	position:relative;
	display: flex;
	align-items: start;
	min-height: 500px;
}
.main-block-3 h2 {
	width: 420px;
	margin: 0 auto;
	position:relative;
	background: #fff;
}
.main-block-3 ul {
	position:relative;
	margin-left: 23%;
}
.main-block-3 ul li {
	color: #fff;
	font-family: Intro;
	font-weight: 100;
	text-align: left;
	position:relative;
	background:#000;
}

.main-block-4 {
	width:90%;
	min-height: 500px;
	padding:5%;
	text-align: center;
	position:relative;
	display: flex;
	align-items: start;
	background:url("/templates/images/gl-01.jpg");
	background-size:cover;
	color:#fff;
	background-color:#3C052D;
}
.main-block-4 ul {
	display:flex;
	flex-wrap:wrap;
}
.main-block-4 ul li {
	list-style-type:none;
	margin:8px;
	border-radius: 0 14px;
	font-family: museo;
	background: #000;
	font-size: 24px;
	padding: 4px 14px;
}
.main-block-4 ul li:hover {
	font-size: 28px;
	background:#fff;
	color:#000;
}
.main-block-5 {
	width:90%;
	padding:5%;
	text-align: center;
	position:relative;
	display: flex;
	align-items: start;
	color:#fff;
	background-color:#070A10;
}

.divvid {
		top: 0; bottom: 0; left: 0; right: 0;
		position: absolute;
		overflow: hidden;
	}
#cssvid {
	top: 0; left: 0;
	position: absolute;
	width: auto; height: auto;
	min-width: 100%; 
	min-height: 100%; 
}

.main-block-reg {
	background:#fff;
	color:#000;
	text-align:center;
	width: 90%;
	padding: 5%;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.main-block-reg a {
	background: linear-gradient(60deg, #f2c90d , #f2360d);
	border-radius: calc(2 * var(--borderWidth));
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	font-family: Roboto;
	white-space: nowrap;
	border: 0;
	padding: 18px 40px;
}
.main-block-reg a:hover {
	background: #000;
	text-decoration:none;
}
.main-block-reg p {
	font-family: museo;
	font-size: 14px;
}
.mainmenu {
	width:100%;
	float:left;
	text-align:center;
	margin:0 auto;
	padding-top:44px;
}
.mainmenu a {
	text-decoration:none;
	color:#fad701;
	font-family:RobotoThin;
	margin: 0 10px;
}
.mainmenu a:hover {
	border-bottom:1px dashed #fad701;
}

.logo span {
		-webkit-animation: text-flicker-in-glow 4s linear both;
		animation: text-flicker-in-glow 4s linear both;
}

@-webkit-keyframes text-flicker-in-glow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
    text-shadow: none;
  }
  10.1% {
    opacity: 1;
    text-shadow: none;
  }
  10.2% {
    opacity: 0;
    text-shadow: none;
  }
  20% {
    opacity: 0;
    text-shadow: none;
  }
  20.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
  }
  20.6% {
    opacity: 0;
    text-shadow: none;
  }
  30% {
    opacity: 0;
    text-shadow: none;
  }
  30.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.5% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.6% {
    opacity: 0;
    text-shadow: none;
  }
  45% {
    opacity: 0;
    text-shadow: none;
  }
  45.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55.1% {
    opacity: 0;
    text-shadow: none;
  }
  57% {
    opacity: 0;
    text-shadow: none;
  }
  57.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60.1% {
    opacity: 0;
    text-shadow: none;
  }
  65% {
    opacity: 0;
    text-shadow: none;
  }
  65.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75.1% {
    opacity: 0;
    text-shadow: none;
  }
  77% {
    opacity: 0;
    text-shadow: none;
  }
  77.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85.1% {
    opacity: 0;
    text-shadow: none;
  }
  86% {
    opacity: 0;
    text-shadow: none;
  }
  86.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
}
@keyframes text-flicker-in-glow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
    text-shadow: none;
  }
  10.1% {
    opacity: 1;
    text-shadow: none;
  }
  10.2% {
    opacity: 0;
    text-shadow: none;
  }
  20% {
    opacity: 0;
    text-shadow: none;
  }
  20.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
  }
  20.6% {
    opacity: 0;
    text-shadow: none;
  }
  30% {
    opacity: 0;
    text-shadow: none;
  }
  30.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.5% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  30.6% {
    opacity: 0;
    text-shadow: none;
  }
  45% {
    opacity: 0;
    text-shadow: none;
  }
  45.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  }
  55.1% {
    opacity: 0;
    text-shadow: none;
  }
  57% {
    opacity: 0;
    text-shadow: none;
  }
  57.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35);
  }
  60.1% {
    opacity: 0;
    text-shadow: none;
  }
  65% {
    opacity: 0;
    text-shadow: none;
  }
  65.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.35), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  75.1% {
    opacity: 0;
    text-shadow: none;
  }
  77% {
    opacity: 0;
    text-shadow: none;
  }
  77.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  85.1% {
    opacity: 0;
    text-shadow: none;
  }
  86% {
    opacity: 0;
    text-shadow: none;
  }
  86.1% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  }
}






