@font-face {
  font-family: Calibri;
  src: url(../fonts/calibri.ttf);
}

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;
    margin: 0;
    padding: 0;
    height: 100%;
}

//body {
    width: 100%;
 //   background: url(../images/body-bg-top.png) center top no-repeat;
    background-size: cover;
    background-color: #d5d4d5;
    font-family: "Calibri", Open Sans, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
}

body.home {
    background: url(../images/body-bg-top.png) center 50px no-repeat;
    background-size: cover;
    background-color: #000000;
    font-family: "Calibri", Open Sans, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
}

.bodyPage {
    //background: url(../images/body-bg-top-dw.png) center top no-repeat;
    background-color: #000000;
}

a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1,
h2,
h3 {
    color: #FFD700;   /* золотой цвет */
    margin-bottom: 20px;
    line-height: 1.2;
}

h1 {
    background: transparent !important; /* убираем синий фон */
    border: none;                        /* убираем рамку */
    color: #FFD700;                      /* золотой текст */
    text-align: center;                    /* по желанию выравнивание */
    padding: 0;                          /* убираем внутренние отступы */
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

img {
    max-width: 100%;
}

form {
    max-width: 100%;
    margin-bottom: 20px;
}

table {
    width: 100%;
    margin-bottom: 20px;
}
table td {
    border-collapse: collapse;
    padding: 15px 55px;
}
table tr:nth-child(odd) {
    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(../images/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;
}

.form-links {
    text-align: center;
    display: block;
}

input,
textarea {
    width: 100%;
    background: rgba(2, 2, 2, 0.42);
    border: 1px solid #292929;
    color: #fff;
    position: relative;
    padding: 17px 20px;
    position: relative;
    font-size: 16px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.enter-button {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1rem;
}

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);
    margin: 0.5rem;
}

.button {
    display: inline-block;
    text-decoration: none;
    padding: 17px 32px;
}

.button-dark {
    background: #ba8e50;
    border: 1px solid #cb9a56;
    box-shadow: none;
    text-transform: none;
    min-width: 210px;
}

.button-dark:hover {
    background: #a47a40;
}

.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: 1300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container-top {
    padding-top: 120px;
}

.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;
}

