* {
	margin: 0px;
	padding: 0px;
}

/*===================================*/
/*===================================*/
/*===================================*/
.load {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000 url(/images/logo.png) no-repeat center;
	z-index: 999;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.load.zoom {
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    visibility: hidden;
}

body {
	background-color: #000 !important;
    font-family: montserrat-regular;
	font-display: auto;
/*    background: url(/images/bg2.jpg) no-repeat center top; */
	background-attachment: fixed;
	background-size: cover;
	color: #ffffff;
	font-size: 14px;
}

button, 
button:active, 
button:focus {
    outline: none !important;
}

.bg_anim {
	width: 100%;
	min-width: 1320px;
	position: fixed;
	z-index: -1;
	animation-name: pulseSlow;
    -webkit-animation-name: pulseSlow;
    animation-duration: 30s;
    -webkit-animation-duration: 30s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

@keyframes pulseSlow {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

a {
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
	color: #f1ffcf;
}

@font-face {
    font-family: montserrat-regular;
	font-display: auto;
    src: url(/fonts/montserrat-regular.ttf);
}
@font-face {
    font-family: montserrat-medium;
	font-display: auto;
    src: url(/fonts/montserrat-medium.ttf);
}
@font-face {
    font-family: montserrat-black;
	font-display: auto;
    src: url(/fonts/montserrat-black.ttf);
}
@font-face {
    font-family: montserrat-bold;
	font-display: auto;
    src: url(/fonts/montserrat-bold.ttf);
}
@font-face {
    font-family: montserrat-light;
	font-display: auto;
    src: url(/fonts/montserrat-light.ttf);
}
@font-face {
    font-family: Alice;
	font-display: auto;
    src: url(/fonts/Alice.ttf);
}

b, th, strong, h1, h2, h3, h4, h5, h6 {
	font-display: auto;
	font-family: montserrat-bold;
}

::-webkit-input-placeholder { 
	color:#ffb400; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-moz-placeholder { 
	color:#ffb400; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
::-moz-placeholder { 
	color:#ffb400;  
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-ms-input-placeholder { 
	color:#ffb400; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

textarea::-webkit-input-placeholder { 
	color:#ffb400; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-moz-placeholder { 
	color:#ffb400; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea::-moz-placeholder { 
	color:#ffb400;  
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-ms-input-placeholder { 
	color:#ffb400; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9);
	transform:scale(0.9); 
	opacity:0; 
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0;
}

input, select {
	border: none;
	outline: none;
}

#general {
	position: absolute;
	display: block;
	width: 100%;
	max-width: 1920px;
	min-width: 1320px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
}

#general .wrapper {
	position: relative;
	display: block;
	width: 1320px;
	margin: 0 auto;
	padding-top: 100px;
}

#news {
	margin-top: 50px;
}
#rating {
	margin-top: 50px;
}
#about {
	margin-top: 140px;
}


.open_event {
	position: fixed;
    right: 57px;
    top: 122px;
    border-radius: 32px;
    background: rgb(226, 58, 96);
    padding: 12px 13px 11px 24px;
    width: 247px;
    font-size: 14px;
    /* font-weight: bold; */
    /* text-shadow: 1px 1px 1px #ff416c; */
    color: #ffffff;
    display: block;
}

.open_event:hover {
	-webkit-filter:brightness(1.1); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.1); 
	filter:brightness(1.1); 
}

.warning {
	position: fixed;
    right: 57px;
    top: 122px;
    border-radius: 32px;
    background: #7744c6;
    padding: 11px 10px 8px 15px;
    width: 280px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    display: block;
}

.warning:hover {
	-webkit-filter:brightness(1.1); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.1); 
	filter:brightness(1.1); 
}


/*===================================*/
/*===================================*/
/*===================================*/
.nav {
	position: fixed;
	display: block;
	width: 100%;
	height: 80px;
	font-family: montserrat-regular;
	font-display: auto;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #151514 url(/images/bg-nav.png) repeat-x center top;
	z-index: 100;
}

.nav-inner {
	position: relative;
	display: block;
	width: 900px;
	height: 100%;
	margin: 0 auto;
}

.nav_line {
    max-width: 80%;
	min-width: 1320px;
    border-bottom-color: #323d42;
    border-width: 0 0px 1px 0px;
    border-style: solid;
    margin: 6px auto;
}

.nav ul {
	position: absolute;
	display: inline-block;
	height: 100%;
	top: 0;
	left: 0;
}

.nav ul li {
	position: relative;
	display: inline-block;
	float: left;
}

.nav ul li a {
	position: relative;
	display: block;
	padding: 0 36px 0 50px;
	height: 80px;
}

