@font-face {
    src: url("../fonts/GothamPro.ttf");
    font-family: "GothamPro";
}

@font-face {
    font-family: "GothamPro";
    src: url("../fonts/GothamPro-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "GothamPro";
    src: url("../fonts/GothamPro-Italic.ttf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "GothamPro";
    src: url("../fonts/GothamPro-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}

html {
    scroll-behavior: auto !important;
}

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;
}

button {
    background-color: transparent;
    border: none;
}

* {
    -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: #0d0606;
    font-family: "GothamPro", sans-serif;
    font-size: 14px;
    color: #efa687;
    min-height: 100vh;
}
body .bg-pages {
   /*background: url(../img/bg-pages.jpg);*/
}

.slide-author {
    font-style: italic;
    color: #888;
    text-align: right;
    margin-bottom: 5px;
    display: block;
	position: absolute;
    left: 228px;
}


.modal-open,
#login-modal,
#registration-modal {
    padding-right: 0 !important;
}

a {
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

img {
    max-width: 100%;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    background: url(../img/button.png) no-repeat;
    background-size: contain;
    height: 79px;
    width: 174px;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: "GothamPro", sans-serif;
    font-size: 14px;
    font-weight: 700;
    transform: translateY(5px);
    padding-bottom: 35px;
    margin-top: 25px;
}

.button:hover {
    filter: brightness(140%);
}

.container {
    max-width: 1225px;
}

.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 {
    transition: all 0.3s;
}

.bright:hover {
    filter: brightness(120%);
}

.header {
    height: 90px;
    position: relative;
    z-index: 10;
}

.logo {
    position: relative;
}

.logo a {
    position: absolute;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 100px;
    left: -75px;
}

.header-wrapper {
    position: relative;
    width: 1900px;
    margin: 0 auto;
}

.header-wrapper-menu {
    position: relative;
    z-index: 51;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-wrapper_left {
    width: 49%;
}

.header-wrapper_right {
    width: 51%;
}

.header-wrapper_left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.header-wrapper_right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-menu {
    display: flex;
    align-items: center;
}
.header-menu li {
    position: relative;
    padding: 0px 5px;
}
.header-menu li a {
    display: flex;
    align-items: center;
    position: relative;
    height: 90px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 10px;
}

.header-menu li a:hover {
    color: #ff4d00;
}

.header-wrapper_right {
    display: flex;
    align-items: center;
}

.login-button-mobile {
    position: absolute;
    top: 0;
    right: 10px;
    display: none;
    margin: 0;
}

.top-button {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    width: 351px;
    height: 117px;
    padding: 0 55px;
    color: #feb92e;
    background-size: contain;
}

.top-button:hover {
    filter: brightness(150%);
}

.top-button span {
    font-style: italic;
    font-size: 25px;
    margin-bottom: 10px;
}

.top-buttons-bg-left,
.top-buttons-bg-right {
    position: relative;
    height: 117px;
    width: 1px;
}
.top-buttons-bg-left::after {
    display: flex;
    content: "";
    position: absolute;
    height: 117px;
    width: 172px;
    left: -171px;
    background: url(../img/top-button-left.png) no-repeat;
}

.top-buttons-bg-right::after {
    display: flex;
    content: "";
    position: relative;
    top: 0;
    height: 117px;
    width: 172px;
    background: url(../img/top-button-right.png) no-repeat;
}

.top-donation {
    padding-left: 120px;
    background: url(../img/top-button-donation.png) no-repeat;
    background-size: cover;
    color: #feb92e;
}

.top-download {
    color: #9ded62;
    padding-left: 120px;
    background: url(../img/top-button-download.png) no-repeat;
    background-size: cover;
}

.top-reg {
    padding-left: 120px;
    background: url(../img/top-button-reg.png) no-repeat;
    background-size: cover;
    color: #f62337;
}

.topButtons {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 25px;
    margin-top: 650px;
}

.top-rank {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #241616;
    gap: 5px;
}

.top-list {
    position: relative;
    width: 444px;
    min-height: 410px;
}

.top-list::after {
    content: "";
    display: flex;
    height: 399px;
    width: 444px;
    background: url("../img/bg-top-rank.png");
    position: absolute;
    top: 5px;
    right: 0px;
}

.tabs-rank {
    display: flex;
    padding: 15px 30px;
}

.tabs-buttons {
    display: flex;
    gap: 15px;
    position: relative;
    z-index: 5;
}

.tabs-buttons button {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #4f6070;
    border-bottom: 1px solid transparent;
}

.tabs-buttons button.active {
    color: #ff4d00;
    border-bottom: 1px solid #ff4d00;
}

.tabs-buttons button {
    padding: 15px 5px;
    color: #85604a;
    font-weight: 700;
    transition: all 0.3s ease;
}

.tabs-buttons button:hover {
    color: #ff4d00;
    border-bottom: 1px solid #ff4d00;
}

.tab-content {
    position: relative;
    z-index: 5;
}

.topSlider {
    position: relative;
}

.pagingInfo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(94, 232, 243, 0.07);
    color: #ff550c;
    width: 100%;
    height: 56px;
    z-index: 5;
    bottom: 0px;
}

.pagingInfo .active {
    color: #fff;
}

.top-slider {
    height: 410px;
}

.top-slider .slick-list {
    height: 100%;
}

.top-slider .slick-arrow {
    width: 20px;
    height: 20px;
    font-size: 0px;
    position: absolute;
    bottom: 18px;
    opacity: 0.5;
    transition: all 0.3s;
}
.top-slider .slick-arrow:hover {
    opacity: 1;
}
.top-slider .slick-next {
    z-index: 10;
    background: url(../img/slick-next.png) no-repeat;
    right: 50%;
    margin-right: -45px;
}
.top-slider .slick-prev {
    z-index: 10;
    background: url(../img/slick-next.png) no-repeat;
    transform: rotate(180deg);
    left: 50%;
    margin-left: -45px;
}

.top-slide {
    position: relative;
}

.top-slide .slide-title {
    position: absolute;
    top: 50px;
    left: 10%;
    transform: translateX(-10%);
    text-align: end;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
}
.top-slide .slide-text {
    position: absolute;
    bottom: 100px;
    left: 25%;
    transform: translateX(-25%);
    max-width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.top-slide img {
    width: 100%;
    object-fit: contain;
}

.table-top-scroll {
    overflow-x: auto;
}

.top-table {
    min-width: 440px;
}

.top-table li {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0px 30px;
    transition: 0.3s;
    position: relative;
}

.table-th {
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s;
}
.table-td {
    color: #efa687;
}

.top-table .table-td:hover {
    transform: translateX(-10px);
    background-color: #241616;
    color: #fff;
}
.top-table li:hover a {
    color: #fff;
}
.top-table li:hover:after {
    opacity: 1;
}

#server-content .top-table .table-td:hover {
    transform: none;
    background-color: transparent;
    color: #fff;
}

#server-content .top-table .table-td.offline:hover {
    color: #fb0171;
}
#server-content .top-table .table-td.online:hover {
    color: #83d300;
}

.top-table.server {
    padding-top: 40px;
}

#server-content .td-1 {
    width: 20%;
}
#server-content .td-2 {
    width: 60%;
}
#server-content .td-3 {
    width: 20%;
}