.flex-l-c {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.t-center {
    text-align: center;
}

.bright:hover {
    filter: brightness(130%);
}

.fixed-logo,
.download-fixed {
    display: none;
}

.header-small {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #0a0603;
    padding: 1rem;
}

.headerOptions {
    display: inline-block;
    float: right;
    padding-right: 1rem;		padding-top: 2px;
}

.headerOptions a {
    display: inline-block;
    padding-left: 2rem;
}

.headerOptions a:first-child {
    border-right: 1px solid #25211f;
    padding-right: 2rem;
}

.headerOptions a:hover {
    color: #f33a3a;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s;
    z-index: 10;
    background: rgb(3 3 3 / 0.4);
}

.header-wrapper {
    max-width: calc(100% - 100px);
    width: 100%;
    margin: 0 auto;
    position: relative;
    backdrop-filter: blur(5px);
}

.header-logo {
    position: absolute;
    left: 0;
}

.header-logo img {
    width: 120px;   /* фиксируем ширину */
    height: auto;   /* высота автоматическая, чтобы не ломать пропорции */
    display: block; /* убирает лишние отступы снизу */
}

.menuBlock {
    display: inline-block;
    margin-left: 10%;
}
.menu li {
    height: 100%;
    display: block;
    position: relative;
}
.menu li a {
    color: #a8a8a8;
    font-size: 20px;
    display: block;
    padding: 15px 50px 17px 50px;
    line-height: 50px;
    position: relative;
}
.menu li a:hover {
    color: #ffc169;
}
.menu li .menu-a.show {
    color: #f4f7fa;
    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;
    font-size: 16px;
    font-weight: normal;
}
.menu .dropDown-menu li a:hover {
    color: #ffffff;
}

.menu-logo {
    width: 330px;
    text-align: center;
}

.soc-icons {
    width: 140px;
    padding: 1rem 0 1rem 1rem;
    position: absolute;
    right: 0;
    text-align: right;
}

.soc-icons a {
    background: url("../images/social-icons.png") no-repeat;
    display: inline-block;
    height: 23px;
    width: 31px;
    border-radius: 4px;
    margin: 0px 5px;
    position: relative;
    transition: 0.2s all ease;
}

.soc-icons a:hover {
    filter: drop-shadow(0px 0px 5px #ffffff);
}

.soc-icons a.ds {
    background-position: 0px 0px;
}

.soc-icons a.fb {
    background-position: -60px 0px;
}

.bp {
    font-size: 11px;
    border-radius: 50%;
    background: #c21a1a;
    padding: 4px 7px;
    margin-left: 5px;
    color: white;
    font-weight: bold;
}
/*.menu li a.bp:after {
    content: 'H';
    background: #c21a1a;
    padding: 5px;
    border-radius: 50%;
    font-size: 11px;
    color: white;
    font-weight: bold;
    position: relative;
    top: -5px;
    left: 5px;
}
*/
.logo {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 50px;
}
.logo a img {
    transition: 0.2s all ease;
}
.logo a img:hover {
    filter: brightness(120%);
}

.infoBlock {
    margin-bottom: 11px;
    justify-content: space-between;
}

.infoBlock-buttons {
    width: calc(27% - 11px);
}

.newsSection {
    width: calc(40% + 10px);
}

.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 .swiper-text {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    color: #ffffff;
}
.swiper-banner .swiper-text .newsAbove {
    margin-bottom: 5px;
    color: #ffffff;
}
.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;
}
.swiper-banner .swiper-text .news {
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed rgba(250, 250, 250, 0.1);
    padding: 20px 50px 20px 0px;
    color: #ffffff;
}
.swiper-banner .swiper-text .news:last-child {
    border-bottom: 0px;
}
.swiper-banner .swiper-text .news a {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
}
.swiper-banner .swiper-text .news a span {
    color: #777e83;
}
.swiper-banner .swiper-text .news a:hover {
    color: #e7b267;
}
.swiper-banner .swiper-text .news .date {
    display: inline-block;
    right: unset;
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
}
.swiper-banner .swiper-text .news .n {
    font-size: 11px;
    border-radius: 50%;
    background: #c21a1a;
    padding: 4px 7px;
    margin-left: 5px;
    color: white;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -3px;
}
.newsBlock {
    width: 100%;
    background: rgb(1 1 1 / 0.75);
    height: 315px;
    text-align: center;
}
.newsBlock .newsTitle {
    position: relative;
    text-align: left;
    padding-left: 2rem;
    padding-top: 1rem;
    border-bottom: 1px solid #222222;
}
.newsBlock .newsTitle h3 {
    font-weight: normal;
    color: #a09c95;
}
.newsBlock .newsTitle h3 span {
    color: #e7b267;
    font-weight:bold;
}
.newsBlock .newsTitle a {
    flex-direction: column;
    height: 28px;
    width: 28px;
    border: 1px solid #ba8e50;
    border-radius: 50%;
    position: absolute;
    right: 2rem;
    top: 1rem;
    transition: 0.2s all ease;
}
.newsBlock .newsTitle a:hover {
    background-color: #ba8e50;
}
.newsBlock .newsTitle a:hover span {
    background: #fff;
}
.newsBlock .newsTitle a span {
    width: 9px;
    height: 1px;
    display: block;
    background: #ba8e50;
}
.newsBlock .newsTitle a span:nth-child(2) {
    transform: rotate(90deg);
    margin-top: -1px;
}
.news {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 50px 20px 50px;
    text-align: left;
     color: #ffffff;
}
.news a {
    color: #c0beb9;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news a span {
    color: #80776a;
}
.news a:hover {
    color: #ba8e50;
}
.news .date {
    position: absolute;
    right: 3rem;
    font-size: 14px;
    color: #80776a;
}
.news .n {
    font-weight: bold;
    font-size: 11px;
    border-radius: 50%;
    background: #c004a8;
    padding: 4px 7px;
    margin-left: 5px;
    position: relative;
    top: -3px;
}
.downloadButton {
    width: 100%;
    display: block;
    background: url(../images/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: 40px;
}

.accBlock {
    width: 100%;
    background: rgb(38 36 32 / 0.8);
    height: 447px;
    text-align: center;
}
.accBlock a {
    display: block;
    min-height: 60px;
    font-weight: bold;
    color: #a58e6f;
    font-size: 18px;
    border-bottom: 1px solid #292929;
    padding-top: 20px;
    transition: 0.2s all ease;
}
.accBlock a:hover {
    color: #ffbd61;
    background: rgb(0 0 0 / 0.2);
    text-shadow: 0px 0px 11px #8c642b;
}
.footerMenu {
    margin-left: 30rem;
    padding-top: 60px;
}
.footerMenu li a {
    padding-left: 1rem;
    padding-right: 2rem;
    color: #94999e;		font-size: 18px;
}

.lightFooter .footer-logo {
    position: absolute;
    left: 22rem;
    top: 2.9rem;
}
.widgetOptions {
    width: calc(30% - 12px);
}
.widgetOptions .buttonTabs {
    display: flex;
}
.buttonTabs a.active {
    color: #fff;
    background: #ba8e50;
    font-weight: 600;
}
.buttonTabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 35%;
    color: #c0c0c0;
    font-size: 16px;
    background: rgb(2 3 4 / 0.8);
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    border-right: 1px solid rgb(0 0 0 / 78%);
    transition: 0.2s all ease;
}
.buttonTabs a:hover {
    filter: brightness(120%);
}
.buttonTabs a:last-child {
    border-right: none;
}
.widgetContent .widgetTabBlock {
    color: #fff;
    padding: 1rem;
    display: none;
    text-align: center;
}
.widgetContent .widgetTabBlock.active {
    display: block;
    animation: opas 0.5s linear;
}
.widgetContent {
    border-top: 1px solid rgb(0 0 0 / 70%);
}
.widgetContent .widgetTabBlock:not(#cs) {
    background: rgb(2 3 4 / 0.8);
}
.widgetContent #cs.widgetTabBlock {
    background: url("../images/castle-bg.jpg") no-repeat;
}
.widgetTabBlock#events {
    padding-top: 0;
}
.widgetTabBlock#events {
    max-height: 550px;
    overflow: auto;
}
.widgetContent .widgetTabBlock {
    padding-top: 1px;
}
.castleText {
    position: absolute;
    bottom: 5.5rem;
    text-align: center;
    width: calc(30% - 15px);
}
.castleText .castleTimer h3 {
    font-weight: 400;
    margin-bottom: 5px;
}
.castleText .castleTimer #csTime {
    color: #59c6ff;
    font-weight: bold;
    font-size: 50px;
}
.castleText .castleOwner {
    margin-top: 2rem;
    font-weight: bold;
    display: block;
    vertical-align: bottom;
    font-size: 26px;
    line-height: 3rem;
}
.castleText .castleOwner .guildLogo {
    vertical-align: inherit;
    padding-right: 5px;
    position: relative;
    top: 3px;
}
.widgetContent .widgetTabBlock {
    height: 550px;
}
.footer {
    background: #24272a;
    left: 0;
    width: 100%;       /* на всю ширину */
    height: 60px;
    border-top: 1px solid #444a50;
}
.lightFooter {
    display: inline-block;
    width: 100%;
    background: #2c2f32;
    min-height: 140px;
}
.darkFooter {
    padding: 30px 20px;
    text-align: left;
    width: 65%;
    margin: 0 auto;
    display: block;
    color: #52575c;
}
.fBlock {
    padding: 30px 0px;
    font-size: 14px;
    color: #7d8088;
}
.fBlock img {
    margin-right: 60px;
}
.fBlock p {
    margin-bottom: 5px;
    color: #eff2fa;
}
.content {
    background: transparent;
    min-height: 500px;
    margin-bottom: 60px;
    margin-top: 0px; /* отступ с верху */
    border-radius: 15px;      /* закруглённые углы */
}
.content h1 {
    font-size: 24px;
    background: rgb(7 20 62 / 90%);
    border-top: 1px solid #050c23;
    border-bottom: 1px solid #050c23;
    padding: 25px 70px 27px 55px;
    margin-bottom: 0px;
}

