@font-face {
    font-family: Calibri;
    src: url(../fonts/Calibri-Light.eot);
    src: local("Calibri Light"), local("Calibri-Light"), url(../fonts/Calibri-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Calibri-Light.woff2) format("woff2"), url(../fonts/Calibri-Light.woff) format("woff"), url(../fonts/Calibri-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Calibri;
    src: url(../fonts/Calibri-Bold.eot);
    src: local("Calibri Bold"), local("Calibri-Bold"), url(../fonts/Calibri-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Calibri-Bold.woff2) format("woff2"), url(../fonts/Calibri-Bold.woff) format("woff"), url(../fonts/Calibri-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Calibri;
    src: url(../fonts/Calibri.eot);
    src: local("Calibri"), url(../fonts/Calibri.eot?#iefix) format("embedded-opentype"), url(../fonts/Calibri.woff2) format("woff2"), url(../fonts/Calibri.woff) format("woff"), url(../fonts/Calibri.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.form_group input {
    width: 100%;
    border: 0;
    border-radius: 0;
    height: 46px;
    border-bottom: 1px solid #0084b7
}

.form_group input:focus {
    border-bottom: 1px solid #999;
    outline: -webkit-focus-ring-color auto 0
}

.form_group ::placeholder {
    font-size: 12px;
    color: #999
}

.form_group textarea {
    border: 0;
    border-radius: 0;
    border: 1px solid #0084b7;
    resize: unset;
    padding: 10px;
    width: -webkit-fill-available
}

.form_group textarea:focus {
    border: 1px solid #999;
    outline: -webkit-focus-ring-color auto 0
}

.form_group input[type=submit] {
    height: auto;
    padding: 10px 40px;
    width: max-content;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: #003672;
    background: linear-gradient(90deg, #003672 0, #0087ba 50%, #003672 100%)
}

.form_group input[type=submit]:hover {
    background: #444
}

span.wpcf7-not-valid-tip {
    font-size: 12px
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    text-align: center;
    font-size: 12px
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    text-align: center;
    font-size: 14px
}

b, h1, h2, h3, h4, h5, h6, p, strong {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #fff
}

.wrap {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .wrap {
        width: 750px
    }
}

@media (min-width: 992px) {
    .wrap {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .wrap {
        width: 1170px
    }
}

body {
    margin: 0;
    font-family: Calibri, sans-serif;
    font-weight: 400;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    overflow-x: hidden
}

.hidden {
    display: none
}

.wrapper {
    background-image: url(../img/bg.jpg);
    background-position: center top;
    width: 100%
}

.top_line {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px
}

.t-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0
}

.t-char {
    width: 30%;
    margin-top: 40px
}

.t-char img {
    display: flex
}

.t-server {
    width: 40%;
    text-align: center
}

.t-server .green-link {
    margin: auto;
    margin-top: 30px
}

.streamers {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: end;
    width: 30%;
    margin-top: 40px;
    margin-bottom: 10px;
}

.stream-item {
    width: 250px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.stream-item p {
    font-size: 18px;
    font-weight: 300;
    color: rgba(234, 222, 207, .5);
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px
}

.stream-item a {
    font-weight: 300;
    color: #eadecf;
    font-size: 14px;
    text-decoration: underline
}

.server_status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.server_item {
    position: relative;
    border: 2px solid rgba(255, 255, 255, .1);
    width: 113px;
    height: 113px;
    border-radius: 50%
}

.progress-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 105px;
    height: 105px
}

.progress-bar, .progress-bg {
    fill: none;
    stroke-width: 3
}

.progress-bg {
    stroke: rgba(0, 0, 0, .4)
}

.progress-bar {
    stroke: #fedd9e;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dashoffset 1.5s
}

.progress-text {
    font-size: 20px;
    font-weight: 700;
    fill: #4caf50;
    text-anchor: middle;
    dominant-baseline: middle
}

.server_status_text {
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    bottom: 0;
    margin: auto;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.server_status_text b {
    font-weight: 700;
    font-size: 24px;
    color: #eadecf
}

.server_status_text p {
    font-weight: 700;
    font-size: 13px;
    color: #b4e628
}

.green-link {
    position: relative;
    background-color: rgba(119, 152, 16, .75);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    line-height: 1.2;
    padding: 7px 15px;
    width: max-content
}

.green-link b {
    text-shadow: 1px 2px 11px rgba(0, 0, 0, .25);
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase
}

.green-link span {
    color: rgba(234, 222, 207, .74)
}

.green-link::before {
    content: "";
    position: absolute;
    border: 1px solid rgba(243, 225, 164, .2);
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px
}

.green-link:hover {
    transition: .3s;
    background-color: #5f7d00
}

.menu-container {
    position: relative;
    background: url(../img/bg-menu.jpg);
    background-position: center top;
    width: 100%;
    height: 75px
}

.menu-container::before {
    content: "";
    background-image: url(../img/line_left.png);
    width: 61px;
    height: 33px;
    position: absolute;
    left: -7px;
    top: -12px
}

.menu-container::after {
    content: "";
    background-image: url(../img/line_right.png);
    width: 61px;
    height: 33px;
    position: absolute;
    right: -7px;
    top: -12px
}

.menu-bg {
    position: absolute;
    top: -16px;
    left: 0;
    right: 0
}

.menu-bg img {
    display: flex;
    margin: auto
}

.menu-all {
    height: 100%;
    display: flex;
    justify-content: space-between
}

li, ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
#mainMenu {
    gap: 0;
}
.menu {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center
}

.menu li {
    position: relative;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.menu li::before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, .08)
}

.menu li:last-child::before {
    display: none
}

.menu a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 25px;
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #eadecf;
    text-decoration: none;
    text-transform: uppercase
}

.menu a:hover {
    background-color: rgba(255, 255, 255, .05)
}

.cp_link {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: rgba(42, 63, 0, .8);
    padding: 0 23px
}

.cp_link:hover {
    background-color: rgba(168, 255, 0, .1)
}

.lk-btn {
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    line-height: 1.2
}

.lk-btn b {
    text-transform: uppercase;
    color: #eadecf;
    font-weight: 300;
    font-size: 14px
}

.lk-btn span {
    font-weight: 300;
    color: #828f5d;
    font-size: 10px
}

.content {
    background-color: #232120
}

.main {
    position: relative;
    background-color: #232120;
    padding: 0 20px;
    padding-bottom: 30px
}

.main::before {
    content: "";
    position: absolute;
    background-image: url(../img/main-left.png);
    width: 48px;
    height: 24px;
    left: -4px;
    bottom: -7px
}

.main::after {
    content: "";
    position: absolute;
    background-image: url(../img/main-right.png);
    width: 48px;
    height: 24px;
    right: -4px;
    bottom: -7px
}

.title-block {
    border-bottom: 1px solid rgba(234, 222, 207, .07);
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.title-block .tabs {
    display: flex;
    gap: 30px
}

.title-block .tabs a {
    position: relative;
    font-size: 16px;
    text-decoration: none;
    color: #786d5e
}

.title-block .tabs a.active {
    color: #f8f2e9
}

.title-block .tabs a.active::before {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 100%;
    border-bottom: 2px solid #fc0
}

.title-block a {
    color: #786d5e;
    font-size: 14px;
    text-decoration: underline;
    line-height: 1.1
}

.title-block a:hover {
    color: gray;
    text-decoration: none
}

.title {
    line-height: 1.2;
    font-weight: 400;
    position: relative;
    color: #c4b9ab;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-left: 12px
}

.title::before {
    content: "";
    background-image: url(../img/arrow_title.png);
    width: 6px;
    height: 9px;
    position: absolute;
    left: 0
}

.news {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 25px
}

.news-item {
    display: flex;
    flex-direction: column;
    background-color: #2b2826
}

.news-item img {
    width: 100%
}

.news-item h3 {
    font-weight: 700;
    color: #f8f2e9
}

.news-item p {
    font-weight: 300;
    color: #9f8f7b;
    font-size: 14px
}

.news-desc {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.news-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding-bottom: 15px
}

.news-data p {
    font-size: 12px;
    font-weight: 700;
    color: #efc255
}

.news-data a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 5px 10px
}

.news-data a:hover {
    color: gray
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.our-server-item {
    background-image: url(../img/bg-slider.jpg);
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.os-item-left {
    width: 30%;
    height: 100%;
    position: relative
}

.os-item-left img {
    position: absolute;
    left: 0;
    bottom: 0
}

.os-item-right {
    padding: 15px;
    width: 65%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box
}

.os-item-right h4 {
    font-weight: 700;
    font-size: 30px;
    color: #f8f2e9;
    margin-bottom: 20px
}

.os-item-right p {
    line-height: 1.6;
    font-size: 14px;
    color: #9f8f7b;
    font-weight: 300
}

.rates {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.r-item {
    border: 1px solid rgba(234, 222, 207, .1);
    width: max-content;
    padding: 10px 20px;
    min-width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    line-height: 1
}

.r-item h3 {
    font-size: 30px;
    color: #fc0
}

.r-item p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px
}

.footer-all {
    display: grid;
    align-items: center;
    grid-template-columns:repeat(3, 1fr);
    margin-top: 40px
}

.logo-footer img {
    height: 100px
}

.f-menu {
    display: flex;
    align-items: center;
    gap: 40px
}
@media (max-width: 900px) {
    .f-menu {
        flex-wrap: wrap;
    }
}
.f-menu a {
    font-size: 14px;
    color: #eadecf;
    font-weight: 300;
    text-transform: uppercase
}

.f-menu a:hover {
    color: #fff
}

.f-right {
    text-align: right
}

#to-top {
    display: block;
    cursor: pointer;
    width: max-content;
    margin: 0 0 0 auto
}

#to-top:hover {
    filter: brightness(2)
}

.copyright {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 20px
}

.copyright a {
    color: #fc0
}

.copyright p {
    line-height: 1.2;
    font-weight: 300;
    font-size: 14px;
    color: gray
}

.top-counter {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.best-player-forums {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.best-player {
    width: 48%
}

.forums {
    width: 48%
}

.forum-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px dotted rgba(165, 151, 133, .1);
    border-width: 2px;
    padding: 10px 15px
}

.forum-item:last-child {
    border-bottom: none
}

.forum-top {
    width: 60%;
    line-height: 1.3
}

.forum-top a {
    color: #786d5e;
    font-size: 16px;
    font-weight: 300
}

.forum-top a:hover {
    color: #524840
}

.forum-top .forum-date p {
    font-size: 12px;
    color: #524840;
    font-weight: 300
}

.forum-top .forum-date p b {
    color: #786d5e
}

.forum-link {
    color: #786d5e;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid rgba(165, 151, 133, .2);
    padding: 4px 7px;
    display: flex
}

.forum-link:hover {
    color: #786d5e;
    border-color: #786d5e
}

.forum-all {
    background-color: #282523
}

.rating-content {
    display: flex;
    flex-direction: column;
    width: 100%
}

.r-body {
    display: flex;
    justify-content: space-between;
    color: #999490;
    font-weight: 300;
    background-color: #2c2927;
    padding: 10px 15px
}

.r-table {
    background-color: #292624
}

.rate-item {
    padding: 12px 15px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    color: #786d5e;
    border-bottom: 1px dotted rgba(165, 151, 133, .1);
    border-width: 2px
}

.rate-item b {
    font-size: 18px;
    color: #c4b9ab;
    font-weight: 700
}

.rate-item:last-child {
    border-bottom: none
}

span.pvp {
    font-size: 18px;
    font-weight: 700;
    color: #75af30
}

span.pk {
    font-size: 18px;
    font-weight: 700;
    color: #af4230
}

.rating-numb {
    color: #999490;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid rgba(153, 148, 144, .3);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.rating-numb-top {
    position: relative;
    width: 29px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999490
}

.rating-numb-top img {
    left: 0;
    position: absolute
}

.t-rating {
    width: 25%
}

.t-social {
    width: 50%;
    text-align: center
}

.t-lang {
    width: 25%
}

.nav__langs {
    position: relative;
    z-index: 1;
    max-height: 30px;
    width: max-content;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 8px;
    margin: 0 0 0 auto
}

.nav__langs-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    flex-wrap: nowrap;
    cursor: pointer;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    transition: color .3s ease-in-out
}

.nav__langs-item.active, .nav__langs-item:hover {
    color: #fff
}

.nav__langs-item img {
    width: 22px;
    aspect-ratio: 34/24;
    border-radius: 2px
}

.nav__langs-item--current:after {
    content: "";
    width: 12px;
    aspect-ratio: 12/6;
    background: url(../img/arrow.png);
    background-size: 100% 100%;
    transition: transform .3s ease-in-out
}

.nav__langs-item.active:after {
    transform: scale(1, -1)
}

.nav__langs-stroke {
    list-style-type: none;
    position: absolute;
    z-index: 1;
    top: calc(100% + 2px);
    right: 0;
    padding: 8px;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    display: none
}

.nav__langs-stroke li:not(:first-child) {
    margin-top: 10px
}

.nav__links {
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 30px;
    margin-left: auto;
    position: relative;
    z-index: 2
}

.nav__links-item {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 6px;
    transition: color .3s ease-in-out
}

.nav__links-item:hover {
    color: var(--brand-color)
}

.nav__links-item img {
    height: 16px
}

.nav__switch {
    width: 34px;
    height: 34px;
    position: relative;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .15);
    display: none;
    transition: background-color .3s ease-in-out, border .3s ease-in-out;
    z-index: 3;
    border-radius: 50%;
    margin-left: auto
}

.nav__switch:hover {
    background-color: var(--brand-color)
}

.nav__switch:hover .nav__switch-item, .nav__switch:hover:after, .nav__switch:hover:before {
    background: #1c2227
}

.nav__switch:hover .nav__switch-item {
    transform: scale(.7, 1)
}

.nav__switch.active:after {
    transform: rotate(-135deg) scale(.7, 1);
    top: calc((100% - 2px) / 2)
}

.nav__switch.active:before {
    transform: rotate(135deg) scale(.7, 1);
    top: calc((100% - 2px) / 2)
}

.nav__switch.active .nav__switch-item {
    transform: scale(0, 1)
}

.nav__switch:after {
    content: "";
    width: calc(100% - 12px);
    height: 2px;
    background: #cdcfd1;
    position: absolute;
    transform: rotate(0);
    transition: all .3s ease-in-out;
    top: 11px;
    left: 6px;
    transform: scale(.7, 1)
}

.nav__switch:before {
    content: "";
    width: calc(100% - 12px);
    height: 2px;
    background: #cdcfd1;
    position: absolute;
    transform: rotate(0);
    transition: all .3s ease-in-out;
    top: calc(100% - 13px);
    left: 6px;
    transform: scale(.7, 1)
}

.nav__switch-item {
    width: calc(100% - 12px);
    height: 2px;
    background: #cdcfd1;
    position: absolute;
    top: calc((100% - 2px) / 2);
    left: 6px;
    transform: rotate(0);
    transition: all .3s ease-in-out;
    transform: scale(.7, 1)
}

.gw-burger {
}

.swiper-arrows {
    position: relative;
    display: flex;
    width: 220px;
    justify-content: space-between;
    margin: auto;
    margin-top: 15px
}

.swiper-arrows .swiper-pagination-arr {
    display: flex;
    align-items: center;
    justify-content: center
}

.swiper-arrows .swiper-button-next-arr, .swiper-arrows .swiper-button-prev-arr {
    cursor: pointer
}

.swiper-arrows .swiper-button-next-arr img, .swiper-arrows .swiper-button-prev-arr img {
    display: block
}

.swiper-arrows .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #938472;
    width: 10px;
    height: 10px
}