.online span {
    color: #83d300;
}
.offline span {
    color: #fb0171;
}

.td-1 {
    width: 15%;
}

.td-2 a {
    color: #efa687;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.td-2 {
    width: 41%;
    overflow: hidden;
}

.td-3 {
    font-weight: 700;
    width: 22%;
    text-align: center;
}

.table-th .td-3,
.table-th .td-4 {
    font-weight: 400;
}

.td-4 {
    font-weight: 700;
    width: 22%;
    text-align: center;
}

.server-icon {
    position: relative;
    display: flex;
}

.server-icon.online {
    margin-left: 5px;
    width: 53px;
    height: 53px;
    background: url("../img/server-online.png") no-repeat;
}
.server-icon.offline {
    margin-left: 5px;
    width: 53px;
    height: 53px;
    background: url("../img/server-offline.png") no-repeat;
}
.server-icon.account {
    width: 60px;
    height: 60px;
    background: url("../img/server-accounts-icon.png") no-repeat;
}
.server-icon.character {
    width: 60px;
    height: 60px;
    background: url("../img/server-characters-icon.png") no-repeat;
}

.banners {
    width: 752px;
}

.section-title {
    position: relative;
    color: #ff4d00;
    font-size: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 50px;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 175px;
    height: 36px;
    background: url("../img/section-title.png") no-repeat;
    background-size: contain;
}