.contentPage {
    background: rgba(3, 3, 3, 0.5); /* чёрный с 50% прозрачностью */
    padding: 2rem;
    text-align: center;
    border-radius: 15px;
}
.contentPage form {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.contentBlock {
    padding: 30px 150px;
    line-height: 1.4;
}
.contentBlock .block {
    padding: 70px 0px;
    border-bottom: 1px solid #1e1d20;
}
.contentBlock .block h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}

.fixedInfoBlock {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;		margin-top: -133px;
}
.fixedInfoBlock .modalBlock {
    position: fixed;
    right: 0;
    background: rgba(2, 2, 2, 0.9);
    width: 150px;
    padding: 20px;
    border-color: #000;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    text-align: center;
    transition: 0.3s;
}
.fixedInfoBlock .modalBlock.active {
    right: -150px;
}
.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: 60px;
    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(../images/arrow-v.png) no-repeat;
    width: 17px;
    height: 8px;
    transform: rotate(90deg);		margin-top: 15px;
}
.local,
.server {
    font-size: 14px;
}
.local span,
.server span {
    display: block;
    font-size: 26px;
    color: #e3a34a;
    font-weight: bold;
}
.fixedInfoBlock div {
    margin-bottom: 1rem;
    border-bottom: 1px solid black;
    padding-bottom: 1rem;
}
.fixedInfoBlock div:last-child {
    margin-bottom: 1rem;
    border-bottom: 0;
    padding-bottom: 0;
}
.modal_div {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    z-index: 999;
}