.swiper-arrows .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #615a56
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
    z-index: 99999
}
.footer {
}
.popup-content {
    background-image: url(../img/bg.jpg);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    width: 100%;
    max-width: 70%;
    position: relative;
    min-height: 450px
}

.popup-content h3 {
    font-size: 26px;
    color: #eadecf;
    text-transform: uppercase;
    margin-bottom: 20px
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 32px;
    cursor: pointer;
    color: #39352e
}

.close:hover {
    color: red
}

.tabs {
    display: flex;
    width: 100%
}

.tab-buttons {
    display: flex;
    flex-direction: column
}

.tab-button {
    border-bottom: 1px solid #3c3c3c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    font-weight: 700;
    font-size: 24px;
    color: #eadecf;
    background-color: transparent;
    flex: 1;
    padding: 20px 10px;
    cursor: pointer;
    border: none;
    outline: 0;
    transition: background-color .3s ease
}

.tab-button span {
    background-color: red;
    color: #fff
}

.tab-button.active {
    background-color: rgba(0, 0, 0, .5)
}
@media (max-width: 1024px) {
    .gfas{
        display: none;
    }
}
@media (min-width: 1024px) {
    .t-social{
        padding-left: 121px;
    }
}
.tab-button:hover {
    background-color: rgba(0, 0, 0, .45)
}