.nav ul li a span {
	position: relative;
	display: block;
	color: #eaab03;
	font-size: 16px;
	padding-top: 23px;
	padding-bottom: 1px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.nav ul li a p {
	position: relative;
	display: block;
	color: #555555;
	text-shadow: 0 0 0 #555555;
	font-size: 12px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.nav ul li a:hover span {
	color: #ebff60;
}

.nav ul li a:hover p {
	color: #fff;
}

.nav ul li a:before {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 100%;
	top: 0;
	left: -5px;
	bottom: 0;
}

.nav ul li:nth-child(1) a:before {
	background: url(/images/ico-nav-1.png) no-repeat center left;
}
.nav ul li:nth-child(2) a:before {
	background: url(/images/ico-nav-2.png) no-repeat center left;
}
.nav ul li:nth-child(3) a:before {
	background: url(/images/ico-nav-3.png) no-repeat center left;
}
.nav ul li:nth-child(4) a:before {
	background: url(/images/ico-nav-5.png) no-repeat center left;
}
.nav ul li:nth-child(5) a:before {
	background: url(/images/ico-nav-4.png) no-repeat center left;
}

.nav ul li a:hover:before {
	-webkit-animation-name: box;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;

	-moz-animation-name: box;
	-moz-animation-duration: 0.3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;

	-o-animation-name: box;
	-o-animation-duration: 0.3s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-timing-function: ease-in-out;

	animation-name: box;
	animation-duration: 0.3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes box {
	0% {
		-webkit-transform: scale(1.0);
	    -moz-transform: scale(1.0);
	    -o-transform: scale(1.0);
	    transform: scale(1.0);
	}
	100% {
		-webkit-transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    -o-transform: scale(0.8);
	    transform: scale(0.8);
	}
}
@-moz-keyframes box {
	0% {
		-webkit-transform: scale(1.0);
	    -moz-transform: scale(1.0);
	    -o-transform: scale(1.0);
	    transform: scale(1.0);
	}
	100% {
		-webkit-transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    -o-transform: scale(0.8);
	    transform: scale(0.8);
	}
}
@-o-keyframes box {
	0% {
		-webkit-transform: scale(1.0);
	    -moz-transform: scale(1.0);
	    -o-transform: scale(1.0);
	    transform: scale(1.0);
	}
	100% {
		-webkit-transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    -o-transform: scale(0.8);
	    transform: scale(0.8);
	}
}
@keyframes box {
	0% {
		-webkit-transform: scale(1.0);
	    -moz-transform: scale(1.0);
	    -o-transform: scale(1.0);
	    transform: scale(1.0);
	}
	100% {
		-webkit-transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    -o-transform: scale(0.8);
	    transform: scale(0.8);
	}
}
/*===================================*/
/*===================================*/
/*===================================*/
.nav .social {
    position: absolute;
    display: inline-block;
    height: 73px;
    top: 0;
    left: 1160px;
    bottom: 0;
    margin: auto;
}

.nav .social a {
	position: relative;
	display: inline-block;
	float: left;
	width: 42px;
	height: 42px;
}

.nav .social a img {
	position: relative;
	display: block;
}

.nav .social a:hover img {
	-webkit-animation-name: rubberBand;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;

	-moz-animation-name: rubberBand;
	-moz-animation-duration: 0.5s;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;

	-o-animation-name: rubberBand;
	-o-animation-duration: 0.5s;
	-o-animation-direction: alternate;
	-o-animation-timing-function: ease-in-out;

	animation-name: rubberBand;
	animation-duration: 0.5s;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

.nav .social a:hover {
	-webkit-filter:brightness(1.5); 
	-moz-filter:brightness(1.5); 
	-o-filter:brightness(1.5); 
	filter:brightness(1.5); 
}
/*===================================*/
/*===================================*/
/*===================================*/
.nav .lang {
    position: absolute;
    display: inline-block;
    height: 20px;
    top: 35px;
    right: 97px;
    bottom: 0;
    margin: auto;
}

.nav .lang a {
    position: relative;
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 32px;
    opacity: 0.4;
    margin-right: -10px;
}

.nav .lang a:hover,
.nav .lang a.active {
	opacity: 1;
}

/*===================================*/
/*===================================*/
/*===================================*/
.header {
	position: relative;
	display: block;
	width: 100%;
	height: 165px;
	margin: 0 auto;
}

.header .logo {
	position: absolute;
	display: block;
	width: 517px;
	height: 150px;
	background: url(/images/logo.png) no-repeat;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.header .logo:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 88px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(/images/logo.png) no-repeat;
	opacity: 0.2;
}

.header .logo:hover:before {
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;

	-moz-animation-name: pulse;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;

	-o-animation-name: pulse;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-timing-function: ease-in-out;

	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

.header .logo:hover {
	-webkit-filter:brightness(1.5); 
	-moz-filter:brightness(1.5); 
	-o-filter:brightness(1.5); 
	filter:brightness(1.5); 
}
/*===================================*/
/*===================================*/
/*===================================*/
.content {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.content .content-block {
	position: relative;
	display: block;
	width: 100%;
	height: 645px;
	margin: 0 auto;
}

.content .content-block.active {
	display: block;
}
/*===================================*/
/*===================================*/
/*===================================*/
#status {
	position: absolute;
	display: block;
	width: 389px;
	height: 226px;
	top: 45px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(/images/status-img.png) no-repeat center;
}

#status .progress {
	position: absolute;
	display: block;
	width: 170px;
	height: 170px;
	top: 9px;
	left: 0;
	right: 0;
	margin: auto;
}

#status .progress .circle {
	position: absolute;
	display: block;
	width: 170px;
	height: 170px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#status .progress .circle .name {
	position: absolute;
	display: block;
	width: 150px;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	color: #ffd200;
	font-size: 35px;
    font-family: montserrat-black;
	font-display: auto;
    text-align: center;
    line-height: 25px;
}

#status .progress .circle .name .online {
	position: relative;
	display: block;
	color: #bba4a4;
	font-size: 14px;
    font-family: montserrat-regular;
}
#status .progress .circle .name .offline {
	position: relative;
	display: block;
	color: red;
	font-size: 14px;
    font-family: montserrat-regular;
}

/*===================================*/
/*===================================*/
#status1 {
	position: absolute;
	display: block;
	width: 389px;
	height: 226px;
	top: 45px;
	left: -388px;
	right: 0;
	margin: auto;
	background: url(/images/status-img.png) no-repeat center;
}