.modal-div {
    background: #060606;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 100%;
    position: relative;
}

.modal_div .modal_close {
    font-size: 18px;
    color: #b3b2af ;
    position: absolute;
    top: -16px;
    right: -16px;
    cursor: pointer;		width: 30px;	height: 30px;	background: rgba(2,2,2,0.85);	border: 1px solid rgba(179,178,175,0.7);	border-radius: 50%;	text-align: center;	line-height: 26px;
}

#overlay {
    z-index: 998;
    position: fixed;
    background-color: #0f0f0f;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.modalTitle {
    border-bottom: 1px solid #292929;
    padding: 2rem;
}
.modalTitle h2 {
    color: #e1e1e2;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
    margin: 0;
}

.modal-form {
    padding: 30px 55px 30px 55px;
}

.modal-form p {
    position: relative;
}
.main__info--OnlineOther {
    width: 100%;
    padding: 1rem;
    box-shadow: 1px 1px 8px 0px #393939;
    border-radius: 5px;
}

.main__info--OnlineName {
    display: flex;
    justify-content: space-between;
}
.main__info--spanName {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.main__info--spanOnline {
    font-size: 9px;
    color: #01f44b;
    text-transform: uppercase;
    font-weight: 600;
}
.main__info--OfflineName {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main__info--spanOffline {
    font-size: 9px;
    text-transform: uppercase;
    color: #ff4e00;
    font-weight: 600;
}
.main__info--OnlineServer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main__info--OfflineServer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main__info--spanServer {
    font-size: 9px;
    color: #d2c1c1;
    text-transform: uppercase;
}
.main__info--OnlineServer {
    font-size: 10px;
    color: #01f44b;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}
.main__infoOfflineSpanNum {
    font-size: 10px;
    color: #d2c1c1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.progress-bar-dmn {
    height: 16px;
    margin: 9px 0px 6px 0px;
    position: relative;
    padding-top: 1px;
}

.progress-bar-dmn:after {
    content: "";
    position: absolute;
    background-color: black;
    width: 100%;
    height: 4px;
    top: 7px;
    left: 0px;
}

.progress-bar-dmn span {
    height: 17px;
    background: url(../images/line-server.png) repeat-x;
    display: block;
    position: relative;
    z-index: 1;
}
.fixedInfoBlock-close.buttonDrop {
    border-color: #b3b2af !important;
}#download_content {	margin-bottom: -40px;}#download_content table tr td {	text-align: left;	padding: 20px 25px;	font-size: 20px;}#download_content table tr td a {	float: right;}
@media (max-width: 480px) {
  body {
    background: url(../images/body-bg-top.png) center 50px no-repeat;
    background-size: 50% auto;
    background-color: #000000;
    font-family: "Calibri", Open Sans, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
  }
}

@media (max-width: 768px) {
body {
    background: url(../images/body-bg-top.png) center 50px no-repeat;
    background-size: 50% auto;
    background-color: #000000;
    font-family: "Calibri", Open Sans, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
  }   
} 

@media screen and (max-width: 1200px) {
  body {
    background: url(../images/body-bg-top.png) center 50px no-repeat;
    background-size: contain;
    background-color: #000000;
    font-family: "Calibri", Open Sans, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
  }
    body.bodyPage .contentPage {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
    }		.bodyPage  {		background-size: 180%;	}		.container-top {		padding-top: 0px;	}
    .widgetContent #cs.widgetTabBlock {
        background-size: 100%;
    }
    .widgetContent .widgetTabBlock {
        padding: 1rem 0 0 0;
    }
    .header-wrapper {
        height: 74px;
    }
    .header-wrapper .button-btn {
        display: block;
        position: absolute;
        left: 20px;
        top: 25px;
        transition: 0.4s;
        z-index: 3;
    }
    .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;
    }
    .fixedInfoBlock .modalBlock {
        width: 150px;
        padding: 10px 10px;
    }
    .fixedInfoBlock .modalBlock a p {
        font-size: 10px;
    }
    .infoBlock-buttons {
        width: 100%;
    }
    .newsSection {
        width: 100%;
    }
    .widgetOptions {
        width: 100%;
    }
    .footer {
        height: 100%;
    }
    .lightFooter .footer-logo {
        left: 0;
    }
    .castleText {
        width: 100%;
    }
    .footerMenu {
        margin-left: 0;
        padding-top: 60px;
        display: block;
        text-align: center;
    }
    .fixedInfoBlock-close {
        right: 12px;
    }
    .menuBlock {
        position: fixed;
        visibility: hidden;
        left: -320px;
        top: 0px;
        width: 320px;
        background: rgba(0, 0, 0, 0.9);
        z-index: 2;
        transition: 0.4s;
    }		.menuBlock .flex-c-c {		display: block;	}
    .menuBlock.active {
        left: 0px;
        margin-left: 0;
        visibility: visible;
    }
    .header-wrapper {
        max-width: 100%;
    }
    .soc-icons {
        display: none;
    }
    .header-logo {
        position: absolute;
        right: 1rem;
        top: 1rem;
        left: inherit;
    }		.content {		margin-top: 128px;		margin-bottom: 0px;		min-height: auto;	}		.fixedInfoBlock {		z-index: 14;	}		.footer-logo {		display: block;		position: relative;	}		.lightFooter {		height: auto;		padding: 30px 0px;	}		.footerMenu li a {		padding: 0px;	}		.lightFooter .footer-logo {		position: relative;				left: auto;		right: auto;		top: auto;		text-align: center;		margin-bottom: 10px;	}		.footerMenu {		padding: 0px;	}		.darkFooter {		text-align: center;		padding: 30px 0px;	}		.darkFooter p {		margin: 0px;	}
}
@keyframes opas {
    0% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

/* Обёртка формы */
.one-line-form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0a0a0a; /* тот самый чёрный фон */
    padding: 8px 0;
}

/* Вся форма */
.one-line-form form {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: inherit;
}

/* Поля */
.one-line-input {
    padding: 5px 12px;
    font-size: 13px;
    height: 32px;
    border: 1px solid #444;
    border-radius: 4px;
    background: #1c1c1c;
    color: #fff;
    width: 140px;
}

/* Кнопка */
.one-line-btn {
    padding: 5px 16px;
    font-size: 13px;
    height: 32px;
    background: linear-gradient(to bottom, #333, #111);
    color: #fff;
    border: 1px solid #555;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

/* Ссылка */
.one-line-link {
    font-size: 12px;
    color: #999;
    margin-left: 6px;
    white-space: nowrap;
}

.login-top-center {
    position: absolute;
    top: 8px; /* регулируй по вкусу */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: flex;
    justify-content: center;
    width: max-content;
}

/* Остальные стили формы — те же (input, btn, link) */

/* Общий контейнер */
#timer_div_title,
#timer_div_time {
    position: absolute;
    top: 650px;     /* отступ сверху */
    left: 42%;    /* отступ слева */
    text-align: left;
}

#timer_container {
    position: absolute;
    left: 43%;
    transform: translateX(-50%);
    text-align: center;
}

/* Заголовок */
#timer_div_title {
    font-size: 32px;
    font-weight: bold;
    color: #FFD700;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    text-align: center; /* чтобы было по центру */
}