.news {
    position: relative;
}

.new-slide {
    position: relative;
    width: 390px !important;
    height: 615px;
    margin: 0 5px;
    padding: 30px;
    padding-top: 56px;
    transition: all 0.3s;
}

.new-slide::after {
    content: "";
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    height: 585px;
    background: url("../img/bg-news-slide.png");
    background-position-y: center;
}

.slide-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 5;
}

.new-slide:hover {
    transform: translateY(-10px);
}

.new-slide-title {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #ff4d00;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.new-slide-text {
    margin-bottom: 45px;
    font-size: 15px;
    line-height: 24px;
    color: #efa687;
}

.new-slide-date {
    width: 100%;
    position: absolute;
    bottom: -35px;
    display: flex;
    justify-content: space-between;
}

.slide-date {
    margin-top: 55px;
    color: #635050;
    font-size: 14px;
}

.highlighted {
    font-size: 35px;
    color: #ff4d00;
}

.more-button {
    background: url("../img/small-button.png") no-repeat;
    background-position-x: center;
    width: 187px;
    height: 113px;
    padding-bottom: 22px;
    color: #f0e7aa;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.news-slider .slick-arrow {
    position: absolute;
    z-index: 50;
    width: 32px;
    height: 58px;
    font-size: 0px;
    top: 50%;
    transition: 0.3s;
    opacity: 0.7;
}
.news-slider .slick-arrow:hover {
    opacity: 1;
}
.news-slider .slick-prev {
    background: url(../img/slick-prev-hero.png) no-repeat;
    left: -30px;
}

.news-slider .slick-next {
    background: url(../img/slick-prev-hero.png) no-repeat;
    transform: rotate(-180deg);
    right: -30px;
}

.all-news-link {
    color: #5b5c5e;
    font-size: 14px;
    text-transform: none;
    text-decoration: underline;
}
.post img {
    min-height: 200px;
}
.post-title {
    position: relative;
    color: #00bbff;
    font-weight: 700;
    padding: 30px 0;
    padding-left: 50px;
}

.post-title::after {
    content: "";
    position: absolute;
    display: flex;
    width: 63px;
    height: 63px;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    background: url(../img/news-icon.png) no-repeat;
}

.post-text {
    margin-top: 20px;
    line-height: 24px;
}

.post-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    height: 50px;
    color: #5b5c5e;
    background: linear-gradient(
        90deg,
        rgba(20, 27, 38, 1) 0%,
        rgba(29, 39, 54, 1) 100%
    );
    margin-bottom: 30px;
}

.charactersBlock {
    position: relative;
    margin-top: -50px;
    background: url(../img/hero-slider-bg.jpg) center no-repeat;
    background-position-y: 50px;
    height: 700px;
}

.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: 900px;
    padding-left: 350px;
    padding-right: 350px;
}

