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 grey; border-radius: 10px; }

::-webkit-scrollbar-thumb { background: #ffb400; border-radius: 10px; }

::-webkit-scrollbar-thumb:hover { background: #ffb400; }

* { -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(../img/home-top-bg.jpg) center top no-repeat;
    background-color: #070604;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    min-height: 100vh;
    cursor: url('../img/normal.cur'), auto;
}

a { transition: all 0.3s ease; color: #d8d0cc; text-decoration: none; cursor: url('../img/select.cur'), pointer;}

a:hover { text-decoration: none; }

p { margin-bottom: 20px; }

h1, h2 {color: #f7f7f7;margin-bottom: 20px;line-height: 1.2;}

h1 { font-size: 30px; }

h2 { font-size: 24px; }

h3 {
    color: #ffb400;
    font-size: 18px;
    text-transform: uppercase;
    background: linear-gradient(to right, rgba(48, 40, 23, 0), #302817, rgba(48, 40, 23, 0));
    padding: 12px 35px;
    text-align: center;
    /* max-width: 700px; */
    margin: 0 auto;
    margin-bottom: 10px;
}


table {
    
}
table td { border-collapse: collapse; padding: 7px 30px; border-top: 1px solid #262525; vertical-align: middle; }
table th { border-collapse: collapse; padding: 20px 30px; text-align: left; color: #ffb400; font-weight: bold; }
table thead tr { background-color: #26272b; border-top: 2px solid #313236; }

img {  }

caption { margin-bottom: 15px; }

sup { top: -5px; color: #ff0000; font-weight: normal; position: relative; font-size: 12px; }

select { background: #26272b; 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(../img/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(../img/arrow-v.png) right 20px center no-repeat; background-color: #26272b; }

.select:focus .select_dropdown { display: block; }

.select_dropdown { position: absolute; top: 100%; left: 0; right: 0; list-style-type: none; background-color: #26272b; display: none; z-index: 10; transition: 0.3s; }

.select_option { height: 45px; padding: 0px 20px; display: flex; align-items: center; border-top: 1px solid #1a1919; color: #f0e7aa; }

.select_option:hover { background-color: gray; }

input, textarea { background: #1a1919; border: none; border-bottom: 2px solid #252422; 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(../img/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: 16px; }
button:hover, .button:hover { filter: brightness(140%); }

button, .button_inpu { transition: all 0.3s ease; cursor: pointer; background: url(../img/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: 16px; }
button:hover, .button_inpu:hover { filter: brightness(140%); }

button, .button_login { transition: all 0.3s ease; cursor: pointer; background: url(../img/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: 16px; }
button:hover, .button_login:hover { filter: brightness(140%); }

.button { display: inline-block; text-decoration: none; line-height: 40px; }

.button_login { 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(../img/button-big.png) no-repeat; transition: 0.3s; filter: brightness(100%) drop-shadow(0px 10px 10px rgba(255, 180, 3, 0.25)); }
.button-big:hover { filter: brightness(140%) drop-shadow(0px 10px 10px rgba(255, 180, 3, 0.25)); }

.button-middle { width: 160px; height: 40px; line-height: 40px; font-size: 16px; color: #fff; background: url(../img/button-middle.png) no-repeat; transition: 0.3s; }
.button-middle:hover { filter: brightness(140%) drop-shadow(0px 5px 5px rgba(255, 180, 3, 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; }

.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(../img/servers.png) no-repeat; width: 266px; height: 205px; padding-top: 8px; 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: #bee61f; font-size: 22px; font-weight: bold; font-style: italic; }

.header { height: 90px; 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;  background: #00000033; }

.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(../img/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: #ffb400; }
.header-menu li a:hover i { filter: drop-shadow(0px 0px 10px rgba(255, 180, 0, 0.5)); }
.header-menu li a:hover:before { opacity: 1; }

.header-icon { display: block; position: relative; background-image: url(../img/menu-icons-sprite.png); background-repeat: no-repeat; height: 62px; }

.header-icon-home { width: 43px; background-position: left -3px top; }

.header-icon-reg { width: 45px; background-position: left -180px top; }

.header-icon-download { width: 45px; background-position: left -417px top; }

.header-icon-tp { width: 44px; background-position: left -640px top; }

.header-icon-tg { width: 44px; background-position: left -823px top; }

.header-icon-media { width: 45px; background-position: left -1017px top; }

.header-icon-as { width: 45px; background-position: left -1180px top; }

.header-wrapper_right { display: flex; align-items: center; }

.lang-icon { display: inline-block; width: 16px; height: 16px; background-image: url(../img/lang-icons-sprite.png); 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: #f0e7aa; transition: 0.3s; cursor: pointer; height: 90px; width: 100px; padding-left: 15px; }
.langBlock-active.active { background: #100f0f; }
.langBlock-active i { margin-right: 10px; }
.langBlock-active:hover { background: #100f0f; }

.langBlock-active:before { content: ""; position: absolute; right: 10px; top: 43px; border: 7px solid transparent; border-top: 7px solid #f0e7aa; }

.langBlock-select { position: absolute; top: 100%; left: 0px; padding: 10px 0px; background-color: #100f0f; 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: #f0e7aa; }

.panel-active { position: relative; padding: 0px 34px 0px 12px; cursor: pointer; transition: 0.3s; height: 90px; }
.panel-active:hover { background-color: #26272b; }
.panel-active.active { background-color: #26272b; }
.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 #f0e7aa; }

.panel-dropdown { position: absolute; right: 0px; top: 100%; background-color: #26272b; 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: #ffb400; 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: #ffb400 !important; }
.panel-dropdown_list img { width: 30px; vertical-align: middle; }

.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: 200px;
    text-align: center;
    margin-bottom: 500px;
    padding-right: 300px;
}

.logo img { width: 700px; }

.row { margin-left: -15px; margin-right: -15px; display: flex; flex-wrap: wrap; }

.row2 { margin-left: -40px; margin-right: -40px; display: flex; flex-wrap: wrap; }

.row3 { display: flex; flex-wrap: wrap; justify-content:center;  }

.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(255, 255, 255, 0.2); text-transform: uppercase; font-style: italic; color: #fff; background-color: rgb(0 0 0 / 47%); }
.top-button:hover { border: 1px solid #484748; box-shadow: 0px 0px 15px 0px rgba(255, 180, 0, 0.5); background-color: rgba(0, 0, 0, 0.3); }
.top-button span { font-size: 36px; color: #ffb400; margin: 0px 30px; }

.top-button:before { content: ""; position: absolute; width: 164px; height: 108px; left: 50%; margin-left: -82px; top: -75px; }

.top-reg:before { background: url(../img/top-icon-reg.png) no-repeat; }

.top-download:before { background: url(../img/top-icon-download.png) no-repeat; }

.topButtons { margin-bottom: 20px; }

.home-block { border: 5px solid #000; border-image: url(../img/block-border.png) 5 round round; background-color: #1a1919; position: relative; }
.home-block:before { content: ""; position: absolute; background: url(../img/skull.png) no-repeat; width: 106px; height: 33px; left: 50%; margin-left: -53px; bottom: calc(100% - 7px); }
.home-block:after { content: ""; position: absolute; background: url(../img/corner-right-bottom.png) no-repeat; width: 81px; height: 81px; right: -17px; bottom: -17px; }

.home-block-log { border: 5px solid #000; border-image: url(../img/block-border.png) 5 round round; background-color: #1a1919; position: relative; max-width: 700px; margin: 0 auto;  display: flex;  }
.home-block-log:before { content: ""; position: absolute; background: url(../img/skull.png) no-repeat; width: 106px; height: 33px; left: 50%; margin-left: -53px; bottom: calc(100% - 7px); }
.home-block-log:after { content: ""; position: absolute; background: url(../img/corner-right-bottom.png) no-repeat; width: 81px; height: 81px; right: -17px; bottom: -17px; }


.corner-top-left { width: 114px; height: 123px; position: absolute; left: -48px; top: -56px; z-index: 10; }

.corner-close { width: 24px; height: 24px; position: absolute; right: 1px; top: 2px; z-index: 10; }

.corner-top-left-yellow { background: url(../img/corner-left-top-yellow.png) no-repeat; }

.corner-top-left-purple { background: url(../img/corner-left-top-purple.png) no-repeat; }

.corner-top-left-blue { background: url(../img/corner-left-top-blue.png) no-repeat; }

.corner-top-left-darkblue { background: url(../img/corner-left-top-darkblue.png) no-repeat; }

.corner-top-left-red { background: url(../img/corner-left-top-red.png) no-repeat; }

.corner-close-img { cursor: pointer; background: url(../img/close.png) no-repeat; }

.corner-close-img:hover { cursor: pointer; }

.home-block-title { color: #ffb400; font-size: 18px; text-transform: uppercase; background: linear-gradient(to right, rgba(48, 40, 23, 0), #302817, rgba(48, 40, 23, 0)); padding: 12px 35px; text-align: center; max-width: 700px; margin: 0 auto; margin-bottom: 10px; }
.home-block-title a { color: #ffe696; text-decoration: underline; font-size: 14px; text-transform: lowercase; }
.home-block-title a:hover { text-decoration: none; color: #fff; }

.last-news-list {padding-top: 3px;}

.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(../img/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(../img/icon-news.png) no-repeat; width: 38px; height: 36px; left: 35px; top: 50%; margin-top: -18px; 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: #6a6a69; font-size: 12px; }
.last-news-list_date span { color: #ffe696; 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: #ffb400; 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: 28px; opacity: 0.6; }
.top-slider .slick-arrow:hover { opacity: 1; }
.top-slider .slick-next { background: url(../img/slick-next.png) no-repeat; right: 50%; margin-right: -70px; }
.top-slider .slick-prev { background: url(../img/slick-prev.png) no-repeat; left: 50%; margin-left: -65px; }
.top-slider .slick-dots { display: flex; align-items: center; justify-content: center; background: url(../img/banner-dots-bg.png) center no-repeat; width: 150px; height: 36px; position: absolute; left: 50%; margin-left: -75px; bottom: 15px; }
.top-slider .slick-dots li button, .top-slider .slick-dots li .button { background: none; width: auto; height: auto; color: #ffb400 !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: 650px; padding: 25px 0px; }

.home-block-top-rank { height: 566px; padding: 25px 0px; }

.inputcenter { text-align: center; }

.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(../img/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: #ffb400; }
.top-table li:hover a { color: #ffb400; }
.top-table li:hover:after { opacity: 1; }

.table-th { background-color: #121111; text-transform: uppercase; color: #6a6a69; font-weight: bold; }

.td-1 { width: 9%; 
        text-align: left;
}

.td-2 { width: 28%; padding-right: 10px; }
.td-2 a { color: #ffc230; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }

.td-3 { width: 20%; }

.td-4 { width: 20%; 
    text-align: center;
}

.td-5 { width: 25%;
        text-align: center;
}

.ava-bg { background: url(../img/ava-bg.png) no-repeat; width: 40px; height: 40px; display: block; }

.more { text-align: center; margin-top: 30px; }

.homeTop { margin-bottom: 180px; }

.mid-block { height: 150px; position: relative; display: flex; align-items: center; padding-left: 185px; margin-bottom: 5px; transition: 0.3s; }
.mid-block:hover { filter: brightness(140%); padding-left: 165px; }
.mid-block:before { content: ""; position: absolute; top: 50%; margin-top: -75px; left: 20px; }

.mid-block-forum { background: url(../img/forum-bg.jpg) left no-repeat; background-size: cover; }
.mid-block-forum:before { background: url(../img/forum-icon.png) no-repeat; width: 147px; height: 149px; }

.mid-block-donation { background: url(../img/donation-bg.jpg) left no-repeat; background-size: cover; }
.mid-block-donation:before { background: url(../img/donation-icon.png) no-repeat; width: 131px; height: 144px; left: 25px; margin-top: -72px; }

.mid-block-statistics { background: url(../img/statistics-bg.jpg) left no-repeat; background-size: cover; }
.mid-block-statistics:before { background: url(../img/statistics-icon.png) no-repeat; width: 153px; height: 153px; left: 10px; margin-top: -76px; }

.mid-block_button { position: absolute; right: 30px; top: 70px; }

.mid-block_text { text-transform: uppercase; }
.mid-block_text p { color: #ffffff; font-size: 18px; margin-bottom: 10px; }
.mid-block_text span { color: #6a6a69; font-size: 13px; }

.socBlock {
    position: relative;
    height: 101px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 20px;
}
.socBlock:hover { filter: brightness(140%); padding: 0px 10px; }

.socBlock-facebook { background: url(../img/facebook-bg.jpg) bottom center no-repeat; background-size: cover; }

.socBlock-twitch { background: url(../img/twitch-bg.jpg) bottom center no-repeat; background-size: cover; }
.socBlock-twitch .socBlock-text p { color: #8c44f7; }

.socBlock-discord { background: url(../img/discord-bg.jpg) bottom center no-repeat; background-size: cover; }
.socBlock-discord .socBlock-text p { color: #5662f6; }

.soc-icon { width: 45px; height: 45px; display: inline-block; }

.soc-icon-facebook { background: url(../img/facebook-icon.png) no-repeat; }

.soc-icon-twitch { background: url(../img/twitch-icon.png) no-repeat; }

.soc-icon-discord { background: url(../img/discord-icon.png) no-repeat; }

.socBlock-text { margin-left: 8px; }
.socBlock-text p { font-size: 18px; margin-bottom: 8px; color: #fff; }
.socBlock-text span { color: #6a6a69; 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: #ffe696; font-size: 18px; margin-bottom: 5px; }
.event-name span { font-weight: bold; }

.event-time { text-align: right; color: #6a6a69; }
.event-time p { font-size: 16px; margin-bottom: 5px; }

.midBlock { margin-bottom: 50px; }

.home-title { margin-bottom: 20px; }

.charactersBlock { background: url(../img/hero-slider-bg.jpg) center top no-repeat; height: 900px; }

.slider-for .slick-active .team-online-barBlock-bar span { width: 100%; }

.slider-for-block { max-width: 1900px; margin: 0 auto; position: relative; }

.slider-for-slide { padding-top: 60px; height: 618px; padding-left: 350px; padding-right: 350px; }

.hero-icon-class { background: url(../img/hero-class-icon-1.png) no-repeat; width: 194px; height: 142px; display: inline-block; margin-right: 20px; position: relative; }

.hero-title { display: flex; align-items: center; position: relative; margin-bottom: 10px; margin-left: -50px; }

.hero-title_text { color: #ffe696; text-transform: uppercase; font-size: 18px; }
.hero-title_text span { font-size: 50px; font-weight: bold; color: #fff; text-transform: none; display: block; margin-bottom: 15px; }

.hero-text { color: #979388; font-size: 16px; line-height: 1.5; max-width: 430px; margin-bottom: 40px; }

.team-online-title { text-transform: uppercase; margin-bottom: 40px; }

.team-online-icon { display: inline-block; width: 88px; height: 64px; background-repeat: no-repeat; background-image: url(../img/charateristics-icons.png); }

.team-online-icon-power { background-position: left top; }

.team-online-icon-dexterity { background-position: left top -64px; }

.team-online-icon-defence { background-position: left top -128px; }

.team-online-icon-mastery { background-position: left top -192px; }

.team-online-block { display: flex; align-items: center; padding: 10px 0px; max-width: 285px; width: 100%; margin-right: 50px; }

.team-online-barBlock { max-width: 180px; width: 100%; margin-left: 8px; }

.team-online-barBlock_title { color: #ffb400; margin-bottom: 15px; }

.team-online-barBlock-bar { position: relative; background-color: #252422; height: 8px; border: 2px solid #151513; }
.team-online-barBlock-bar span { background-color: #e4ff00; display: block; height: 4px; width: 0%; transition: 2s; }
.team-online-barBlock-bar:before { content: ""; position: absolute; background: url(../img/icon-left-bar.png) no-repeat; width: 8px; height: 16px; left: -8px; top: 50%; margin-top: -8px; }
.team-online-barBlock-bar:after { content: ""; position: absolute; background: url(../img/icon-right-bar.png) no-repeat; width: 8px; height: 16px; right: -8px; top: 50%; margin-top: -8px; }

.team-onlineBlock { display: flex; flex-wrap: wrap; max-width: 700px; }

.hero-img { position: absolute; width: 100%; }

.slider-nav-slide-block { width: 154px; height: 155px; background: url(../img/hero-small-bg.png) center no-repeat; display: flex; justify-content: center; align-items: center; transition: 0.5s; position: relative; width: 100%; }
.slider-nav-slide-block:after { content: ""; position: absolute; background: url(../img/hero-small-bright-effect.png) center no-repeat; width: 72px; height: 50px; bottom: 33px; left: 50%; margin-left: -36px; opacity: 0; transition: 0.5s; }
.slider-nav-slide-block img { position: relative; }

.hero-img-1 { top: 0px; left: 650px; }

.hero-img-2 { top: 60px; left: 750px; }

.hero-img-3 { top: 45px; left: 800px; }

.hero-img-4 { top: 0px; left: 730px; }

.hero-img-5 { top: 55px; left: 760px; }

.hero-img-6 { top: 0px; left: 750px; }

.hero-img-7 { top: 45px; left: 700px; }

.hero-img-8 { top: 0px; left: 680px; }

.hero-img-9 { top: 0px; left: 600px; }

.hero-img-10 { top: 45px; left: 800px; }

.hero-img-11 { top: 50px; left: 880px; }

.hero-img-12 { top: 55px; left: 920px; }

.hero-img-13 { top: -75px; left: 650px; }

.hero-img-14 { top: 55px; left: 950px; }

.hero-small-1 { margin-top: -26px; margin-left: 19px; }

.hero-small-2 { margin-top: -25px; margin-left: 18px; }

.hero-small-3 { margin-top: -39px; margin-left: 6px; }

.hero-small-4 { margin-top: -52px; margin-left: 19px; }

.hero-small-5 { margin-top: -20px; margin-left: -70px; }

.hero-small-6 { margin-top: -30px; margin-left: 8px; }

.hero-small-7 { margin-top: -25px; margin-left: 0px; }

.hero-small-8 { margin-top: -31px; margin-left: 6px; }

.hero-small-9 { margin-top: -32px; margin-left: 4px; }

.hero-small-10 { margin-top: -25px; margin-left: -19px; }

.hero-small-11 { margin-top: -26px; margin-left: 3px; }

.hero-small-12 { margin-top: -28px; margin-left: 8px; }

.hero-small-13 { margin-top: -40px; margin-left: 8px; }

.hero-small-14 { margin-top: -33px; margin-left: -2px; }

.slider-nav-block { background: url(../img/char-slide-active-border.png) center no-repeat; background-color: rgba(33, 32, 32, 0.6); height: 155px; }

.slider-nav-slide { opacity: 0.5; transition: 0.5s; cursor: pointer; }
.slider-nav-slide:hover { opacity: 1; }

.slider-nav { max-width: 1250px; margin: 0 auto; }
.slider-nav .slick-center { opacity: 1; }
.slider-nav .slick-center .slider-nav-slide-block { background: url(../img/hero-small-hover-bg.png) center no-repeat; }
.slider-nav .slick-center .slider-nav-slide-block:after { opacity: 1; }
.slider-nav .slick-arrow { position: absolute; width: 54px; height: 54px; font-size: 0px; top: 50%; margin-top: -27px; transition: 0.3s; opacity: 0.7; }
.slider-nav .slick-arrow:hover { opacity: 1; filter: drop-shadow(0px 10px 10px rgba(255, 180, 3, 0.2)); }
.slider-nav .slick-prev { background: url(../img/slick-prev-hero.png) no-repeat; left: -70px; }
.slider-nav .slick-next { background: url(../img/slick-next-hero.png) no-repeat; right: -70px; }

.container-days { width: 1220px; position: relative; margin: 0 auto; }

.days {
    margin-bottom: 305px;
}

.daysBlocks { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 50px; }

.daysBlock { width: 285px; height: 350px; text-align: center; font-style: italic; padding-top: 20px; display: block; }
.daysBlock:before { content: ""; position: absolute; background: url(../img/corner-left-top.png) no-repeat; width: 83px; height: 82px; left: 34px; top: -19px; }
.daysBlock p { color: #fff; font-size: 60px; font-weight: bold; text-transform: uppercase; margin-bottom: 17px; transition: 0.3s; background: linear-gradient(to right, rgba(133, 97, 13, 0), #85610d, rgba(133, 97, 13, 0)); padding: 10px 10px; position: relative; z-index: 3; }
.daysBlock span { color: #ffe696; font-size: 18px; text-transform: uppercase; position: relative; z-index: 3; }
.daysBlock:hover { filter: brightness(120%); margin-top: -15px; }
.daysBlock:hover p { margin-bottom: 25px; }
.daysBlock img { top: 0px; left: 0px; right: 0px; position: absolute; width: 100%; height: 100%; object-fit: cover; }

.salesBlock { width: 385px; height: 400px; background-image: url(../img/days-bg.jpg); background-repeat: no-repeat; text-align: center; font-style: italic; padding-top: 20px; display: block; }
.salesBlock:before { content: ""; position: absolute; background: url(../img/corner-left-top.png) no-repeat; width: 83px; height: 82px; left: 34px; top: -19px; }
.salesBlock p { color: #fff; font-size: 50px; font-weight: bold; text-transform: uppercase; margin-bottom: 17px; transition: 0.3s; background: linear-gradient(to right, rgba(133, 97, 13, 0), #85610d, rgba(133, 97, 13, 0)); padding: 10px 10px; position: relative; z-index: 3; }
.salesBlock span { color: #ffe696; font-size: 18px; text-transform: uppercase; position: relative; z-index: 3; }
.salesBlock:hover { filter: brightness(120%); margin-top: -15px; }
.salesBlock:hover p { margin-bottom: 25px; }
.salesBlock img { top: 0px; left: 0px; right: 0px; position: absolute; width: 100%; height: 100%; object-fit: cover; }

.salesBlock-1 { background-position: left top -428px; }

.salesBlock-2 { background-position: left -408px top -428px; }

.salesBlock-3 { background-position: left -815px top -428px; }

.sales { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 65px; }

.market-button { text-align: center; }

.main {
    background: url(../img/bg2b.png) 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: 50%; }

.toTop { position: relative; z-index: 3; background: url(../img/to-top.png) no-repeat; width: 122px; height: 64px; display: block; margin: 0 auto; cursor: pointer; transition: 0.3s; }
.toTop:hover { filter: brightness(120%); }

.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: #ffb403; }
.f-menu li:first-child a { color: #ffb403; font-size: 14px; }
.f-menu li:first-child a:hover { color: #fff; }
.f-menu li:first-child a:before { content: ""; position: absolute; background: url(../img/icon-news.png) no-repeat; background-size: 26px 25px; 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: #ffb403; margin-bottom: 10px; }
.f-info span { color: #353533; line-height: 1.3; }

.f-logo { text-align: center; display: flex; }

.templ-icon { display: block; background: url(../img/templstock.png) no-repeat; width: 48px; height: 50px; margin-right: 3px; }

.templ { width: 100%; }
.templ span { color: #353533; font-size: 12px; line-height: 1.3; text-align: center; }
.templ span a { color: #d19302; }
.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(../img/page-top-bg.jpg) center top no-repeat; background-color: #0f0d0c; }

.page-body .main { background: url(../img/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: #26272b; }
.account-setting_block:nth-child(2) { background-color: #26272b; }
.account-setting_block:nth-child(1) { background-color: #26272b; }
.account-setting_block:nth-child(5) { background-color: #26272b; }
.account-setting_block:nth-child(6) { background-color: #26272b; }
.account-setting_block:nth-child(9) { background-color: #26272b; }
.account-setting_block:nth-child(10) { background-color: #26272b; }

.account-icon { display: inline-block; width: 21px; height: 21px; background-image: url(../img/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(../img/option-bg.jpg) center no-repeat; background-size: cover; color: #ffb400; 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 #fff; }
.breadcrumbs ul li:last-child:after { display: none; }
.breadcrumbs ul li a { color: #fff; }
.breadcrumbs ul li a:hover { color: #ffb400; }

.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(../img/first-place-img.jpg) center bottom no-repeat; background-color: #0c0c0e; }

.second-place { background: url(../img/second-place-img.jpg) center bottom no-repeat; background-color: #0c0c0e; }

.third-place { background: url(../img/third-place-img.jpg) center bottom no-repeat; background-color: #0c0c0e; }

.topThree-block_class { background-color: #151518; overflow: hidden; position: relative; width: 134px; }
.topThree-block_class .slider-nav-slide-block { width: 165px; background: url(../img/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: #26272b; padding: 20px 18px; position: relative; }

.topThree-block_text-t p { color: #e5d9a5; 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 0px 10px #ffb400); }

.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(../img/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(../img/squad-bg.png) no-repeat; width: 54px; height: 54px; color: #ffe696; }
.number.active { filter: drop-shadow(0px 10px 10px rgba(255, 180, 3, 0.2)); }
.number:hover { filter: drop-shadow(0px 10px 10px rgba(255, 180, 3, 0.2)); }

.nav-prev { background: url(../img/slick-prev-hero.png) no-repeat; margin-right: 30px; }

.nav-next { background: url(../img/slick-next-hero.png) no-repeat; margin-left: 30px; }

.nav { opacity: 0.5; }
.nav:hover { opacity: 1; filter: drop-shadow(0px 10px 10px rgba(255, 180, 3, 0.2)); }

/****************************************** Download ******************************************/
.d-block { margin-bottom: 50px; }

.dTop-left { width: 60%; background-color: #2a292a; border-right: 1px solid #2e2f32; height: 270px; }
.dTop-left > div { height: 100%; }

.dTop-right { width: 40%; height: 270px; background-color: #1f2022; }
.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(../img/hover-blue.png) no-repeat; }

.dTop-cat_block-green:before { background: url(../img/hover-green.png) no-repeat; }

.dTop-cat_block-orange:before { background: url(../img/hover-orange.png) no-repeat; }

.dTop-cat_block-turquoise:before { background: url(../img/hover-turquoise.png) no-repeat; }

.dTop-cat_block-red:before { background: url(../img/hover-red.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(../img/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 #2b2f33; }
.table-download thead { font-weight: bold; }
.table-download thead td { background-color: #25272a; font-size: 15px; }
.table-download td { text-align: center; border: 1px solid #2b2f33; background-color: #212122; }
.table-download td:first-child { width: 25%; }

.driverBlock { display: block; padding: 12px; }

.d-title-d { margin-bottom: 30px; }

.faq-block_title { color: #f9b001; 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(../img/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: #ffb403; 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: #ffefbf; }
.content-page ol { padding-left: 30px; margin-bottom: 20px; }
.content-page ol li { padding: 5px 0px; color: #ffefbf; }

.full-news_title { color: #f9b001; font-weight: bold; font-size: 15px; text-decoration: underline; margin-bottom: 45px; line-height: 25px; position: relative; padding-left: 50px; }
.full-news_title:before { content: ""; position: absolute; background: url(../img/icon-news.png) no-repeat; width: 38px; height: 36px; left: 0px; top: 50%; margin-top: -18px; }

.date-page { margin-top: 50px; color: #6a6a69; font-size: 12px; padding: 20px 20px 20px 40px; background: linear-gradient(to right, black, rgba(0, 0, 0, 0)); width: 60%; }
.date-page span { color: #ffe696; 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(../img/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, black, 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, black, rgba(0, 0, 0, 0)); position: absolute; left: 0px; bottom: 0px; padding: 12px 0px 12px 40px; width: 100%; }

.pNewsBlock-block_info-date { color: #6a6a69; font-size: 12px; }
.pNewsBlock-block_info-date span { color: #ffe696; font-size: 14px; margin-right: 5px; }

/****************************************** Registration ******************************************/
.page-reg { background: none; background-color: #010101; }

.main-reg { height: 1235px; background: url(../img/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: 215px; }
.reg-logo img { width: 400px; }

.pageReg { max-width: 700px; margin: 0 auto; }


.regBLock-dark { background-color: #000; height: 500px; position: relative; width: 43%; transition: 0.3s; left: 0px; }

.regBLock-dark-center { position: relative; padding: 15px; }

.regBLock-grey { width: 57%; height: 500px; transition: 0.3s; position: relative; right: 0px; }

.regBLock-dark_title { color: #ffb400; 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 #ffb400; 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: #ffb400; font-size: 18px; text-transform: uppercase; background: linear-gradient(to right, rgba(48, 40, 23, 0), #302817, rgba(48, 40, 23, 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: 64px; background-image: url(../img/reg-icons.png); background-repeat: no-repeat; }

.form-icon-mail { background-position: left top -75px; }

.form-icon-name { background-position: left top; }

.form-icon-password { background-position: left top -150px; }

.form-icon-flag { background-position: left top -225px; }

.checkBlock { display: flex; justify-content: center; }
.checkBlock a { color: #ffb400; }
.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: #ffb400; }
.form-links a:hover { text-decoration: underline; }

.registration .formGroup { margin-bottom: 10px; }

.castle-time {
width: 100%;
    text-align: center;
    color: #6a6a69;
	padding: 9px 40px;
}
.castle {
padding: 9px 40px;
}

.col-xs-3 {
	float: left;
	    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	padding-top: 25px;
}

.clouds { background-image: url(../img/clouds.png); background-repeat: repeat-x; background-position: top left 2509px; width: 2509px; height: 732px; display: block; position: absolute; left: 0px; top: 400px; opacity: 0.5; animation: 42s cloud linear infinite; }



.bonuses {
    margin-bottom: 6rem;
  }
  .bonuses_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
  }
  .bonuses_list-box {
    width: 38.2rem;
    height: 15.2rem;
  }
  .bonuses_list-box_content {
    width: 100%;
    height: 100%;
    position: relative;
    border: 0.05rem solid var(--border);
    overflow: hidden;
    border-radius: 0.4rem;
    cursor: pointer;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.05);
  }
  .bonuses_list-box_content:hover div:nth-child(1) img {
    transform: scale(1.1);
  }
  .bonuses_list-box_content div:nth-child(2) {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: rgba(var(--container), 0.85);
    backdrop-filter: blur(2rem);
    font-weight: 500;
    padding: 1.5rem 2.5rem;
    gap: 0.3rem;
    box-sizing: border-box;
  }
  .bonuses_list-box_content div:nth-child(2) p {
    margin: 0 !important;
    color: rgba(var(--text));
    font-weight: 600;
    font-size: 1.1rem;
  }
  .bonuses_list-box_content div:nth-child(1) {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .bonuses_list-box_content div:nth-child(1) img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    object-fit: cover;
  }
  
  .top-up_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  .top-up_list-box {
    width: 17.8rem;
    height: 21.5rem;
    box-sizing: border-box;
  }
  .top-up_list-box_content {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #2b2518;
    border-radius: 0.3rem;
    padding: 0.4rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 1.5rem 1.5rem rgba(0, 0, 0, 0.05);
  }
  .top-up_list-box_content:hover div:nth-child(1) span span img {
    transform: scale(1.15);
  }
  .top-up_list-box_content:hover div:nth-child(3)::before {
    left: 150%;
  }
  .top-up_list-box_content div:nth-child(2) p {
    margin: 0 auto;
    width: 80%;
    margin-bottom: 1.9rem;
    font-size: 1.15rem;
    color: rgba(var(--text));
    font-weight: 600;
  }
  .top-up_list-box_content div:nth-child(3) {
    width: 100%;
    height: 3.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-color: #0f1110;
    border-radius: 0.2rem;
    font-size: 1.05rem;
    color: white;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
  }
  .top-up_list-box_content div:nth-child(3)::before {
    content: "";
    position: absolute;
    width: 100%;
    left: -150%;
    height: 100%;
    background-color: white;
    opacity: 0.3;
    transition: 1s;
    filter: blur(5rem);
  }
  .top-up_list-box_content div:nth-child(3) span {
    background-color: rgb(255, 208, 0);
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: black;
    font-weight: 600;
  }
  .top-up_list-box_content .top-up_button {
    color: rgb(255, 240, 106) !important;
    font-weight: 500 !important;
  }
  .top-up_list-box_content div:nth-child(1) {
    width: 100%;
    height: 14.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-up_list-box_content div:nth-child(1) span {
    padding: 0.5rem;
    width: 7.5rem;
    border-radius: 100%;
    height: 7.5rem;
    border: 0.2rem solid var(--shop_border);
  }
  .top-up_list-box_content div:nth-child(1) span span {
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
  }
  .top-up_list-box_content div:nth-child(1) span span img {
    width: 100%;
    transition: 0.4s;
    height: 100%;
    object-fit: cover;
  }
  
  .box_modal .modal_content {
    max-width: 33rem;
  }
  .box_modal .modal_content-container {
    padding: 3rem;
  }
  .box_modal-button {
    width: 100%;
  }
  .box_modal-button a {
    text-decoration: none;
    background-color: var(--primary);
    width: 100%;
    height: 4rem;
    border-radius: 0.3rem;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
    gap: 0.8rem;
    transition: 0.3s;
  }
  .box_modal-button a:hover {
    box-shadow: 0 0 2rem var(--primary);
  }
  .box_modal-button a svg path {
    fill: white;
  }
  .box_modal-message {
    color: rgba(var(--text));
    margin: 0 0 2rem 0;
    font-size: 1rem;
  }
  .box_modal-message p {
    margin: 0;
  }
  .box_modal-list {
    padding: 0 0.5rem;
    margin: 1.2rem 0 1.8rem 0;
    position: relative;
  }
  .box_modal-list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--table_th);
    border-radius: 0.3rem;
    opacity: 0.5;
  }
  .box_modal-list ul {
    margin: 0;
    max-height: 31vh;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .box_modal-list ul::-webkit-scrollbar {
    background-color: transparent;
    width: 0.3rem;
  }
  .box_modal-list ul::-webkit-scrollbar-thumb {
    background: rgba(var(--text), 0.3);
    border-radius: 3rem;
  }
  .box_modal-list ul::-webkit-scrollbar-track {
    background: transparent;
  }
  .box_modal-list ul::-webkit-scrollbar-button {
    background: transparent;
    height: 0.4rem;
  }
  .box_modal-list ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .box_modal-list ul li span:nth-child(1) {
    display: flex;
    width: 2.2rem;
    border: 0.1rem solid var(--primary);
    height: 2.2rem;
    overflow: hidden;
    border-radius: 0.3rem;
  }
  .box_modal-list ul li span:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box_modal-list ul li span:nth-child(2) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 85%;
  }
  .box_modal-list ul li span:nth-child(2) p {
    margin: 0;
    width: 80%;
  }
  .box_modal-list ul li span:nth-child(2) p:nth-child(1) {
    color: rgba(var(--text));
    font-weight: 500;
  }
  .box_modal-list ul li span:nth-child(2) p:nth-child(1) strong {
    color: red;
  }
  .box_modal-list ul li span:nth-child(2) p:nth-child(2) {
    color: rgba(var(--text), 0.5);
    font-size: 0.85rem;
  }
  .box_modal-heading {
    display: flex;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    align-items: center;
    gap: 2rem;
    border-bottom: 0.15rem solid rgba(var(--text), 0.05);
  }
  .box_modal-heading_img {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    border-radius: 100%;
  }
  .box_modal-heading_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box_modal-heading_info h1 {
    margin: 0;
    color: rgba(var(--text));
    margin-bottom: 0.2rem;
    font-size: 1.8rem;
  }
  .box_modal-heading_info div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(var(--text));
    font-size: 1.2rem;
    font-weight: 600;
  }
  .box_modal-heading_info div span {
    background-color: rgb(255, 208, 0);
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: black;
    font-weight: 600;
  }



  .parent .son .container {
    display: flex;
    justify-content: space-between; /* Afiseaza coloanele unul langa altul */
    align-items: center; /* Centreaza vertical conÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºinutul */
  }
  
  /*** Start Left ****/
  
  .parent .son .left,
  .parent .son .right {
    display: inline-block;
    vertical-align: top; /* Asezare verticala sus */
  }
  
  .parent .son .left {
    width: 290px;
    height: 370px;
    overflow: hidden;
    position: relative;
    z-index: 333;
    border-radius: 5px;
    box-shadow: 0px 1px 22px 0px rgba(50, 50, 50, 0.65);
    margin-left: 36px;
    margin-right: 17px;
    margin-top: 20px;
  }
  
  .parent .son .left .img {
  background-image: url('../img/rewards.gif');
  background-size: 150px 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box;
  width: 100%;
  height: 62%;
  }
  
  .parent .son .left p {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #333;
  }
  
  
  
  .parent .son .left .info {
    width: 100%;
    height: 38%;
    overflow: hidden;
    background-image: linear-gradient(to right, #272727, #0f0f0f, #000000, #090909, #0f0f0f);
  }
  
  .parent .son .left .info ul:first-of-type {
    float: left;
    width: 48%;
    height: 100%;
    color: white;
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 15px;
    padding-left: 23px;
  }
  
  .parent .son .left .info ul:first-of-type li {
    margin-bottom: 4px
  }
  
  .parent .son .left .info ul:first-of-type li:last-of-type {
    font-size: 28px;
    margin-top: 20px
  }
  
  .parent .son .left .info ul:last-of-type {
    float: right;
    width: 50%;
    height: 100%;
    color: white;
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 15px;
    padding-right: 29px;
    text-align: right
  }
  .parent .son .left .text-container p.red-text {
  font-size: 16px;
  color: red; 
}
  .space {
      margin-top: 20px; 
      height: 0; 
    }

@keyframes cloud { 0% { background-position: top left -2509px; }
  100% { background-position: top left 2509px; } }

/*# sourceMappingURL=style.css.map */

.sidebar-maxh {
    height: 520px;
    overflow-y: auto;
}

/* RANKINGS FILTER BY CLASS */

.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

	.rankings-class-filter li {
		display: inline-block;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin-bottom: 10px;
	}
	
	.rankings-class-filter li:hover {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

.rankings-class-filter-selection {
	display: inline-block;
	width: 75px;
	text-align: center;
	color: #000000;
	font-size: 11px;
	cursor: pointer;
}

	.rankings-class-filter-selection:hover {
		color: #000000 !important;
	}

	.rankings-class-filter-selection:hover img {
		-webkit-filter: brightness(120%);
		filter: brightness(120%);
	}

.rankings-class-filter-selection img {
	width: 40px;
	height: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	margin-bottom: 5px;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}

.rankings-class-filter-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.social-icons-floating {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-icons-floating a {
    display: block;
    transition: transform 0.3s ease;
}

.social-icons-floating a:hover {
    transform: scale(1.1);
}

.social-icons-floating img {
    width: 40px;
    height: 40px;
    display: block;
}

/*Popup*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #080706;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  max-width: 80%; /* Agrega un ancho máximo para evitar que el popup sea demasiado ancho */
  max-height: 130vh; /* Agrega una altura máxima para evitar que el popup sea demasiado alto */
  overflow-y: auto; /* Agrega un scroll si el contenido es demasiado grande */
}

.popup-header{
    padding: 10px;
    border-bottom: 1px solid #545454;
    display: flex;
    justify-content: space-between;
}

.popup-header h2{
    margin: 0;
}

.popup-body {
    padding: 20px;
}

.close {
  color: #fff;
  position: absolute;
   top: 25px;
   right: 40px;
   font-size: 20px;
  cursor: pointer;
}



/**/

.rightBodyLinks {
	position: fixed;
	right: 0;
	top: calc(50% - 252px);
	background: transparent;
	background-image: url(../img/rbodylink.png);
	padding: 3px 5px 7px 45px;
	height: 505px;
	width: 121px;
	z-index: 9
}

.tableBlock-conten_name_two {
	width: 90%;
	display: flex !important;
	align-items: center;
	color: #fff;
	line-height: 1.2
}

.rightBodyLinks a {
	display: block;
	text-align: center;
	color: #fcedc0;
	font-family: "Philosopher", sans-serif;
	font-size: 14px;
	margin: 8px 0px
}

.rightBodyLinks a span {
	display: block;
	background-image: url(../img/right-panel-bg.png);
	width: 70px;
	height: 70px;
	position: relative;
	transition: 0.3s
}

.rightBodyLinks a span img {
	position: absolute
}

.rightBodyLinks a:hover span {
	background-image: url(../img/right-panel-bg-hover.png)
}

.r-wiki span img {
	bottom: 18px;
	left: 18px
}

.r-shop span img {
	bottom: 16px;
	left: 16px
}

.r-forum span img {
	bottom: 16px;
	left: 16px
}

.glow {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {

  to {
    text-shadow: 0 0 4px #fff, 0 0 6px #ffb400, 0 0 8px #ffb400, 0 0 10px #ffb400, 0 0 12px #ffb400, 0 0 14px #ffb400, 0 0 16px #ffb400;
  }
}


/*EVENTS*/

.event-schedule-open{
    color: #21d000;
}

.event-schedule-inprogress {
    color: #21d000;
}

.kick-fixed-box {
    position: fixed !important;
    bottom: 300px !important;
    left: 20px !important;
    width: 260px !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    font-family: Arial, sans-serif !important;
    z-index: 1000 !important;
    gap: 5px !important; 
}

.tiktok-fixed-box {
    position: fixed !important;
    bottom: 20px !important;
    left: 20px !important;
    width: 260px !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    font-family: Arial, sans-serif !important;
    z-index: 1000 !important;
    gap: 5px !important; 
}

.whatsapp-fixed-box {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    display: none;
    align-items: center !important;
    z-index: 1000 !important;
    gap: 5px !important; 
}

.whatsapp-fixed-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(15, 15, 20, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    color: white;
    font-size: 24px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.whatsapp-fixed-box a:hover {
    transform: scale(1.1) translateX(-5px);
    background: rgba(59, 192, 78, 0.8);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.img-glow {
  animation: glowAnim 2s infinite ease-in-out;
  border-radius: 8px; /* opcional */
}

/* Animación de resplandor pulsante */
@keyframes glowAnim {
  0% {
    filter: drop-shadow(0 0 5px white);
  }
  50% {
    filter: drop-shadow(0 0 20px white);
  }
  100% {
    filter: drop-shadow(0 0 5px white);
  }
}


.kick-glow {
  animation: glowKick 2s infinite ease-in-out;
  border-radius: 8px; /* opcional */
}

/* Animación de resplandor pulsante */
@keyframes glowKick {
  0% {
    filter: drop-shadow(0 0 5px #53fc18);
  }
  50% {
    filter: drop-shadow(0 0 20px #53fc18);
  }
  100% {
    filter: drop-shadow(0 0 5px #53fc18);
  }
}