#timer_div_time {
    display: flex;
    justify-content: center;
    gap: 20px;       /* расстояние между блоками таймера */
    margin-top: -170px; /* отступ сверху от заголовка */
}

#timer_div_time {
    display: flex;
    justify-content: center;
    gap: 20px; /* расстояние между блоками таймера */
}

/* Блоки таймера */
.timmer_inner_block {
    background: #111;
    padding: 12px 15px;   /* компактнее */
    border-radius: 10px;
    text-align: center;
    min-width: 70px;
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.4);
}

.timmer_inner_block .title {
    font-size: 13px;
    color: #FFD700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.timmer_inner_block .count {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}

#logo_container {
    position: absolute;
    top: 90px;         /* регулируй высоту под своё меню */
    left: 5%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;       /* чтобы был поверх всего */
}

#logo_container img {
    max-width: 320px;  /* можно увеличить/уменьшить */
    height: auto;
     transition: all 0.3s ease; /* плавный эффект */
}

#logo_container img:hover {
    filter: brightness(1.3) drop-shadow(0 0 20px #0ff); /* голубое свечение */
}

/* базовый вид — прозрачный фон, тонкая золотая рамка и золотой текст */
.custom_button {
    background: transparent !important;
    color: #FFD700 !important;
    border: 1px solid #FFD700 !important;
    box-shadow: none !important;
}