.hero-icon-class {
    background: url(../img/hero-class-icon-1.png) no-repeat;
    background-size: contain;
    width: 100px;
    height: 111px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.hero-icon-class.dark-knight {
    background: url(../img/hero-class-icon-2.png) no-repeat;
}
.hero-icon-class.dark-lord {
    height: 120px;
    background: url(../img/hero-class-icon-3.png) no-repeat;
}
.hero-icon-class.fairy-elf {
    width: 89px;
    height: 102px;
    background: url(../img/hero-class-icon-4.png) no-repeat;
}
.hero-icon-class.magic-gladiator {
    background: url(../img/hero-class-icon-5.png) no-repeat;
}

.hero-title {
    display: flex;
    align-items: center;
    position: relative;
}

.hero-title_text {
    color: #ff4d00;
    text-transform: uppercase;
    font-size: 18px;
}
.hero-title_text span {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: bold;
    background: linear-gradient(0deg, #ff4d00, #ffdb00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.team-online {
    position: relative;
    z-index: 5;
}

.team-online-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 80px;
    margin-bottom: 25px;
    margin-left: 120px;
}

.team-online-icon {
    display: flex;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-image: url(../img/icon-complexity.png);
}

.team-online-icon-attack {
    background-image: url(../img/icon-attack.png);
}

.team-online-icon-protection {
    background-image: url(../img/icon-defense.png);
}

.team-online-block {
    display: flex;
    align-items: center;
    width: 100%;
}

.team-online-barBlock {
    display: flex;
    flex-grow: 1;
}

.team-online-barBlock_title {
    text-transform: capitalize;
    min-width: 110px;
    color: #fff;
}

.team-online-barBlock-bar {
    width: 100%;
    max-width: 320px;
    position: relative;
    background-color: #281d17;
    height: 10px;
    border: 3px solid #000000;
}
.team-online-barBlock-bar span {
    background: linear-gradient(
        270deg,
        rgba(251, 75, 2, 1) 0%,
        rgba(40, 29, 23, 0) 100%
    );
    display: block;
    height: 4px;
    width: 0%;
    transition: 2s;
}

.team-onlineBlock {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    margin-left: 40px;
}

.hero-img {
    position: absolute;
    width: 100%;
}

.slick-center .slider-nav-slide-block {
    height: 160px;
    margin-top: -12px;
    background: url(../img/hero-small-hover-bg.png) center no-repeat;
}
.slick-center .slider-nav-slide-block img {
    margin-bottom: 10px;
}

.slider-nav-slide:hover {
    opacity: 1;
}
.slider-nav-slide:hover .slider-nav-slide-block {
    height: 160px;

    background: url(../img/hero-small-hover-bg.png) center no-repeat;
}
.slider-nav-slide:hover .slider-nav-slide-block img {
    margin-bottom: 10px;
}

.slider-nav-slide-block {
    width: 100%;
    height: 150px;
    background: url(../img/hero-small-bg.png) center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s;
    position: relative;
    margin: 0 auto;
    margin-top: -12px;
}

.slider-nav-slide-block img {
    position: relative;
    z-index: 2;
}

.hero-img-1 {
    top: 0px;
    left: 950px;
}

.hero-img-2 {
    top: 0px;
    left: 850px;
}

.hero-img-3 {
    top: 20px;
    left: 900px;
}

.hero-img-4 {
    top: 0px;
    left: 930px;
}

.hero-img-5 {
    top: 25px;
    left: 960px;
}
.hero-img-6 {
    top: 25px;
    left: 1042px;
}

.slider-nav-block {
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    background: url(../img/hero-slider-bg-bottom.png) center no-repeat;
    height: 150px;
}

.slider-nav-slide {
    height: 150px;
    margin-top: 12px;
    opacity: 0.5;
    transition: 0.5s;
    cursor: pointer;
}

.slider-nav {
    max-width: 1000px;
    margin: 0 auto;
}

.slider-nav .slick-list {
    padding: 0 !important;
}

.slider-nav .slick-center {
    opacity: 1;
}

.slider-nav .slick-center .slider-nav-slide-block:after {
    opacity: 1;
}
.slider-nav .slick-arrow {
    position: absolute;
    z-index: 5;
    width: 55px;
    height: 55px;
    font-size: 0px;
    top: 72px;
    margin-top: -27px;
    transition: 0.3s;
    opacity: 0.6;
}
.slider-nav .slick-arrow:hover {
    opacity: 1;
}
.slider-nav .slick-prev {
    background: url(../img/slick-prev-hero.png) no-repeat;
    left: -70px;
}

.slider-nav .slick-next {
    background: url(../img/slick-prev-hero.png) no-repeat;
    transform: rotate(-180deg);
    right: -70px;
}

.media {
    position: relative;
}

.media-slide {
    padding: 0 7px;
    opacity: 0.5;
    transition: all 0.3s;
}

.media-slide:hover {
    opacity: 1;
}

.media-slide img {
    width: 100%;
}

.media-slider .slick-arrow {
    position: absolute;
    z-index: 5;
    width: 55px;
    height: 55px;
    background: url(../img/slick-prev-hero.png) no-repeat;
    font-size: 0px;
    top: 50%;
    margin-top: -30px;
    transition: 0.3s;
    opacity: 0.6;
}
.media-slider .slick-prev {
    left: -30px;
}
.media-slider .slick-next {
    transform: rotate(-180deg);
    right: -30px;
}

.media-slider .slick-arrow:hover {
    opacity: 1;
}

.media-slider .slick-current {
    opacity: 1;
}

.about-server {
    text-align: center;
}

.about-server-title {
    color: #ff4d00;
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 50px;
}

.about-server-text {
    color: #efa687;
    font-size: 15px;
    line-height: 48px;
}

.to-top {
    position: relative;
    margin: 50px 0;
}
.to-top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: url(../img/to-top-line.png) no-repeat;
    left: 50%;
    transform: translateX(-50%);
    top: 44%;
    z-index: 2;
}

