body {
  width: 100%;
  background:       url(../images/body-bg-top.jpg) center top / 100% auto no-repeat,
        url(../images/body-bg-bottom.jpg) center bottom / 100% auto no-repeat;
  background-color: #100602;
  font-family: 'Candara', Arial, sans-serif;
  font-size: 14px;
  color: #f7c19e;
  line-height: 1;
}
a {
  transition: all 0.3s ease;
  color: #f79b60;
}
a:hover,
button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
h1,
h2,
h3 {
  color: #f79b60;
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: 'Candara', Arial, sans-serif;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
input,
textarea {
  background: rgba(255, 255, 255, 0.04);
  outline: 1px solid rgba(216, 122, 115, 0.1);
  border: none;
  color: #fff;
  padding: 10px 12px;
  position: relative;
}
button,
.logged-box.fantasy-login-box {
    position: relative;
    margin: 0;
    padding: 14px;
    background: linear-gradient(to bottom, #321a16 0%, #341f20 100%);
    /* border: 1px solid #5a4b1d; */
    overflow: hidden;
}

.logged-box.fantasy-login-box::before {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
    border: 1px solid rgba(133, 111, 39, 0.35);
    pointer-events: none;
}

.fantasy-user-top {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 10px;
    margin-bottom: 12px;
    
    border: 1px solid rgba(123, 103, 39, 0.45);
    box-shadow: inset 0 1px 0 rgba(203, 225, 128, 0.08);
}

.fantasy-user-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 35%, #f5e6a1 0%, #d6b75a 20%, #856719 48%, #1b170c 100%);
    border: 2px solid #b99a3a;
    box-shadow:
        0 0 8px rgba(255, 190, 60, 0.22),
        inset 0 1px 0 rgba(255,255,255,0.25);
}

.fantasy-user-name {
    flex: 1;
    min-width: 0;
    color: #ff8b21;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    text-shadow: 0 0 8px rgba(255, 133, 25, 0.15);
    word-break: break-word;
}

.fantasy-user-level {
    color: #ffbe44;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-shadow: 0 0 8px rgba(255, 204, 72, 0.15);
}

.fantasy-user-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
}

.fantasy-stat {
    position: relative;
    padding: 12px 10px 12px 24px;
   
    border: 1px solid rgba(110, 92, 33, 0.45);
    color: #f0d07b;
    font-size: 15px;
    line-height: 1.3;
    box-shadow: inset 0 1px 0 rgba(194, 173, 91, 0.08);
}

.fantasy-stat::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.fantasy-stat-sm::before {
    background-image: url('../images/sm.png');
    box-shadow: none;
}

.fantasy-stat-coins::before {
    background-image: url('../images/coin.png');
    box-shadow: none;
}

.fantasy-stat-label {
    color: #e6b85c;
    font-weight: bold;
    margin-right: 6px;
}

.fantasy-stat-value {
    color: #ffd98a;
    font-weight: bold;
}

.fantasy-user-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fantasy-main-btn,
.fantasy-sub-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.fantasy-main-btn {
    color: #fff6c9;
    font-size: 18px;
    border: 1px solid #d2b459;
    background:
        linear-gradient(to bottom, #c89b29 0%, #8d6712 50%, #c08d1a 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.28),
        0 0 10px rgba(210, 164, 55, 0.22);
}

.fantasy-sub-btn {
    color: #d7e9b2;
    font-size: 14px;
    border: 1px solid #617b2b;
    background:
        linear-gradient(to bottom, #4d6720 0%, #2b3b11 50%, #4e6e20 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.10),
        0 0 8px rgba(68, 102, 24, 0.18);
}
/* ===== sekcja dowland ===== */
.download-box {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 30px;
    /* border: 1px solid #072e0f; */
    background: linear-gradient(180deg, #0d1e0b 0%, rgb(13 36 20) 100%);
    box-shadow: inset 0 0 40px rgba(255, 140, 60, 0.08), 0 0 25px rgba(0, 0, 0, 0.45);
    color: #f4d3a1;
    position: relative;
    overflow: hidden;
}

.download-box::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at center, rgba(255,140,60,0.10) 0%, transparent 60%);
}

.download-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 20px;
    font-size: 30px;
    font-weight: 700;
    color: #ffd59a;
    border-bottom: 1px solid rgba(255,180,100,0.12);
    text-shadow: 0 0 8px rgba(255,170,90,0.15);
}

.download-header-icon {
    font-size: 24px;
    line-height: 1;
}

.download-header-title {
    font-size: 17px;
    font-weight: 700;
}

.download-table {
    width: 100%;
}

.download-row {
    display: flex;
    align-items: center;
    min-height: 37px;
    border-bottom: 1px solid rgba(255,180,100,0.06);
    background: rgba(255,255,255,0.02);
}

.download-row:nth-child(even):not(.download-row-head) {
    background: rgba(255,180,100,0.045);
}

.download-row-head {
    background: transparent;
    font-weight: 700;
    color: #ffd59a;
    min-height: 58px;
}

.download-col {
    padding: 4px 9px;
    font-size: 15px;
    color: #f0c88d;
    text-align: center;
}

.download-col-name{
    width: 27%;
}

.download-col-host {
    width: 22%;
}

.download-col-size {
    width: 16%;
}

.download-col-link {
    width: 20%;
}

.download-link {
    color: #ff8f18;
    text-decoration: none;
    font-weight: 700;
    transition: 0.2s ease;
}

.download-link:hover {
    color: #ffb07d;
    text-shadow: 0 0 8px rgba(255,160,90,0.2);
}

.download-help {
    border-top: 1px solid rgba(255,180,100,0.12);
}

.download-help-title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #ffd59a;
    padding: 18px 15px 14px;
    border-bottom: 1px solid rgba(255,180,100,0.08);
}

.download-help-item {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255,180,100,0.06);
    background: rgba(255,255,255,0.015);
}

.download-help-item:nth-child(even) {
    background: rgba(255,180,100,0.03);
}

.download-help-number {
    font-size: 16px;
    font-weight: 700;
    color: #ffd59a;
    margin-bottom: 12px;
}

.download-help-item p {
    margin: 0 0 12px;
    line-height: 1.6;
    color: #f2cf9b;
}

.download-help-link {
    color: #b96b52;
    text-decoration: none;
}

.download-help-link:hover {
    color: #ffb07d;
}

@media (max-width: 768px) {
    .download-row {
        flex-wrap: wrap;
        padding: 8px 0;
    }

    .download-col {
        width: 50% !important;
        text-align: left;
        padding: 8px 12px;
        font-size: 14px;
    }

    .download-row-head {
        display: none;
    }

    .download-row {
        margin-bottom: 8px;
        border-bottom: 1px solid rgba(255,180,100,0.08);
    }

    .download-col-name::before {
        content: "Nazwa: ";
        font-weight: 700;
        color: #ffd59a;
    }

    .download-col-host::before {
        content: "Hosting: ";
        font-weight: 700;
        color: #ffd59a;
    }

    .download-col-size::before {
        content: "Waga: ";
        font-weight: 700;
        color: #ffd59a;
    }

    .download-col-link::before {
        content: "Pobierz: ";
        font-weight: 700;
        color: #ffd59a;
    }
}