/* состояние при наведении — лёгкая инверсия для фидбека (можно убрать, если не нужно) */
.custom_button:hover {
  background: rgba(255, 215, 0, 0.95); /* почти сплошной золотой при hover */
  color: #000;                          /* чёрный текст при hover */
}

/* активная/выбранная кнопка — помечается классом .active */
.custom_button.active {
  background: rgba(255, 215, 0, 0.95);
  color: #000;
}

.rankings-select {
    text-align: center;
}

/* общий контейнер — центрируем */
.servers-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin: 50px auto;
    max-width: 1000px;
}

.radial-stat {
    background: rgba(0, 0, 0, 0.7);
    border: 3px solid #00FF00;   /* зелёный бордер */
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    /* свечение как у логотипа */
    box-shadow:
        0 0 15px rgba(0, 255, 128, 0.8),
        0 0 30px rgba(0, 200, 255, 0.6),
        0 0 45px rgba(0, 255, 0, 0.7);

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.radial-stat:hover {
    transform: scale(1.05);
    box-shadow:
        0 0 25px rgba(0, 255, 128, 1),
        0 0 50px rgba(0, 200, 255, 0.9),
        0 0 70px rgba(0, 255, 0, 0.9);
}
/* текст внутри */
.serverInfo__name {
    font-size: 16px;
    font-weight: bold;
    color: #FFD700;
    text-transform: uppercase;
    display: block;
}

.serverInfo__online {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.serverInfo__online .status-text {
    display: block;
    margin-top: 15px;   /* регулируй этот параметр */
    font-size: 18px;
}

.serverInfo__online.online .status-text {
    color: #00FF00; /* зелёный */
}

.serverInfo__online.offline .status-text {
    color: red; /* красный */
}

.serverInfo__count {
    display: block;
    margin-top: 20px;   /* регулируй здесь отступ вниз от EXP */
    font-size: 20px;
    font-weight: bold;
    color: #00FF00; /* зелёный */
}

.serverInfo__status {
    display: block;
    margin-top: 25px;   /* отступ для Online/Offline */
    font-size: 18px;
    font-weight: bold;
}

.serverInfo__status.online {
    color: #00FF00; /* зелёный */
}

.serverInfo__status.offline {
    color: red; /* красный */
}



/* Стили для текстов гайдов */
#content_center {
    background: rgba(0, 0, 0, 0.7); /* полупрозрачный фон */
    padding: 25px;
    border-radius: 12px;
    color: #fff; /* белый текст */
    line-height: 1.6;
}

/* Заголовки в гайдах */
#content_center h1,
#content_center h2,
#content_center h3 {
    color: #FFD700; /* золотой цвет */
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}

/* Таблицы в гайдах */
#content_center table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(20, 20, 20, 0.85);
    border-radius: 8px;
    overflow: hidden;
}

#content_center th,
#content_center td {
    border: 1px solid #555;
    padding: 10px;
    text-align: left;
    color: #fff;
}

#content_center th {
    background: #111;
    color: #FFD700;
    text-transform: uppercase;
}

/* tooltip.css */
#tooltip {
  position: absolute;
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  display: none;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.2s ease;
  opacity: 0;
  max-width: 380px;
    border: 2px solid gold;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
}
#tooltip img {
  border-radius: 4px;
}