.toTop {
    position: relative;
    z-index: 3;
    background: url(../img/to-top.png) no-repeat;
    width: 70px;
    height: 57px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.3s;
}
.toTop:hover {
    filter: brightness(120%);
}

.footerMenu {
    display: flex;
    justify-content: center;
}

.f-menu {
    display: flex;
    min-width: 660px;
    gap: 25px;
    justify-content: space-between;
}
.f-menu li {
    padding: 12px 0px;
    text-align: center;
    position: relative;
}
.f-menu li a {
    font-size: 13px;
    font-weight: 700;
    color: #472a21;
    text-transform: uppercase;
    position: relative;
}
.f-menu li a:hover {
    color: #c69171;
}

.footerBottom {
    padding-top: 30px;
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 5;
}

.footerBottom-block {
    display: flex;
    justify-content: center;
}

.footer {
    padding-top: 30px;
    position: relative;
    background-color: #0f1923;
    background: url(../img/footer-bg.png) no-repeat;
    background-position: bottom;
}

.f-info {
    font-size: 12px;
    color: #c69171;
    text-align: center;
}

.f-info span {
    display: inline-block;
}

.f-link {
    color: #ff4d00;
}

.f-link:hover {
    text-decoration: underline;
}

.f-logo {
    width: 280px;
    margin-right: 40px;
}
.f-payments {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.f-payment {
    display: flex;
    background: url("../img/footer-payments.png") no-repeat;
    height: 33px;
    width: 115px;
    margin: 0 25px;
    background-position-x: 10px;
    opacity: 0.5;
}
.f-payment:hover {
    opacity: 1;
}

.f-mastercard {
    width: 111px;
    background-position-x: -131px;
}
.f-g2pay {
    width: 143px;
    background-position-x: -270px;
}

.burger-menu {
    display: none;
}

/****************************************** Modals ******************************************/
.modal-backdrop.show {
    opacity: 0.9;
}

.modal-dialog {
    position: relative;
    max-width: 550px;
    padding: 30px 0;
    top: 150px;
    height: 598px;
    background: url("../img/bg-modal-login.png") no-repeat;
    background-position: center;
}

#registration-modal .modal-dialog {
    height: 918px;
    background: url("../img/bg-modal-reg.png") no-repeat;
    background-position: center;
}

.modal-content,
.modal-body {
    background-color: transparent;
    border: none;
}

.modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.btn-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: url("../img/close-btn.png") no-repeat;
    width: 60px;
    height: 60px;
    opacity: 1;
}

.modal-body .section-title {
    font-size: 20px;
    margin: 20px auto;
    text-transform: uppercase;
}

.modal-body .section-title span::first-letter {
    font-size: 25px;
}

.submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 174px;
    height: 79px;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 32px;
}

