@font-face{
	font-family:"SavaPro-Bold";
	font-weight:normal;
	font-style:normal;
	src:url("/fonts/SavaPro-Bold.woff?1") format("woff"),
	url("/fonts/SavaPro-Bold.ttf?1") format("truetype")
}

@font-face{
	font-family:"FontAwesome";
	font-weight:normal;
	font-style:normal;
	src:url("/fonts/FontAwesome.woff2?3") format("woff2"),
	url("/fonts/FontAwesome.woff?3") format("woff"),
	url("/fonts/FontAwesome.ttf?3") format("truetype")
}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.2;
}

body {
    background-color: #000;
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
	overflow-x: hidden;
}

input {
	outline:none;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

hr {
	margin: 0;
    background-color: #000;
    padding-bottom: 1px;
    border: 1px solid #000;
    border-bottom: 1px solid #676767;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

p, a {
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

a:link {
    text-decoration: none;
    color: #000;
}

* {
    box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
    display: inline;
    margin-right: .375rem;
	cursor: pointer;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

style attribute {
    color: #fff;
}

header .logo {
    position: relative;
	display: inline-block;
    top: 0px;
    left: 60px;
    width: 153px;
    height: 70px;
}

header .logo figure {
    width: 100%;
    height: 100%;
    background: url(/images/header/logo.png?2) 0 0 no-repeat;
    background-size: cover;
}

figcaption {
    display: none;
}

#menu {
	background: url(/images/header/bg_gradient.png?1) 0 0 repeat-x;
	position: absolute;
	top: 33px;
	left: 0;
	width: 100%;
	height: 138px;
	z-index: 1600;
	transition: height 0.3s;
 }
  
#menu .menu-contain {
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1100px) {
    #menu .menu-contain .logo {
        display: block;
        margin: 0 auto;
        height: 70px; 
		left: 0px;
	} 
}

#menu .menu-contain .logo-link .logo {
    height: 77px;
    width: auto;
    margin-right: 20px;
    position: absolute;
    left: 10px;
    top: 48%;
    transform: translateY(-50%);
    min-width: 0; 
}

#menu .menu-contain ul {
	position: absolute;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    height: 90px;
    list-style: none;
	width: 100%;
    left: 0;
	text-align: center;
}

#menu .menu-contain ul li {
    vertical-align: top;
    display: inline-block;
    padding: 0 6px;
    position: relative;
    height: 40px; 
}

#menu .menu-contain ul li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-family: "SavaPro-Bold";
    font-size: 15px;
    font-weight: 300;
    line-height: 30px; 
	margin-top: 30px;
}

#menu .menu-contain ul li a:hover {
    color: #ffac38; 
}

#menu .menu-contain ul li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #ffac38;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#menu .menu-contain ul li a:hover:before {
    visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#menu .menu-contain ul li a.active {
    color: #ffac38;
}

#menu .menu-contain ul li:hover ul {
    transform: translateY(100%) scaleY(1); 
}

#menu .menu-contain ul li.active:after {
    position: absolute;
    bottom: -20px;
    left: 9%;
    display: block;
    width: 82%;
    height: 2px;
    content: "";
    background: #ffac38;
    box-shadow: 0 0 9.5px 0.5px rgba(255, 172, 56, 0.95); 
}

#menu .menu-contain ul li.gp {
    margin-right: 10px; 
}

#menu .menu-contain ul .parent {
    position: relative; 
}