table td img {
  vertical-align: middle;   /* выравнивание иконки по середине строки */
  margin-right: 6px;        /* отступ между иконкой и текстом */
}

/* Общий контейнер тикета */
.ticket-view-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    padding: 20px;
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;
}

/* Внутренняя коробка */
.ticket-view-box {
    background: #2c2f32;
    border: 1px solid #444a50;
    border-radius: 8px;
    padding: 25px 30px;
    color: #fff;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* Блок основного сообщения */
.ticket-message-block {
    background: #24272a;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 25px;
}

/* Метаданные тикета */
.ticket-meta {
    margin-bottom: 15px;
    font-size: 14px;
    color: #bbb;
}

.ticket-meta .meta-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.ticket-meta .label {
    font-weight: bold;
    color: #f5d76e;
}

.ticket-meta .value {
    color: #fff;
}

/* Само сообщение тикета */
.ticket-message {
    font-size: 15px;
    line-height: 1.6;
    color: #e0e0e0;
}

/* Ответы */
.ticket-replies {
    margin-top: 25px;
}

.ticket-reply {
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 6px;
    background: #1e1f22;
    border: 1px solid #333;
    color: #ddd;
}

.ticket-reply:nth-child(even) {
    background: #2a2c30;
}

/* Верхняя строка ответа (имя + время) */
.ticket-reply {
    background: #1e1f22 !important;
    color: #fff !important;
    padding: 15px 20px !important;
    border: 1px solid #333 !important;
}

/* Форма ответа */
#support_reply_form {
    margin-top: 30px;
}

#support_reply_form textarea {
    width: 100%;
    min-height: 120px;
    background: #1e1f22;
    border: 1px solid #444;
    color: #fff;
    padding: 15px;
    border-radius: 6px;
    font-size: 14px;
    resize: vertical;
}

#support_reply_form button {
    margin-top: 10px;
}

#support_form textarea {
    resize: none;   /* запрещает растягивание */
    width: 100%;    /* ширина */
    min-height: 150px; /* фиксированная высота (или можно height: 150px;) */
}

.s6_button {
    display: inline-block;
    padding: 10px 30px;
    background: linear-gradient(to bottom, #2a2a2a, #121212);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 6px;
    box-shadow:
        inset 0 0 10px rgba(255, 255, 255, 0.05),
        0 0 6px rgba(0, 255, 255, 0.15);
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.s6_button:hover {
    background: linear-gradient(to bottom, #3a3a3a, #1c1c1c);
    box-shadow:
        0 0 8px rgba(0, 255, 255, 0.3),
        inset 0 0 12px rgba(255, 255, 255, 0.08);
}

.file-btn {
  background: linear-gradient(#2c2c2c, #1a1a1a);
  border: 1px solid #111;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 20px;
  cursor: pointer;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
              0 0 5px rgba(0, 0, 0, 0.8);
  transition: all 0.2s ease;
  display: inline-block;
}

.file-btn:hover {
  background: linear-gradient(#3a3a3a, #1f1f1f);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
              0 0 8px rgba(0, 150, 255, 0.6);
}

.file-btn:active {
  background: linear-gradient(#1a1a1a, #0e0e0e);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.6);
}

#file-chosen {
  margin-left: 10px;
  font-size: 13px;
  color: #bbb;
  font-style: italic;
}

.news-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: 'Candara', sans-serif;
  font-size: 15px;
  background: rgba(20, 20, 40, 0.9);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
   margin-top: 260px;
}

.news-table thead {
  background: linear-gradient(90deg, #3f5a99, #b100f6);
  color: #fff;
  text-transform: uppercase;
}

.news-table th, .news-table td {
  padding: 12px 15px;
  text-align: left;
}

.news-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: 0.3s;
}

.news-table tbody tr:hover {
  background: rgba(63,90,153,0.2);
}

.news-title a {
  color: #c163ed;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.news-title a:hover {
  color: #3f5a99;
}

.news-date {
  color: #98b2f0;
  font-weight: bold;
}

.news-more {
  display: inline-block;
  padding: 5px 12px;
  background: linear-gradient(#2c2c2c, #1a1a1a);
  border: 1px solid #111;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}

.news-more:hover {
  background: linear-gradient(#3a3a3a, #1f1f1f);
  box-shadow: 0 0 8px rgba(0,150,255,0.6);
}