.accept-rules {
    margin-top: 30px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.rules-link {
    color: #ff4d00;
    text-decoration: underline;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    position: relative;
    cursor: pointer;
    display: inline;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 45px;
    line-height: 24px;
}
.custom-checkbox + label::before {
    position: absolute;
    top: -4px;
    left: 0;
    content: "";
    display: flex;
    width: 32px;
    height: 32px;
    background-image: url(../img/custom-checkbox.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.custom-checkbox:checked + label::before {
    content: "";
    position: absolute;
    background-image: url(../img/custom-checkbox-checked.png);
}

.bg-pages .content {
    position: relative;
    background: url("../img/bg-pages-content-top.png") center top no-repeat,
        url("../img/bg-pages-content-bottom.png") center bottom no-repeat;
    width: 100%;
    z-index: 9;
    min-height: 1212px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-pages .content-y {
    position: relative;
    background: url("../img/bg-pages-content-center.png") center repeat-y;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    z-index: 9;
}

.bg-pages .main {
    margin-top: 700px;
}

/****************************************** News ******************************************/

.news-title {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #ff4d00;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.news-text {
    margin-bottom: 45px;
    font-size: 15px;
    line-height: 24px;
}

.news-date {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.news-date .date {
    margin-top: 10px;
    color: #4191b6;
    font-size: 14px;
}

.news-img {
    margin-bottom: 20px;
}

.highlighted {
    font-size: 35px;
    color: #ff4d00;
}

/****************************************** Download ******************************************/

.dTop-left {
    width: 60%;
    background-color: #38231d;
    height: 270px;
}
.dTop-left > div {
    height: 100%;
}

.dTop-right {
    width: 40%;
    height: 270px;
    background-color: #1b0c08;
}
.dTop-right > div {
    height: 100%;
}

.dTop-cat {
    width: 100%;
    padding: 3px;
}

.dTop-cat_title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.dTop-cat_blocks {
    justify-content: center;
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.dTop-cat_block {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #281814;
    height: 90px;
    position: relative;
    border: 1px solid #1b0c08;
}

.dTop-cat_block-img {
    display: flex;
    align-items: center;
    justify-items: center;
    margin: 0 auto;
}

.dTop-cat_block .dTop-cat_block-img {
    background-image: url("../img/mega.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
}

.dTop-cat_block-mega .dTop-cat_block-img {
    background-image: url("../img/mega.png");
}
.dTop-cat_block-gd .dTop-cat_block-img {
    background-image: url("../img/google-disk.png");
}
.dTop-cat_block-torrent .dTop-cat_block-img {
    background-image: url("../img/torrent.png");
}
.dTop-cat_block-mediafire .dTop-cat_block-img {
    height: 35px;
    width: 60px;
    background-image: url("../img/media-fire.png");
}
.dTop-cat_block-mega:hover {
    background-color: #d9272e;
}
.dTop-cat_block-gd:hover {
    background-color: #57899c;
}
.dTop-cat_block-torrent:hover {
    background-color: #5acf5f;
}
.dTop-cat_block-mediafire:hover {
    background-color: #006e9e;
}
.dTop-cat_block-mega:hover .dTop-cat_block-img {
    background-image: url("../img/mega-hover.png");
}
.dTop-cat_block-gd:hover .dTop-cat_block-img {
    background-image: url("../img/google-disk-hover.png");
}
.dTop-cat_block-torrent:hover .dTop-cat_block-img {
    background-image: url("../img/torrent-hover.png");
}
.dTop-cat_block-mediafire:hover .dTop-cat_block-img {
    background-image: url("../img/media-fire-hover.png");
}

.dtop-update {
    text-align: center;
}

.dtop-update_title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
}

.dtop-update_text {
    color: #efa687;
    font-size: 14px;
    line-height: 28px;
    max-width: 330px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.d-title {
    color: #ff4d00;
    font-size: 20px;
    font-weight: 700;
    margin: 70px 0px 50px;
}

.download-btn {
    background: url("../img/button.png");
    width: 174px;
    height: 79px;
    margin: 0 auto;
}

.table-download {
    border-top: 1px solid #647685;
}
.table-download thead {
    font-weight: bold;
}
.table-download thead td {
    color: #efa687;
    background-color: #1b0c08;
    font-size: 14px;
    padding: 15px 0;
}
.table-download td {
    color: #efa687;
    text-align: center;
    border: 1px solid #51352b;
    background-color: #38231d;
    padding: 15px 10px;
}
.table-download td:first-child {
    width: 25%;
}

.driverBlock {
    display: block;
    padding: 10px;
}

/****************************************** Top Players ******************************************/

.select {
    width: 100%;
    max-width: 290px;
    height: 45px;
    padding: 0px 40px 0px 20px;
    color: #efa687;
    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: #1b0c09;
    border: 1px solid #3b221d;
}

.select:focus .select_dropdown {
    display: block;
}

.select_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style-type: none;
    background-color: #1b0c09;
    display: none;
    z-index: 10;
    transition: 0.3s;
}

.select_option {
    height: 45px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    border-top: 1px solid #3b221d;
    color: #efa687;
}

.select_option:hover {
    background-color: #1b0c09;
}

.selectTop {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.rank-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #ff4d00;
}

.topThree {
    justify-content: center;
    gap: 15px;
    margin-bottom: 70px;
}

.topThree-block {
    height: 120px;
    display: flex;
}
.topThree-block_place,
.topThree-block_class,
.topThree-block_text {
    border: 1px solid #3b221d;
    background-color: #1b0c09;
}

.topThree-block_place {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
}

.topThree-block_place .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #38231e;
    height: 60px;
    width: 60px;
    font-size: 20px;
}

.topThree-block_class {
    overflow: hidden;
    position: relative;
    width: 134px;
}
.topThree-block_class .topThree-block_class-img img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.topThree-block_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 280px;
    padding: 20px 18px;
    position: relative;
}

.topThree-block_text-t {
    width: 100%;
}

.topThree-block_text-t p {
    color: #ff4d00;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
.topThree-block_text-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 10px;
}

.online {
    color: #b0d90e;
}

.offline {
    color: #e91414;
}

.table-top-rank {
    width: 100%;
}
.table-top-rank td {
    border-collapse: collapse;
    padding: 20px 30px;
    border-top: 1px solid #3b221d;
    vertical-align: middle;
}
.table-top-rank th {
    border-collapse: collapse;
    padding: 20px 30px;
    text-align: left;
    color: #ff4d00;
    font-weight: bold;
}
.table-top-rank thead tr {
    background-color: #1b0c09;
    border-top: 2px solid #3b221d;
}

.table-top-rank {
    min-width: 800px;
}
.table-top-rank td {
    padding: 10px 30px;
}

.table-top-rank td.table-img {
    padding: 0 30px;
}

.table-top-rank td.table-img img {
    height: 60px;
    width: 70px;
    object-fit: contain;
}

.table-top-rank tbody tr {
    position: relative;
    left: 0px;
    transition: 0.3s;
}
.table-top-rank tbody tr td {
    height: 60px;
}

.table-top-rank tbody tr:hover {
    background-color: #3b221d;
    left: -10px;
    color: #fff;
}
.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: 45px;
    height: 45px;
    color: #e5d9a5;
}

.pagination-btn {
    display: flex;
    width: 45px;
    height: 45px;
    transition: all 0.3s;
    opacity: 0.5;
}

.number.active,
.number:hover {
    background: url(../img/squad-bg-active.png) no-repeat;
}

.pagination-btn:hover {
    opacity: 1;
}

.pagination-btn.nav-prev {
    background: url(../img/slick-prev.png) no-repeat;
}

.pagination-btn.nav-next {
    background: url(../img/slick-prev.png) no-repeat;
    transform: rotate(180deg);
}

/****************************************** Account Panel ******************************************/
.home-block-subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    color: #ff4d00;
}

.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(2) {
    background-color: #1b0c09;
}
.account-setting_block:nth-child(1) {
    background-color: #1b0c09;
}
.account-setting_block:nth-child(5) {
    background-color: #1b0c09;
}
.account-setting_block:nth-child(6) {
    background-color: #1b0c09;
}
.account-setting_block:nth-child(9) {
    background-color: #1b0c09;
}
.account-setting_block:nth-child(10) {
    background-color: #1b0c09;
}
.color-green {
    color: #b0d90e;
}
.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;
    overflow: hidden;
    width: 50%;
}

.charOptions-title {
    text-align: center;
    color: #ff4d00;
    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: #efa687;
    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;
}

.panel-active {
    color: #ff4d00;
    width: 255px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 30px;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    height: 90px;
}

.panel-active:hover {
    background-color: #1b0c09;
}
.panel-active.active {
    background-color: #1b0c09;
}

.panel-active:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 40px;
    border: 7px solid transparent;
    border-top: 7px solid #ff4d00;
}

