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; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

::-webkit-scrollbar { width: 5px; }

::-webkit-scrollbar-track { box-shadow: inset 0 0 5px #3a5365; border-radius: 10px; }

::-webkit-scrollbar-thumb { background: #00ffe4; border-radius: 10px; }

::-webkit-scrollbar-thumb:hover { background: #00ffe4; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html, body { position: relative; overflow-x: hidden; }

body { width: 100%; background: url(../images/home-top-bg.jpg) center top no-repeat; background-color: #011724; font-family: 'Open Sans', sans-serif; font-size: 14px; color: #fff; min-height: 100vh; }

a { transition: all 0.3s ease; color: #3a5365; text-decoration: none; }

a:hover { text-decoration: none; }

p { margin-bottom: 20px; }

h1, h2, h3 { color: #7fc1f8; margin-bottom: 20px; line-height: 1.2; }

h1 { font-size: 30px; }

h2 { font-size: 24px; }

h3 { font-size: 18px; }

table { width: 100%; }
table td { border-collapse: collapse; padding: 20px 30px; border-top: 1px solid #12212a; vertical-align: middle; }
table th { border-collapse: collapse; padding: 20px 30px; text-align: left; color: #00ffe4; font-weight: bold; }
table thead tr { background-color: #0f1f2a; border-top: 2px solid #1c2c37; }

img { max-width: 100%; }

caption { margin-bottom: 15px; }

sup { top: -5px; color: #ff0000; font-weight: normal; position: relative; font-size: 12px; }

select { background: #0f1f2a; width: 100%; max-width: 290px; border: none; color: #fff; padding: 0px 40px 0px 20px; height: 45px; font-size: 14px; position: relative; -webkit-appearance: none; background-image: url(../images/arrow-v.png); background-position: right 10px center; background-repeat: no-repeat; -moz-appearance: none; text-indent: 0.01px; text-overflow: ''; -ms-appearance: none; appearance: none !important; cursor: pointer; }

.select { 
width: 100%; 
max-width: 290px; 
height: 45px; 
padding: 0px 40px 0px 20px; 
color: #fff; 
font-size: 14px; 
display: flex; 
align-items: center; 
outline: none; 
position: relative; 
cursor: pointer;
 user-select: none;
 background: url(../images/arrow-v.png) right 20px center no-repeat; 
 background-color: #0f1f2a; 
 }

.select:focus .select_dropdown { display: block; }

.select_dropdown { position: absolute; top: 100%; left: 0; right: 0; list-style-type: none; background-color: #0f1f2a; display: none; z-index: 10; transition: 0.3s; }

.select_option { height: 45px; padding: 0px 20px; display: flex; align-items: center; border-top: 1px solid #030d13; color: #fff; }

.select_option:hover { background-color: #030d13; }

input, textarea { 
background: #05151f; 
border: none; 
border-bottom: 2px solid #16252f; 
color: #fff; 
padding: 10px 0px; 
position: relative; 
font-size: 14px; 
font-family: 'Open Sans', sans-serif; 
width: 100%; 
}

button, .button { 
transition: all 0.3s ease; 
cursor: pointer; 
background: url(../images/button.png) no-repeat; 
height: 40px; 
width: 133px; 
border: none; 
color: #fff !important; 
position: relative; 
z-index: 1; 
text-align: center; 
text-transform: uppercase; 
font-family: 'Open Sans', sans-serif; 
font-size: 14px; 
}

button:hover, .button:hover { filter: brightness(140%); }

.button { display: inline-block; text-decoration: none; line-height: 40px; }

.button-big {
	width: 236px; 
	height: 60px; 
	line-height: 60px; 
	color: #f0e7aa; 
	font-size: 18px; 
	background: url(../images/button-big.png) no-repeat; 
	transition: 0.3s; 
	filter: brightness(100%) drop-shadow(0px 10px 10px rgba(0, 255, 228, 0.25)); 
	}
	
.button-big:hover { filter: brightness(140%) drop-shadow(0px 10px 10px rgba(0, 255, 228, 0.25)); }

.button-middle { width: 160px; height: 40px; line-height: 40px; font-size: 14px; color: #fff; background: url(../images/button-middle.png) no-repeat; transition: 0.3s; }
.button-middle:hover { filter: brightness(140%) drop-shadow(0px 5px 5px rgba(0, 255, 228, 0.25)); }

:focus { outline: none; }

::-webkit-input-placeholder { color: #979388; }

::-moz-placeholder { color: #979388; }

:-moz-placeholder { color: #979388; }

:-ms-input-placeholder { color: #979388; }

.container { width: 1200px; margin: 0 auto; position: relative; z-index: 11; }

.flex { display: flex; flex-wrap: wrap; }

.flex-c { display: flex; align-items: center; flex-wrap: wrap; }

.flex-s { display: flex; justify-content: space-between; flex-wrap: wrap; }

.flex-s-c { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }

.flex-c-c { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }

.bright:hover { filter: brightness(120%); }

.radial-stat { display: flex; justify-content: center; 
text-align: center; background: url(../images/servers.png) no-repeat; 
width: 282px; 
height: 201px; 
padding-top: 2px;
padding-left: 11px; 
position: absolute; 
top: 0px;
 left: 50%; margin-left: -133px; z-index: 101;
 }

.circle-online { width: 125px; height: 125px; text-align: center; position: relative; display: inline-block; }

.serverInfo { position: absolute; width: 90px; height: 90px; left: 18px; padding-top: 40px; }

.serverInfo span { display: block; width: 100%; text-align: center; position: relative; }

.serverInfo__name { font-size: 14px; color: #fff; margin-bottom: 7px; }

.serverInfo__x { color: #00ffe4; font-size: 22px; font-weight: bold; font-style: italic; }

.header { height: 90px; border-bottom: 1px solid rgba(92, 97, 108, 0.35); position: relative; z-index: 10; }

.header-wrapper { position: relative; width: 1900px; margin: 0 auto; }

.header-wrapper-menu { display: flex; align-items: center; justify-content: space-between; }

.header-wrapper_left, .header-wrapper_right { width: 45%; }

.header-wrapper_left { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; }

.header-wrapper_right { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }

.header-menu { display: flex; align-items: center; }
.header-menu li { position: relative; padding: 0px 15px; }
.header-menu li a { display: flex; align-items: center; position: relative; height: 90px; color: #ffffff; font-size: 16px; text-transform: uppercase; padding: 0px 10px; }
.header-menu li a i { margin-right: 10px; transition: 0.3s; }
.header-menu li a:before { content: ""; position: absolute; background: url(../images/menu-hover.png) no-repeat; width: 143px; height: 89px; left: 50%; margin-left: -72px; bottom: -9px; opacity: 0; transition: 0.3s; }
.header-menu li a:hover { color: #00ffe4; }
.header-menu li a:hover i { filter: drop-shadow(0px 0px 10px rgba(0, 255, 258, 0.5)); }
.header-menu li a:hover:before { opacity: 1; }

.header-icon { display: block; position: relative; background-image: url(../images/menu-icons-sprite.png); background-repeat: no-repeat; height: 62px; }

.header-icon-home { width: 43px; background-position: left -3px top; }

.header-wrapper_right { display: flex; align-items: center; }

.lang-icon { display: inline-block; width: 16px; height: 16px; background-image: url(../images/lang-icons-sprite.png?v=2); background-repeat: no-repeat; }

.lang-icon-eng { background-position: 0px -36px; }

.lang-icon-de { background-position: 0px 0px; }

.lang-icon-tk { background-position: 0px -72px; }

.lang-icon-rom { background-position: 0px -108px; }

.lang-icon-pl { background-position: 0px -143px; }

.lang-icon-hg { background-position: 0px -179px; }

.langBlock { position: relative; }

.langBlock-active { position: relative; display: flex; align-items: center; color: #00ffe4; transition: 0.3s; cursor: pointer; height: 90px; width: 100px; padding-left: 15px; }
.langBlock-active.active { background: #021f38; }
.langBlock-active i { margin-right: 10px; }
.langBlock-active:hover { background: #021f38; }

.langBlock-active:before { content: ""; position: absolute; right: 10px; top: 43px; border: 7px solid transparent; border-top: 7px solid #00ffe4; }

.langBlock-select { position: absolute; top: 100%; left: 0px; padding: 10px 0px; background-color: #021f38; width: 240px; display: none; }
.langBlock-select ul li a { display: flex; align-items: center; padding: 9px 17px; color: #fff; }
.langBlock-select ul li a i { margin-right: 8px; }
.langBlock-select ul li a:hover { background-color: #050505; color: #00ffe4; }

.panel-active { position: relative; padding: 0px 34px 0px 12px; cursor: pointer; transition: 0.3s; height: 90px; }
.panel-active:hover { background-color: #021f38; }
.panel-active.active { background-color: #021f38; }
.panel-active img { margin-right: 12px; width: 60px; height: 60px; }
.panel-active:before { content: ""; position: absolute; right: 7px; top: 42px; border: 7px solid transparent; border-top: 7px solid #00ffe4; }

.panel-dropdown { position: absolute; right: 0px; top: 100%; background-color: #021f38; padding: 40px 20px 20px 20px; display: none; }

.panel-dropdown_title { font-weight: bold; margin-bottom: 40px; text-align: center; }

.panel-dropdown_my-block { display: flex; justify-content: space-between; color: #00ffe4; font-weight: bold; margin-bottom: 20px; }

.color-green { color: #b0d90e !important; }

.panel-dropdown_list { margin-bottom: 5px; }
.panel-dropdown_list li { margin-bottom: 20px; }
.panel-dropdown_list li a { color: #fff; }
.panel-dropdown_list li a:hover { color: #00ffe4 !important; }

.panel-dropdown_button { text-align: center; }

.header-wrapper_right-flex { display: flex; align-items: center; flex-wrap: wrap; position: absolute; right: 10px; top: 0px; }

.lkBlock { margin-left: 15px; }

.logo { padding-top: 168px; text-align: center; margin-bottom: 155px; }

.row { margin-left: -40px; margin-right: -40px; display: flex; flex-wrap: wrap; }

.col { width: 50%; padding: 40px; }

.top-button { position: relative; 
display: flex; 
justify-content: center; 
align-items: center;
 flex-wrap: wrap; 
 align-content: center; 
 width: 100%; 
 height: 140px; 
 border: 1px solid rgba(54, 177, 207, 0.2); 
 text-transform: uppercase; 
 font-style: italic; 
 color: #fff; 
 background-color: rgba(0, 0, 0, 0.1); 
 }
 
.top-button:hover { border: 1px solid #484748; box-shadow: 0px 0px 15px 0px rgb(0 255 228 / 50%); background-color: rgba(0, 0, 0, 0.3); }
.top-button span { font-size: 36px; color: #00ffe4; margin: 0px 30px; }

.top-button:before { content: ""; position: absolute; width: 203px; height: 108px; left: 50%; margin-left: -82px; top: -73px; }

.top-reg:before { background: url(../images/top-icon-reg.png) no-repeat; }

.top-download:before { background: url(../images/top-icon-download.png) no-repeat; }

.topButtons { margin-bottom: 20px; }

.home-block { 
border: 5px solid #000; 
border-image: url(../images/block-border.png) 5 round round; 
background-color: #05151f; 
position: relative; 
}

.home-block:before { 
content: ""; 
position: absolute; 
background: url(../images/skull.png) no-repeat; 
width: 155px; 
height: 36px; 
left: 50%; 
margin-left: -77px; 
top: -23px;
bottom: calc(100% - 7px); 
}

.home-block:after {
content: ""; 
position: absolute; 
background: url(../images/corner-right-bottom.png) no-repeat; 
width: 91px; 
height: 82px; 
right: -23px; 
bottom: -14px; 
}

.corner-top-left { width: 119px; height: 116px; position: absolute; left: -51px; top: -48px; z-index: 10; }

.corner-top-left-yellow { background: url(../images/corner-left-top-yellow.png) no-repeat; }

.corner-top-left-purple { background: url(../images/corner-left-top-purple.png) no-repeat; }

.corner-top-left-green {background: url(../images/corner-left-top-green.png) no-repeat; }

.corner-top-left-blue { background: url(../images/corner-left-top-blue.png) no-repeat; }

.corner-top-left-red { background: url(../images/corner-left-top-red.png) no-repeat; }

.home-block-title { 
color: #00ffe4; 
font-size: 18px; 
text-transform: uppercase; 
background: linear-gradient(to right, rgba(21, 37, 48, 0), #152530, rgba(21, 37, 48, 0)); 
padding: 12px 35px; 
text-align: center;
 max-width: 700px; 
 margin: 0 auto; 
 margin-bottom: 10px; 
 }
 
.home-block-title a { color: #00d8ff; text-decoration: underline; font-size: 14px; text-transform: lowercase; }
.home-block-title a:hover { text-decoration: none; color: #fff; }

.last-news-list { padding-top: 10px; }

.topNews { padding: 20px 0px; height: 310px; }

.topSlider { height: 310px; }

.last-news-list li { padding: 15px 25px 15px 90px; position: relative; transition: 0.3s; }
.last-news-list li .last-news-list_link { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; color: #fff; margin-bottom: 10px; }

.last-news-list li:after {
content: ""; 
position: absolute; 
background: url(../images/news-hover-effect.png) no-repeat; 
width: 55px; 
height: 65px; 
left: 0px; 
top: 50%; 
margin-top: -33px; 
transition: 0.3s; 
opacity: 0; 
}

.last-news-list li:before {
content: ""; 
position: absolute; 
background: url(../images/icon-news.png) no-repeat; 
width: 45px; 
height: 51px; 
left: 35px; 
top: 50%; 
margin-top: -29px;
z-index: 2; 
 }

.last-news-list_button { position: absolute; right: 25px; top: 50%; margin-top: -20px; opacity: 0; transition: 0.6; }

.last-news-list_date { color: #3a5365; font-size: 12px; }
.last-news-list_date span { color: #00d8ff; font-size: 14px; }

.last-news-list li:hover { background: linear-gradient(to right, #030303, rgba(3, 3, 3, 0.1)); padding: 15px 160px 15px 90px; }
.last-news-list li:hover .last-news-list_link { color: #00ffe4; text-decoration: underline; }
.last-news-list li:hover:after { opacity: 1; }
.last-news-list li:hover .last-news-list_button { opacity: 1; }

.top-slider .slick-arrow { width: 6px; height: 10px; font-size: 0px; position: absolute; bottom: 15px; opacity: 0.6; }
.top-slider .slick-arrow:hover { opacity: 1; }
.top-slider .slick-next { background: url(../images/slick-next.png) no-repeat; right: 50%; margin-right: -70px; }
.top-slider .slick-prev { background: url(../images/slick-prev.png) no-repeat; left: 50%; margin-left: -65px; }
.top-slider .slick-dots { display: flex; align-items: center; justify-content: center; background: url(../images/banner-dots-bg.png) center no-repeat; width: 150px; height: 36px; position: absolute; left: 50%; margin-left: -75px; bottom: 0px; }
.top-slider .slick-dots li button, .top-slider .slick-dots li .button { background: none; width: auto; height: auto; color: #00ffe4 !important; }
.top-slider .slick-dots .slick-active button, .top-slider .slick-dots .slick-active .button { filter: brightness(200%); }

.top-slide img { width: 100%; object-fit: contain; height: 300px; }

.topBlocksNews { margin-bottom: 140px; }

.home-block-top { height: 566px; padding: 25px 0px; }

.table-top-scroll { overflow-x: auto; }

.top-table { min-width: 440px; }

.top-table li { display: flex; align-items: center; height: 65px; padding: 0px 30px; transition: 0.3s; position: relative; }
.top-table li:after { content: ""; position: absolute; background: url(../images/news-hover-effect.png) no-repeat; width: 55px; height: 65px; left: 0px; top: 50%; margin-top: -33px; transition: 0.3s; opacity: 0; }
.top-table li:hover { background: linear-gradient(to right, #030303, rgba(3, 3, 3, 0.1)); color: #00ffe4; }
.top-table li:hover a { color: #00ffe4; }
.top-table li:hover:after { opacity: 1; }

.table-th { background-color: #030f16; text-transform: uppercase; color: #00d8ff; font-weight: bold; }

.td-1 { width: 9%; }

.td-2 { width: 28%; padding-right: 10px; }
.td-2 a { color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }

.td-3 { width: 22%; }

.td-4 { width: 18%; }

.td-5 { width: 23%; }

.ava-bg { background: url(../images/ava-bg.png) no-repeat; width: 40px; height: 40px; display: block; }

.more { text-align: center; margin-top: 30px; }

.homeTop { margin-bottom: 180px; }

.socBlock { position: relative; height: 101px; width: calc(33.3% - 5px); display: flex; align-items: center; padding: 0px 20px; }
.socBlock:hover { filter: brightness(140%); padding: 0px 10px; }

.socBlock-facebook { background: url(../images/facebook-bg.jpg) bottom center no-repeat; background-size: cover; }

.socBlock-facebook .socBlock-text p { color: #3b5998; }

.socBlock-twitch { background: url(../images/twitch-bg.jpg) bottom center no-repeat; background-size: cover; }

.socBlock-twitch .socBlock-text p { color: #8c44f7; }

.socBlock-discord { background: url(../images/discord-bg.jpg) bottom center no-repeat; background-size: cover; }

.socBlock-discord .socBlock-text p { color: #5662f6; }

.socBlock-youtube { background: url(../images/youtube-bg.jpg) bottom center no-repeat; background-size: cover; }

.socBlock-youtube .socBlock-text p { color: #c4302b; }

.socBlock-tiktok { background: url(../images/discord-bg.jpg) bottom center no-repeat; background-size: cover; }

.socBlock-tiktok .socBlock-text p { color: #fff; }

.soc-icon { width: 45px; height: 45px; display: inline-block; }

.soc-icon-facebook { background: url(../images/facebook-icon.png) no-repeat; }

.soc-icon-twitch { background: url(../images/twitch-icon.png) no-repeat; }

.soc-icon-discord { background: url(../images/discord-icon.png) no-repeat; }

.soc-icon-youtube { background: url(../images/youtube-icon.png) no-repeat; }

/*.soc-icon-tiktok { background: url(../images/youtube-icon.png) no-repeat; }*/

.socBlock-text { margin-left: 8px; }
.socBlock-text p { font-size: 18px; margin-bottom: 8px; color: #fff; }
.socBlock-text span { color: #3a5365; font-size: 13px; }

.events-table li { display: flex; align-items: center; justify-content: space-between; padding: 9px 40px; }

.event-name p { font-weight: bold; color: #00d8ff; font-size: 18px; margin-bottom: 5px; }
.event-name span { font-weight: bold; }

.event-time { text-align: right; color: #3a5365; }
.event-time p { font-size: 16px; margin-bottom: 5px; }

.midBlock { margin-bottom: 50px;margin-top: -30px; }

.home-title { margin-bottom: 20px; }

.main { background: url(../images/home-bottom-bg.jpg) center bottom no-repeat; position: relative; z-index: 9; }

.about { padding: 20px 35px; margin-bottom: 90px; }

.about-img { margin-bottom: 35px; }

.about-text { line-height: 2; margin-bottom: 45px; }

.about-button { text-align: center; }

.to-top { position: relative; margin-bottom: 50px; }
.to-top:after { content: ""; position: absolute; width: 100%; height: 1px; background: rgba(121, 120, 120, 0.3); left: 0px; top: 57%; }

.toTop { 
position: relative; 
z-index: 3; 
background: url(../images/to-top.png) no-repeat; 
width: 185px; 
height: 64px; 
display: block; 
margin: 0 auto;
 cursor: pointer; 
 transition: 0.3s; 
 }
 
.toTop:hover { filter: brightness(120%); }

.footer{
	background-color: #02121b;
}

.footerMenu { padding-left: 100px; padding-bottom: 20px; }

.footerMenu-block { width: 16.6%; }

.f-menu li { padding: 12px 0px; position: relative; }
.f-menu li a { font-size: 12px; color: #fff; text-transform: uppercase; position: relative; }
.f-menu li a:hover { color: #00d8ff; }
.f-menu li:first-child a { color: #00d8ff; font-size: 14px; }
.f-menu li:first-child a:hover { color: #fff; }
.f-menu li:first-child a:before { content: ""; position: absolute; background: url(../images/icon-news.png) no-repeat; background-size: 36px 35px; width: 26px; height: 25px; left: -35px; top: -5px; }

.footerBottom-block-20 { width: 25%; }

.footerBottom-block-60 { width: 50%; }

.footerBottom-block-20 { width: 25%; }

.f-info { text-align: center; font-size: 13px; }
.f-info p { color: #00ffe4; margin-bottom: 10px; }
.f-info span { color: #3a5365; line-height: 1.3; }

.f-logo { text-align: center; }

.templ-icon { 
display: block; 
background: url(../images/gamextemplate.png) no-repeat; 
width: 54px; 
height: 49px;
 margin-right: 3px;
 }
 
.templ { width: 100%; }
.templ span { color: #3a5365; font-size: 12px; line-height: 1.3; text-align: left; }
.templ span a { color: #00ffe4; }
.templ span a:hover { color: #fff; }

.footerBottom { padding: 30px 0px; }

.burger-menu { display: none; }

.pageContent { padding: 20px 35px; min-height: 1200px; margin-top: 50px; margin-bottom: 100px; }

.page-body { 
background: url(../images/page-top-bg.jpg) center top no-repeat; 
background-color: #011724; 
}

.page-body .main { background: url(../images/page-bottom-bg.jpg) center bottom no-repeat; }

.page-block-title { margin-bottom: 30px; }

/****************************************** Account Panel ******************************************/
.home-block-subtitle { margin-bottom: 30px; text-align: center; }

.account-setting { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 50px; padding: 0px 15px; }

.account-setting_block { width: calc(50% - 2px); height: 60px; display: flex; align-items: center; padding: 0px 25px; }
.account-setting_block:nth-child(1) { background-color: #0f1f2a; }
.account-setting_block:nth-child(2) { background-color: #0f1f2a; }
.account-setting_block:nth-child(1) { background-color: #0f1f2a; }
.account-setting_block:nth-child(5) { background-color: #0f1f2a; }
.account-setting_block:nth-child(6) { background-color: #0f1f2a; }
.account-setting_block:nth-child(9) { background-color: #0f1f2a; }
.account-setting_block:nth-child(10) { background-color: #0f1f2a; }

.account-icon { display: inline-block; width: 21px; height: 21px; background-image: url(../images/account-setting-icons.png); background-repeat: no-repeat; margin-right: 35px; flex-shrink: 0; }

.account-icon-user { background-position: left top; }

.account-icon-member { background-position: left top -286px; }

.account-icon-email { background-position: left top -60px; }

.account-icon-last-login { background-position: left top -346px; }

.account-icon-rank { background-position: left top -119px; height: 18px; }

.account-icon-ip { background-position: left top -407px; }

.account-icon-server { background-position: left top -180px; height: 19px; }

.account-icon-current-ip { background-position: left top -467px; }

.account-icon-current-vip { background-position: left top -240px; }

.account-icon-current-vip-exp { background-position: left top -529px; }

.account-setting_f { display: block; width: 50%; }

.charOptions-title { text-align: center; color: #ffffff; font-size: 20px; font-weight: bold; margin-bottom: 36px; }

.charOptions-col { padding: 12px; }

.charOptions-block {
	display: flex; 
	align-items: center; 
	justify-content: center; 
	align-content: center; 
	flex-wrap: wrap; 
	width: 374px; 
	height: 125px; 
	background: url(../images/option-bg.jpg) center no-repeat; 
	background-size: cover; 
	color: #00ffe4; 
	font-style: italic; 
	position: relative; 
	}
	
.charOptions-block:hover { filter: brightness(120%); }
.charOptions-block p { width: 100%; text-align: center; font-weight: bold; font-size: 32px; margin-bottom: 10px; }

/****************************************** Top Players ******************************************/
.breadcrumbs { position: relative; margin-left: -15px; margin-bottom: 30px; }
.breadcrumbs ul { display: flex; align-items: center; }
.breadcrumbs ul li { position: relative; padding: 15px; }
.breadcrumbs ul li:after { content: ""; position: absolute; right: -8px; top: 50%; margin-top: -4px; border: 5px solid transparent; border-left: 5px solid #00ffe4; }
.breadcrumbs ul li:last-child:after { display: none; }
.breadcrumbs ul li a { color: #fff; }
.breadcrumbs ul li a:hover { color: #00ffe4; }

.selectTop { display: flex; justify-content: flex-end; margin-bottom: 40px; }

.topThree { margin-bottom: 70px; }

.topThree-block { width: 100%; max-width: 360px; height: 120px; display: flex; }

.topThree-block_place { width: 78px; }

.first-place { background: url(../images/first-place-img.jpg) center bottom no-repeat; background-color: #0f1f2a; }

.second-place { background: url(../images/second-place-img.jpg) center bottom no-repeat; background-color: #0f1f2a; }

.third-place { background: url(../images/third-place-img.jpg) center bottom no-repeat; background-color: #0f1f2a; }

.topThree-block_class { background-color: #030d13; overflow: hidden; position: relative; width: 134px; }
.topThree-block_class .slider-nav-slide-block { width: 165px; background: url(../images/hero-small-hover-bg.png) center no-repeat; transform: scale(0.8); margin-top: -15px; }
.topThree-block_class .slider-nav-slide-block:after { opacity: 1; }

.topThree-block_text { background-color: #0f1f2a; padding: 20px 18px; position: relative; }

.topThree-block_text-t p { color: #00ffe4; font-weight: bold; margin-bottom: 10px; }

.topThree-block_text-b { position: absolute; left: 18px; bottom: 20px; }

.online { color: #b0d90e; }

.offline { color: #e91414; }

.table-top-rank { min-width: 800px; }
.table-top-rank td { padding: 10px 30px; }
.table-top-rank td img { filter: drop-shadow(0px 10px 10px rgba(0, 255, 228, 0.3)); }

.table-top-rank tbody tr { position: relative; left: 0px; transition: 0.3s; }
.table-top-rank tbody tr td { height: 65px; }
.table-top-rank tbody tr:after { content: ""; background: url(../images/news-hover-effect.png) no-repeat; width: 55px; height: 65px; position: absolute; left: 10px; top: 50%; margin-top: -32.5px; opacity: 0; transition: 0.3s; }
.table-top-rank tbody tr:hover { background: linear-gradient(to right, #060501, rgba(6, 5, 1, 0)); left: -10px; }
.table-top-rank tbody tr:hover:after { opacity: 1; }

.table-top-rank-s { margin-bottom: 30px; }

.pagination { margin-bottom: 20px; }
.pagination li { padding: 6px; }

.number { display: flex; align-items: center; justify-content: center; background: url(../images/squad-bg.png) no-repeat; width: 54px; height: 54px; color: #00ffe4; }
.number.active { filter: drop-shadow(0px 10px 10px rgba(0, 255, 228, 0.2)); }
.number:hover { filter: drop-shadow(0px 10px 10px rgba(0, 255, 228, 0.2)); }

.nav-prev { background: url(../images/slick-prev-hero.png) no-repeat; margin-right: 30px; }

.nav-next { background: url(../images/slick-next-hero.png) no-repeat; margin-left: 30px; }

.nav { opacity: 0.5; }
.nav:hover { opacity: 1; filter: drop-shadow(0px 10px 10px rgba(0, 255, 228, 0.2)); }

/****************************************** Download ******************************************/
.d-block { margin-bottom: 50px; }

.dTop-left { 
width: 60%; 
background-color: #16252f; 
border-right: 1px solid #1d2c37; 
height: 270px; 
}

.dTop-left > div { height: 100%; }

.dTop-right { width: 40%; height: 270px; background-color: #0c1c27; }
.dTop-right > div { height: 100%; }

.dTop-cat { width: 100%; padding: 3px; }

.dTop-cat_title { font-size: 15px; text-align: center; margin-bottom: 10px; }

.dTop-cat_block { width: calc(25% - 6px); display: block; margin: 3px; background-color: #100f0f; height: 140px; position: relative; }
.dTop-cat_block:before { content: ""; position: absolute; width: 128px; height: 89px; left: 50%; margin-left: -64px; bottom: -10px; z-index: 2; transition: 0.3s; opacity: 0; }
.dTop-cat_block:hover:before { opacity: 1; }

.dTop-cat_block-blue:before { background: url(../images/hover-blue.png) no-repeat; }

.dTop-cat_block-green:before { background: url(../images/hover-green.png) no-repeat; }

.dTop-cat_block-orange:before { background: url(../images/hover-orange.png) no-repeat; }

.dTop-cat_block-turquoise:before { background: url(../images/hover-turquoise.png) no-repeat; }

.dTop-cat_block-img { display: flex; align-items: center; justify-items: center; width: 115px; height: 115px; margin: 0 auto; }

.dTop-cat_block-title { text-align: center; position: relative; margin-top: -15px; z-index: 3; }

.dtop-update { text-align: center; }

.dtop-update_title { font-weight: bold; font-size: 15px; margin-bottom: 20px; text-transform: uppercase; }

.dtop-update_text { color: #d5e7e8; line-height: 30px; max-width: 330px; margin: 0 auto; margin-bottom: 30px; }

.d-title { font-weight: bold; font-size: 18px; background: linear-gradient(to right, black, rgba(0, 0, 0, 0)); width: 50%; position: relative; padding: 16px 30px 16px 50px; margin-bottom: 40px; }
.d-title:before { content: ""; position: absolute; background: url(../images/icon-news.png) no-repeat; background-size: 26px 25px; width: 26px; height: 25px; left: 12px; top: 50%; margin-top: -12.5px; }

.table-download { border-top: 1px solid #1c2c37; }
.table-download thead { font-weight: bold; }
.table-download thead td { background-color: #14242e; font-size: 15px; }
.table-download td { text-align: center; border: 1px solid #1c2c37; background-color: #0e1d27; }
.table-download td:first-child { width: 25%; }

.driverBlock { display: block; padding: 12px; }

.d-title-d { margin-bottom: 30px; }

.faq-block_title { 
color: #00d8ff; 
font-weight: bold; 
font-size: 15px; 
text-decoration: underline;
 margin-bottom: 30px; 
 position: relative; 
 padding-left: 50px; 
 }
 
.faq-block_title:before { 
content: ""; 
position: absolute; 
background: url(../images/icon-question.png) no-repeat; 
width: 36px;
 height: 36px; 
 left: 0px; 
 top: 50%; 
 margin-top: -18px; 
 }

.faq-block_text { line-height: 30px; }

.faq-block { margin-bottom: 50px; }
.faq-block:last-child { margin-bottom: 0px; }

/****************************************** Content ******************************************/
.content-page { line-height: 30px; }
.content-page a { color: #00d8ff; text-decoration: underline; }
.content-page a:hover { text-decoration: none; }
.content-page ul { padding-left: 30px; margin-bottom: 20px; }
.content-page ul li { padding: 5px 0px; color: #00d8ff; }
.content-page ol { padding-left: 30px; margin-bottom: 20px; }
.content-page ol li { padding: 5px 0px; color: #00d8ff; }

.full-news_title { 
color: #00d8ff;
 font-weight: bold; 
 font-size: 15px; 
 text-decoration: none; 
 margin-bottom: 45px; 
 line-height: 25px; 
 position: relative; 
 padding-left: 50px;
 }

.full-news_title:before { 
content: ""; 
position: absolute; 
background: url(../images/icon-news.png) no-repeat; 
width: 45px; 
height: 51px; 
left: 0px; 
top: 15%; 
margin-top: -18px; 
}

.date-page { 
margin-top: 50px; 
color: #3a5365; 
font-size: 12px;
 padding: 20px 20px 20px 40px; 
 background: linear-gradient(to right, #030d13, rgba(0, 0, 0, 0)); 
 width: 60%; 
 }
 
.date-page span { color: #00ffe4; font-size: 14px; margin-right: 2px; }

/****************************************** News ******************************************/
.pNewsBlock { margin-bottom: 40px; }

.pNewsBlock-img, .pNewsBlock-block { width: 50%; }

.pNewsBlock-img { position: relative; }
.pNewsBlock-img a { display: block; height: 100%; height: 100%; position: relative; }
.pNewsBlock-img a:before { content: ""; position: absolute; background: url(../images/news-big-hover.png) left no-repeat; background-size: cover; width: 100%; height: 100%; left: 0px; top: 0; transition: 0.3s; opacity: 0; }
.pNewsBlock-img a:hover:before { opacity: 1; }
.pNewsBlock-img img { display: block; width: 100%; height: 100%; object-fit: cover; }

.pNewsBlock-block { background: linear-gradient(to right, #041118, rgba(0, 0, 0, 0)); padding: 35px 0px 40px 35px; position: relative; }

.pNewsBlock-block-title { margin-bottom: 30px; }

.pNewsBlock-block_text { line-height: 25px; margin-bottom: 50px; }

.pNewsBlock-block_info { background: linear-gradient(to right, #030d13, rgba(0, 0, 0, 0)); position: absolute; left: 0px; bottom: 0px; padding: 12px 0px 12px 40px; width: 100%; }

.pNewsBlock-block_info-date { color: #3a5365; font-size: 12px; }
.pNewsBlock-block_info-date span { color: #00d8ff; font-size: 14px; margin-right: 5px; }

/****************************************** Registration ******************************************/
.page-reg { background: none; background-color: #010101; }

.main-reg { height: 1235px; background: url(../images/reg-bg.jpg) center bottom no-repeat; }
.main-reg .container { height: 100%; }
.main-reg .footerMenu { position: absolute; bottom: 0px; left: 0px; width: 100%; }

.reg-logo { text-align: center; margin-bottom: 285px; }
.reg-logo img { width: 400px; }

.pageReg { max-width: 700px; margin: 0 auto; }

.regBLock-dark { background-color: #041018; height: 570px; position: relative; width: 43%; transition: 0.3s; left: 0px; }

.regBLock-dark-center { position: relative; padding: 15px; }

.regBLock-grey { width: 57%; height: 570px; transition: 0.3s; position: relative; right: 0px; }

.regBLock-dark_title { color: #00ffe4; font-weight: bold; text-align: center; margin-bottom: 40px; text-transform: uppercase; font-size: 18px; line-height: 20px; }

.regBLock-dark_text { line-height: 25px; text-align: center; }

.regBLock-dark_button { position: absolute; bottom: 35px; left: 50%; margin-left: -80px; }

.not-active-n { display: none; }

.regBLock.active .regBLock-dark { width: 43%; left: 57%; }
.regBLock.active .regBLock-grey { width: 57%; right: 43%; }
.regBLock.active .active-n { display: none; }
.regBLock.active .not-active-n { display: block; }

.button-s { margin-left: -66px; }

.checkbox-block { display: block; position: relative; padding-left: 20px; margin-bottom: 12px; cursor: pointer; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.checkbox-block input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }

.checkmark { position: absolute; top: 1px; left: 0; height: 12px; width: 12px; background-color: #1a1919; border: 2px solid #393733; }

.checkmark:after { content: ""; position: absolute; display: none; }

.checkbox-block input:checked ~ .checkmark:after { display: block; }

.checkbox-block .checkmark:after { 
left: 2px;
 top: -3px; 
 width: 3px; 
 height: 7px;
 border: solid #00ffe4;
 border-width: 0 3px 3px 0; 
 -webkit-transform: rotate(45deg); 
 -ms-transform: rotate(45deg); 
 transform: rotate(45deg); 
 }

.reg-block { padding: 10px 0px; }

.regBlock-title {
	color: #00ffe4; 
	font-size: 18px; 
	text-transform: uppercase; 
	background: linear-gradient(to right, rgba(21, 37, 48, 0), #152530, rgba(21, 37, 48, 0));
	padding: 12px 35px; 
	text-align: center;
	max-width: 700px;
	margin: 0 auto; 
	margin-bottom: 20px; 
	}

.formGroup { margin-bottom: 20px; display: flex; align-items: center; padding: 0px 20px; }
.formGroup i { flex-shrink: 0; margin-right: 10px; }

.form-icon { 
display: inline-block; 
width: 88px; 
height: 76px; 
background-image: url(../images/reg-icons.png); 
background-repeat: no-repeat; 
}

.form-icon-mail { background-position: left top -76px; }

.form-icon-name { background-position: left top; }

.form-icon-password { background-position: left top -152px; }

.checkBlock { display: flex; justify-content: center; }
.checkBlock a { color: #00d8ff; }
.checkBlock a:hover { text-decoration: underline; }

.checkBlock { margin-bottom: 30px; padding-top: 10px; }

.form-links { text-align: center; font-size: 12px; }
.form-links p { margin-bottom: 10px; }
.form-links p:last-child { margin-bottom: 0px; }
.form-links a { color: #00d8ff; }
.form-links a:hover { text-decoration: underline; }

.registration .formGroup { margin-bottom: 0px; }


/*# sourceMappingURL=style.css.map */

.bg-video {
	position: relative;
}

.bg-video video {
	position: absolute;
	top: 0;
	left: 50%;
	width: 2560px;
	height: 930px;
	transform: translateX(-50%);
}

.bg-video-bottom {
	position: absolute;
	top: 700px;
	left: 50%;
	display: block;
	width: 2560px;
	height: 230px;
	background: url('../images/light-header-borrom-for-video-1.png');
	transform: translateX(-50%);
}

.page-body .bg-video-bottom {
	background: url('../images/light-header-borrom-for-video.png');
}