#menu .menu-contain ul .parent:after {
    display: inline-block;
    position: absolute;
    color: #a7bfce;
    font-size: 11px;
    top: -2px;
    vertical-align: top;
    padding-left: 5px;
    font-family: "FontAwesome";
    /*content: "\f078";*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.itemscope {
	display: none;
}

@media (max-width: 1300px) {
	#menu .menu-contain ul {
		left: 90px;
	}
}

@media (max-width: 1100px) {
    #menu .menu-contain ul {
		position: relative;
        width: 100%;
        display: block;
        padding: 0;
        height: auto;
        text-align: left;
		left: 0px;
	}
    
	#menu .menu-contain ul li {
        display: block;
        width: calc(100%);
        height: auto;
		padding: 0;
		margin-left: -10px;
	}
    
	#menu .menu-contain ul li a {
        color: white;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 50px;
        padding-left: 50px;
        margin: 0 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.3); 
		width: 260px;
	}
    
	#menu .menu-contain ul li a.parent:after {
        transition: all .3s;
        transform-origin: 50% 50%;
        position: absolute;
        right: 10px;
        color: white; 
	}
    
	#menu .menu-contain ul li.active:after {
        display: none; 
	}
    
	#menu .menu-contain ul li:hover ul {
        transform: translateY(0); 
	}
    
	#menu .menu-contain ul li ul {
        background: none;
        position: relative;
        transform: scaleY(1);
		max-height: 0;
        transition: all 0.3s;
        padding: 0 10px;
        overflow: hidden; 
	}
    
	#menu .menu-contain ul li ul li {
        padding-left: 20px; 
	}
    
	#menu .menu-contain ul li ul li a {
        line-height: 40px;
        border: none; 
	}
    
	#menu .menu-contain ul li ul li a:before {
        display: inline-block;
        border: none;
        width: auto;
        position: relative;
        bottom: auto;
        left: auto;
        vertical-align: top;
        padding-right: 5px;
        font-family: "FontAwesome";
        content: "\f054";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; 
	}
    
	#menu .menu-contain ul li.expand a.parent {
        background: #00000085; 
	}
    
	#menu .menu-contain ul li.expand a.parent:after {        
		transform: rotate(180deg); 
	}
    
	#menu .menu-contain ul li.expand ul {
        max-height: 300px; 
	} 
	
	.img-wrap {
		display: none;
	}
}

#menu .menu-contain .angle-button:not(.show-desktop) {
    display: none; 
}

@media (max-width: 1100px) {
    #menu .menu-contain .angle-button:not(.show-desktop) {
        display: inline-block; 
	} 
}

#menu .menu-contain .social-links {
    display: none; 
}

#menu .menu-contain .social-links a:before {
    color: #174577; 
}

#menu .menu-contain .social-links:hover:before {
    color: white; 
}

#menu .menu-contain .show-desktop {
    position: absolute;
    right: 10px;
    top: -8%; 
}

#menu .menu-contain .go-back-link {
    position: absolute;
    right: 20px;
    top: 100%;
    color: white; 
}

#menu .menu-contain .go-back-link:before {
    border-bottom-color: white; 
}

@media (max-width: 1100px) {
    #menu .menu-contain .go-back-link {
        display: none; 
	} 
}

@media (max-width: 1100px) {
    #menu .menu-contain {
        height: 100%;
        overflow: auto;
        width: 100vw;
        text-align: center;
	}
    
	#menu .menu-contain .angle-button {
        display: inline-block;
        position: relative;
        top: auto;
        margin-bottom: 30px; 
	}
    
	#menu .menu-contain .social-links {
        display: block; 
	} 
}

#menu .menu-btn {
    display: none;
    width: 40px;
    height: 45px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 30px;
    text-shadow: 0px 0px 1px #0b1b39;
    z-index: 9999; 
}

@media (min-width: 1320px) {
    #menu .menu-btn {
        left: calc(50% - (100vw / 2) + 30px); 
	} 
}

@media (max-width: 768px) {
    #menu .menu-btn {
        left: 15px; 
	} 
}

#menu .menu-btn svg polygon {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    fill: rgba(11, 27, 57, 0.2);
    stroke: white;
    stroke-width: 5px; 
}

#menu .menu-btn .menu-icon {
    width: 20px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer; 
}

#menu .menu-btn .menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: white;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; 
}

#menu .menu-btn .menu-icon span:nth-child(even) {
    left: 50%; 
}

#menu .menu-btn .menu-icon span:nth-child(odd) {
    left: 0px; 
}

#menu .menu-btn .menu-icon span:nth-child(1), #menu .menu-btn .menu-icon span:nth-child(2) {
    top: 0px; 
}

#menu .menu-btn .menu-icon span:nth-child(3), #menu .menu-btn .menu-icon span:nth-child(4) {
    top: 7px; 
}

#menu .menu-btn .menu-icon span:nth-child(5), #menu .menu-btn .menu-icon span:nth-child(6) {
    top: 14px; 
}

#menu .menu-btn:hover .menu-icon span {
    background: #ffac38; 
}

#menu .menu-btn:hover svg polygon {
    fill: rgba(11, 27, 57, 0.5);
    stroke: #ffac38; 
}

#menu.open .menu-btn .menu-icon span:nth-child(1), #menu.open .menu-btn .menu-icon span:nth-child(2) {
    top: 4px; 
}

#menu.open .menu-btn .menu-icon span:nth-child(5), #menu.open .menu-btn .menu-icon span:nth-child(6) {
    top: 10px; 
}

#menu.open .menu-btn .menu-icon span:nth-child(1), #menu.open .menu-btn .menu-icon span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); 
}

#menu.open .menu-btn .menu-icon span:nth-child(2), #menu.open .menu-btn .menu-icon span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); 
}

#menu.open .menu-btn .menu-icon span:nth-child(1), #menu.open .menu-btn .menu-icon span:nth-child(5) {
    left: 2px; 
}

#menu.open .menu-btn .menu-icon span:nth-child(2), #menu.open .menu-btn .menu-icon span:nth-child(6) {
    left: calc(50% - 2px); 
}

#menu.open .menu-btn .menu-icon span:nth-child(3) {
    left: -50%;
    opacity: 0; 
}

#menu.open .menu-btn .menu-icon span:nth-child(4) {
    left: 100%;
    opacity: 0; 
}

#menu.signup .menu-contain .angle-button {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -7px; 
}

@media (max-width: 1100px) {
    #menu {
		position: absolute;
		top: 33px;
		height: 70px;
		z-index: 6000; 
	}
    
	#menu .menu-btn {
        display: block; 
	}
    
	#menu.open {
        height: 100vh;
        position: fixed; 
	}
	
    #menu.open .menu-contain {
        background: #2E72BF;
        z-index: 6000; 
	} 
}

.navlink {
	cursor: pointer;
}

div.header.gnb-header {
	position: absolute;
    width: 100%;
    color: #959595;
    background: url(/images/header/bg_gradient_top.png?1) 0 0 repeat-x;
    border-bottom: 1px solid #414141;
}

.header.gnb-header, .footer.gnb-footer {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    min-height: 0;
    position: relative;
    vertical-align: top;
    text-align: left;
    z-index: 5099;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: "DinNextPro", "Myriad Pro", "PT Sans", AppleGothic, sans-serif;
    line-height: 1em;
}

div.header.gnb-header > .container {
    margin: 0 auto;
    width: 100%;
    height: 32px;
    min-height: 32px;
    line-height: 32px;
}

.header.gnb-header > .container {
    margin: 0 auto;
    width: 100%;
    height: 32px;
}

.container {
    position: relative;
    display: block;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    clear: both;
}

@media (max-width: 430px) {
	.header.gnb-header > .container ul li.support {
		display: none;
	}
}

.header.gnb-header > .container ul.gnb-right {
    text-align: right;
    float: right;
}

.header.gnb-header > .container ul.gnb-right {
    padding: 0 12px;
}

.header.gnb-header > .container ul li {
    display: inline-block;
    margin-left: -3px;
}

div.header.gnb-header a, div.header.gnb-header a:visited, div.header.gnb-header a:active {
    color: #959595;
    cursor: pointer;
}

div.header.gnb-header > .container ul.gnb-right > li:not(:last-of-type) > a::after {
    color: #414141;
    content: "|";
    font-size: 0.8em;
    margin-left: 1em;
    margin-right: 1em;
    vertical-align: top;
	font-family: "DinNextPro", "Myriad Pro", "PT Sans", AppleGothic, sans-serif;
}

.header.gnb-header > .container ul li:hover > a, .header.gnb-header > .container ul li:hover > a:visited, .header.gnb-header > .container ul li:hover > a:active {
    color: #ffac38; 
}

.wrap {
    position: relative;
    font-size: 16px;
    width: 100%;
    height: 100%;
    min-width: 360px;
}

#container {
    display: block;
    position: relative;
    width: 100%;
	overflow: hidden;
}

.co-section {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main .inner {
    text-align: center;
    height: 100%;
}

.wrap .inner {
    position: relative;
}

.main .bg-holder {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
}

.main .bg-holder img {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    z-index: -100;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

img {
	border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.main .bg-holder video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    z-index: -100;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

.cont-video, .cont-info {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 60%;
    width: 100%;
    height: auto;
    text-align: center;
}

.cont-info h1, .cont-info h2 {
    box-sizing: border-box;
    margin-top: 0.5rem;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #fff;
    text-shadow: 0px 0px 20px black, 0 0 10px black;
}

.cont-info h1 {
	font-size: 60px;
}

.cont-development {
	position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 130px;
    width: 100%;
    height: auto;
    text-align: center;
}

.cont-development p {
    box-sizing: border-box;
    margin-top: 0.5rem;
    width: 100%;
    text-align: center;    
    font-size: 24px;
    color: #4bff00;
	text-shadow: 0px 0px 5px black, 0 0 0.5em black, 0 0 0.5em black, 0 0 0.5em black, 0 0 1em black;
}

.cont-development a {
    text-decoration: revert;
    color: #ffeb00;
}

.cont-video .img-wrap {
    width: 25%;
    margin: 0 auto;
    text-align: center;
}

.clearfix {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: block;
	clear: both;
}

.cont-video .img-wrap img {
    width: 100%;
}

.cont-video p {
    box-sizing: border-box;
    margin-top: 0.5rem;
    width: 100%;
    text-align: center;    
    font-size: 24px;
    color: #fff;
	line-height: 30px;
	text-shadow: 0px 0px 5px black, 0 0 0.5em black, 0 0 0.5em black, 0 0 0.5em black, 0 0 1em black;
}

.cont-video .btn-wrap {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 105px;
    margin-top: 3.4%;
}

.cont-video .btn-wrap .btn-start {
    display: inline-block;
    box-sizing: border-box;
    height: 60px;
    line-height: 36px;
    margin: 0;
    padding: 9.5px 0;
    width: 250px;
    align-items: flex-start;
    vertical-align: top;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
	font-family:'SavaPro-Bold';
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    background-color: rgba(204, 125, 15, 0.85);
    border: 4px solid rgba(204, 125, 15, 0);
}

@media (max-width: 1100px) {
	.cont-video .btn-wrap .btn-start {
		margin: 10px;
	}
	
	.game-info .segment .game-info-bg img {
		min-height: 450px;
		min-width: 960px;
	}
	
	.cont-video {
		top: 30%;
	}
}

@media (max-height: 800px) {
	.cont-video {
		top: 150px;
	}
}

.cont-video .btn-wrap .btn-start:hover {
  color: rgba(204, 125, 15, 0.85);
  border: 4px solid rgba(204, 125, 15, 0.85);
  background: rgba(255, 255, 255, 0.7);
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-download:before {
    content: "\f019";
}

.fa-bars:before {
    content: "\f0c9";
}

.invisible {
	display: none;
}

.live-internet {
	margin-left: -14px;
}

#vk_like {
	padding: 4px 10px;
}

.game-info {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.game-info .segment {
	position: relative;
}

.game-info .segment .game-info-bg {
	display: block;
}

.game-info .segment .game-info-bg img {
	width: 100vw;
    display: block;
}

.game-info .segment:nth-of-type(odd) .content {
    right: 2em;
}

.game-info .segment:nth-of-type(even) .content {
    left: 2em;
}

.game-info .segment .content {
    position: absolute;
    width: 19.5em;
    background: url(/images/gameInfo/banner-no-repeat.png?1) 0 0/100% 100% no-repeat;
    top: 0;
    max-width: 415px;
    text-align: center;
    height: auto;
    padding-bottom: 10em;
}

.game-info .segment .content h2 {
    padding: 0 12px 0 8px;
    display: inline-block;
    overflow: hidden;
    margin: 20px 0 10px;
    font-size: 1.5em;
    font-style: italic;
    color: #fff;
	text-shadow: 0px 0px 5px black;
}

.game-info .segment .content p {
    font-family: sans-serif;
    line-height: 1.3em;
    padding: 0 1.2em;
    margin: 0;
	color: #fff;
	font-style: italic;
	text-shadow: 0px 0px 5px black;
}

.footer {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #000;
    z-index: 1300;
}

.footer .footer-inner {
    position: relative;
    width: 100%;
    height: 100%;
	text-align: center;
	color: #666666;
}

.footer .footer-inner .info {
    width: 100%;
	background-color: #000000;
}

.footer .footer-inner .info .copyright {
    font-size: 14px;
	max-width: 1100px;
    margin: 0 auto;
    line-height: 20px;
	padding: 20px;
}

.footer .footer-inner .social-links {
	text-transform: uppercase;
	color: #c09e54;
	padding-top: 50px; 
}

.footer .slike {
	margin: 0 auto;
	width: 190px;
	padding-top: 20px;
	display: flex;
}

@media (max-width: 1100px) {
	.footer  {
		min-height: 300px;
	}
}

@media (max-width: 700px) {
	.footer  {
		min-height: 400px;
	}
}

.social-links .btn-social {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 10px 15px 25px;
	position: relative; 
}

.social-links .btn-social:before {
    content: '';
    font-size: 25px;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    color: #666666;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s; 
}

.gnb-right .btn-social:before {
    content: '';
    font-family: "FontAwesome";
	font-size: 18px;
}

.social-links .btn-social.vk:before, .gnb-right .btn-social.vk:before {
	content: "\f189"; 
}

.social-links .btn-social.discord:before, .gnb-right .btn-social.discord:before {
	content: "\f2ef"; 
}

.social-links .btn-social.youtube:before, .gnb-right .btn-social.youtube:before {
	content: "\f167"; 
}

.social-links .btn-social.facebook:before, .gnb-right .btn-social.facebook:before {
	content: "\f082"; 
}

.social-links .btn-social:hover:before {
    color: #c09e54;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); 
}

#top-page {
	position: fixed;
    right: 45px;
    bottom: 120px;
    z-index: 1500;
}

#top-page .btn-top-page {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 10px 15px 25px;
	position: relative; 
	cursor: pointer;
	background-color: #5050508f;
}

#top-page.mobile {
	right: 10px;
    bottom: 0px;
}

#top-page .btn-top-page:before {
    content: "\f102";
    font-size: 25px;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    color: #d4d4d4;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s; 
}

#top-page .btn-top-page:hover:before {
    color: #ffac38;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); 
}

.back-dialog {
	display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1501;
    -webkit-animation: ngdialog-fadein .5s;
    animation: ngdialog-fadein .5s;
    background-color: rgba(10,10,10,.7)!important;
    -webkit-backface-visibility: hidden;
}

.login-dialog-content, .reg-dialog-content {
    position: absolute;
    top: -1000px;
    z-index: 10000;
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
    background: #2D2D2D;
    -webkit-animation: ngdialog-flyin .5s;
    animation: ngdialog-flyin .5s;
    border-radius: 5px;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 30%);
    background: radial-gradient(circle at center 18%, rgb(53, 70, 84) 0px, rgb(24, 46, 61) 55%) rgb(24, 46, 61);
}

.dialog-modal {
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    color: #DDDDDD;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0px rgb(0 0 0 / 50%);
}

.dialog-modal .modal-title {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 3rem;
    border-bottom: 1px solid #293f4f;
    border-radius: 4px 4px 0 0;
    background-image: -webkit-linear-gradient(top,#1f313f,#0e202f);
    background-image: linear-gradient(to bottom,#1f313f,#0e202f);
    box-shadow: inset 0 -1px 3px rgb(0 0 0 / 20%);
}

.dialog-modal .modal-title h1 {
	position: relative;
    font-family: 'SavaPro-Bold';
    line-height: 1.5em;
    padding: 0.5em 0 0;
    margin: 0;
    text-transform: uppercase;
}

.dialog-modal .modal-title h1, h2 {
    font-size: 1.2rem;
    text-align: center;
    color: white;
}

.dialog-modal form {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 82.97872%;
    margin-left: 8.51064%;
    position: relative;
    z-index: 1;
    padding: 1.5rem 0 .75rem;
    color: #DDDDDD;
}

.dialog-modal .control {
    margin-left: 17.02128%;
    display: block;
    width: 65.95745%;
    margin-right: 0;
}

.dialog-modal .end-reg {
    text-align: center;
    display: block;
    margin-right: 0;
	line-height: 1.5rem;
}

.dialog-modal .password-restore {
    text-align: left;
    display: block;
	font-size: 16px;
    margin-right: 0;
	line-height: 1.5rem;
}

.dialog-modal .control label, .form-button label {
	cursor: pointer;
}

.valid {
    text-align: center;
}

.form-radio, .form-group {
    position: relative;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.dialog-modal form input[type=text], .dialog-modal form input[type=password], .dialog-modal form input[type=email], .dialog-modal textarea, .dialog-modal select {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.dialog-modal input[type=text], .dialog-modal input[type=password], .dialog-modal input[type=email], .dialog-modal input[type=file], .dialog-modal textarea, .dialog-modal select, .print-block {
    border-radius: 1px;
    background-color: #172938;
    box-shadow: inset 0 1.5px 2.5px 0 rgb(0 0 0 / 30%);
    border: 1px solid #273846;
    margin-top: .25rem;
}

.dialog-modal select:focus {
    border: 1px solid #2e9cc5;
	box-shadow: 0 0 3px 0 #2e9cc5;
	background-color: rgba(23, 41, 56, 0.95);
}

.dialog-modal select:hover {
    border: 1px solid #2e9cc5;
	box-shadow: 0 0 3px 0 #2e9cc5;
	background-color: rgba(23, 41, 56, 0.95);
}

.form-group input, .form-group textarea, .form-group select, .print-block {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    -webkit-transition: all 0.28s ease;
    -moz-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}

.valdr-message {
    position: absolute;
    top: 1.5rem;
    right: -11rem;
    z-index: 1;
    width: 9.75rem;
    margin: 0 auto;
    padding: .375rem .75rem;
    vertical-align: middle;
    color: #633b26;
    border-radius: .125rem;
    background: -webkit-linear-gradient(top,#FFE400,#FFAE00);
    background: linear-gradient(to bottom,#FFE400,#FFAE00);
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    font-size: .875rem;
    line-height: 1.125rem;
    text-align: left;
}

.valdr-message:after {
    position: absolute;
    z-index: 1;
    top: .625rem;
    right: 0;
    left: -8px;
    display: block;
    width: 0;
    content: '';
    border-width: 6px 8px 6px 0;
    border-style: solid;
    border-color: transparent #FFC900;
}

.form-button {
    color: #DDDDDD;
    text-align: center;
}

.form-button .btn {
    margin-top: 17px;
    margin-bottom: 20px;
    width: 140px;
    text-align: center;
}

.form-button .btn {
    width: 260px;
    height: 40px;
    font-size: 14px;
	font-family:'SavaPro-Bold';
    line-height: 1.5;
	margin-top: 17px;
    margin-bottom: 20px;
    text-align: center;
	text-transform: uppercase;
	color: #fff;
    outline: 0;
	border-style: none;
	border-radius: .375rem;
    overflow: hidden;
    background-image: linear-gradient(to bottom,#388694,#236570);
    box-shadow: 0 0.5px 0.5px 0 rgb(0 0 0 / 20%), inset 0 0 0 0 #fff;
}

.form-button .btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 30%;
    border-radius: .375rem;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.form-button .btn:hover {
	background-image:linear-gradient(to top,#23706f,#3fb5a4);
}

button, .btn, .cta {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.form-group-loader {
    position: absolute;
	visibility: hidden;
    width: 50px;
    margin-top: -62px;
    margin-left: 180px;
}

.loader {
    height: 50px;
    background-image: url(/images/main/loader.gif?1);
    background-size: cover;
}

.form-errors {
    position: relative;
	visibility: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 1.2rem;
    padding: .375rem 0;
    text-align: center;
    color: #644738;
	line-height: 1.2;
    border-radius: .125rem;
    background: -webkit-linear-gradient(top,#FFE400,#FFAE00);
    background: linear-gradient(to bottom,#FFE400,#FFAE00);
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    font-size: .875rem;
}

.modal-footer {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
    padding-top: .75rem;
    text-align: center;
    color: #DDDDDD;
    border-top: 1px solid #293f4f;
}

.modal-footer a, .form-button a {
    color: #2e9cc5;
    text-align: center;
    cursor: pointer;
}

.modal-footer a:hover, .form-button a:hover {
	color: #41ffb1;
}

.modal {
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}

.modal .close-btn {
    display: block;
    width: 40px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10001;
}

.modal .close-btn svg {
    width: 40px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.modal .close-btn:hover svg * {
    fill: #41ffb1; 
}

.modal .close-btn svg * {
    fill: #CCCCCC;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cont-news, .cont-download, .cont-agreement, .cont-faq, .cont-about, .cont-ratings {
	position: relative;
	margin-top: 150px;
	width: 100%;
	overflow: hidden;
}

.cont-promo {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.cont-news h1 { 
	margin-block-start: 0em; 
	color: #fff; 
	text-align: center; 
	font-family:'SavaPro-Bold'; 
	margin-bottom: 40px;
	text-shadow: 0px 15px 5px rgb(0 0 0 / 10%), 10px 20px 5px rgb(0 0 0 / 5%), -10px 20px 5px rgb(0 0 0 / 5%);
}

#news, #download, #agreement, #faq, #about, #ratings {
	height: auto;
	min-height: calc(100vh - 150px);
	position: relative;
	width: 100%;
	min-width: 320px;
	max-width: 1100px;
	margin: auto;	
}

#promo {
	height: auto;
	min-height: calc(100vh - 150px);
	position: relative;
	width: 100%;
	margin-top: 150px;
}

.news, .download, .agreement, .faq, .about, .ratings {
    position: relative;
    box-shadow: 0 9px 35px rgb(0 0 0 / 59%);
    margin-bottom: 28px;
    min-height: 255px;
	background-color: #ffffffee;
}

.promo {
    position: relative;
    z-index: 20;
    height: 85%;
    display: inline-block;
}

.title-content-center {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 16%;
    overflow: hidden;
    z-index: 29;
}

.title-content-center h2 {
	font-weight: 700;
    font-size: 5vh;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.05em;
    color: #386894;
    text-shadow: 0 0 1vh #FFFFFF, 0 0 1vh #FFFFFF, 0 0 2vh #FFFFFF;
    font-family: Roboto, Arial, serif;
}

#promo .container {
	max-width: none;
}

#promo .duration {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

#promo .box-content-center .box img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 20;
}

#promo .bg-content-center {
    position: relative;
    overflow: hidden;
    z-index: 10;
    margin: 0 auto;
}

#promo .bg-content-center img {
    height: 100%;
    width: auto;
}

#promo .front img {
    height: 100%;
    width: auto;
}

#promo .box-content-center {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    top: 0;
    z-index: 30;
}

#promo .box-content-center .box {
    position: absolute;
    left: 27%;
    right: 27%;
    bottom: 13%;
    z-index: 30;
	cursor: pointer;
}

#promo .box-content-center .confetti {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
	width: 0px;
    height: 0px;
    z-index: 50;
    overflow: hidden;
}

#promo .box-content-center .confetti img {
    width: 100%;
    height: auto;
    position: relative;
}

#promo .box-content-center .box .top {
	position: absolute;
    margin-top: -22%;
    margin-left: -3.3%;
    z-index: 21;
}

#promo .btn-content-center {
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: 11%;
    z-index: 40;
}

#promo .btn-content-center img {
    width: 100%;
    height: auto;
	cursor: pointer;
}

.cont-promo .popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1500;
}

.cont-promo .popup .bg-popup {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
}

.cont-promo .popup .bg-popup .inner-popup {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 5%;
    bottom: 10%;
}

.cont-promo .popup .bg-inner-popup {
    position: relative;
    z-index: 10;
    height: 100%;
    width: auto;
	image-rendering: -webkit-optimize-contrast;
}

.cont-promo .popup .btn-content-popup {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 58%;
    z-index: 20;
}

.cont-promo .popup .btn-content-popup img {
    height: 13vh;
	cursor: pointer;
}

#about .tab-pane {
	max-width: 100%;
	animation-name: fade;
    animation-duration: 1s;
    animation-iteration-count: inherit;
}

@keyframes fade {
	0% { opacity: 0.1 }
	100% { opacity: 1 }
}

@-webkit-keyframes fade {
	0% { opacity: 0.1 }
	100% { opacity: 1 }
}

#about .tab-pane img {
    width: 100%;
    height: auto;
}

#about .bg-classes-center {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

#about .tab-classes {
	margin-top: -20px;
}

#about .about .container .sep {
	margin: 2px auto;
}

#about .about .container .classes-wrapper {
    margin: 0px auto;
    padding: 0 0px 20px;
}

#about .about .container .video-wrapper {
    margin: 0px auto;
    padding: 40px 0px 40px;
}

#about .classes-selection {
	overflow: hidden;
}

#about .classes-selection li {
	float: left;
}

#about .classes-selection li img {
	height: 100%;
    width: auto;
	cursor: pointer;
	max-width: 133px;
    max-height: 171px;
}

#about .nav {
    list-style: none;
	width: 69.5vw;
	max-width: 1080px;
	height: 100%;
	margin: 0px auto;
}

#about .tab-classes>.tab-pane {
    display: none;
}

#about .tab-classes>.active {
    display: block;
}
#about .promo-img {
	position: absolute;
	top: 73px;
    left: 0;
}

#about .controller-play {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 60px;
	-webkit-box-align: center;
    -ms-flex-align: center;
    background: none;
    border: none;
    outline: none;
	margin-top: -70px;
}

#about .controller-play-icon {
    position: relative;
    border-radius: 50%;
    transition: all .35s ease-out;
    background: #c00;
    border: 1px solid #c00;
    width: 60px;
    height: 60px;
}

#about .controller-play-icon:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 24px;
    border-width: 10px 0 10px 17px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    pointer-events: none;
}

#about .controller-play span:hover {
	background:#000
}

#about video {
	height: auto;
    width: auto;
}

#about img {
	height: auto;
    width: 100%;
}

#about .slick-prev {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
	left: 1%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
	background: url(/images/main/arrow-left.png?1) 0 0 no-repeat;
}

#about .slick-next {
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
	right: 1%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
	background: url(/images/main/arrow-right.png?1) 0 0 no-repeat;
}

#about .slick-prev:hover,
#about .slick-next:hover {
	transform: scale(1.2) translate(0%, -40%);
}

#about .slick-arrow {
    width: 28px;
    height: 50px;
    margin-top: -6vw;
    transition: transform 0.2s linear;
}

.move-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.move-content.front {
    z-index: 100;
}

.move-content.front2 {
    z-index: 101;
}

.move-content .item {
    position: absolute;
    pointer-events: none;
}

.move-content .item.fairy {
    left: -42%;
    top: 25%;
    width: 60%;
    height: 60%;
}

.move-content .item.witch {
    left: 85%;
    top: -5%;
    width: 100%;
    height: 100%;
}

.move-content .item.fairy img {
    object-position: 100% 50%;
}

.move-content .item.witch img {
    object-position: 0 50%;
}

.move-content .item.bubbles, .move-content .item.stars {
    left: 0;
    right: 0;
    width: 150vw;
    height: 150vh;
}

.move-content .item.bubbles img, .move-content .item.stars img {
    object-fit: cover;
}

.move-content .item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.news .image {
    position: absolute;
    left: 0;
    transition: all 1s ease 0.3s;
}

.news .image img {
	width: 476px;
    height: 255px;
}

.news .container {
    width: calc(100% - 490px);
    text-align: center;
    float: right;
    padding: 20px 20px 0 50px;
    transition: all 1s ease;
}

.download .container, .agreement .container, .faq .container, .about .container, .ratings .container {
    text-align: center;
    padding: 20px 20px 5px 20px;
    transition: all 1s ease;
}

.news .container .heading, .download .container .heading, .agreement .container .heading, .faq .container .heading, .about .container .heading, .ratings .container .heading {
    color: #2f5b90;
    font-size: 22px;
    line-height: 25px;
    font-family:'SavaPro-Bold';
}

.agreement .rules-item .heading, .faq .rules-item .heading {
    font-size: 16px;
	text-align: left;
	line-height: 17px;
}

.data {
    color: #2f5b90;
    font-size: 16px;
    margin-bottom: -25px;
}

.news .container .sep, .download .container .sep, .agreement .container .sep, .faq .container .sep, .about .container .sep, .ratings .container .sep {
    width: 51px;
    height: 1px;
    margin: 25px auto;
    background: #2f5b90;
}

.ratings .sub-tabs {
	margin-top: 10px;
    margin-bottom: 20px;
}

.ratings .sub-tabs .sub-tab {
	background: #236570;
    width: 210px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
	font-family: 'Roboto', sans-serif;
    color: #fff;
	font-weight: bold;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 15px;
	text-shadow: 0 2px 1px rgb(30 30 30);
	box-shadow: 0 2px 1px rgb(30 30 30);
}

.ratings .sub-tabs .sub-tab.active {
    background: #3fb5a4;
}

.ratings .sub-tabs .sub-tab:hover {
	background: #3fb5a4;
}

.ratings .container-main {
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    padding: 15px 0;
    height: 100%;
}

.ratings .tab-content {
    position: absolute;
    left: 0;
    width: 100%;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s ease;
    transform: scale(0);
    transform-origin: center center;
}

.ratings .tab-content.active {
    opacity: 1;
    height: auto;
    visibility: visible;
    transform: scale(1);
    transition: all 0.7s ease 0.5s;
}

.ratings .table {
    width: 100%;
    border-collapse: collapse;
}

.ratings .table th {
    text-align: left;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 20px;
    line-height: 14.58px;
    border-bottom: 1px dotted #263f3b;
    border-right: 1px dotted #263f3b;
}

.ratings .table th:last-child {
    border-right: none;
}

.ratings .table td {
    text-align: left;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 20px;
    line-height: 14.58px;
    border-bottom: 1px dotted #263f3b;
    border-right: 1px dotted #263f3b;
}

.ratings .table td:last-child {
    border-right: none;
}

.class-icon-wr {
    background: url(/images/ratings/icon_berserker.png?1) 0 0 no-repeat;
    display: inline-table;
    height: 34px;
    width: 34px;
	position: absolute;
	margin-top: -10px;
    cursor: pointer;
}

.class-icon-pr {
    background: url(/images/ratings/icon_priest.png?1) 0 0 no-repeat;
    display: inline-table;
    height: 34px;
    width: 34px;
	position: absolute;
	margin-top: -10px;
    cursor: pointer;
}

.class-icon-wz {
    background: url(/images/ratings/icon_wizard.png?1) 0 0 no-repeat;
    display: inline-table;
    height: 34px;
    width: 34px;
	position: absolute;
	margin-top: -10px;
    cursor: pointer;
}

.class-icon-ac {
    background: url(/images/ratings/icon_ranger.png?1) 0 0 no-repeat;
    display: inline-table;
    height: 34px;
    width: 34px;
	position: absolute;
	margin-top: -10px;
    cursor: pointer;
}

.class-icon-tf {
    background: url(/images/ratings/icon_assassin.png?1) 0 0 no-repeat;
    display: inline-table;
    height: 34px;
    width: 34px;
	position: absolute;
	margin-top: -10px;
    cursor: pointer;
}

.class-icon-gd {
    background: url(/images/ratings/icon_guardian.png?1) 0 0 no-repeat;
    display: inline-table;
    height: 34px;
    width: 34px;
	position: absolute;
	margin-top: -10px;
    cursor: pointer;
}

.class-icon-do {
    background: url(/images/ratings/icon_trickster.png?1) 0 0 no-repeat;
    display: inline-table;
    height: 34px;
    width: 34px;
	position: absolute;
	margin-top: -10px;
    cursor: pointer;
}

.class-icon-mg {
    background: url(/images/ratings/icon_magician.png?1) 0 0 no-repeat;
    display: inline-table;
    height: 34px;
    width: 34px;
	position: absolute;
	margin-top: -10px;
    cursor: pointer;
}

.files .link {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.how {
    max-width: 1000px;
    margin: 25px auto;
    line-height: 21px;
}

.how h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.btn {
    padding: 0 35px;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    border-radius: 37px;
    background: #236570;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 17.12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 2px 1px rgb(30 30 30);
    margin: 20px 0 0;
    box-shadow: 0 2px 1px rgb(30 30 30);
}

.btn:hover {
	background: #3fb5a4;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
    animation-name: fadeInLeft;	
}

.rules-item {
	box-shadow: 0 9px 35px rgba(0,0,0,0.5);
	margin-bottom: 18px;
}

.rules-item .heading {
    font-family: 'SavaPro-Bold';
    font-weight: 600;
    text-transform: uppercase;
    padding: 23px 30px 25px;
    line-height: 17px;
    text-shadow: 0 1px 1px rgb(255 255 255);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
	color: #2f5b90;
}

.rules-item .heading .line {
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 380px;
    background: linear-gradient(to left, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 100%);
    margin-left: 30px;
}

@media (max-width: 1600px) {
	.rules-item .heading .line {
		display: none;
	}
}

.rules-item .heading:after {
    content: '';
    height: 9px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.rules-item.active .heading {
    background: #82a5b9b3;
}

.rules-item .rules-content {
    padding: 0 30px;
    font-size: 14px;
    line-height: 18px;
    box-sizing: content-box;
    height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(.62,.15,0,1.17);
}

.rules-item.active .rules-content {
	padding: 30px;
}

.rules-content .height {
	text-align: left;
}

.overview-table {
    width: 100%;
    overflow: auto;
}

.system {
    max-width: 1000px;
    margin: 30px auto;
    width: 100%;
    border-collapse: collapse;
	line-height: 28px;
}

.system th {
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 10px 10px;
}

.download .files .link {
    display: inline-block;
    vertical-align: top;
}

.news .container .text {
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    transition: all 1s ease;
}

.news .container .height {
	line-height: 24px;
	white-space: pre-wrap;
}

.news .expand-news {
    color: #2f5b90;
    font-size: 12px;
    text-transform: uppercase;
    font-family:'SavaPro-Bold';
    margin: 12px 0 0;
    display: inline-block;
    padding-bottom: 15px;
    cursor: pointer;
}

.news .expand-news:hover { 
	text-decoration: underline;
}

.news.active .image {
	opacity: 0; transform: translateX(-100%); transition: all 1s ease;
}

.news.active .container {
	width: 100%;
}

@media (max-width: 1024px) {
	.news .image {
		display: none;
	}
	
	.news .container {
		width: 100%;
	}
}

.control-warning-dialog-content, .err-access-dialog-content, .password-restore-dialog-content, .password-restore2-dialog-content, .new_password-dialog-content, .download-game-dialog-content {
	position: absolute;	
	top: -1000px;	
	z-index: 10000;
	width: 480px;
    max-width: 100%;
    margin: 0 auto;
	background: #2D2D2D;
    -webkit-animation: ngdialog-flyin .5s;
    animation: ngdialog-flyin .5s;
    border-radius: 5px;
	box-shadow: 0 1px 15px 0 rgba(0,0,0,.3);
	background: radial-gradient(circle at center 18%, rgb(53, 70, 84) 0px, rgb(24, 46, 61) 55%) rgb(24, 46, 61);
}

.modal-body {
    position: relative;
    padding: 20px 15px;
}

.timeline {
    position: relative;
	text-align: center;
}

.active-top {
	margin-top: 17px;
}

.mmotopratingimg {
	display: inline-block;
	position: fixed;
	bottom: 0;
	right: 0;
	height: 119px;
	z-index: 1400;
}

.ref-reg-info {
	text-align: center;
    color: #ffe000;
}

.animation-pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.8;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.8;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.8;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.8;
    }
}

#news b { font-weight: bold; }
#news a { color: #0000ff; }
#news a:link { text-decoration: underline; color: #0000ff; }
#news a:hover { text-decoration: none; color: #0080ff; }

.pages {
    text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.l-title .before {
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 10%;
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 100%);
}

.l-title .after {
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 10%;
    background: linear-gradient(to left, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 100%);
}

.l-title span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

#news .pages a {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    margin: 0 5px;
    font-weight: bold;
    cursor: pointer;
    width: 30px;
    background-color: #ffffffcc;
    border-radius: 3px;
}

#news .pages a.active {
    color: #00b7a6;
	cursor: default;
}

#news .pages a.active:hover {
    color: #00b7a6;
}

#news .pages a:hover {
    color: #838383;
}

#news .pages  .not-active {
    color: #cbcbcb;
	cursor: default;
}

#news .pages  .not-active:hover {
    color: #cbcbcb;
}

@media (max-width: 750px) {
	.l-title .before {
		display: none;
	}
	.l-title .after {
		display: none;
	}
}

@media (max-width: 500px) {
	.header .btn-social.vk {
		display: none;
	}
	.header .btn-social.facebook {
		display: none;
	}
	.header .btn-social.discord {
		display: none;
	}
	.header .btn-social.youtube {
		display: none;
	}
}

.g-header_profile_data_item{padding-right: 18px;margin-top:-3px;display:inline-block;position:relative}
.g-header_profile_data_item:first-child:before,.g-header_menu_item:first-child:before{display:none}
.g-header_profile_data_item>a{display:block}
.g-header_profile_data_item:hover .g-header_sub_menu,.g-header_menu_item:hover .g-header_sub_menu{display:block}
.g-header_profile_data_item .g-header_sub_menu{left:auto;right:0}

.icon{background-image:url(/images/main/xicons.png?1);background-repeat:no-repeat;display:inline-block;vertical-align:middle}

.g-header .g-header_sub_menu{top:48px}
.g-header.fixed .g-header_sub_menu{top:47px}
.g-header_sub_menu.game-list{width:430px}
.g-header_sub_menu{padding:10px 5px;position:absolute;display:none;margin-right:-10px;background-color:rgba(0,0,0,0.5);z-index:2;border-radius:0 0 3px 3px}
.g-header_sub_menu a{width:200px;margin:0 5px;padding:10px 15px 10px 5px;display:block;float:left;line-height:100%;border-top:1px solid #959595;position:relative;box-sizing:border-box}
.g-header_sub_menu a:before{content:'';background-color:rgba(255,255,255,0.1);position:absolute;left:0;right:0;top:-1px;bottom:-1px;z-index:-1;display:block;opacity:0}
.loaded .g-header_sub_menu a,.loaded .g-header_sub_menu a:before{-webkit-transition:.2s linear;-moz-transition:.2s linear;-o-transition:.2s linear;transition:.2s linear}
.g-header_sub_menu a:nth-child(1),
.g-header_sub_menu a:nth-child(2) {border-top:0}
.g-header_sub_menu.lang-list a:nth-child(2) {border-top:1px solid #959595}
.g-header_sub_menu a:hover:before{opacity:1}
.g-header_sub_menu a img,.g-header_sub_menu a .icon{float:left}
.g-header_sub_menu a img{width:40px}
.g-header_sub_menu a span{display:block}
.g-header_sub_menu a span:hover{color:#ffac38;}
.g-header_sub_menu a small{font-size:10px;color:#000000;display:block}

.has_submenu>a:after, .has_submenu>.icon:after {
    content: '';
    width: 10px;
    height: 7px;
    background-image: url(/images/main/xicons.png?1);
    display: block;
    position: absolute;
    top: 9px;
    right: 0px;
}

.icon_ru{width:24px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAMAAAA7+k+nAAAAaVBMVEUKBQYoCwuAfIFqCQlfCQkTEnYLHElbBgZkDQ2GhoXt7e329vY6IcY7IcsjKeg8Is0jKe0+Jc4yMuzYDAw1NfXjCwvLFhbjEhHmExHWHx/kGhxNTfbSNDRSUv/XQUDi4vn8/Pz///v///8OqYNXAAAADHRSTlMyV5KampqanJ6i6/L4SjAfAAAAaklEQVR42m3MNQJCUQxE0ZtkcKjZ/+rocc2j+5rTjphvGnP20OpI5SRI5hyBUdHrR+WlyPIqxIOSSAqO+OLMJLKkTaNsC5QHjLmzeKNp1AgEfB2cTpKAAhyiSxLwTERA9En6Tz+ChWFU2h9GvB891OlM6AAAAABJRU5ErkJggg==)}
.icon_en{width:24px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAABHNCSVQICAgIfAhkiAAAAAFzUkdCAK7OHOkAAAAEZ0FNQQAAsY8L/GEFAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAVFJREFUOE9j1Ava9J+BBHBonh2URRxgAhHcnCwMwvxsYAFpMU4GJiZGMAaxQQAkB1JDDgDrMtLkZ2BnY2bYc+IVg7+DJMO6vc/AkiD2tFX3GAw1BRh+/vrLcPjcW4YXAuZgOWIBOIhYmBkZWFmYGL7//MvAy83C8PnrH7AkjM3Jzszw+88/hj9//zOsWlcKliMWgH3gYCoKNmTLoecMWWFKDIs2PwJLxvnKMXQtuMXgYiEGthzkQ4kPJ8FyxAKwD5iAMQHyxa/f/xnYWJnArgUBkK9+/f4HFGMEu/4fUJjUSAb7wN5YlIGLg5lh25EXDIUxKgzzNjwESyYFyIN94GohzvDtx1+G/adfkxcHrCyMYM7vPxAf/PsHSbmglATyAbI8qXHAWNZ7kqR8UJWsDmURBxg/fPhAkgWkAsYbDOo0tQCck2kJaB5EtPfBEI8DBgYA5Vt5gePkQlsAAAAASUVORK5CYII=)}
.icon_fr{width:24px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAACmElEQVR42mKRso+f7BKSEvXj69f/TIwMcPDz918GCT4OhhQ3FQYtGQEAHXWBZDsVhAH4P+dKruHusgDKWQ2rYhGU4cvBKcOdm5x2OvLeTGZ4qfri6f9Kd3Alxa3LQHeAf/8t6POPEH/9gbLb4/ZyOp3K+59+9sH2cjw8+fZrLz7999//4HZAE8fT5z2efuoZHM7nhHtLPP005KWX4JfTOiAC3eOPYXs8P7n9pyf75sc/IUMP4HaAgahDzwIAcPfV9VIrjBr4l58Rf/2Jsu9W17t//4b3V6twh4hB1NckmSOWwma2BsDcYapJ7nFReASqu6GxYEjtliFRMjcAATOH+8IMDsz7zDBKfN94vdoYQAriJDbhZUs8FwQCEXdgCRCG041IcyhhrF1dFT0RBpKkD/VpYIWaAfD//4nU5kLc1mjhPgYwhusV/TBgaCNatIk0gQuDuSW+oTafG1IbUpu00dBj6HuIOaoZo7/+myey+MOQNmm536jBpn1K7QbRcm7IgjcoDX3DNQPIpp/IQCQgkbk1R+q5TTr/1qUWlHJHrSgBFBEUTjJDCmEopzEAZnPnEINIc19vukh01T0rEbk1ODOcaMWoQcetB2pEgFnSXJATTWx0d8BW04oxSGSNZd2mHg5WS1PxNA+aqkGXTx8xbh/BFK6SloEThsoybLEEkASG1HRGCogXBCrqZovNZvNotWAThmKCIgwwIZin/YjAdrfdPXE6HbBXQ913U8HjfgeLwCvPXvD45YTt/oDDoaCUm5+ndB30ckE8/yLUFB6AsgC5v3FHl9e73e6J0j316nvds2+8G2FR6halVGw3BYGCc7fFO288iWcvHUh9FYDdDvH3X7Cvv4QPA2J5nUSMgG2t5b/d+PDxFAD02yinTb8d5gAAAABJRU5ErkJggg==)}
.icon_de{width:24px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAABx0lEQVR42nxNBQFDIRSkBgSg0ne8ABCAFBSY1HsVGDf353rHhBBVa03DMNA4jndHP88zGWPIOUfeewohwFFjhh1uvv4Ck3NemZTyWEppMcaWUvrwnPM///oDLGACm3WWXWdr0zSdWp2Pa61hII7idyTZHzl0QKYDQiXErggN0A0tsKKElxyl+SOtMDk8zzk/z8p3tKvWbO1QJMZlYdofrR06d9I0Eed5d71EeObO+3rgTTPPu2nNl+6E3p1r48iN6uZOWut6dVEiDO4cDQMn1Vk1jOO5tc5UzaUQ2ufkdGA8GxmHianuPZyetgNOWE1kTRTNULfVbZyDZtR6zOTgpPLUWV+3eCb0ASIEYzPi92NsxwU5C+uc8kEk70W5sSBluoPhafuP8XcjtgfKCqFz/IKTShG+Lsgzboa8CtsD4Scv1jb+lcC9WpziwrNIksBnVDIt3gBAAmsMSMgCYJu8Y8ogR8pVwV2U4uQsYnQkkWKMF/vDJbysdH3g0EVCOkC4QGNWtx2QRSBgZkgOZMwXVHkZKPkU1pWigkVIfUdKw0V7eLt/9eDWxUfuKAYI0TBLQACrsI3tCBo5ajzjLlxCghTNPn0ePn4B1Gm4Sm8RuOsAAAAASUVORK5CYII=)}

.wow {
    visibility: hidden;
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.g-header_lang {
	width: 57px;
}