@media (max-width: 480px) {
    .download-col {
        width: 100% !important;
    }

    .download-header {
        padding: 14px 10px;
    }

    .download-header-title {
        font-size: 16px;
    }

    .download-help-number {
        font-size: 15px;
    }

    .download-help-item p {
        font-size: 14px;
    }
}

/* ===== TYLKO TABELA - 7 KOLUMN BEZ SUWAKA ===== */
/* ===== BUTTONY RANKINGU ===== */

.ranking-pro-switches {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 18px 0 20px;
    flex-wrap: wrap;
}

.ranking-pro-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    height: 46px;
    padding: 0 22px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #ffe3b2;
    border: 1px solid #079504;
    background: linear-gradient(180deg, #184a0d 0%, #187c1a 45%, #083209 100%);
    box-shadow: inset 0 1px 0 rgba(255, 220, 170, 0.20), inset 0 -1px 0 rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 157, 82, 0.06);
    transition: all 0.18s ease;
}

.ranking-pro-switch:hover {
    color: #fff2d2;
    border-color: #e09a58;
    background:
        linear-gradient(180deg, #b44331 0%, #8b2a1c 45%, #671b11 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 228, 183, 0.24),
        inset 0 -1px 0 rgba(0, 0, 0, 0.30),
        0 0 10px rgba(180, 82, 34, 0.18);
}

.ranking-pro-switch.active {
   
    border-color: #eba763;
    color: #ffe3b2;
    border: 1px solid #079504;
    background: linear-gradient(180deg, #184a0d 0%, #187c1a 45%, #083209 100%);
}

.ranking-pro-switch.disabled,
.ranking-pro-switch[disabled] {
    opacity: 0.55;
    filter: grayscale(15%);
    pointer-events: none;
}

@media (max-width: 768px) {
    .ranking-pro-switches {
        gap: 10px;
        margin: 14px 0 16px;
    }

    .ranking-pro-switch {
        min-width: 170px;
        height: 42px;
        padding: 0 16px;
        font-size: 11px;
    }
}
.ranking-pro-board {
    border: 1px solid rgba(176, 101, 46, 0.35);
    background: #341f20;
    overflow: hidden;
}

.ranking-pro-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 0 !important;
}

.ranking-pro-table thead th {
    padding: 9px 6px;
    font-size: 12px;
    color: #ffcf86;
    text-align: center;
    border-bottom: 1px solid rgba(181, 104, 48, 0.30);
    background: rgba(71, 24, 12, 0.40);
    white-space: nowrap;
}

.ranking-pro-table tbody tr {
    border-bottom: 1px solid rgba(255, 170, 95, 0.06);
    background: linear-gradient(90deg, #381b16 0%, #321a16 50%, #321a16 100%);
}

.ranking-pro-table tbody tr:nth-child(even) {
        border-bottom: 1px solid rgba(255, 170, 95, 0.06);
    background: linear-gradient(90deg, #381b16 0%, #321a16 50%, #321a16 100%);
}

.ranking-pro-table td {
    padding: 2px 7px;
    font-size: 13px;
    color: #f5d5a0;
    text-align: center;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ranking-pro-table .ranking-name {
    font-weight: 700;
    color: #ffe2b2;
}

/* szerokości kolumn tak, żeby weszły wszystkie */
.ranking-pro-table th:nth-child(1),
.ranking-pro-table td:nth-child(1) { width: 7%; }

.ranking-pro-table th:nth-child(2),
.ranking-pro-table td:nth-child(2) { width: 29%; }

.ranking-pro-table th:nth-child(3),
.ranking-pro-table td:nth-child(3) { width: 10%; }

.ranking-pro-table th:nth-child(4),
.ranking-pro-table td:nth-child(4) { width: 14%; }

.ranking-pro-table th:nth-child(5),
.ranking-pro-table td:nth-child(5) { width: 14%; }

.ranking-pro-table th:nth-child(6),
.ranking-pro-table td:nth-child(6) { width: 13%; }

.ranking-pro-table th:nth-child(7),
.ranking-pro-table td:nth-child(7) { width: 13%; }

/* medal / numer */
.ranking-medal,
.ranking-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.ranking-medal {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 11px;
    border: 1px solid rgba(255,255,255,0.12);
}

.ranking-medal.gold {
    color: #2d1800;
	background: url(../images/top-1.png) top center no-repeat, #321a16;
    
}

.ranking-medal.silver {
    color: #202020;
	background: url(../images/top-2.png) top center no-repeat, #321a16;
   
}

.ranking-medal.bronze {
    color: #fff1e3;
	background: url(../images/top-3.png) top center no-repeat, #321a16;
    
}

.ranking-number {
    color: #ffcf84;
    font-size: 14px;
}

.ranking-pro-empty {
    padding: 18px !important;
    text-align: center;
    color: #d8b07f !important;
}
/* ===== ADMIN MENU PRO Z IKONAMI ===== */

.admin-menu{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    justify-content:center;
    align-items:center;
    margin:10px 0 26px;
    padding:0 10px 18px;
    border-bottom:1px solid rgba(201,139,44,.18);
}

.admin-menu-btn {
    display: inline-flex;
    align-items: center;
    gap: 19px;
    /* min-width: 170px; */
    padding: 4px 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.3px;
    color: #f2d49a;
    background: linear-gradient(180deg, rgba(47, 32, 20, .98) 0%, rgba(20, 14, 9, .98) 100%);
    /* border: 1px solid rgba(201, 139, 44, .55); */
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 214, 120, .08), inset 0 0 0 1px rgba(255, 214, 120, .04), 0 5px 14px rgba(0, 0, 0, .35);
    transition: all .2s ease;
    position: relative;
    /* overflow: hidden; */
}
.admin-menu-btn::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(255,180,70,.06), rgba(255,255,255,0));
    opacity:.8;
    pointer-events:none;
}

.admin-menu-btn:hover{
    color:#fff6d7;
    border-color:#ffcc66;
    background:linear-gradient(180deg, rgba(66,43,22,.98) 0%, rgba(28,18,10,.98) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,226,150,.14),
        inset 0 0 0 1px rgba(255,214,120,.08),
        0 8px 18px rgba(0,0,0,.45);
    transform:translateY(-1px);
}

.admin-menu-btn.active{
    color:#fff;
    border-color:#ffcc66;
    background:linear-gradient(180deg, rgba(118,76,27,.98) 0%, rgba(55,33,12,.98) 100%);
    box-shadow:
        inset 0 0 14px rgba(255,214,120,.12),
        0 0 16px rgba(255,179,71,.18);
}

.admin-menu-icon{
    width:28px;
    height:28px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 28px;
    font-size:18px;
    border-radius:8px;
    background:linear-gradient(180deg, rgba(255,211,122,.14), rgba(255,170,60,.05));
    border:1px solid rgba(255,214,120,.14);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

@media (max-width: 900px){
    .admin-menu{
        gap:10px;
        padding:0 0 14px;
    }

    .admin-menu-btn{
        min-width:145px;
        padding:11px 14px;
        font-size:13px;
    }

    .admin-menu-icon{
        width:24px;
        height:24px;
        flex-basis:24px;
        font-size:16px;
    }
}

@media (max-width: 640px){
    .admin-menu{
        flex-direction:column;
        align-items:stretch;
    }

    .admin-menu-btn{
        width:100%;
        min-width:0;
        justify-content:flex-start;
    }
}
/* =========================
   MAIN FANTASY SLIDER
   ========================= */
.account-box {
    padding: 0;
    margin: 0;
    /* background: #020804; */
    /* border-left: 1px solid #23310d; */
    /* border-right: 1px solid #23310d; */
    /* border-bottom: 1px solid #23310d; */
}

.account-box-inner {
    padding: 14px 14px 16px;
    background: linear-gradient(to bottom, rgb(21 7 4) 0%, #27140a 100%);
    box-shadow: inset 0 1px 0 rgba(140, 190, 90, 0.06);
}

.account-user-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(100, 130, 45, 0.25);
}

.account-user-name {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    word-break: break-word;
    text-shadow: 0 0 6px rgba(255,255,255,0.08);
}

.account-top-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 30px;
    padding: 0 10px;
    text-decoration: none;
    color: #fff6c3;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #b89538;
    background: linear-gradient(to bottom, #9f7a1d 0%, #6f5410 50%, #a17c1e 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.20);
}

.account-top-btn:hover {
    filter: brightness(1.08);
    text-decoration: none;
}

.account-stats {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.account-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(70, 100, 30, 0.18);
}

.account-row:last-child {
    border-bottom: 0;
}

.account-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.account-value {
    color: #f0f0f0;
    font-size: 14px;
    text-align: right;
    word-break: break-word;
}

.account-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.account-link-btn {
    display: block;
    padding: 10px 12px;
    color: #ffb643;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #321a16;
    background: linear-gradient(to right, #4c2b26 0%, #321a16 100%);
    transition: 0.2s ease;
}

.account-link-btn:hover {
    color: #ea9b60;
    border-color: #321a16;
    background: linear-gradient(to right, #3c221e 0%, #321a16 100%);
    text-decoration: none;
}

.logout-btn {
    color: #ff9b4a;
}

.logout-btn:hover {
    color: #ffc38b;
}
.main-slider-wrapper {
    margin: 0 0 20px 0;
}

.main-slider {
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
    border: 1px solid #3d2e12;
    background: #0b0d08;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 0 14px rgba(0,0,0,0.35);
}

.main-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.02);
    transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.8s ease;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.main-slide.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
}

.main-slide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right, rgba(7, 10, 5, 0.90) 0%, rgba(10, 14, 8, 0.58) 45%, rgba(0, 0, 0, 0.30) 100%);
}

