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-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    position: relative;
}

body {
    width: 100%;
    background: url(../img/rocks.png) center top 1700px no-repeat, url(../img/body-bg-top.png) center top no-repeat, url(../img/body-bg-bottom.jpg) center bottom no-repeat;
    background-color: #d5d4d5;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    color: #ebf1f5;
}

a {
    transition: all 0.3s ease;
    color: #ff6e74;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1,
h2,
h3 {
    color: #ebf1f5;
    margin-bottom: 20px;
    line-height: 1.2;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

img {
    max-width: 100%;
}

form {
    max-width: 600px;
    margin-bottom: 20px;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

table td {
    border-collapse: collapse;
    padding: 15px 55px;
}

table tr {
    background: #131315;
}

table tr:nth-child(even) {
    background: #040404;
}

caption {
    margin-bottom: 15px;
}

select {
    width: 40%;
    background: rgba(2, 2, 2, 0.42);
    border: 1px solid #354d5b;
    color: #fff;
    padding: 17px 44px 17px 32px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    background-image: url(../img/arrow-v.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
}

input,
textarea {
    width: 40%;
    background: rgba(2, 2, 2, 0.42);
    border: 1px solid #354d5b;
    color: #fff;
    position: relative;
    padding: 17px 33px;
    position: relative;
    font-size: 16px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

textarea {
    width: 100%;
}

button,
.button {
    transition: all 0.3s ease;
    cursor: pointer;
    background: #0e1921;
    border: 1px solid #4c7da2;
    color: #fff;
    position: relative;
    padding: 18px 10px;
    /*min-width: 150px;*/
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0px 0px 10px 0px rgba(76, 125, 162, 0.8);
}

button:hover,
.button:hover {
    background: #255275;
}

.button {
    display: inline-block;
    text-decoration: none;
    padding: 17px 32px;
}

.button-dark {
    background: #060505;
    border: 1px solid #223b4a;
    box-shadow: none;
    text-transform: none;
    min-width: 210px;
}

.button-blue {
    background: #2e83e4;
    border: none;
    box-shadow: none;
    text-transform: none;
    padding: 18px 60px;
}

.formGroup {
    margin-bottom: 15px;
}

.formGroup p {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.formGroup input {
    width: 100%;
}

.formGroup button,
.formGroup .button {
    width: 100%;
}

.formGroup .button {
    width: 100%;
}

.formGroup select {
    width: 100%;
}

:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #dedede;
}

::-moz-placeholder {
    color: #dedede;
}

:-moz-placeholder {
    color: #dedede;
}

:-ms-input-placeholder {
    color: #dedede;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container-top {
    padding-top: 300px;
}

.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;
}

.t-center {
    text-align: center;
}

.bright:hover {
    filter: brightness(130%);
}

.fixed-logo,
.download-fixed {
    display: none;
}

.header {
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    transition: 0.3s;
    z-index: 10;
}

.header-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.realm-status {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.radial-stat {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #262626;
    background: rgba(26, 21, 27, 0.3);
    width: 175px;
    height: 175px;
    border-radius: 50%;
    margin: 0px 45px;
}

.circle-online {
    width: 145px;
    height: 145px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.serverInfo {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 18px;
    padding-top: 38px;
}

.serverInfo span {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

.serverInfo_online {
    color: #97e158;
    font-size: 30px;
	padding-top: 20px;
}

.menu {
    height: 150px;
}

.menu li {
    height: 100%;
    display: block;
    position: relative;
}

.menu li a {
    color: #18191a !important;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 0px 50px;
    line-height: 150px;
    position: relative;
}

.menu li a:hover {
    color: #18191a !important;
}

.menu li .menu-a {
    cursor: pointer;
}

.menu li .menu-a.show {
    color: #f4f7fa !important;
    z-index: 2;
}

.menu .dropDown-menu {
    position: absolute;
    top: 100%;
    width: calc(100% + 50px);
    left: -25px;
    top: -68px;
    background: linear-gradient(to bottom, rgba(2, 2, 2, 0.8) 60%, rgba(2, 2, 2, 0));
    padding: 218px 0px 100px 0px;
    display: none;
}

.menu .dropDown-menu li {
    height: auto;
    line-height: 1;
    padding: 0px 15px;
    text-align: center;
}

.menu .dropDown-menu li a {
    padding: 15px 0px;
    line-height: 1;
    color: #f4f7fa !important;
    font-size: 16px;
    font-weight: normal;
}

.menu .dropDown-menu li a:hover {
    color: #ff6e74 !important;
}

.menu-logo {
    width: 330px;
    text-align: center;
}

.topPanel-top {
    height: 95px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.93);
}

.topPanel-top .fixed-logo {
    display: block;
}

.topPanel-top .download-fixed {
    display: block;
}

.topPanel-top .download-fixed i {
    display: none;
}

.topPanel-top .menu-logo {
    display: none;
}

.topPanel-top .header-wrapper {
    justify-content: space-between;
}

.topPanel-top .menu {
    height: 95px;
}

.topPanel-top .menu li a {
    line-height: 95px;
    color: #edf7fe !important;
    font-size: 16px;
}

.topPanel-top .dropDown-menu li a {
    line-height: 1;
}

.topPanel-top .topPanel-wrapper {
    justify-content: space-between;
}

.download-fixed {
    height: 95px;
    line-height: 95px;
    background: #a71c1d;
    font-size: 24px;
    color: #fcfdfd !important;
    font-weight: bold;
    padding: 0px 70px;
    text-transform: uppercase;
}

.download-fixed:hover {
    color: #fcfdfd !important;
}

.fixedInfoBlock {
    position: fixed;
    right: 0;
    top: 40%;
    margin-top: -135px;
    z-index: 999;
}

.fixedInfoBlock .modalBlock {
    position: fixed;
    right: 0;
    background: rgba(12, 20, 28, 0.8);
    border-radius: 20px 0px 0px 20px;
    width: 110px;
    padding: 20px 0px;
    border-color: #414a5d;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    text-align: center;
    transition: 0.3s;
}

.fixedInfoBlock .modalBlock.active {
    right: -110px;
}

.fixedInfoBlock .modalBlock a {
    color: #fff;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.fixedInfoBlock .modalBlock a:last-child {
    margin-bottom: 0px;
}

.fixedInfoBlock .modalBlock a p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.fixedInfoBlock .modalBlock a img {
    transition: 0.3s;
}

.fixedInfoBlock .modalBlock .event-b:hover img {
    filter: drop-shadow(0px 0px 10px #2464d2);
}

.fixedInfoBlock .modalBlock .server-b:hover img {
    filter: drop-shadow(0px 0px 10px #b41010);
}

.fixedInfoBlock-close {
    border: 1px solid #4a484b;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding-top: 13px;
    background: rgba(16, 18, 23, 0.7);
    position: absolute;
    top: -40px;
    right: 35px;
    margin-left: -15px;
    cursor: pointer;
    transition: 0.3s;
}

.fixedInfoBlock-close:hover {
    background: #101217;
}

.fixedInfoBlock-close.active {
    right: -100px;
}

.fixedInfoBlock-close span {
    width: 10px;
    height: 1px;
    display: block;
    background: #b3b2af;
    margin: 0 auto;
    position: relative;
}

.fixedInfoBlock-close span:nth-child(1) {
    transform: rotate(45deg);
}

.fixedInfoBlock-close span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -1px;
}

.fixedInfoBlock-close.active {
    background: #010203;
    border: 1px solid #353231;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    z-index: 1;
    position: absolute;
    right: -40px;
    top: 90px;
    padding-right: 35px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
}

.fixedInfoBlock-close.active:hover {
    background: #14171c;
}

.fixedInfoBlock-close.active span {
    display: none;
}

.fixedInfoBlock-close.active i {
    display: block;
    background: url(../img/arrow-v.png) no-repeat;
    width: 17px;
    height: 8px;
    transform: rotate(90deg);
	position: relative;
	top: 37px;
	left: 10px;
}

.infoBlock {
    margin-bottom: 11px;
    justify-content: space-between;
}

.infoBlock-buttons {
    width: calc(27% - 11px);
}

.downloadButton {
    width: 100%;
    display: block;
    background: url(../img/download-button.jpg) top center no-repeat;
    background-size: cover;
    text-align: center;
    height: 160px;
    line-height: 160px;
    color: #fcfdfd;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

.downloadButton:hover {
    color: #ffffff !important;
}

.accBlock {
    width: 100%;
    background: linear-gradient(to bottom, rgba(44, 18, 22, 0.9), rgba(18, 21, 25, 0.9));
    height: 240px;
    text-align: center;
    padding-top: 75px;
}

.accBlock p {
    color: #7e818a;
    font-size: 14px;
}

.accBlock p a {
    color: #b6bccd;
}

.persoanlAcc {
    color: #eff2fa;
    background: #363b42;
    padding: 18px 70px;
    border: 1px solid #505864;
    margin-bottom: 60px;
    display: inline-block;
}

.persoanlAcc:hover {
    color: #eff2fa !important;
}

.swiper-banner {
    width: 73%;
    height: 400px;
}

.swiper-banner .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-banner .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-banner .slider-buttons {
    height: 14px;
    width: 9px;
    background-size: 9px 14px;
    filter: grayscale(1) brightness(150%);
    background-color: rgba(3, 3, 3, 0.6);
    width: 55px;
    height: 45px;
}

.swiper-banner .swiper-button-next {
    right: 0;
    bottom: 0;
    top: auto;
}

.swiper-banner .swiper-button-prev {
    right: 56px;
    left: auto;
    bottom: 0;
    top: auto;
}

.slider-logo {
    position: absolute;
    top: 20px;
    left: 35px;
    z-index: 2;
}

.newsBlock {
    border: 1px solid rgba(42, 45, 52, 0.7);
    background: rgba(5, 5, 5, 0.7);
    padding: 40px;
    justify-content: space-between;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
    margin-bottom: 60px;
}

.gameBlock {
    width: 22%;
}

.gameBlock a {
    display: block;
    height: 200px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-top: 150px;
    border: 1px solid #2b2d2e;
}

.gameBlock a:hover {
    box-shadow: inset 0px 0px 30px 0px black;
    padding-top: 140px;
}

.gameBlock-info {
    margin-bottom: 5px;
    background: url(../img/game-img.jpg) center top no-repeat;
    background-size: cover;
}

.gameBlock-info span {
    color: #da6969;
}

.gameBlock-guide {
    background: url(../img/guide-img.jpg) center top no-repeat;
    background-size: cover;
}

.gameBlock-guide span {
    color: #e9a348;
}

.noticeaBlock {
    width: 33%;
    padding-top: 25px;
}

.updatesBlock {
    width: 33%;
    padding-top: 25px;
}

.newsTitle {
    position: relative;
    margin-bottom: 40px;
}

.newsTitle h3 {
    font-size: 24px;
}

.newsTitle a {
    flex-direction: column;
    height: 28px;
    width: 28px;
    border: 1px solid #576264;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 1px;
}

.newsTitle a:hover {
    background-color: #3d3d3d;
}

.newsTitle a span {
    width: 9px;
    height: 1px;
    display: block;
    background: #fff;
}

.newsTitle a span:nth-child(2) {
    transform: rotate(90deg);
    margin-top: -1px;
}

.news {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px dashed rgba(250, 250, 250, 0.1);
    padding: 20px 50px 20px 0px;
}

.news:last-child {
    border-bottom: 0px;
}

.news a {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	width: 285px;
}

.news a span {
    color: #777e83;
}

.news a:hover {
    color: #ff6e74;
}

.news .date {
    position: absolute;
    right: 0;
    font-size: 14px;
}

.news .n {
    font-weight: bold;
    font-size: 11px;
    border-radius: 50%;
    background: #c004a8;
    padding: 6px 7px;
    display: block;
    margin-left: 5px;
}

.update-img img {
    width: 100%;
}

.eventBlock {
    margin-bottom: 30px;
}

.eventBlock h1 {
    padding-left: 60px;
    font-size: 30px;
    color: #444444 !important;
    margin-bottom: 60px;
    font-weight: normal;
}

.event {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
    background: url(../img/event-bg.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    border: 1px solid #878a8f;
    position: relative;
}

.event:before {
    content: "";
    background: url(../img/sharp.png) no-repeat;
    width: 359px;
    height: 289px;
    position: absolute;
    left: -20px;
    top: -60px;
}

.events img {
    width: 100px;
    margin-right: 45px;
}

.events>div {
    font-size: 40px;
    font-weight: bold;
}

.events>div p {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}

.eventName {
    margin-right: 130px;
}

.hero-slider {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.hero-slider .swiper-slide {
    background-position: center top;
    background-repeat: no-repeat;
}

.container-slide {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.gallery-top {
    height: 1000px;
    width: 100%;
    position: relative;
}

.gallery-top:after {
    content: "";
    background: url(../img/class-img.png) no-repeat;
    position: absolute;
    width: 793px;
    height: 171px;
    top: 100px;
    left: 50%;
    margin-left: -400px;
}

.gallery-top .swiper-button-white {
    top: auto;
    bottom: 180px;
    width: 28px;
    height: 37px;
}

.gallery-top .swiper-button-next {
    background-image: url(../img/next-button.png);
    right: 50%;
    margin-right: -600px;
}

.gallery-top .swiper-button-prev {
    background-image: url(../img/prev-button.png);
    left: 50%;
    margin-left: -600px;
}

.gallery-thumbs {
    height: 100px;
    box-sizing: border-box;
    position: relative;
    max-width: 1100px;
    width: 100%;
}

.gallery-thumbs-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin-top: -250px;
    margin-bottom: 100px;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
    background-size: cover;
}

.gallery-thumbs-name {
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f2e365;
    font-size: 14px;
    height: 100%;
    border-radius: 5px;
    opacity: 0;
    transition: 0.4s;
}

.gallery-thumbs .swiper-slide-thumb-active .gallery-thumbs-name {
    opacity: 1;
}

.gallery-thumbs .gallery-thumbs-name:hover {
    opacity: 1;
}

.className {
    color: #1f2226;
    position: absolute;
    bottom: 300px;
    opacity: 0;
}

.className h3 {
    font-size: 48px;
    color: #1f2226;
    line-height: 1;
    margin-bottom: 10px;
	font-weight: bold;
}

.slider-video {
    width: 210px;
    height: 120px;
    background: url(../img/play-icon.png) center no-repeat;
    background-color: #1f2226;
    position: absolute;
    bottom: 300px;
    right: 0px;
    opacity: 0;
    transition: 1s;
}

.gallery-top .swiper-slide-active .className {
    animation: opas 1s linear;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.gallery-top .swiper-slide-active .slider-video {
    animation: opas 2s linear;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

@keyframes opas {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.socBlock {
    text-align: center;
}

.socBlock h3 {
    color: #121517;
    font-size: 30px;
    margin-bottom: 40px;
}

.socBlock a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 112px;
    margin: 0px 20px;
}

.socBlock a.soc-red {
    background: url(../img/red-soc-icon.png) no-repeat;
}

.socBlock a.soc-red:hover {
    filter: drop-shadow(0px 0px 10px #ad4749);
}

.socBlock a.soc-blue {
    background: url(../img/blue-soc-icon.png) no-repeat;
}

.socBlock a.soc-blue:hover {
    filter: drop-shadow(0px 0px 10px #6a8dce);
}

.socBlock a.soc-grey {
    background: url(../img/grey-soc-icon.png) no-repeat;
}

.socBlock a.soc-grey:hover {
    filter: drop-shadow(0px 0px 10px #6982a6);
}

.footer {
    background: #191c1e;
}

.footer-container {
    padding-bottom: 280px;
}

.fBlock {
    padding: 30px 0px;
    font-size: 14px;
    color: #7d8088;
}

.fBlock img {
    margin-right: 60px;
}

.fBlock p {
    margin-bottom: 5px;
    color: #eff2fa;
}

.modal_div {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    z-index: 999;
}

.modal_div h1 {
    font-size: 24px;
    padding: 0px 20px 30px 20px;
    margin: 0px -20px 40px -20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
}

.modal-div {
    background: url(../img/modal-bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 40px 55px 40px 55px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 100%;
    min-height: 470px;
    position: relative;
}

.modal_div .modal_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50px;
    right: 45px;
    cursor: pointer;
}

.modal_div .modal_close span {
    width: 30px;
    height: 2px;
    background: #b8b4b4;
    display: block;
    position: relative;
}

.modal_div .modal_close span:nth-child(1) {
    transform: rotate(45deg);
    top: 3px;
}

.modal_div .modal_close span:nth-child(2) {
    transform: rotate(-45deg);
}

#overlay {
    z-index: 998;
    position: fixed;
    background-color: #0f0f0f;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.formFull input {
    width: 100%;
}

.formFull select {
    width: 100%;
}

.forgot {
    display: flex;
    align-items: center;
}

.forgot button,
.forgot .button {
    margin-right: 40px;
}

.forgot a {
    color: #fff;
    font-size: 14px;
}

.event-modal {
    max-width: 1030px;
    width: 100%;
    min-height: 590px;
    background: url(../img/modal-event-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 81px 95px 10px 95px;
}

.event-modal:after {
    content: "";
    background: url(../img/modal-hero.png) no-repeat;
    position: absolute;
    width: 1087px;
    height: 682px;
    right: -300px;
    bottom: 0px;
}

.event-modal .modal_close {
    right: 35px;
    top: 35px;
    z-index: 2;
}

.event-modal h2 {
    margin-bottom: 40px;
    font-size: 30px;
}

.event-modal h2 span {
    color: #207ab2;
}

.event-modal-content {
    position: relative;
    z-index: 1;
}

.active-note {
    margin-bottom: 50px;
}

.note {
    color: #ede1e1;
    font-size: 14px;
    padding: 17px 32px;
    background: #000000;
    border: 1px solid #21323d;
    margin-right: 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .number {
    display: block;
    background: rgba(7, 8, 11, 0.6);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    margin: 0px 10px;
}

.pagination .number:hover {
    border: 1px solid #2a5875;
    box-shadow: 0px 0px 10px 0px rgba(42, 88, 117, 0.7);
}

.pagination .number.active {
    border: 1px solid #2a5875;
    box-shadow: 0px 0px 10px 0px rgba(42, 88, 117, 0.7);
}

.eventsList {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
}

.eventsList li {
    color: #d6e2e9;
    font-size: 14px;
    width: 33.3%;
    margin-bottom: 50px;
}

.eventsList li p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.server-tab-buttons {
    margin-left: -15px;
    margin-bottom: 35px;
}

.serverTab {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    color: #8997a2;
    font-size: 24px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid #2c2f34;
    text-align: center;
    margin: 0px 15px 15px 15px;
    cursor: pointer;
}

.serverTab.active {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #506994;
    box-shadow: 0px 0px 15px 0px rgba(90, 105, 148, 0.6);
}

.server-status {
    margin-bottom: 50px;
}

.server-status div {
    font-size: 22px;
    margin-bottom: 18px;
}

.server-status div span {
    font-weight: bold;
}

.server-status p {
    font-size: 16px;
}

.online {
    color: #83ff4c;
}

.offline {
    color: #fd0612;
}

.tab-block {
    display: none;
}

.tab-block.active {
    display: block;
    animation: tab 1s linear;
}

@keyframes tab {
    0% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

.button-btn {
    display: none;
}

.content {
    background: #141519;
    min-height: 500px;
    margin-bottom: 60px;
}

.content h1 {
    font-size: 24px;
    background: #020202;
    border-bottom: 1px solid #16171a;
    padding: 45px 70px 45px 70px;
    margin-bottom: 0px;
}

.contentBlock {
    padding: 40px;
    line-height: 1.4;
	min-height: 800px;
}

.contentBlock .block {
    padding: 70px 0px;
    border-bottom: 1px solid #1e1d20;
}

.contentBlock .block h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}

.downloadTitle {
    margin-bottom: 45px;
}

.downloadButtons {
    margin: 0px -10px;
}

.downloadButtons a {
    display: block;
    width: 200px;
    height: 150px;
    background-color: #000;
    border: 1px solid #2c2f34;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 15px;
}

.downloadButtons .mega {
    background-image: url(../img/mega-icon.png);
}

.downloadButtons .mega:hover {
    border: 1px solid #d9272e;
    box-shadow: 0px 0px 14px 0px rgba(217, 39, 46, 0.5);
}

.downloadButtons .media {
    background-image: url(../img/media-icon.png);
}

.downloadButtons .media:hover {
    border: 1px solid #0077ff;
    box-shadow: 0px 0px 14px 0px rgba(0, 119, 255, 0.5);
}

.downloadButtons .torrent {
    background-image: url(../img/torrent-icon.png);
}

.downloadButtons .torrent:hover {
    border: 1px solid #57c95c;
    box-shadow: 0px 0px 14px 0px rgba(87, 201, 92, 0.5);
}

.downloadButtons .google {
    background-image: url(../img/google-icon.png);
}

.downloadButtons .google:hover {
    border: 1px solid #fdd14b;
    box-shadow: 0px 0px 14px 0px rgba(253, 209, 75, 0.5);
}

.update-block {
    max-width: 460px;
    margin: 0 auto;
}

.update-block p {
    margin-bottom: 40px;
}

.bodyPage {
    background: url(../img/body-bg-top.jpg) center top no-repeat;
    background-color: #d5d4d5;
}

.bodyPage .footer-container {
    padding-bottom: 30px;
    padding-top: 20px;
    border-radius: 20px 20px 0px 0px;
}

.contentPage {
    padding: 30px 50px;
    line-height: 1.4;
}

.contentPage a:hover {
    text-decoration: underline;
}

.formGroup {
    margin-bottom: 20px;
}

.formGroup p {
    margin-bottom: 10px;
}

.formGroupButtons-auto button,
.formGroupButtons-auto .button {
    width: auto;
}

.formGroupButtons-auto .button {
    width: auto;
}

@media (max-width: 1200px) {
    .container {
        padding: 0px 15px;
    }
    .container-top {
        padding: 75px 15px 0px 15px;
    }
    .header {
        background: rgba(0, 0, 0, 0.9);
        top: 0px;
    }
    .header-wrapper {
        height: 60px;
    }
    .header-wrapper .menu-logo {
        display: none;
    }
    .header-wrapper .fixed-logo {
        display: block;
    }
    .header-wrapper .fixed-logo img {
        height: 60px;
    }
    .header-wrapper .download-fixed {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        padding: 0px 40px;
        line-height: 60px;
        font-size: 20px;
    }
    .header-wrapper .button-btn {
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
        transition: 0.4s;
    }
    .header-wrapper .button-btn span {
        display: block;
        width: 28px;
        height: 3px;
        background: #fff;
        margin-bottom: 5px;
        transition: 0.4s;
        position: relative;
    }
    .header-wrapper .button-btn.active {
        left: 280px;
        z-index: 5;
        top: 25px;
    }
    .header-wrapper .button-btn.active span:nth-child(1) {
        transform: rotate(45deg);
        margin-bottom: -2px;
    }
    .header-wrapper .button-btn.active span:nth-child(2) {
        display: none;
    }
    .header-wrapper .button-btn.active span:nth-child(3) {
        transform: rotate(-45deg);
        margin-top: -3px;
    }
    .topPanel-top {
        height: 60px;
    }
    .topPanel-top .header-wrapper {
        justify-content: center;
    }
    .menuBlock {
        position: fixed;
        left: -320px;
        top: 0px;
        height: 100%;
        width: 320px;
        background: rgba(0, 0, 0, 0.9);
        z-index: 2;
        transition: 0.4s;
    }
    .menuBlock.active {
        left: 0px;
    }
    .menu {
        display: block;
        padding: 70px 60px;
        height: 100% !important;
        overflow: auto;
    }
    .menu li {
        height: auto;
    }
    .menu li a {
        color: #fff;
        line-height: 1;
        font-size: 24px;
        padding: 20px 0px;
    }
    .menu .dropDown-menu {
        position: relative;
        width: 100%;
        left: 0;
        padding: 20px 0px 20px 0px;
        background: none;
        top: 0px;
    }
    .menu .dropDown-menu li {
        text-align: left;
    }
    .menu .dropDown-menu li a {
        padding: 10px 0px;
        font-size: 20px;
    }
    .topPanel-top .menu li {
        height: auto;
    }
    .topPanel-top .menu li a {
        line-height: 1;
        font-size: 20px;
    }
    .fixedInfoBlock {
        top: auto;
        bottom: 180px;
    }
    .fixedInfoBlock .modalBlock {
        width: 60px;
        padding: 10px 10px;
    }
    .fixedInfoBlock .modalBlock a p {
        font-size: 10px;
    }
    .fixedInfoBlock-close {
        right: 12px;
    }
    .persoanlAcc {
        padding: 18px 30px;
    }
    .className {
        left: 20px;
    }
    .slider-video {
        right: 20px;
    }
    .gallery-thumbs {
        padding: 0px 15px;
    }
}

@media (max-width: 992px) {
    .infoBlock-buttons {
        width: 100%;
        display: flex;
    }
    .infoBlock-buttons .downloadButton {
        height: auto;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .swiper-banner {
        width: 100%;
    }
    .gameBlock {
        width: 100%;
        display: flex;
        padding: 15px;
    }
    .gameBlock>a {
        width: 50%;
    }
    .noticeaBlock,
    .updatesBlock {
        width: 50%;
        padding: 15px;
    }
    .eventTime {
        padding: 15px 0px;
    }
    .accBlock {
        height: auto;
        padding-top: 20px;
    }
    .persoanlAcc {
        margin-bottom: 15px;
    }
    .socBlock {
        padding: 20px 0px;
        border-radius: 20px 20px 0px 0px;
        background: rgba(255, 255, 255, 0.8);
    }
    .swiper-banner {
        height: 100%;
    }
    .event-modal {
        max-width: 100%;
        width: calc(100% - 30px);
        left: 0px;
        margin-left: 0px;
        padding: 50px 25px 50px 25px;
    }
    .event-modal:after {
        display: none;
    }
    .eventsList {
        max-width: 100%;
    }
}

@media (max-width: 769px) {
    .event:before,
    .event-img,
    .gallery-top:after {
        display: none;
    }
    .event {
        height: auto;
    }
    .events {
        padding: 20px;
    }
    .events>div {
        margin-right: 15px;
    }
    .gallery-top {
        height: 500px;
    }
    .gallery-top .swiper-slide {
        background-image: none !important;
    }
    .download-fixed {
        background: url(../img/download-icon.png) center no-repeat;
        background-color: #a71c1d;
    }
    .download-fixed span {
        display: none;
    }
    .content h1 {
        padding: 20px 20px;
    }
    .contentBlock {
        padding: 30px 20px;
    }
    .contentBlock .block {
        padding: 20px 0px;
    }
    .downloadTitle {
        margin-bottom: 15px;
    }
    table td {
        padding: 15px 20px;
    }
}

@media (max-width: 595px) {
    .infoBlock-buttons,
    .gameBlock {
        display: block;
    }
    .gameBlock>a {
        width: 100%;
    }
    .newsBlock {
        padding: 5px;
        margin-bottom: 30px;
    }
    .eventBlock h1 {
        margin-bottom: 20px;
        color: #000;
        text-align: center;
        padding-left: 0px;
    }
    .downloadButton,
    .accBlock {
        padding-top: auto;
        padding: 25px 15px;
    }
    .downloadButton p,
    .accBlock p {
        margin-bottom: 0px;
    }
    .noticeaBlock,
    .updatesBlock {
        width: 100%;
    }
    .gallery-top {
        height: auto;
        margin-bottom: 30px;
    }
    .gallery-thumbs-container {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .events {
        text-align: center;
        justify-content: center;
    }
    .events>div {
        margin-right: 0px;
        font-size: 26px;
    }
    .events img {
        margin: 10px 10px;
    }
    .className {
        top: 0px;
        position: relative;
    }
    .slider-video {
        top: auto;
        width: calc(100% - 30px);
        margin: 0px 15px;
        position: initial;
        display: block;
    }
    .socBlock a {
        margin: 0px 14px;
    }
    .fBlock img {
        margin-right: 0px;
        margin: 10px;
    }
    .swiper-banner {
        height: 300px;
    }
    .modal-div {
        width: calc(100% - 30px);
        max-width: 100%;
        left: 0px;
        margin-left: 0px;
        padding: 20px 25px 20px 25px;
        overflow: auto;
    }
    .pagination {
        margin: 20px 0px;
    }
    .eventsList li {
        width: 50%;
    }
    .server-tab-buttons {
        justify-content: center;
    }
    table tr {
        background: #131315;
        display: flex;
        flex-wrap: wrap;
    }
    table tr td {
        width: 100%;
        text-align: center;
    }
    table tr td:nth-child(3n+2) {
        background: #040404;
    }
    table tr td:nth-child(3n+3) {
        background: #040404;
    }
    table tr:nth-child(even) {
        background: #131315;
    }
    .contentPage {
        padding: 20px 15px;
    }
}

@media (max-width: 420px) {
    .eventsList {
        height: 100%;
        max-height: 260px;
        overflow-y: auto;
    }
    .eventsList li {
        width: 100%;
    }
}

@media (max-height: 550px) {
    .modal_div {
        align-items: flex-start;
        overflow: auto;
    }
    .modal-div {
        overflow: auto;
    }
}

.newsMoreButton-plus {
    border: 1px solid #4a484b;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding-top: 13px;
    background: rgba(16, 18, 23, 0.7);
    margin-left: -15px;
    cursor: pointer;
    transition: 0.3s;
}

.newsMoreButton-plus span {
    width: 10px;
    height: 1px;
    display: block;
    background: #b3b2af;
    margin: 0 auto;
    position: relative;
}

.newsMoreButton-plus span:nth-child(1) {
    transform: rotate(90deg);
}

.newsMoreButton-plus span:nth-child(2) {
    margin-top: -1px;
}

.rankings-class-filter
{
	display: flex;
    flex-wrap: wrap;
}

.rankings-class-filter li
{
	padding: 6px;
}