@import "fonts.css";
@import "nouislider.min.css";
@import "lin2web.css";

a {
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
body {
    background-color: #1b1513;
    font-family: Montserrat-Regular, sans-serif;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
.wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}
header {
    color: #fff;
    padding: 1rem;
    text-align: center;
}
nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.content {
    flex: 1;
    padding: 2rem;
    background-color: #1b1513;
}
.wrap {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.nav-item {
    list-style-type: none;
}
.nav-item.active a {
    color: #ffc456;
}
.top_menu {
    display: flex;
    align-items: center;
    gap: 40px;
}
.navigation {
    position: relative;
    box-shadow: 0 5px 15px rgb(23 14 11 / 50%);
    background: rgb(64 32 22);
    background: linear-gradient(0, rgb(23 14 11 / 50%) 0%, rgb(64 32 22));
}
.top_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
}
.gw-burger {
    display: none;
}
.socials {
    display: flex;
    align-items: center;
    gap: 15px;
}
.lang {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top--right-menu {
    display: flex;
    align-items: center;
    gap: 15px;
}
.nav-link {
    font-family: Philosopher-Bold, sans-serif;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.nav-link:hover {
    color: #ffc456;
}
.btn-bronze {
    font-family: Philosopher-Bold, sans-serif;
    background-image: url("../img/btn-orange.png");
    background-size: contain;
    width: 119px;
    height: 37px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-bronze:hover {
    filter: saturate(1.5);
}
.btn-bronze span {
    color: #ffe9bf;
}

.big-link {
    font-family: Philosopher-Bold, sans-serif;
    background-image: url("../img/btn-orange.png");
    background-size: cover;
    width: 320px;
    height: 96px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
}
.big-link:hover {
    filter: saturate(1.5);
}
.big-link span {
    color: #ffe9bf;
}
.footer {
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
    background-color: #1b1513;
}
.footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(138, 107, 83);
    background: linear-gradient(0deg, rgb(68 47 30 / 30%) 0%, rgb(130 101 78 / 30%) 100%);
}
.to-top {
    position: absolute;
    cursor: pointer;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    width: max-content;
}
.to-top:hover {
    opacity: 0.7;
}
.to-top img {
    height: 34px;
}
.footer_all {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.menu-footer a {
    color: #fff;
    font-size: 14px;
}
.menu-footer a:hover {
    color: #ffc456;
}
.menu-footer li {
    list-style-type: none;
    margin: 0;
}
.menu-footer h3 {
    font-family: Philosopher-Bold, sans-serif;
    color: #ffc456;
    text-transform: uppercase;
    font-size: 16px;
}
.copyright h4 {
    font-family: Philosopher-Bold, sans-serif;
    color: #ffc456;
}
.copyright p {
    color: #bebebe;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.2
}

.copyright .heart {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex
}

.copyright .heart img {
    margin-right: 5px
}
.header {
    margin-top: -60px;
    width: 100%;
    height: 1083px;
    background: url("../img/bg.webp") no-repeat;
    background-size: 100% auto;
    background-position: top center;
    padding: 60px 0px 80px;
}
.top-block {
    height: 720px;
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: 0 0 0 auto;
    padding-top: 40px;
}
.top-block .big-link {
    margin: auto;
    margin-top: 30px;
}
.news-and-server {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.char {
    display: flex;
}
.char img {
    height: 700px;
}
.swiper-container {
    overflow: hidden;
}
.swiper-container .swiper-slide {
    position: relative;
}
.news {
    position: relative;
    height: 320px;
}
.item-border {
    position: relative;
    background-color: #271711;
    border-radius: 10px;
}
#server-status {
    position: relative;
    width: 38%;
}
.header__news-item-border .border-icon-top {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -18px;
    margin: auto;
}
.header__news-item-border {
    position: absolute !important;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border-bottom: 1px solid #d99d3f;
    pointer-events: none;
}
.header__news-item-border:before {
    content: "";
    border: 1px solid #d99d3f;
    border-right: 0px;
    position: absolute !important;
    left: 0px;
    top: 0px;
    width: calc(50% - 22px);
    height: calc(100% - 1px);
    border-radius: 10px 0px 0px 10px;
}
.header__news-item-border:after {
    content: "";
    border: 1px solid #d99d3f;
    border-left: 0px;
    position: absolute !important;
    right: 0px;
    top: 0px;
    width: calc(50% - 22px);
    height: calc(100% - 1px);
    border-radius: 0px 10px 10px 0px;
}
.server-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    z-index: 1;
    height: 100%;
}
.server_item {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.server_item:nth-child(1) {
    border-bottom: 1px solid rgb(128 128 128 / 10%);
}
.server_item:nth-child(2) {
    border-left: 1px solid rgb(128 128 128 / 10%);
    border-bottom: 1px solid rgb(128 128 128 / 10%);
}
.server_item:nth-child(4) {
    border-bottom: 1px solid rgb(128 128 128 / 10%);
}
.server_t a {
    font-size: 12px;
    color: gray;
    text-decoration: underline;
}
.server_brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}
.server-i-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.server_img {
    position: relative;
    cursor: pointer;
}
.server_img img {
    display: flex;
}
.server_img:hover .server_online_count {
    opacity: 1;
}
.server_online_count {
    transition: 0.3s;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(35 24 18 / 60%);
    border-radius: 50%;
    font-size: 12px;
    line-height: 1.1;
}
.server_online_count span {
    color: #81ffb7;
    font-size: 14px;
    font-weight: bold;
}
.server_title {
    font-family: Philosopher-Bold, sans-serif;
    color: #ffc456;
}
.news-block {
    width: 60%;
}
.news-content {
    background-image: url("../img/news-bg.webp");
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
    justify-content: space-between;
}
.news-content h3 {
    color: #ffc456;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-family: 'Philosopher-Bold';
}
.news-content h3 span {
    color: #ff7c70;
}
.news-content p {
    max-width: 500px;
    color: #e0e0e0;
    font-size: 20px;
    text-align: left;
}
#timer_server_open_date {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
#timer_server_open_date span {
    border: 1px solid #464646;
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #252525;
}
.server-status-online {
    background-color: #005400;
    padding: 3px 6px;
    border-radius: 3px;
}
.server-status-soon {
    background-color: #630000;
    padding: 3px 6px;
    border-radius: 3px;
}
h1 {
    font-family: 'Philosopher-Bold', sans-serif;
    color: #ffc456;
    text-transform: uppercase;
    font-size: 54px;
    text-shadow: 1px 5px 15px #000;
}
h1 span {
    color: #e3e3e3;
}
#rating {
    margin: 80px 0;
}
.tabs {
    display: flex;
    border-bottom: 1px solid #4b4b4b;
}
.tablinks {
    padding: 15px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'Philosopher-Bold';
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.tablinks.active {
    background-image: linear-gradient(to top, rgba(87, 59, 18, 0.8), rgba(147, 117, 72, 0.8));
}
.tablinks:hover {
    background-color: rgb(164 117 58 / 30%);
    transition: 0.3s;
}
.rating_block {
    padding: 30px;
}
.rating_place .other {
    width: 30px;
    height: 30px;
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.rating_clan_name {
    font-family: Philosopher-Bold, sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
}
.rating_table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
    background-color: rgb(156 109 50 / 30%);
}

.rating_table thead tr {
    background-color: #9e6e33;
    color: #fff;
    font-weight: bold;
}

.rating_table th, .rating_table td {
    padding: 12px;
    border-bottom: 1px solid #4b4b4b;
}
.rating_table th {
    font-family: Philosopher-Bold, sans-serif;
    color: #212121;
}
.rating_table td {
    color: #929292;
}

/*.rating_table tr:hover {*/
/*    background-color: #f5f5f5;*/
/*}*/

.rating_place {
    display: flex;
    align-items: center;
}

.rating_place .one,
.rating_place .two,
.rating_place .three {
    font-weight: bold;
    font-size: 20px;
    color: #ffd700; /* Золотой для первого места */
}

.rating_place .two {
    color: #c0c0c0; /* Серебряный для второго места */
}

.rating_place .three {
    color: #cd7f32; /* Бронзовый для третьего места */
}

.rating_place .other {
    font-size: 13px;
    color: #b4b4b4;
}

.rating_clan_name {
    position: relative;
    display: flex;
    align-items: center;
}

.clan-crest {
    position: absolute;
    left: -50px;
}

.rating_table tbody tr:nth-child(even) {
    background-color: #231812;
}
.title {
    font-size: 32px;
    font-family: 'Philosopher-Bold';
    color: #ffc456;
    text-align: center;
}

.other-page h1 {
    text-align: center;
    padding: 20px;
    padding-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

td {
    color: #cccccc;
}
h2 {
    color: #f7f7f7;
    font-weight: normal;
}
p {
    color: #dfdfdf;
}

#download h3 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
#download .default-link {
    margin: auto;
}
#download {
    text-align: center;
}