#status1 .progress {
	position: absolute;
	display: block;
	width: 170px;
	height: 170px;
	top: 9px;
	left: 0;
	right: 0;
	margin: auto;
}

#status1 .progress .circle {
	position: absolute;
	display: block;
	width: 170px;
	height: 170px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#status1 .progress .circle .name {
	position: absolute;
	display: block;
	width: 150px;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	color: #ffd200;
	font-size: 35px;
    font-family: montserrat-black;
	font-display: auto;
    text-align: center;
    line-height: 25px;
}

#status1 .progress .circle .name .online {
	position: relative;
	display: block;
	color: #1db13d;
	font-size: 14px;
    font-family: montserrat-regular;
}
#status1 .progress .circle .name .offline {
	position: relative;
	display: block;
	color: red;
	font-size: 14px;
    font-family: montserrat-regular;
}

/*===================================*/
/*===================================*/
#status2 {
	position: absolute;
	display: block;
	width: 389px;
	height: 226px;
	top: 45px;
	left: 400px;
	right: 0;
	margin: auto;
	background: url(/images/status-img.png) no-repeat center;
}

#status2 .progress {
	position: absolute;
	display: block;
	width: 170px;
	height: 170px;
	top: 9px;
	left: 0;
	right: 0;
	margin: auto;
}

#status2 .progress .circle {
	position: absolute;
	display: block;
	width: 170px;
	height: 170px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#status2 .progress .circle .name {
	position: absolute;
	display: block;
	width: 150px;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	color: #ffd200;
	font-size: 28px;
    font-family: montserrat-black;
	font-display: auto;
    text-align: center;
    line-height: 25px;
}

#status2 .progress .circle .name .online {
	position: relative;
	display: block;
	color: #1db13d;
	font-size: 14px;
    font-family: montserrat-regular;
}
#status2 .progress .circle .name .offline {
	position: relative;
	display: block;
	color: red;
	font-size: 14px;
    font-family: montserrat-regular;
}

/*===================================*/
/*===================================*/
#status3 {
	position: absolute;
	display: block;
	width: 389px;
	height: 226px;
	top: 45px;
	left: -400px;
	right: 0;
	margin: auto;
	background: url(/images/status-img.png) no-repeat center;
}

#status3 .progress {
	position: absolute;
	display: block;
	width: 170px;
	height: 170px;
	top: 9px;
	left: 0;
	right: 0;
	margin: auto;
}

#status3 .progress .circle {
	position: absolute;
	display: block;
	width: 170px;
	height: 170px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#status3 .progress .circle .name {
	position: absolute;
	display: block;
	width: 150px;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	color: #ffd200;
	font-size: 30px;
    font-family: montserrat-black;
	font-display: auto;
    text-align: center;
    line-height: 25px;
}

#status3 .progress .circle .name .online {
	position: relative;
	display: block;
	color: #1db13d;
	font-size: 14px;
    font-family: montserrat-regular;
}
#status3 .progress .circle .name .offline {
	position: relative;
	display: block;
	color: red;
	font-size: 14px;
    font-family: montserrat-regular;
}

/*===================================*/
/*===================================*/
/*===================================*/
.stream {
    position: absolute;
    display: block;
	left: -25px;
	top: 0px;
}

.stream .video {
	position: relative;
	display: block;
	width: 375px;
	height: 240px;
	margin: 0 0 0 17px;
	/*background: url(/images/stream-img.png) no-repeat;*/
}

.stream .video:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	/*background: url(/images/stream-play.png) no-repeat center;*/
	opacity: 0.4;
	cursor: pointer;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.stream .video:hover:before {
	opacity: 1;
}