.tab-content {
    width: 66%
}

.tab-item:last-child:after {
    display: none
}

.tab {
    display: none
}

.tab.active {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.tab-item {
    width: 50%
}

.tab-item h4 {
    font-weight: 700;
    color: #efc255;
    text-transform: uppercase;
    font-size: 18px
}

.tab-left {
    width: 33%;
    position: relative
}

.tab-left h4 {
    font-weight: 700;
    color: #efc255;
    text-transform: uppercase;
    font-size: 18px
}

.tab-left:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    top: 5px;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 2px dashed #474747
}

.tab-con-item-link {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 15px 0
}

.tab-con-item-link:not(:last-child) {
    border-bottom: 1px solid #4a4a4b
}

.item__content {
    position: relative;
    z-index: 2;
    line-height: 16px;
    width: calc(100% - 67px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 7px
}

.tab-con-item-link:hover .btn__content {
    background-color: #779810;
    color: azure
}

.tab-item {
    position: relative;
    padding: 0 20px
}

.tab-item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    top: 5px;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 2px dashed #474747
}

.btn__content {
    position: relative;
    background-color: rgba(119, 152, 16, .75);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    line-height: 1.2;
    padding: 7px 15px;
    font-size: 14px;
    width: max-content
}

.btn__content b {
    text-shadow: 1px 2px 11px rgba(0, 0, 0, .25);
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase
}