.panel-dropdown {
    position: absolute;
    top: 100%;
    width: 255px;
    background-color: #1b0c09;
    padding: 0 20px;
    display: none;
}

.panel-dropdown_title {
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    color: #ff4d00;
}

.panel-dropdown_my-block {
    display: flex;
    justify-content: space-between;
    color: #efa687;
    font-weight: bold;
    margin-bottom: 20px;
}

.panel-dropdown_list {
    margin-bottom: 5px;
}
.panel-dropdown_list li {
    margin-bottom: 20px;
}
.panel-dropdown_list li a.color-green {
    color: #b0d90e;
}
.panel-dropdown_list li a {
    color: #efa687;
}
.panel-dropdown_list li a:hover {
    color: #fff;
}

.panel-dropdown_button {
    text-align: center;
}

.panel .small-button {
    background: url(../img/small-button.png) no-repeat;
    background-position-x: center;
    width: 187px;
    height: 113px;
    padding-bottom: 22px;
    color: #f0e7aa;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}

/*animations*/
.top-content {
    position: relative;
}

.bg-pages .sparks,
.bg-pages .sparks-rights {
    top: 700px;
}

.sparks {
    position: absolute;
    width: 1200px;
    top: 0;
    z-index: 1;
    left: 150px;
}

.sparks > div {
    position: absolute;
}
.sparks .spark_1 {
    background: url(../img/spark_1.png) no-repeat;
    width: 764px;
    height: 313px;
    left: 0;
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: spark-1 4s linear infinite;
    animation: spark-1 4s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.sparks .spark_2 {
    background: url(../img/spark_2.png) no-repeat;
    width: 179px;
    height: 335px;
    left: 230px;
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: spark-1 4s linear infinite;
    animation: spark-1 4s linear infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.sparks .spark_3 {
    background: url(../img/spark_3.png) no-repeat;
    width: 128px;
    height: 165px;
    left: 280px;
    bottom: -140px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: spark-3 4s linear infinite;
    animation: spark-3 4s linear infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.sparks .spark-big {
    background: url(../img/spark_4.png) no-repeat;
    width: 794px;
    height: 176px;
    left: 0;
    bottom: -180px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: spark-5 4s linear infinite;
    animation: spark-5 4s linear infinite;
}
.sparks .spark_5 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    left: 40px;
}

.sparks_2 .spark_1 {
    background: url(../img/spark_1.png) no-repeat;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.sparks_2 .spark_2 {
    background: url(../img/spark_2.png) no-repeat;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.sparks_2 .spark_3 {
    background: url(../img/spark_3.png) no-repeat;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.sparks_2 .spark-big {
    background: url(../img/spark_4.png) no-repeat;
}
.sparks_2 .spark_5 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes spark-1 {
    0% {
        bottom: -320px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    25% {
        bottom: -240px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        bottom: -160px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        bottom: -80px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }
    100% {
        bottom: 0px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes spark-1 {
    0% {
        bottom: -320px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    25% {
        bottom: -240px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        bottom: -160px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        bottom: -80px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }
    100% {
        bottom: 0px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes spark-3 {
    0% {
        bottom: -140px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    25% {
        bottom: -80px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        bottom: -20px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        bottom: 40px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }
    100% {
        bottom: 100px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes spark-3 {
    0% {
        bottom: -140px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    25% {
        bottom: -80px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        bottom: -20px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        bottom: 40px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }
    100% {
        bottom: 100px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes spark-5 {
    0% {
        bottom: -180px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    25% {
        bottom: -120px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        bottom: -60px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        bottom: 0px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }
    100% {
        bottom: 60px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes spark-5 {
    0% {
        bottom: -180px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    25% {
        bottom: -120px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        bottom: -60px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        bottom: 0px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }
    100% {
        bottom: 60px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.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.2;
    animation: 22s cloud linear infinite;
}

@keyframes cloud {
    0% {
        background-position: top left -2509px;
    }
    100% {
        background-position: top left 2509px;
    }
}