.stream .video iframe {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.stream .text {
    position: relative;
    display: block;
    padding-left: 58px;
    margin-left: -42px;
    top: -15px;
    color: #ffffff;
    font-size: 14px;
    left: 46px;
}

.stream .text span {
	color: #ffb400;
}

.stream .text:before {
	content: '';
	position: absolute;
	display: block;
	width: 28px;
	height: 100%;
	background: url(/images/ico-stream.png) no-repeat center;
	top: 0;
	left: 22px;
}
/*===================================*/
/*===================================*/
/*===================================*/
.first-links {
	position: absolute;
	display: block;
	width: 363px;
	top: 140px;
	right: 0;
}

.first-links a {
	position: relative;
	display: block;
	width: 310px;
	height: 41px;
	line-height: 41px;
	padding-left: 53px;
	color: #ffffff;
	font-size: 14px;
	background: url(/images/links-img.png) no-repeat;
	margin: 0 auto 3px;
	opacity: 1;
}

.first-links span {
color: #e4ff2f; font-weight: bold; font-size: 15px;
}

.first-links a:hover {
	opacity: 1;
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
}

.first-links a:hover {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/*===================================*/
/*===================================*/
/*===================================*/
.timerhello {
	position: absolute;
	display: block;
	width: 490px;
	height: 142px;
	background: url(/images/timer-img.png) no-repeat;
	top: 270px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.timerhello .title {
	position: relative;
	display: block;
	margin: 0 auto 3px;
	color: #ffffff;
	font-size: 21px;
/*    font-family: montserrat-black; */
    padding-top: 17px;
}

.timerhello .title a {
	color: #e4ff2f;
}

.timerhello .title_obt {
	position: relative;
	display: block;
	margin: 0 auto 0px;
	color: #96a23a;
	font-size: 17px;
    font-weight: bold;
    padding-top: 21px;
}

.timerhello .second-my-content {
	position: relative;
	display: inline-block;
	width: 100%;
}

.timerhello .second-my-content .result {
	position: relative;
	display: inline-block;
	width: 100%;
}

.timerhello .second-my-content .result span {
	position: relative;
	display: inline-block;
	color: #ffb400;
	font-size: 36px;
    font-family: montserrat-black;
	font-display: auto;
}

.timerhello .second-my-content .result span.items {
	width: 80px;
}

.timerhello .second-my-content .result span.items:after {
	content: attr(data-name);
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: -14px;
	color: #a7a192;
	text-shadow: 0 0 0 #a7a192;
	font-size: 14px;
    font-family: montserrat-light;
	font-display: auto;
}
/*===================================*/
/*===================================*/
/*===================================*/
.first-btn-links {
	position: absolute;
	display: block;
	width: 100%;
	top: 493px;
	text-align: center;
	left: 0;
}

.first-btn-links a {
	position: relative;
	display: inline-block;
	width: 258px;
	height: 71px;
	text-align: left;
	line-height: 73px;
	color: #ffb400;
	font-size: 14px;
	margin: 0 25px;
}

.first-btn-links a:nth-child(1) {
	background: url(/images/ico-first-1.png) no-repeat center left 20px, url(/images/first-btn.png) no-repeat;
}
.first-btn-links a:nth-child(2) {
	background: url(/images/ico-first-2.png) no-repeat center left 25px, url(/images/first-btn.png) no-repeat;
}
.first-btn-links a:nth-child(3) {
	background: url(/images/ico-first-3.png) no-repeat center left 25px, url(/images/first-btn.png) no-repeat;
}

.first-btn-links a:nth-child(1) span {
	position: relative;
	margin-left: 80px;
}
.first-btn-links a:nth-child(2) span {
	position: relative;
	margin-left: 85px;
}
.first-btn-links a:nth-child(3) span {
	position: relative;
	margin-left: 75px;
}

.first-btn-links a:hover {
	-webkit-filter:brightness(1.5); 
	-moz-filter:brightness(1.5); 
	-o-filter:brightness(1.5); 
	filter:brightness(1.5);
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.first-btn-links a:hover {
	-webkit-animation-name: pulses;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;

	-moz-animation-name: pulses;
	-moz-animation-duration: 0.3s;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;

	-o-animation-name: pulses;
	-o-animation-duration: 0.3s;
	-o-animation-direction: alternate;
	-o-animation-timing-function: ease-in-out;

	animation-name: pulses;
	animation-duration: 0.3s;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
/*===================================*/
/*===================================*/
/*===================================*/
.news-block {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-top: 78px;
}

.news-block .news {
	position: relative;
	display: inline-block;
	float: left;
	width: 626px;
	height: 342px;
	background: url(/images/news-bg.png) no-repeat;
}

.news-block .news:nth-child(even) {
	float: right;
}

.news-block .news:before {
	content: '';
	position: absolute;
	display: block;
	width: 664px;
	height: 377px;
	background: url(/images/news-img.png) no-repeat;
	top: -18px;
	left: -18px;
}

.news-block .news .title {
	position: relative;
	display: block;
	width: 566px;
	color: #ffb800;
	font-size: 17px;
	margin: 0 auto 18px;
	padding-top: 30px;
	line-height: 23px;
}

.news-block .news .text {
	position: relative;
	display: block;
	width: 566px;
	margin: 0 auto;
	color: #ece1dd;
	font-size: 14px;
	line-height: 20px;
}

.news-block .news .text a {
	color: #eaff58;
	font-size: 14px;
	text-decoration: underline;
}

.news-block .news .text a:hover {
	text-decoration: none;
}

.news-block .news .desc {
	position: absolute;
	display: block;
	width: 566px;
	height: 35px;
	line-height: 35px;
	bottom: 17px;
	left: 0;
	right: 0;
	margin: auto;
	color: #484848;
	text-shadow: 0 0 0 #484848;
	font-size: 14px;
}

.news-block .news .desc a {
	position: absolute;
	display: block;
	width: 112px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #f1ffcf;
	font-size: 12px;
	top: 0;
	right: 0;
	background: url(/images/news-btn.png) no-repeat;
}

.news-block .news .desc a:hover {
	-webkit-filter:brightness(1.5); 
	-moz-filter:brightness(1.5); 
	-o-filter:brightness(1.5); 
	filter:brightness(1.5);
}

.news-block .news .desc a:hover {
	-webkit-animation-name: rubberBand !important;
	-webkit-animation-duration: 0.5s !important;
	-webkit-animation-direction: alternate !important;
	-webkit-animation-timing-function: ease-in-out !important;

	-moz-animation-name: rubberBand !important;
	-moz-animation-duration: 0.5s !important;
	-moz-animation-direction: alternate !important;
	-moz-animation-timing-function: ease-in-out !important;

	-o-animation-name: rubberBand !important;
	-o-animation-duration: 0.5s !important;
	-o-animation-direction: alternate !important;
	-o-animation-timing-function: ease-in-out !important;

	animation-name: rubberBand !important;
	animation-duration: 0.5s !important;
	animation-direction: alternate !important;
	animation-timing-function: ease-in-out !important;
}

a.go-forum {
	position: relative;
	display: block;
	width: 258px;
	height: 71px;
	text-align: left;
	line-height: 71px;
	color: #ffb400;
	font-size: 16px;
	margin: 70px auto 0;
	background: url(/images/ico-news-forum.png) no-repeat center left 15px, url(/images/first-btn.png) no-repeat;
}

a.go-forum span {
	position: relative;
	margin-left: 72px;
}

a.go-forum:hover {
	-webkit-filter:brightness(1.5); 
	-moz-filter:brightness(1.5); 
	-o-filter:brightness(1.5); 
	filter:brightness(1.5);
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

a.go-forum:hover {
	-webkit-animation-name: pulses;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;

	-moz-animation-name: pulses;
	-moz-animation-duration: 0.3s;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;

	-o-animation-name: pulses;
	-o-animation-duration: 0.3s;
	-o-animation-direction: alternate;
	-o-animation-timing-function: ease-in-out;

	animation-name: pulses;
	animation-duration: 0.3s;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
/*===================================*/
/*===================================*/
/*===================================*/
.top-block {
	position: relative;
	display: table;
	margin: 0 auto;
	height: 400px;
	padding-top: 65px;
	text-align: center;
}

.top-block .top-item {
	position: relative;
	display: inline-block;
	float: left;
	width: 441px;
	margin: 0 55px;
}

.top-block .top-item .title {
	position: relative;
	display: block;
	color: #ffb400;
	font-size: 24px;
    font-family: montserrat-black;
	font-display: auto;
    margin: 0 auto 15px;
}

.top-block .top-item .table {
	position: relative;
	display: none;
	width: 441px;
}

.top-block .top-item .table.active {
	display: inline-block;
}

.top-block .top-item .table .tr {
	position: relative;
	display: inline-block;
	width: 441px;
	height: 46px;
	line-height: 46px;
	background: url(/images/top-img.png) no-repeat;
}

.top-block .top-item .table .tr:first-child {
	background: none;
	height: 36px;
	line-height: 36px;
}

.top-block .top-item .table .tr .th {
	position: relative;
	display: inline-block;
	float: left;
	color: #747474;
	text-shadow: 0 0 0 #747474;
	font-size: 14px;
}

.top-block .top-item:nth-child(1) .table .tr .th:nth-child(1) {
	width: 290px;
	padding-left: 23px;
	text-align: left;
}
.top-block .top-item:nth-child(1) .table .tr .th:nth-child(2) {
	width: 58px;
	text-align: right;
}
.top-block .top-item:nth-child(1) .table .tr .th:nth-child(3) {
	width: 12px;
	text-align: center;
}
.top-block .top-item:nth-child(1) .table .tr .th:nth-child(4) {
	width: 58px;
	text-align: left;
}

.top-block .top-item:nth-child(2) .table .tr .th:nth-child(1) {
	width: 236px;
	padding-left: 23px;
	text-align: left;
}
.top-block .top-item:nth-child(2) .table .tr .th:nth-child(2) {
	width: 30px;
	text-align: center;
}
.top-block .top-item:nth-child(2) .table .tr .th:nth-child(3) {
	width: 129px;
	text-align: center;
	padding-left: 23px;
}

.top-block .top-item .table .tr .td {
	position: relative;
	display: inline-block;
	float: left;
	color: #fff4da;
	font-size: 16px;
}

.top-block .top-item .table .tr:nth-child(2) .td,
.top-block .top-item .table .tr:nth-child(3) .td,
.top-block .top-item .table .tr:nth-child(4) .td {
	color: #ffb400;
}

.top-block .top-item:nth-child(1) .table .tr .td:nth-child(1) {
	width: 39px;
	text-align: right;
}
.top-block .top-item:nth-child(1) .table .tr .td:nth-child(2) {
	width: 270px;
	padding-left: 4px;
	text-align: left;
}
.top-block .top-item:nth-child(1) .table .tr .td:nth-child(3) {
	width: 58px;
	text-align: right;
	color: #fffbf2;
}
.top-block .top-item:nth-child(1) .table .tr .td:nth-child(4) {
	width: 12px;
	text-align: center;
	color: #fffbf2;
}
.top-block .top-item:nth-child(1) .table .tr .td:nth-child(5) {
	width: 58px;
	text-align: left;
	color: #fffbf2;
}

.top-block .top-item:nth-child(2) .table .tr .td:nth-child(1) {
	width: 39px;
	text-align: right;
}
.top-block .top-item:nth-child(2) .table .tr .td:nth-child(2) {
	width: 216px;
	padding-left: 4px;
	text-align: left;
}
.top-block .top-item:nth-child(2) .table .tr .td:nth-child(3) {
	width: 30px;
	text-align: center;
	color: #fffbf2;
}
.top-block .top-item:nth-child(2) .table .tr .td:nth-child(4) {
	width: 129px;
	text-align: center;
	padding-left: 23px;
	color: #fffbf2;
}
/*===================================*/
/*===================================*/
/*===================================*/
.top-block .top-item .tabs {
	position: relative;
	display: table;
	text-align: center;
	margin: 22px auto 0;
	background: rgba(19,17,17,0.5);
	border: 1px solid rgba(55,51,51,0.5);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.top-block .top-item .tabs li {
	position: relative;
	display: inline-block;
	float: left;
}

.top-block .top-item .tabs li a {
	position: relative;
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 22px;
	color: #ffffff;
	font-size: 14px;
	-webkit-transition:all 0.2s ease; 
	-o-transition:all 0.2s ease; 
	-moz-transition:all 0.2s ease; 
	transition:all 0.2s ease;
}

.top-block .top-item .tabs li:first-child a {
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.top-block .top-item .tabs li:last-child a {
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.top-block .top-item .tabs li.active a,
.top-block .top-item .tabs li a:hover {
	background: #ffb400;
	color: #000000;
	text-shadow: 0 0 0 #000000;
}
/*===================================*/
/*===================================*/
/*===================================*/
.send-block {
	position: relative;
	display: table;
	width: 993px;
	height: 91px;
	background: url(/images/send-img.png) no-repeat;
	margin: 35px auto 0;
}

.send-block .text {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	color: #fffffe;
	font-size: 16px;
	left: 55px;
}

.send-block .form {
	position: absolute;
	display: inline-block;
	height: 56px;
	top: 0;
	right: 40px;
	bottom: 0;
	margin: auto;
}

.send-block .form input[type="text"] {
	position: relative;
	display: inline-block;
	float: left;
	width: 392px;
	height: 56px;
	background: url(/images/send-input.png) no-repeat;
	padding-left: 70px;
	border: none;
	outline: none;
	color: #ffb400;
	font-size: 14px;
    font-family: montserrat-regular;
	font-display: auto;
}

.send-block .form input[type="submit"] {
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 20px;
	top: 1px;
	width: 152px;
	height: 53px;
	background: url(/images/send-btn.png) no-repeat;
	color: #000000;
	font-size: 14px;
	padding-left: 25px;
    font-family: montserrat-regular;
	font-display: auto;
    cursor: pointer;
    -webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.send-block .form input[type="submit"]:hover {
	-webkit-filter:brightness(1.5); 
	-moz-filter:brightness(1.5); 
	-o-filter:brightness(1.5); 
	filter:brightness(1.5);
}

.send-block .form .text-error {
	position: absolute;
	display: block;
	width: 462px;
	top: -15px;
	left: 0;
	text-align: center;
	font-size: 10px;
	color: #55ff3b;
	text-shadow: 0 0 0 #55ff3b;
}

.send-block .form .text-error.red {
	color: #ff6161;
	text-shadow: 0 0 0 #ff6161;
}
/*===================================*/
/*===================================*/
/*===================================*/
.about-block {
	position: relative;
	display: block;
	width: 1163px;
	height: 565px;
	background: url(/images/about-img.png) no-repeat;
	margin: 35px auto 0;
}

.about-block .about-left {
	position: absolute;
	display: block;
	width: 310px;
	height: 100%;
	top: 0;
	left: 30px;
}

.about-block .about-left:before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 458px;
	background: #4d4d4d;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.about-block .about-left .about-btn {
	position: relative;
	display: block;
	width: 258px;
	height: 71px;
	line-height: 71px;
	color: #ffb400;
	font-size: 16px;
	background: url(/images/about-btn.png) no-repeat;
	margin: 40px auto 0;
}

.about-block .about-left .about-btn:hover {
	-webkit-filter:brightness(1.5); 
	-moz-filter:brightness(1.5); 
	-o-filter:brightness(1.5); 
	filter:brightness(1.5);
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.about-block .about-left .about-btn:hover {
	-webkit-animation-name: pulses;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;

	-moz-animation-name: pulses;
	-moz-animation-duration: 0.3s;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;

	-o-animation-name: pulses;
	-o-animation-duration: 0.3s;
	-o-animation-direction: alternate;
	-o-animation-timing-function: ease-in-out;

	animation-name: pulses;
	animation-duration: 0.3s;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

.about-block .about-left .about-btn span {
	position: relative;
	margin-left: 66px;
}

.about-block .about-left ul {
	position: relative;
	display: block;
	width: 260px;
	margin: 0 auto;
}

.about-block .about-left ul li {
	position: relative;
	display: block;
}

.about-block .about-left ul li a {
	position: relative;
	display: block;
	min-height: 50px;
	width: 260px;
	padding: 14px 0;
	border-bottom: 1px solid #4d4d4d;
}

.about-block .about-left ul li a:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.about-block .about-left ul li a:hover:before {
	height: 100%;
}

.about-block .about-left ul li a .img {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	background: #000000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: 0;
	left: 5px;
	bottom: 0;
	margin: auto;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.about-block .about-left ul li a:hover .img {
	-webkit-transform: rotate(360deg) rotateX(360deg);
	-moz-transform: rotate(360deg) rotateX(360deg);
	-o-transform: rotate(360deg) rotateX(360deg);
	-ms-transform: rotate(360deg) rotateX(360deg);
	transform: rotate(360deg) rotateX(360deg);
}

.about-block .about-left ul li a .img img {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.about-block .about-left ul li a .title {
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 70px;
	color: #ece1dd;
	font-size: 14px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.about-block .about-left ul li a:hover .title,
.about-block .about-left ul li.active a .title {
	color: #ffb400;
}
/*===================================*/
/*===================================*/
/*===================================*/
.about-block .about-right {
	position: absolute;
	display: block;
	width: 770px;
	height: 458px;
	top: 0;
	left: 380px;
	bottom: 0;
	margin: auto;
	overflow: hidden;
}

.about-block .about-right .right-inner {
	position: relative;
	display: none;
	width: 100%;
}

.about-block .about-right .right-inner.active {
	display: block;
    background-color: rgba(0, 0, 0, .45);
    border-radius: 35px;
    width: 720px;
	height:457px;
	overflow-y: scroll;
}

.about-block .about-right .right-inner .title {
    position: relative;
    display: block;
    padding: 30px 0 0 60px;
    color: #ffb400;
    font-size: 24px;
    font-family: montserrat-black;
	font-display: auto;
}

.about-block .about-right .right-inner .text {
    position: relative;
    display: block;
    color: #ece1dd;
    padding: 20px 0 0 40px;
    font-size: 15px;
    line-height: 31px;
}
/*===================================*/
/*===================================*/
/*===================================*/
.check-line {
	position: fixed;
	display: block;
	width: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	left: 90px;
}

.check-line li {
	position: relative;
	display: block;
}

.check-line a {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	background: url(/images/point.png) no-repeat;
	margin: 0 auto 50px;
}

.check-line li.active a,
.check-line li a:hover {
	background: url(/images/point-check.png) no-repeat;
}

.check-line li:before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 40px;
	background: #384c62;
	left: 0;
	right: 0;
	top: 25px;
	margin: auto;
}

.check-line li:last-child:before {
	display: none;
}
.check-line li:last-child a {
	margin-bottom: 0;
}

.check-line a span {
	position: absolute;
	display: block;
	color: #ffffff;
	font-size: 12px;
	height: 20px;
	line-height: 21px;
	left: 20px;
	top: 0;
	padding-left: 10px;
}

.check-line a:hover span,
.check-line li.active a span {
	color: #feb300;
}

/*===================================*/
.footer {
	position: relative;
	display: block;
	width: 100%;
	height: 90px;
}

.footer .copyright {
    position: absolute;
    display: block;
    width: 535px;
    color: #8c877c;
    font-size: 12px;
    font-family: Alice;
    font-display: auto;
    top: 10px;
    left: 10%;
}

.footer ul.banners {
    position: absolute;
    display: inline-block;
    max-width: 400px;
    top: 10px;
    right: 10%;
    opacity: 0.65;
}

.footer ul.banners li {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 5px;
}

.footer .coolness {
	position: absolute;
	display: block;
	opacity: 0.4;
	width: 122px;
	height: 31px;
	top: 10px;
	right: 0;
	background: url(/images/coolness.png) no-repeat;
}

.footer .coolness:hover {
	opacity: 0.6;
}

::-webkit-scrollbar {
	background-color:#000;
	width: 7px;
} 

::-webkit-scrollbar-thumb {
    /* background-color: #272B31; */
    background-color: #b5c644;
    border: #b5c644 2px solid;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
background-color: #3A414B;
}

.menumobile {display:none;}
.menumobile:after {display:table;width:100%;clear:both;content:"";}
.logo-mobile {}
.logo-mobile img {width: 30%;}




.menu-mobile {float:right;display:block;}


@media screen and (max-width:1740px){
	.check-line {
		left: 5px;
	}
}
@media screen and (max-width:1550px){
	.check-line a span {
		display: none !important;
		
	}
}

@media screen and (min-width:1920px){
	.open_event  {
		right: 400px;
		
	}
}

@media screen and (max-width:1084px) {
	
	body {
		background-color: #000 !important;
		font-family: montserrat-regular;
		font-display: auto;
		background: url(/images/bg2.jpg) no-repeat center top;
		background-attachment: fixed;
		color: #ffffff;
		font-size: 14px;
	}
	
	#general .wrapper {
		position: relative;
		display: block;
		width: 900px;
		margin: 0 auto;
		padding-top: 38px;
	}
	#general {
		max-width: 1920px;
		min-width: 900px;
	}
	
	.check-line li.active {

	}

	.bg_anim {
		display: none;
	}
	
	.first-btn-links a {
		margin: 0 10px;
	}
	.header {
		display: none;
	}
	
	.menumobile {display:block;}
	.logo-mobile {margin:14px 0 0 0;line-height: 80px;}

	.logo {display:none;}
	
	.open_event {
		position: fixed;
		right: 31px;
		top: 77px;
		border-radius: 19px;
		background: rgb(226, 58, 96);
		padding: 4px 0px 4px 17px;
		width: 239px;
		font-size: 12px;
		/* font-weight: bold; */
		/* text-shadow: 1px 1px 1px #ff416c; */
		color: #ffffff;
		display: block;
	}
	
	.stream {
		position: absolute;
		display: block;
		width: 310px;
		top: 122px;
		left: -54px;
	}
	.first-links {
		position: absolute;
		display: block;
		width: 320px;
		top: 101px;
		right: -102px;
	}
	.first-links a {
		position: relative;
		display: block;
		width: 306px;
		height: 37px;
		line-height: 31px;
		padding-left: 38px;
		color: #ffffff;
		/* background-size: auto 50%; */
		font-size: 9px;
		background: url(/images/links-img.png) no-repeat;
		background-size: auto 76%;
		margin: 0 auto -7px;
		opacity: 1;
	}
	.first-links span {
		color: #e4ff2f;
		font-weight: bold;
		font-size: 10px;
	}
	.top-block .top-item {
		position: relative;
		display: inline-block;
		float: left;
		width: 444px;
		margin: 0 0px;
	}
	.about-block .about-left {
		position: absolute;
		display: block;
		width: 294px;
		height: 100%;
		top: 0;
		/* left: 30px; */
	}
	.about-block .about-right {
		position: absolute;
		display: block;
		width: 770px;
		height: 458px;
		top: 0;
		left: 307px;
		/* bottom: 0; */
		margin: auto;
		overflow: hidden;
	}
	.send-block {
		position: relative;
		display: table;
		width: 981px;
		height: 95px;
		background: url(/images/send-img.png) no-repeat;
		background-size: auto 88%;
		margin: 35px auto 0;
	}
	.send-block .text {
		position: absolute;
		display: inline-block;
		top: 45%;
		transform: translateY(-50%);
		color: #fffffe;
		font-size: 14px;
		left: 25px;
	}
	.send-block .form {
		position: absolute;
		display: inline-block;
		height: 58px;
		top: 0;
		right: 88px;
		bottom: 0;
		margin: auto;
	}
	.send-block .form input[type="text"] {
		position: relative;
		display: inline-block;
		float: left;
		width: 386px;
		/* line-height: 50px; */
		height: 57px;
		background: url(/images/send-input.png) no-repeat;
		background-size: auto 83%;
		/* padding-top: 10px; */
		top: 4%;
		padding-left: 61px;
		border: none;
		outline: none;
		color: #ffb400;
		font-size: 14px;
		font-family: montserrat-regular;
		font-display: auto;
	}
	.send-block .form input[type="submit"] {
		position: relative;
		display: inline-block;
		float: left;
		margin-left: -2px;
		top: 1px;
		width: 161px;
		height: 55px;
		background: url(/images/send-btn.png) no-repeat;
		background-size: auto 91%;
		color: #000000;
		font-size: 14px;
		/* padding-left: 0px; */
		font-family: montserrat-regular;
		font-display: auto;
		cursor: pointer;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
	.stream {
		display: none;
	}
	
	.stream .video {
		display: block;
	}
	.stream .video iframe {
		display: none;
		width: 0px;
		height: 0px;
		z-index: -999;
	}
}

.menumobile {padding: 7px 30px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 55px;
    background: radial-gradient(circle 300px at 55% 30px,transparent 30%, rgb(42, 55, 60) 166%);
    z-index: 10000;}
.menu-mobile-open {
    cursor: pointer;
    border-radius: 8px;
    font-size: 19px;
    font-weight: 400;
	color: #ebff60;
    display: block;
    float: right;
    width: 99px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}
.menu-mobile-open:after {font-size:30px;color:#ebff60;font-family:'fontello';display:block;width:98px;height:55px;text-align:center;
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); }
.menu-mobile-open:hover {background:rgba(0,0,0,.4);color:#ebff60;	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); }


.menu-mobile-lang {
	position: absolute;
	display: inline-block;
	height: 20px;
	top: 0;
	right: 25%;
	bottom: 0;
	margin: auto;
}

.menu-mobile-lang a {
	position: relative;
	display: inline-block;
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 4px;
	opacity: 0.4;
}

.menu-mobile-lang a:hover,
.menu-mobile-lang a.active {
	opacity: 1;
}

.menu-mobile-items {    z-index: 900;
    display: block;
    position: absolute;
    top: -700px;
    left: 0;
    right: 0;
    min-height: 262px;
    padding: 0px;}
.menu-mobile-items a {
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-size: 24px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.menu-mobile-items a:first-child {border-top:1px solid rgba(255,255,255,.1);}
.menu-mobile-items a:hover {background:rgba(0,0,0,.4);}
.menumobile.active-menumobile {background:rgb(42, 55, 60);}
.menu-mobile-items.active-mobile-items {top:69px;    background: rgb(42, 55, 60);}

.obnovi {
border: 1px solid #ffb400;
transition: 1s;
box-shadow: 0 0 25px rgba(0,0,0,.7);
z-index: 1000;
position: fixed;
right: 30px;
bottom: 30px;
transform: translatey(0);
padding: 20px 20px;
width: 270px;
border-radius: 4px;
background: #e66c00;
color: rgba(255, 255, 255, .87);
}
.obnovi h5 {color: rgba(255, 255, 255, .99);font-size:19px;text-align:center;font-weight:bold;margin:-20px -20px 20px -20px;padding:10px 20px;background:rgba(0,0,0,.1);}
.obnovi p {text-align:center;font-size:16px;}
.obnovi p a {color:#fff;text-decoration:underline;font-weight:bold;}
.obnovi:hover {transform:translatey(0);}
.obnovi .obnovi-buttons {display:block;text-align:center;}
.obnovi .obnovi-buttons a {font-weight:bold;transition:.2s;display:inline-block;padding:0 25px;margin:0 5px 0 0;height:35px;line-height:35px;color:#fff;border:1px solid #fff;border-radius:3px;text-align:center;}
.obnovi .obnovi-buttons a:hover {background:#fff;color:#F83414;}

.announcers {box-shadow:inset 0 -3px 2px rgba(0,0,0,.1);color:#fff;text-shadow:0 0 10px rgba(255,255,255,.7);font-weight:normal;font-size:20px;position:absolute;line-height:50px;left:0;right:0;top:-50px;height:50px;display:block;text-align:center;background-image: url('https://www.transparenttextures.com/patterns/transparent-square-tiles.png');background-color:#ff610f;}
.announcers a {color:#fff;margin:0 0 0 20px;text-decoration:underline;font-weight:bold;}
.close-announcers {cursor:pointer;position:absolute;right:20px;top:10px;line-height:30px;text-align:center;width:30px;height:30px;border-radius:50%;color:#fff;}
.close-announcers:hover {color:#fff;background:rgba(0,0,0,.7);}
.close-announcers:after {font-family:'fontello';content:"\2716";font-size:20px;font-weight:bold;}
.page {
	text-align: center;

	
}
.page .page-title{
    position: relative;
    display: block;
    color: #ffb400;
    font-size: 24px;
    font-family: montserrat-black;
    font-display: auto;
    margin: 0 auto 15px;

}
.page form{
    margin: 0 auto;
	color: #ffb400;
    font-size: 16px;
    width: 800px;
	text-align: center;
}
.input-u, .input-p{
	width:83%;
	margin-bottom: 5px;
	margin-top: 5px;
	height:46px; 
	border: #b5c644 2px solid; 
	border-radius: 23px;	
/*	background-color: black;*/
	text-align: center;
}

.submit_register{
	background: url(/images/first-btn.png) no-repeat;
	display: inline-block;
    width: 258px;
    height: 71px;
    text-align: center;
    line-height: 73px;
    color: #ffb400;
    font-size: 35px;
	cursor: pointer;
}
#Info{
	
    text-align: center;
	font-size: 25px;
	color: red;
}
#noerror{
	color: green!important;
}
#noerror input{
	font-size: 20px;
}