.btn__content span {
    color: rgba(234, 222, 207, .74)
}

.btn__content::before {
    content: "";
    position: absolute;
    border: 1px solid rgba(243, 225, 164, .2);
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px
}

.btn__content:hover {
    transition: .3s;
    background-color: #5f7d00
}

.item__title {
    text-transform: uppercase;
    font-size: 16px;
    color: #fcfcfb
}

.item__desc {
    color: gray;
    font-size: 14px
}

span.color-yellow {
    color: #ff0
}

@media only screen and (max-width: 767px) {
    .popup-content {
        min-width: 100%
    }

    .tabs {
        flex-wrap: wrap
    }

    .tab-left {
        width: 100%
    }

    .tab-content {
        width: 100%
    }

    .tab.active {
        flex-wrap: wrap
    }

    .tab-item {
        width: 100%
    }

    .item__title {
        font-size: 14px
    }

    .item__desc {
        font-size: 12px
    }

    .tab-button {
        gap: 15px;
        font-size: 18px
    }

    .tab-left:after {
        display: none
    }

    .tab-item:after {
        display: none
    }

    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
        background-color: #221e1d;
        box-shadow: -2px 0 8px rgba(0, 0, 0, .1);
        transform: translateX(-100%);
        transition: transform .3s ease-in-out;
        z-index: 9999;
        display: flex;
        align-items: flex-start;
        gap: 25px;
        flex-direction: column;
        padding-top: 70px;
        padding-left: 20px;
        box-sizing: border-box
    }

    .menu li {
        height: auto
    }

    .menu li::before {
        display: none
    }

    ul.menu.active {
        transform: translateX(0)
    }

    .navigation__burger {
        display: block
    }

    .gw-burger {
        position: relative;
        width: 42px;
        height: 42px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999999;
    }

    .gw-burger__line {
        position: absolute;
        width: 24px;
        height: 2px;
        background: linear-gradient(90deg,#c8a060,#ffb84d);
        border-radius: 2px;
        transition: all .35s ease;
        box-shadow: 0 0 8px rgba(255,180,70,.4);
    }

    .gw-burger__line_pos_top { top: 12px; }
    .gw-burger__line_pos_middle { top: 50%; transform: translateY(-50%); }
    .gw-burger__line_pos_bottom { bottom: 12px; }


    /* 🔥 меню красивее */
    .menu {
        background: linear-gradient(180deg,#1a1714,#0f0d0c);
        backdrop-filter: blur(10px);
    }

    .menu a {
        position: relative;
        color: #eadecf;
        transition: all .25s ease;
    }

    .menu a::after {
        content: "";
        position: absolute;
        left: 24px;
        bottom: 8px;
        width: 0;
        height: 1px;
        background: linear-gradient(90deg,#c8a060,#ffb84d);
        transition: width .3s ease;
    }

    .menu a:hover {
        color: #fff;
        padding-left: 28px;
    }

    .menu a:hover::after {
        width: 40px;
    }
    .gw-burger__line_pos_top {
        pointer-events: none;
        top: 32%
    }

    .gw-burger__line_pos_middle {
        pointer-events: none;
        top: 50%;
        transform: translateY(-50%)
    }

    .gw-burger__line_pos_bottom {
        pointer-events: none;
        bottom: 32%
    }

    .gw-burger_active .gw-burger__line_pos_top {
        transform: rotate(45deg) translateY(-50%);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        top: 50%
    }

    .gw-burger_active .gw-burger__line_pos_middle {
        transform: rotate(180deg);
        opacity: 0
    }

    .gw-burger_active .gw-burger__line_pos_bottom {
        transform: rotate(-45deg) translateY(50%);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        bottom: 50%
    }

    .t-char {
        display: none
    }

    .news {
        grid-template-columns:repeat(2, 1fr)
    }

    .menu-bg {
        display: none
    }

    .t-social {
        width: max-content
    }

    .t-content {
        flex-wrap: wrap
    }

    .t-server {
        width: 100%
    }

    .streamers {
        display: none
    }

    .f-menu {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center
    }

    .t-content {
        margin-top: 20px
    }

    .t-server .green-link {
        margin-bottom: 20px
    }

    .cp_link {
        margin: auto;
        height: 100%
    }

    .news-item h3 {
        font-size: 14px;
        line-height: 1.2
    }

    .news-item p {
        font-size: 12px;
        line-height: 1.2
    }

    .news-desc {
        padding: 0 8px
    }

    .news-data p {
        font-size: 12px
    }

    .news-data a {
        padding: 3px 6px
    }

    .best-player {
        width: 100%
    }

    .forums {
        width: 100%
    }

    .forum-top {
        line-height: 1.2;
        width: 60%;
        padding: 0 10px
    }

    .forum-top a {
        line-height: 1.1
    }

    .forum-link {
        text-align: center;
        font-size: 12px;
        padding: 0
    }

    .footer-all {
        display: flex;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap
    }

    #to-top {
        margin: auto;
        margin-top: 20px
    }

    .copyright {
        justify-content: center;
        gap: 20px
    }

    .our-server-item {
        height: auto
    }

    .os-item-left {
        display: none
    }

    .os-item-right {
        width: 100%;
        padding: 8px
    }

    .os-item-right h4 {
        margin-bottom: 0
    }
}
@media (max-width: 1104px) {
    .cp_link {
        display: none;
    }
    }
/* ═══════════════════════════════════════
           RESPONSIVE BREAKPOINTS
        ═══════════════════════════════════════ */

/* ─── TABLET (≤ 1024px) ─── */
@media (max-width: 1024px) {
    .wrap {
        padding: 0 0 20px 0;
    }
    .content {
        padding: 0 10px;
    }
    .t-content {
        grid-template-columns: 160px 1fr 160px;
    }

    .t-char img { max-height: 200px; }

    .stream-item { width: 160px;
        }

    .news { grid-template-columns: repeat(2, 1fr); }

    .menu a { padding: 0 12px; font-size: 10px; }
}

/* ─── SMALL TABLET (≤ 860px) ─── */
@media (max-width: 860px) {
    .t-content { grid-template-columns: 1fr; }

    .t-char { display: none; }
    .streamers { display: none; }

    .t-server { padding-top: 10px; }

    .footer-all { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

/* ─── MOBILE MENU (≤ 768px) ─── */
@media (max-width: 768px) {
    .gw-burger { display: flex; align-items: center; }

    .menu {
        position: fixed;
        top: 0; left: 0;
        width: 280px; height: 100%;
        background: #1a1714;
        border-right: 1px solid rgba(239,194,85,0.15);
        flex-direction: column;
        align-items: flex-start;
        padding: 70px 0 30px;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 99990;
        overflow-y: auto;
    }

    .menu.active { transform: translateX(0); }

    .menu li { width: 100%; height: auto; }
    .menu li::after { display: none; }

    .menu a {
        padding: 14px 24px;
        font-size: 12px;
        height: auto;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }

    .cp_link {
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.07);
        padding: 14px 24px;
        width: 100%;
    }

    .menu-all { flex-wrap: wrap; }

    .best-player-forums { grid-template-columns: 1fr; }

    .tab.active { grid-template-columns: 1fr; }
    .tab-left { width: 100%; border-right: none; padding-right: 0; border-bottom: 2px dashed #474747; padding-bottom: 16px; margin-bottom: 16px; }
    .tab-content { padding-left: 0; }
    .tab-item::after { display: none !important; }
    .tabs { flex-direction: column; }

    .forum-item { flex-wrap: wrap; }
    .forum-link { font-size: 10px; }

    .top-counter { justify-content: center; }
    .copyright { justify-content: center; text-align: center; }
}

/* ─── MOBILE (≤ 600px) ─── */
@media (max-width: 767px) {
    body { font-size: 15px; }

    .top_line { gap: 8px; align-items: center;    background: #222;
        padding: 10px;}

    .news { grid-template-columns: 1fr 1fr; gap: 10px; }

    .news-item h3 { font-size: 12px; }
    .news-info p  { font-size: 11px; }
    .news-desc    { padding: 8px 10px; }

    .main { padding: 0 0 24px; }

    .server_item  { width: 90px; height: 90px; }
    .server_status_text b { font-size: 18px; }

    .popup-content { max-width: 100%; max-height: 100vh; border-radius: 0; }
    .popup-content h3 { font-size: 16px; }
    .tab-button   { font-size: 15px; padding: 10px 8px; }
    .item__title  { font-size: 13px; }

    .t-social img { width: 24px; height: 24px; }

    .r-body, .rate-item {
        grid-template-columns: 34px 1fr 0.8fr 0.8fr;
        font-size: 12px;
        padding: 8px 10px;
    }
    .rate-item b { font-size: 13px; }
    span.pvp, span.pk { font-size: 13px; }

    .menu-bg { display: none; }
}

/* ─── VERY SMALL (≤ 380px) ─── */
@media (max-width: 380px) {
    .news { grid-template-columns: 1fr; }
    .top_line { justify-content: space-between; }
    .t-social { gap: 10px; }
    .r-body, .rate-item { grid-template-columns: 28px 1fr 0.7fr 0.8fr; }
}

/* ─── OVERLAY (menu open) ─── */
.menu-overlay {
    display: none;
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99980;
}
.menu-overlay.active { display: block; }