.main-slide-content {
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    z-index: 3;
    max-width: 520px;
    color: #fff;
}

.main-slide-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    color: #f0c35a;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(191, 146, 39, 0.55);
    background: rgba(20, 22, 13, 0.55);
}

.main-slide-content h2 {
    margin: 0 0 12px 0;
    color: #ffb33a;
    font-size: 34px;
    line-height: 1.15;
    text-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

.main-slide-content p {
    margin: 0 0 18px 0;
    color: #d9d9d9;
    font-size: 15px;
    line-height: 1.6;
    text-shadow: 0 1px 4px rgba(0,0,0,0.35);
}

.main-slide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 44px;
    padding: 0 18px;
    color: #fff3bf;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #c79d36;
    background: linear-gradient(to bottom, #b68721 0%, #7b5910 50%, #b8841d 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.22),
        0 2px 8px rgba(0,0,0,0.35);
    transition: 0.2s ease;
}

.main-slide-btn:hover {
    filter: brightness(1.08);
    text-decoration: none;
}

.main-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 54px;
    border: 1px solid rgba(201, 156, 53, 0.65);
    background: rgba(7, 8, 5, 0.55);
    color: #f5c14e;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    transition: 0.2s ease;
}

.main-slider-arrow:hover {
    background: rgba(20, 17, 8, 0.78);
}

.main-slider-prev {
    left: 14px;
}

.main-slider-next {
    right: 14px;
}

.main-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 5;
}

.main-slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.28);
    border: 1px solid rgba(214, 176, 78, 0.55);
    cursor: pointer;
    transition: 0.2s ease;
}

.main-slider-dot.active {
    background: #d8a63a;
    box-shadow: 0 0 8px rgba(216, 166, 58, 0.45);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .main-slider {
        height: 240px;
    }

    .main-slide-overlay {
        background: linear-gradient(to top, rgba(6, 8, 4, 0.92) 0%, rgba(8, 10, 6, 0.65) 55%, rgba(0, 0, 0, 0.22) 100%);
    }

    .main-slide-content {
        left: 16px;
        right: 16px;
        max-width: none;
        top: auto;
        bottom: 40px;
        transform: none;
    }

    .main-slide-subtitle {
        margin-bottom: 8px;
        font-size: 10px;
        padding: 5px 10px;
    }

    .main-slide-content h2 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .main-slide-content p {
        font-size: 13px;
        line-height: 1.45;
        margin-bottom: 12px;
    }

    .main-slide-btn {
        min-width: 120px;
        height: 38px;
        font-size: 12px;
        padding: 0 14px;
    }

    .main-slider-arrow {
        width: 36px;
        height: 44px;
        font-size: 18px;
    }

    .main-slider-prev {
        left: 8px;
    }

    .main-slider-next {
        right: 8px;
    }

    .main-slider-dots {
        bottom: 10px;
    }

    .main-slider-dot {
        width: 10px;
        height: 10px;
    }
}
.fantasy-main-btn:hover,
.fantasy-sub-btn:hover {
    filter: brightness(1.08);
    text-decoration: none;
}

@media (max-width: 768px) {
    .fantasy-user-top {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .fantasy-user-name {
        width: 100%;
        font-size: 19px;
    }

    .fantasy-user-level {
        width: 100%;
        font-size: 16px;
    }

    .fantasy-user-stats {
        grid-template-columns: 1fr;
    }

    .fantasy-main-btn {
        font-size: 16px;
    }
}
.button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: linear-gradient(to bottom, #305107, #496b19);
  border-radius: 5px;
  background-size: cover;
  border: 1px solid #325308;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'Candara', Arial, sans-serif;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.7);
  
}
button:hover,
.button:hover {
  -webkit-filter: hue-rotate(-35deg) brightness(140%) contrast(110%);
  filter: hue-rotate(-35deg) brightness(140%) contrast(110%);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  color: #afafaf;
}
.button-big {
  height: 69px;
  line-height: 62px;
  width: 136px;
  padding: 0px;
  background: url(../images/button-big.png) no-repeat;
  border: none;
  padding-bottom: 8px;
}
.button.button-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 28px;
  line-height: 1;
  text-align: center;
  font-family: 'Candara', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.6px;
  color: #fff7d6;
  text-shadow: 0 1px 0 rgba(0,0,0,0.95), 0 0 4px rgba(0,0,0,0.55);
  background: linear-gradient(to bottom, #79b92a 0%, #568d18 48%, #355c0c 100%);
  border: 1px solid #243d07;
  border-radius: 5px;
  
  padding: 0 12px 1px;
  width: auto;
  background-size: initial;
}
.button.button-small:hover {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0,0,0,1), 0 0 6px rgba(255,255,255,0.18);
  background: linear-gradient(to bottom, #8bcb36 0%, #649f1d 48%, #3e6f10 100%);
  -webkit-filter: none;
  filter: none;
}
.button.button-small:active {
  transform: translateY(1px);
  box-shadow:
    inset 0 2px 4px rgba(0,0,0,0.35),
    0 1px 2px rgba(0,0,0,0.4);
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #706f6f;
}
::-moz-placeholder {
  color: #706f6f;
}
:-moz-placeholder {
  color: #706f6f;
}
:-ms-input-placeholder {
  color: #706f6f;
}
.wrapper {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.container {
  min-height: 600px;
  display: flex;
  justify-content: space-between;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  position: relative;
  height: 600px;
}
.top-menu {
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.top-menu .active a {
  background: rgba(255, 255, 230, 0.1);
  color: #ffffe6;
  text-shadow: 3px 3px 5px rgba(255, 255, 230, 0.3), -3px -3px 5px rgba(255, 255, 230, 0.3);
}
.top-menu .active a:before {
  content: "";
  background: #f79b60;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  box-shadow: 0px 3px 5px 0px rgba(255, 255, 230, 0.6);
  opacity: 1;
}
.top-menu li {
  display: inline-block;
  position: relative;
}
.top-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0px 25px;
  display: block;
  line-height: 70px;
  position: relative;
}
.top-menu li a:before {
  content: "";
  opacity: 0;
  transition: all 0.5s ease;
}
.top-menu li ul {
  position: absolute;
  padding: 25px 0px;
  min-width: 180px;
  margin-top: 0px;
  background: url(../images/texture-bg.jpg);
  border: 1px solid #341f20;
  text-align: left;
  opacity: 0;
  left: -9999px;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.top-menu li ul li {
  display: block;
}
.top-menu li ul li a {
  line-height: 1.3;
  padding: 10px 25px;
}
.top-menu li ul li a:before {
  content: ">";
  opacity: 1;
  margin-right: 10px;
}
.top-menu li:hover a {
  background: rgba(255, 255, 230, 0.1);
  color: #ffffe6;
  text-shadow: 3px 3px 5px rgba(255, 255, 230, 0.3), -3px -3px 5px rgba(255, 255, 230, 0.3);
}
.top-menu li:hover a:before {
  content: "";
  background: #f79b60;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0px;
  left: 0px;
  box-shadow: 0px 3px 5px 0px rgba(255, 255, 230, 0.6);
  opacity: 1;
}
.top-menu li:hover ul {
  opacity: 1;
  left: 0px;
  transition: opacity 0.5s ease;
}
.top-menu li:hover ul li a {
  color: #f79b60;
  background: none;
}
.top-menu li:hover ul li a:hover {
  color: #ffffe6;
  text-shadow: 3px 3px 5px rgba(255, 255, 230, 0.3), -3px -3px 5px rgba(255, 255, 230, 0.3);
  background: rgba(142, 170, 91, 0.1);
  box-shadow: 0px 3px 5px -3px rgba(142, 170, 91, 0.5), 0px -3px 10px -3px rgba(142, 170, 91, 0.5);
}
.top-menu li:hover ul li a:before {
  content: ">";
  opacity: 1;
  margin-right: 10px;
  position: relative;
  background: none;
  box-shadow: none;
}
.logo a {
  position: absolute;
  display: block;
  left: 423px;
  top: 236px;
}
.logo a:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.server-block {
  background: url(../images/server-bg.png);
  width: 342px;
  height: 151px;
  position: absolute;
  right: -45px;
  bottom: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.server-status {
    width: 162px;
    height: 64px;
    margin: 0px 86px 27px 0px;
}
.server-status.online .server-name span {
  background: url(../images/online-icon.png);
}
.server-status.online .progress-bg span {
  background: #95ff38;
  box-shadow: 0px 0px 5px 2px rgba(149, 255, 56, 0.3);
}
.server-status.online .server-online span {
  color: #95ff38;
}
.server-status.offline .server-name span {
  background: url(../images/offline-icon.png);
}
.server-status.offline .progress-bg span {
  background: #ff1313;
  box-shadow: 0px 0px 5px 2px rgba(255, 19, 19, 0.3);
}
.server-status.offline .server-online span {
  color: #ff1313;
}
.server-status .server-name {
    color: #e99b56;
    font-size: 14px;
    
}
.server-status .server-name span {
  float: right;
  display: block;
  height: 16px;
  width: 16px;
  margin-top: -2px;
}
.server-status .progress-bg {
  margin: 10px 0px;
  background: #000;
  border: 1px solid rgba(198, 204, 173, 0.1);
  height: 3px;
}
.server-status .progress-bg span {
  height: 3px;
  display: block;
}
.server-status .server-online {
  font-size: 12px;
  color: #5b5d52;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
  width: 290px;
}
.sidebar-title {
  height: 63px;
  line-height: 63px;
  font-size: 16px;
  text-transform: uppercase;
  color: #f79b60;
  text-align: center;
  margin-bottom: 8px;
  position: relative;
}
.sidebar-title:after {
  content: "";
  position: absolute;
  width: 316px;
  height: 62px;
}
.left-sidebar-title {
  background: url(../images/sidebar-title-l.jpg) no-repeat;
}
.left-sidebar-title:after {
  background: url(../images/sidebar-title-icon-l.png) no-repeat;
  right: -6px;
  top: -18px;
}
.right-sidebar-title {
  background: url(../images/sidebar-title-r.jpg) no-repeat;
}
.right-sidebar-title:after {
  background: url(../images/sidebar-title-icon-r.png) no-repeat;
  left: -6px;
  top: -18px;
}
.border {
    outline: 1px solid #180804;
    background: #190a04;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.box {
  border-top: 1px solid rgba(49, 56, 35, 0);
  border-bottom: 1px solid rgba(49, 56, 35, 0);
}
.box:hover {
    background: #442722;
    border-top: 1px solid rgb(68 39 34);
    border-bottom: 1px solid #321a16;
    box-shadow: 0px 4px 5px -1px rgb(74 45 42), 0px -4px 5px -1px #321a16;
}
.login-block form {
  padding: 5px 0px 0px 10px;
}
.login-block form button {
  float: right;
  width: 106px;
  height: 113px;
  border: none;
  padding-bottom: 28px;
  padding-left: 19px;
  margin: -8px -4px 0px 0px;
  background: url(../images/login-button.png) no-repeat;
}
.login-block form input {
  width: 150px;
  margin-bottom: 9px;
}
.login-block a {
  text-decoration: none;
}
.login-block .lost-block {
  margin-top: 5px;
}
.p-block {
  padding: 0px 10px;
}
.best-players {
  margin: 20px 0px 3px 0px;
}
.best-players li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease;
  padding: 0px 10px;
  font-size: 14px;
  color: #fff;
}
.best-players li .number {
  width: 18px;
}
.best-players li .ava {
  width: 45px;
  height: 40px;
}
.best-players li .nickname {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 1px;
}
.best-players li .rating {
  width:  56px;
  color: #a5dc52;
  text-shadow: 3px 3px 10px rgba(165, 220, 82, 0.5), -3px -3px 10px rgba(165, 220, 82, 0.5);
}
.best-players li img {
  margin-top: 5px;
  width: 32px;
  height: 32px;
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 164, 0.3);
  border-radius: 50%;
}
.best-players li .button {
  padding: 0px;
}
.best-players li:hover span {
  color: #f79b60;
}
.best-players li:hover .button {
  -webkit-filter: hue-rotate(-35deg) brightness(140%) contrast(110%);
  filter: hue-rotate(-35deg) brightness(140%) contrast(110%);
}
.guilds {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  padding: 15px 15px 12px 15px;
  color: #7f8876;
}
.guilds .guild-img {
  width: 55px;
}
.guilds .guild-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 164, 0.3);
}
.guilds .guild-text {
  width: 150px;
}
.guilds .guild-text .guild-text-n {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #ffffff;
}
.guilds .guild-text span b {
  color: #a5dc52;
  text-decoration: underline;
  font-weight: normal;
}
.guilds .guild-comments {
  width: 50px;
  text-align: right;
  color: #a5dc52;
}
.guilds:hover .guild-text .guild-text-n {
  color: #f79b60;
}
.guilds:hover .guild-text span b {
  color: #f79b60;
}
.guilds:hover .guild-comments {
  color: #f79b60;
  text-shadow: 3px 3px 7px rgba(165, 220, 82, 0.3), -3px -3px 7px rgba(165, 220, 82, 0.3), 3px -3px 7px rgba(165, 220, 82, 0.3), -3px 3px 7px rgba(165, 220, 82, 0.3);
}
.guilds:hover .comment-icon {
  -webkit-filter: hue-rotate(0deg) brightness(150%) contrast(200%);
  filter: hue-rotate(0deg) brightness(150%) contrast(200%);
}
.comment-icon {
  background: url(../images/comment-icon.png) no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-bottom: -4px;
  margin-right: 3px;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
    width: 680px;
    background: #100602;
    position: relative;
    outline: 1px solid rgba(255, 255, 164, 0.1);
    line-height: 1.3;
}
.content img {
  max-width: 630px;
}
.content .page {
  padding: 25px;
}
.content:before {
    content: "";
    position: absolute;
    top: -85px;
    right: -4px;
    background: url(../images/bush-img.png) no-repeat;
    width: 625px;
    height: 135px;
    z-index: 6;
}
.content-page {
  padding: 35px 25px;
  width: 630px;
}
.content-page img {
  max-width: 630px;
}
.content-page .content-title {
  margin: 0px -25px 25px -25px;
}
.content-page .content-title-top {
  margin: -35px -25px 25px -25px;
}
.content-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/content-title.jpg) repeat-x;
  position: relative;
  padding: 0px 25px;
  height: 63px;
}
.content-title h2 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: normal;
}
.content-title a {
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.tabs-block {
  margin-bottom: 25px;
}
.tabs-buttons {
  padding: 0px 3px;
  border-bottom: 1px solid #68453f;
  margin-bottom: 25px;
}
.tabs-buttons a {
  margin-right: 50px;
  text-transform: uppercase;
  font-size: 16px;
  color: #f7c19e;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 20px 0px;
}
.tabs-buttons .active {
  color: #f79b60;
}
.tabs-buttons .active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -5px;
  width: 11px;
  height: 7px;
  background: url(../images/tab-icon.png) no-repeat;
}
.block,
.block-server,
.block-media {
  display: none;
}
.block.active,
.block-server.active,
.block-media.active {
  display: block;
}
.first-news {
  display: flex;
  margin-bottom: 25px;
}
.first-news .news-img {
  width: 283px;
  position: relative;
}
.first-news .news-img img {
  width: 283px;
  min-height: 202px;
  margin-bottom: -3px;
}
.first-news .news-img .date {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 50px);
  background: linear-gradient(to right, rgba(28, 33, 18, 0.8), rgba(28, 33, 18, 0.1));
  height: 50px;
  line-height: 50px;
  padding: 0px 25px;
  font-size: 14px;
}
.first-news .news-img .date span {
  color: #f79b60;
  font-size: 18px;
}
.first-news .news-f-text {
    width: 347px;
    background: linear-gradient(to right, #321a16 -10%, #321a16);
    padding: 25px;
    position: relative;
}
.first-news .news-f-text h2 {
  text-transform: uppercase;
  font-weight: normal;
}
.first-news .news-f-text .news-text {
  margin-bottom: 30px;
  font-family: Tahoma, Geneva, sans-serif;
}
.first-news .news-f-text .news-info {
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 0px;
  left: 25px;
  width: calc(100% - 50px);
}
.first-news .news-f-text .views,
.first-news .news-f-text .comments {
  font-size: 14px;
}
.first-news .news-f-text .views span,
.first-news .news-f-text .comments span {
  color: #a5dc52;
}
.first-news .news-f-text .views {
  margin-right: 10px;
}
.first-news .news-f-text .comments {
  margin-left: 10px;
}
.first-news .news-f-text .read-more {
  float: right;
  padding: 0px;
  border: none;
}
.news {
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  border-bottom: 1px dashed rgba(90, 87, 90, 0.1);
  font-family: Tahoma, Geneva, sans-serif;
  padding: 15px 25px 17px 25px;
}
.news a {
  float: right;
  margin-left: 20px;
  opacity: 0;
  transition: all 0.3s ease;
  text-decoration: none;
}
.news span {
  color: #f79b60;
}

.block-server a {
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  border-bottom: 1px dashed rgba(90, 87, 90, 0.1);
  display: block;
  padding: 15px 25px 15px 35px;
  text-decoration: none;
  
  position: relative;
}
.block-server a:before {
  border: 5px solid transparent;
  border-left-color: #bec4a6;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -5px;
  content: '';
}
.block-media.active {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-media.active a {
  display: block;
  width: 334px;
  height: 200px;
  margin-bottom: 15px;
  position: relative;
}
.block-media.active a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}
.block-media.active a:hover {
  transform: scale(1.1);
  z-index: 1;
}
.block-media.active a:hover:after {
  background: url(../images/play-icon.png) center no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
}
.block-media.active img {
  width: 334px;
  height: 200px;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
  width: 290px;
}
.shop {
  height: 66px;
  padding: 16px 0px 16px 20px;
  position: relative;
}
.shop h3 {
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
  font-weight: normal;
}
.shop p {
  margin-bottom: 7px;
  color: #bec4a6;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}
.shop:after {
  transition: all 0.5s ease;
}
.shop:hover:after {
  right: -40px;
}
.shop-one {
  background: url(../images/shop-bg.jpg) 0px 0px no-repeat;
}
.shop-one:after {
  content: "";
  background: url(../images/hero-one.png) no-repeat;
  width: 141px;
  height: 111px;
  position: absolute;
  right: -10px;
  bottom: -4px;
}
.shop-two {
  background: url(../images/shop-bg.jpg) 0px -98px no-repeat;
}
.shop-two:after {
  content: "";
  background: url(../images/hero-two.png) no-repeat;
  width: 176px;
  height: 111px;
  position: absolute;
  right: -15px;
  bottom: 0px;
}
.shop-three {
  background: url(../images/shop-bg.jpg) 0px -196px no-repeat;
}
.shop-three:after {
  content: "";
  background: url(../images/hero-three.png) no-repeat;
  width: 181px;
  height: 114px;
  position: absolute;
  right: -28px;
  bottom: -4px;
}
.fast-links a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 12px 25px;
  color: #fff;
}
.fast-links a:before {
  content: ">";
  margin-right: 8px;
}
.fast-links a:hover {
  color: #f79b60;
}
.vote-f-us-block {
  padding-bottom: 20px;
}
.vote {
  height: 89px;
  width: 240px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #f79b60;
  text-decoration: none;
  margin-top: 10px;
}
.vote span {
  display: block;
  width: 100%;
  padding: 10px 15px;
  transition: all 0.4s ease;
  background: linear-gradient(to right, rgba(152, 197, 116, 0.3), rgba(152, 197, 116, 0.05));
}
.vote:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 15px 0px rgba(142, 170, 91, 0.3);
}
.vote-title {
  margin-bottom: 20px;
}
.vote-one {
  background: url(../images/vote-bg-1.jpg) no-repeat;
}
.vote-two {
  background: url(../images/vote-bg-2.jpg) no-repeat;
}
.vote-three {
  background: url(../images/vote-bg-3.jpg) no-repeat;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 330px;
  position: relative;
}
.block-top {
  border-bottom: 1px solid #5e4844;
  min-height: 100px;
  margin-bottom: 50px;
  position: relative;
}
.out-nav-block {
  display: flex;
  justify-content: flex-end;
  margin-right: 15px;
  margin-bottom: 15px;
}
.soc-block {
  margin-right: 30px;
}
.soc-block a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  border: 1px solid #1b1f11;
  margin-right: 3px;
  border-radius: 50%;
}
.soc-block a:nth-child(1) {
  background: url(../images/soc-icons.png) -3px 5px no-repeat;
  background-color: #020801;
}
.soc-block a:nth-child(2) {
  background: url(../images/soc-icons.png) -33px 5px no-repeat;
  background-color: #020801;
}
.soc-block a:nth-child(3) {
  background: url(../images/soc-icons.png) -64px 5px no-repeat;
  background-color: #020801;
}
.soc-block a:hover {
  box-shadow: 0px 3px 5px -2px rgba(170, 221, 89, 0.2), 0px -3px 5px -2px rgba(170, 221, 89, 0.2);
}
.lang-block {
  position: relative;
  padding-top: 8px;
}
.hide,
.hide + label ~ div {
  display: none;
}
.hide + label {
  margin: 0;
  padding: 0;
  color: #f79b60;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  position: relative;
  transition: all 0.4s ease;
}
.hide + label span {
  color: #fff;
}
.hide + label img {
  border: 1px solid rgba(152, 198, 80, 0.4);
  margin: 0px 0px -3px 5px;
}
.hide + label:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.hide:checked + label {
  border-bottom: 0;
}
.hide:checked + label + div {
  display: block;
  position: absolute;
  background: url(../images/texture-bg.jpg);
  border: 1px solid #341f20;
  padding: 18px 0px;
  min-width: 180px;
  animation: fade ease-in 0.5s;
  margin: 7px 0px 0px -53px;
  z-index: 2;
}
.hide:checked + label + div:before {
  border: 6px solid transparent;
  border-bottom-color: #341f20;
  position: absolute;
  left: 40px;
  bottom: 100%;
  content: '';
}
.hide:checked + label + div span {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 6px 25px 6px 35px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hide:checked + label + div span:hover {
  color: #f79b60;
  background: rgba(142, 170, 91, 0.1);
  box-shadow: 0px 3px 5px -3px rgba(142, 170, 91, 0.5), 0px -3px 10px -3px rgba(142, 170, 91, 0.5);
}
.hide:checked + label + div span:hover:before {
  content: ">";
  position: absolute;
  margin-left: -15px;
}
.hide + label:before {
  content: "";
  border: 4px solid transparent;
  border-top-color: #f79b60;
  position: absolute;
  left: -10px;
  top: 3px;
  transform: rotate(-90deg);
}
.hide:checked + label:before {
  content: "";
  transform: rotate(0deg);
  left: -12px;
  top: 6px;
}
#toTop {
  background: url(../images/to-top.png) no-repeat;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -20px;
  cursor: pointer;
  transition: all 0.4s ease;
}
#toTop:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}
.f-logo {
  position: absolute;
  left: 12px;
  bottom: 91px;
}
.f-menu {
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
}
.f-menu .active a {
  color: #fffad1;
}
.f-menu li {
  display: inline-block;
  position: relative;
}
.f-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0px 24px;
  display: block;
  line-height: 69px;
  position: relative;
  color: #f79b60;
}
.f-menu li a:hover {
  color: #fffad1;
}
.f-menu li a:before {
  content: "";
  opacity: 0;
  transition: all 0.5s ease;
}
.f-menu li ul {
  position: absolute;
  padding: 15px 0px;
  min-width: 180px;
  margin-top: -10px;
  background: url(../images/texture-bg.jpg);
  border: 1px solid #341f20;
  text-align: left;
  opacity: 0;
  left: -9999px;
  transition: opacity 0.3s ease;
  bottom: 50px;
}
.f-menu li ul li {
  display: block;
}
.f-menu li ul li a {
  line-height: 1.3;
  padding: 5px 25px;
}
.f-menu li ul li a:before {
  content: ">";
  opacity: 1;
  margin-right: 10px;
}
.f-menu li ul:before {
  border: 8px solid transparent;
  border-top-color: #341f20;
  position: absolute;
  left: 27%;
  top: 100%;
  content: '';
}
.f-menu li:hover ul {
  opacity: 1;
  left: 0px;
  transition: opacity 0.5s ease;
}
.f-menu li:hover ul li a:hover {
  color: #f79b60;
  background: rgba(142, 170, 91, 0.1);
  box-shadow: 0px 3px 5px -3px rgba(142, 170, 91, 0.5), 0px -3px 10px -3px rgba(142, 170, 91, 0.5);
}
.f-menu li:hover ul li a:before {
  content: ">";
  opacity: 1;
  margin-right: 10px;
  position: relative;
  background: none;
  box-shadow: none;
}
.copy {
  text-align: center;
  color: #bec4a6;
  line-height: 1.3;
  font-family: Tahoma, Geneva, sans-serif;
}
.copy a {
  text-decoration: none;
  color: #48af16;
}
.templstock {
  position: absolute;
  font-size: 13px;
  right: 0px;
}
.templstock a {
  color: #48af16;
}
/*# sourceMappingURL=style.css.map */

/* =========================
   Responsive layout
   ========================= */
.wrapper {
  width: min(1280px, calc(100% - 24px));
}
img {
  max-width: 100%;
  height: auto;
}
.mobile-menu-toggle {
  display: none;
}
@media (max-width: 1180px) {
  .wrapper {
    width: calc(100% - 24px);
  }
  .container {
    gap: 16px;
  }
  .left-sidebar,
  .right-sidebar {
    width: 260px;
  }
  .content {
    width: calc(100% - 552px);
    min-width: 0;
  }
  .content-page,
  .content img,
  .content-page img {
    width: auto;
    max-width: 100%;
  }
  .content-page {
    box-sizing: border-box;
  }
  .top-menu li a,
  .f-menu li a {
    padding: 0 14px;
  }
  .logo a {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 900px) {
  body {
    background: url(../images/body-bg-top.jpg) center top / cover no-repeat,
                url(../images/body-bg-bottom.jpg) center bottom / cover no-repeat;
    background-color: #000;
    overflow-x: hidden;
  }
  .wrapper {
    width: calc(100% - 16px);
  }
  .header {
    height: auto;
    min-height: 0;
    padding: 10px 0 22px;
  }
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 14px;
    padding: 12px 14px;
    border: 1px solid rgba(247, 155, 96, 0.3);
    background: rgba(7, 10, 5, 0.92);
    color: #f7c19e;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 6px;
    box-sizing: border-box;
  }
  .top-menu {
    display: none;
    flex-direction: column;
    gap: 0;
    background: rgba(7, 10, 5, 0.96);
    border: 1px solid rgba(255, 255, 164, 0.12);
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    margin-bottom: 16px;
  }
  .top-menu.is-open {
    display: flex;
  }
  .top-menu ul {
    display: block;
  }
  .top-menu li,
  .top-menu li a {
    display: block;
  }
  .top-menu li a {
    line-height: 1.3;
    padding: 14px 16px;
    border-top: 1px solid rgba(255,255,255,0.05);
  }
  .top-menu li ul {
    position: static;
    left: auto;
    opacity: 1;
    min-width: 0;
    margin: 0;
    border: none;
    background: rgba(255,255,255,0.02);
    padding: 6px 0;
    display: none;
  }
  .top-menu li:hover ul {
    left: auto;
    display: block;
  }
  .top-menu li ul li a {
    padding-left: 26px;
  }
  .logo {
    position: relative;
    text-align: center;
    margin-bottom: 16px;
  }
  .logo a {
    position: static;
    display: inline-block;
    transform: none;
  }
  .logo img {
    max-width: min(70vw, 280px);
  }
  .server-block {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 342px;
    margin: 0 auto;
    background-size: 100% 100%;
  }
  .server-status {
    width: calc(100% - 115px);
    margin: 0 28px 20px 0;
  }
  .container {
    min-height: 0;
    flex-direction: column;
    gap: 16px;
  }
  .content,
  .left-sidebar,
  .right-sidebar,
  .content-page {
    width: 100%;
    box-sizing: border-box;
  }
  .content {
    order: 1;
  }
  .left-sidebar {
    order: 2;
  }
  .right-sidebar {
    order: 3;
  }
  .content:before,
  .sidebar-title:after,
  .shop:after,
  .f-logo {
    display: none;
  }
  .content .page,
  .content-page {
    padding: 18px;
  }
  .content-page .content-title,
  .content-page .content-title-top,
  .content-title-top {
    margin-left: -18px;
    margin-right: -18px;
  }
  .content-title {
    padding: 12px 18px;
    height: auto;
    gap: 10px;
    flex-wrap: wrap;
  }
  .tabs-buttons {
    padding: 0 18px;
    display: flex;
    gap: 18px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .tabs-buttons a {
    margin-right: 0;
    flex: 0 0 auto;
  }
  .first-news {
    flex-direction: column;
  }
  .first-news .news-img,
  .first-news .news-f-text {
    width: 100%;
    box-sizing: border-box;
  }
  .first-news .news-img img {
    width: 100%;
    min-height: 0;
    display: block;
  }
  .first-news .news-f-text {
    padding-bottom: 82px;
  }
  .first-news .news-f-text .news-info {
    left: 18px;
    width: calc(100% - 36px);
  }
  .block-media.active {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .block-media.active a,
  .block-media.active img {
    width: 100%;
    height: auto;
  }
  .best-players li,
  .guilds {
    gap: 8px;
  }
  .guilds .guild-text,
  .best-players li .nickname {
    width: auto;
    flex: 1;
    min-width: 0;
  }
  .shop,
  .vote {
    width: auto;
    max-width: 100%;
  }
  .media-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .footer {
    height: auto;
    padding-bottom: 28px;
  }
  .block-top {
    min-height: 70px;
    margin-bottom: 20px;
  }
  .f-menu {
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }
  .f-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .f-menu li a {
    line-height: 1.4;
    padding: 8px 10px;
  }
  .copy {
    padding: 0 12px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 13px;
    line-height: 1.35;
  }
  .wrapper {
    width: calc(100% - 12px);
  }
  .mobile-menu-toggle {
    margin-bottom: 12px;
  }
  .header {
    padding-top: 6px;
  }
  .server-block {
    max-width: 100%;
    height: auto;
    min-height: 132px;
    background-size: cover;
    background-position: center;
  }
  .server-status {
    width: calc(100% - 120px);
    margin-right: 18px;
    margin-bottom: 16px;
  }
  .sidebar-title {
    background-size: cover;
    background-position: center;
    padding: 0 12px;
  }
  .sidebar-title:after {
    content: none;
  }
  .login-block form {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .login-block form input,
  .login-block form button {
    width: 100%;
    box-sizing: border-box;
  }
  .login-block form button {
    float: none;
    height: auto;
    min-height: 46px;
    margin: 0;
    padding: 12px 15px;
    background: linear-gradient(to bottom, #305107, #496b19);
    border: 1px solid #325308;
  }
  .first-news .news-f-text {
    padding: 18px 18px 120px;
  }
  .first-news .news-f-text .news-info {
    position: absolute;
    height: auto;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    bottom: 18px;
  }
  .first-news .news-f-text .read-more {
    float: none;
    width: auto;
    height: auto;
    line-height: 1.2;
    padding: 12px 16px;
    background: linear-gradient(to bottom, #305107, #496b19);
    border: 1px solid #325308;
  }
  .news {
    padding: 14px 18px;
    line-height: 1.5;
  }
  .best-players li {
    flex-wrap: wrap;
    padding: 10px;
  }
  .best-players li .button-show,
  .best-players li .rating {
    width: 100%;
    text-align: left;
    margin-left: 26px;
  }
  .guilds {
    padding: 12px;
  }
  .guilds .guild-comments {
    width: auto;
  }
  .vote-f-us-block,
  .media-block .box,
  .vote-block .box {
    padding-left: 12px;
    padding-right: 12px;
  }
  .vote {
    width: calc(100% - 24px);
    height: auto;
    min-height: 89px;
    background-size: cover;
  }
  .copy {
    line-height: 1.6;
  }
}

/* =========================
   GRAFICZNY PODGLĄD EQ - UKŁAD PIONOWY + TOOLTIP
   ========================= */

.admin-eq-scene{
    margin-top:18px !important;
    border:1px solid rgba(199,156,85,.35) !important;
    background:radial-gradient(circle at top,#2a2520 0,#161310 48%,#0c0b0a 100%) !important;
    box-shadow:0 14px 30px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,214,120,.05) !important;
    border-radius:16px !important;
    padding:18px !important;
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    overflow:visible !important;
}

.admin-eq-title{
    margin:0 0 14px !important;
    color:#f2d49a !important;
    font-size:18px !important;
    line-height:1.3 !important;
    word-break:break-word !important;
}

.admin-eq-layout{
    display:flex !important;
    flex-direction:column !important;
    gap:18px !important;
    align-items:stretch !important;
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    overflow:visible !important;
}

.admin-eq-card{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    background:rgba(0,0,0,.24) !important;
    border:1px solid rgba(216,174,96,.15) !important;
    border-radius:14px !important;
    padding:14px !important;
    box-sizing:border-box !important;
    overflow:visible !important;
    clear:both !important;
}

.admin-eq-card h3{
    margin:0 0 12px !important;
    color:#f7deb0 !important;
    font-size:16px !important;
    line-height:1.25 !important;
    text-align:center !important;
}

.admin-eq-panel{
    position:relative !important;
    background:linear-gradient(180deg,rgba(27,23,19,.92),rgba(12,10,9,.92)) !important;
    border:1px solid rgba(209,169,93,.22) !important;
    border-radius:14px !important;
    padding:12px !important;
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    overflow-x:auto !important;
    overflow-y:visible !important;
}

.admin-eq-equipment{
    display:grid !important;
    grid-template-columns:repeat(6,48px) !important;
    grid-template-rows:repeat(4,48px) !important;
    gap:6px !important;
    justify-content:center !important;
    align-content:start !important;
    width:318px !important;
    min-width:318px !important;
    max-width:318px !important;
    margin:0 auto !important;
}

.admin-eq-inventory{
    display:grid !important;
    grid-template-columns:repeat(5,48px) !important;
    grid-auto-rows:48px !important;
    gap:6px !important;
    justify-content:center !important;
    align-content:start !important;
    width:264px !important;
    min-width:264px !important;
    max-width:264px !important;
    margin:0 auto !important;
}

.admin-eq-slot{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:linear-gradient(180deg,rgba(47,38,30,.85),rgba(18,15,12,.95)) !important;
    border:1px solid rgba(181,138,73,.42) !important;
    box-shadow:inset 0 0 0 1px rgba(255,220,140,.06) !important;
    border-radius:10px !important;
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;
    max-width:48px !important;
    max-height:48px !important;
    color:#b8a07a !important;
    text-align:center !important;
    font-size:10px !important;
    line-height:1.15 !important;
    padding:2px !important;
    box-sizing:border-box !important;
    overflow:visible !important;
    z-index:1 !important;
}

.admin-eq-slot:hover{
    z-index:10000 !important;
}

.admin-eq-slot.is-empty{
    opacity:.72 !important;
}

.admin-eq-slot-label{
    display:block !important;
    font-size:10px !important;
    opacity:.8 !important;
    line-height:1.1 !important;
    word-break:break-word !important;
}

.admin-eq-item-icon{
    width:38px !important;
    height:38px !important;
    max-width:38px !important;
    max-height:38px !important;
    object-fit:contain !important;
    display:block !important;
    filter:drop-shadow(0 4px 6px rgba(0,0,0,.55)) !important;
}

.admin-eq-vnum{
    font-size:10px !important;
    font-weight:700 !important;
    color:#f1d197 !important;
    line-height:1.1 !important;
    word-break:break-word !important;
}

.admin-eq-count{
    position:absolute !important;
    right:4px !important;
    bottom:3px !important;
    background:rgba(0,0,0,.82) !important;
    border-radius:999px !important;
    padding:1px 5px !important;
    color:#fff !important;
    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;
    z-index:3 !important;
}

.admin-eq-tooltip{
    position:absolute !important;
    left:calc(100% + 12px) !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    min-width:240px !important;
    max-width:300px !important;
    display:none !important;
    z-index:10001 !important;
    background:linear-gradient(180deg,#1a1611,#090807) !important;
    border:1px solid #9e7a3e !important;
    border-radius:12px !important;
    padding:12px !important;
    color:#f4e7c8 !important;
    box-shadow:0 16px 32px rgba(0,0,0,.5) !important;
    pointer-events:none !important;
}

.admin-eq-slot:hover .admin-eq-tooltip{
    display:block !important;
}

.admin-eq-tooltip h4{
    margin:0 0 6px !important;
    color:#ffd98d !important;
    font-size:15px !important;
    line-height:1.2 !important;
}

.admin-eq-tooltip .meta{
    font-size:12px !important;
    color:#ceb37e !important;
    margin-bottom:8px !important;
    line-height:1.35 !important;
}

.admin-eq-tooltip strong{
    display:block !important;
    margin-top:8px !important;
    color:#f3d9a4 !important;
    font-size:12px !important;
}

.admin-eq-tooltip ul{
    margin:6px 0 0 16px !important;
    padding:0 !important;
}

.admin-eq-tooltip li{
    margin:3px 0 !important;
    font-size:12px !important;
    line-height:1.35 !important;
}

.admin-eq-pages{
    display:flex !important;
    gap:8px !important;
    flex-wrap:wrap !important;
    justify-content:center !important;
    margin:0 0 12px !important;
    max-width:100% !important;
}

.admin-eq-page-tag{
    padding:5px 10px !important;
    border-radius:999px !important;
    background:rgba(255,215,140,.08) !important;
    border:1px solid rgba(255,215,140,.14) !important;
    color:#f1d197 !important;
    font-size:12px !important;
    line-height:1.2 !important;
    white-space:nowrap !important;
}

.admin-eq-empty-note{
    margin:0 !important;
    color:#b9a58b !important;
    line-height:1.4 !important;
}

.admin-eq-extra-pages{
    margin-top:14px !important;
    padding-top:12px !important;
    border-top:1px solid rgba(255,215,140,.10) !important;
}

.admin-eq-extra-pages h4{
    margin:0 0 10px !important;
    color:#e7c98f !important;
    font-size:14px !important;
    text-align:center !important;
}

.admin-eq-extra-grid{
    display:grid !important;
    grid-template-columns:repeat(auto-fit,minmax(264px,264px)) !important;
    gap:14px !important;
    justify-content:center !important;
}

.admin-eq-extra-box{
    background:rgba(255,255,255,.02) !important;
    border:1px solid rgba(255,215,140,.10) !important;
    border-radius:12px !important;
    padding:12px !important;
    box-sizing:border-box !important;
    overflow:visible !important;
}

.admin-eq-extra-box h5{
    margin:0 0 10px !important;
    color:#f0d7a0 !important;
    font-size:14px !important;
    text-align:center !important;
}

@media (max-width: 640px){
    .admin-eq-scene{
        padding:12px !important;
    }

    .admin-eq-card{
        padding:10px !important;
    }

    .admin-eq-panel{
        padding:10px !important;
    }

    .admin-eq-equipment{
        margin:0 auto !important;
    }

    .admin-eq-inventory{
        margin:0 auto !important;
    }

    .admin-eq-extra-grid{
        grid-template-columns:264px !important;
    }

    .admin-eq-tooltip{
        left:50% !important;
        top:calc(100% + 12px) !important;
        transform:translateX(-50%) !important;
    }
}


/* ===================================
   Boczne ozdoby przy kontenerze
   =================================== */
.side-ornament {
  position: absolute;
  top: 588px;
  z-index: -3;
  pointer-events: none;
}

.side-ornament img {
  display: block;
  width: auto;
  max-width: none;
  height: auto;
}

.side-ornament-left {
  left: -201px;
}

.side-ornament-right {
  right: -201px;
}

@media (max-width: 1700px) {
  .side-ornament-left {
    left: -170px;
  }

  .side-ornament-right {
    right: -170px;
  }

  .side-ornament img {
    max-width: 160px;
  }
}

@media (max-width: 1400px) {
  .side-ornament {
    display: none;
  }
}

/* fix hover readability for small buttons */
.button.button-small:hover,
a.button.button-small:hover,
button.button-small:hover {
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0,0,0,1), 0 0 6px rgba(255,255,255,0.18) !important;
  -webkit-filter: none !important;
  filter: none !important;
}
