.full-main {
    /*background: black url("media/background.png") no-repeat fixed center !important;*/
    /*background-size: cover !important;*/
    /*background: black url('https://forum.sovelia.pl/uploads/set_resources_2/fb83158731d34b683567d62f19d19860_te_lukazuki.png') repeat center 4px !important;*/
    /*background: url('https://forum.sovelia.pl/uploads/set_resources_2/fb83158731d34b683567d62f19d19860_te_lukazuki.png') repeat-y fixed center top !important;*/
    /*background-size: contain !important;*/
    padding: 0 20px 10px 20px;
    width: calc(60vw - 20px);
    float: left;
    text-align: center;
    min-height: 100vh;
}

.full-main::after {
    content: "";
    position: absolute;
    top: 0;
    left: -3%;
    width: 106%;
    height: 100%;
    max-width: 100vw;
    background: url("media/background_forum.png") repeat-y fixed top center !important;
    background-size: contain !important;
    z-index: -1;
    pointer-events: none;
}

.full-left {
    background: url("media/left.png") no-repeat scroll right center !important;
    background-size: cover !important;
    width: 20vw;
    height: 100vh;
    position: sticky;
    left: 0;
    top: 0;
    float: left;
}

.full-container {
    width: 88%;
}

.full-right {
    background: url("media/right.png") no-repeat scroll left center !important;
    background-size: cover !important;
    width: 20vw;
    height: 100vh;
    position: sticky;
    left: 0;
    top: 0;
    float: left;
    z-index: 9999;
}

.full-menu {
    background: url("media/menu.png") top no-repeat !important;
    background-size: contain !important;
    min-width: 320px;
    margin: auto;
    text-align: center;
    display: inline-block;
    /*height: calc(100vh - 30px - 15vh - 18vh);*/
    height: 537px !important;
    position: relative;
}

.full-social {
    margin: 0 auto auto auto;
    text-align: center;
    position: relative;
}

.full-menu .list {
    width: 65%;
    position: relative;
    top: 22%;
    overflow-y: auto;
    margin: auto 60px auto auto;
    left: 0;
    right: 0;
    height: 67%;
    overflow-x: hidden;
}

.full-menu .list a.active {
    filter: brightness(150%);
}

.full-menu .nav-btn:first-child {
    margin-top: unset !important;
}

.full-menu .nav-btn:last-child {
    margin-bottom: unset !important;
}

.full-menu .nav-btn {
    margin: 5px auto 5px -3% !important;
    width: 108% !important;
}

.full-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.full-timer {
    background-image: url("media/timer.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 255px;
    margin-top: -46px;
    height: 94px;
    text-align: center;
    padding: 39px 0;
}

.full-timer span {
    font-family: Cambria, serif;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    transition: .2s;
}

.full-timer span:before {
    font-family: Cambria, serif;
    content: attr(data-text);
    text-shadow: 0 0 7px #000;
    background: linear-gradient(180deg, #6f4b20 0, #362b1c);
    -webkit-text-stroke: 1px #0000;
    -webkit-background-clip: text;
    background-clip: text;
    color: #0000;
}

.full-timer span:after {
    font-family: Cambria, serif;
    content: attr(data-text);
    left: 0;
    top: 0;
    position: absolute;
    background: -webkit-linear-gradient(-90deg, #ffcc8d 9px, #c8996d 15px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    color: #0000;
}

::-webkit-scrollbar-thumb {
    background-color: #b28757;
}

::-webkit-scrollbar {
    width: 19px;
}

.full-menu .list::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    background: url("media/scroll-body/scrollbar.png") no-repeat center;
    background-size: 19px 100%;
    width: 19px;
    border-radius: 20%;
}

.full-menu .list::-webkit-scrollbar-track {
    background: url("media/scroll/scrollbar.png") no-repeat center;
    background-size: 14px 100%;
    width: 14px;
    border-radius: 25%;
}

::-webkit-scrollbar-thumb:vertical {
    background: url("media/scroll-body/slider_top.png") no-repeat top center,
    url("media/scroll-body/slider_bottom.png") no-repeat bottom center,
    url("media/scroll-body/slider_mid.png") repeat-y center;
    background-size: 9px auto,
    9px auto,
    9px auto;

    border-radius: 45%;
    background-color: unset !important;
    width: 9px;
}

.full-menu .list::-webkit-scrollbar-thumb:vertical {
    background: url("media/scroll/slider_top.png") no-repeat top center,
    url("media/scroll/slider_bottom.png") no-repeat bottom center,
    url("media/scroll/slider_mid.png") repeat-y center;
    background-size: 6px auto,
    6px auto,
    6px auto;

    border-radius: 45%;
    background-color: unset !important;
    width: 6px;
}

.nav-btn {
    background-image: url("media/button-category.png") !important;
    background-size: 85% 100%;
}

.full-logo {
    width: auto;
    max-width: min(100%, 410px);
    height: 20vh;
    margin: 10px auto auto auto;
    display: block;
    max-height: min(20vh, 207px);
    object-fit: contain;
}

.nav-btn, .nav-btn-small {
    margin: 5px auto !important;
    width: 100% !important;
}

.nav-btn-small {
    background-image: url("media/button-subcategory.png") !important;
    background-size: 85% 100%;
    width: 90% !important;
}

.app-full {
    display: flex;
    /*align-items: stretch;*/
    /*justify-content: space-between;*/
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .full-right {
        display: none;
    }

    .menu {
        display: none;
    }

    .full-main {
        width: 71.8% !important;
        right: 0 !important;
        left: unset !important;
    }

    .full-left {
        width: 30% !important;
    }

    .full-main::after {
        width: 103% !important;
        left: -3% !important;
    }
}

@media only screen and (max-width: 1050px) {
    .app-full {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .full-left {
        width: 100% !important;
    }

    .full-left.active {
        place-items: center;
        justify-content: center;
        display: flex;
        background: url("media/background_forum.png") repeat-y fixed top center !important;
        background-size: contain !important;
    }

    .full-left.active a:has(.full-logo) {
        display: none !important;
    }

    .full-main {
        width: 100% !important;
    }

    .full-main::after {
        width: 100% !important;
        left: 0 !important;
    }
}

.full-content {
    width: 925px;
    margin: auto;
    max-width: 100%;
}

.full-main img {
    height: auto !important;
}

.full-main ul:not(.text-left),
.full-main ol:not(.text-left) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2 {
    background-image: unset !important;
    background-repeat: unset !important;
    background-size: unset !important;
    background-position: unset !important;
    text-align: unset !important;
    height: unset !important;
    font-size: unset !important;
    padding: unset !important;
    margin-bottom: unset !important;
    margin-top: unset !important;
}

h3 {
    background-image: unset !important;
    background-repeat: unset !important;
    background-size: unset !important;
    background-position: unset !important;
    text-align: unset !important;
    height: unset !important;
    font-size: unset !important;
    padding: unset !important;
    margin-bottom: unset !important;
    margin-top: unset !important;
}

/* xx2 */


body {
    scroll-behavior: smooth;
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

:target {
    scroll-margin-top: 90px; /* Modern browsers */
}

.gameplay:not(.active) {
    display: none;
}

.mobile {
    display: none;
    position: fixed;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    height: 88px;
    justify-content: space-between;
    padding: 20px 15px;
    background: black;
    border-bottom: solid 1px #535255;
}

.mobile .full-logo {
    float: left;
    width: auto;
    height: 50px;
}

.mobile .hamburger {
    float: right;
    background: #211e23;
    height: 48px;
    padding: 15px 8px;
    margin: 0 0 0 8px;
    min-width: 48px;
    max-width: 48px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.mobile .hamburger > span {
    background: #565657;
    border-radius: 2px;
    display: block;
    height: 3px;
    width: 30px;
    opacity: 1;
    right: 0;
    margin-bottom: 4px;
    transition: all 0.4s ease 0s;
}

.full-left {
    z-index: 9999;
}

.full-menu {
    max-height: calc(100vh - 20vh - 87px);
    max-width: min(100%, 397px);
}

@media only screen and (max-width: 1050px) {
    .full-menu {
        max-height: calc(100vh - 91px - 180px) !important;
    }

    h2 {
        scroll-margin-top: 91px;
    }

    .full-logo {
        margin: unset !important;
    }

    .full-left:not(.active) {
        display: none;
    }

    body:has(.full-left.active) {
        overflow: hidden;
    }

    .full-left {
        width: 100% !important;
        position: fixed;
        top: 88px !important;
        height: calc(100vh - 88px);
    }

    .full-main {
        margin-top: 88px;
    }

    .mobile {
        display: flex;
    }

    .full-main {
        position: relative !important;
    }

    .page-manage {
        display: none;
    }

    .full-left > a {
        display: none;
    }
}

.ig_dotychczasowa.active {
    content: url("media/gameplay/aktualna.png");
}

.ig_nowa.active {
    content: url("media/gameplay/nowa.png");
}

.ig_dotychczasowa:active {
    content: url("media/gameplay/aktualna.png");
}

.ig_nowa:active {
    content: url("media/gameplay/nowa.png");
}

@media only screen and (max-width: 535px) {
    .mobile-off {
        display: none;
    }
}

.flex-break {
    flex-basis: 100%;
    width: 0;
}

.full-main {
    position: relative;
    max-width: 100vw;
}

.slider-wrapper img {
    height: unset !important;
    max-width: unset !important;
}

.slider-wrapper {
    width: 900px;
    height: 400px;
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* Our image information */
.before,
.after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.content-image {
    height: 100%;
}

.after {
    width: 125px;
}

.scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.9;
    pointer-events: auto;
    cursor: pointer;
}

.scroller:hover {
    opacity: 1;
}

.scrolling {
    pointer-events: none;
    opacity: 1;
}

.scroller__thumb {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.scroller:before,
.scroller:after {
    content: " ";
    display: block;
    width: 7px;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -3.5px;
    z-index: 30;
    transition: 0.1s;
}

.scroller:before {
    top: 100%;
}

.scroller:after {
    bottom: 100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller {
    border: 5px solid #fff;
}

.scroller:before,
.scroller:after {
    background: #fff;
}

/* MENU */

.menu {
    width: calc(100% + 40px + 2.9% + 2.9%);
    height: 90px;
    z-index: 9998;
    position: sticky;
    top: 0;
    background: url("media/nav/background.png") top center no-repeat;
    background-size: 100% 100%;
    margin: auto;
    margin-left: calc(-20px - 2.8%);
}

.menu ul {
    display: flex;
    justify-content: center; /* możesz dać space-around jeśli chcesz równe odstępy */
    align-items: center;
    padding: 0;
    list-style: none;
    height: 80px;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    gap: 1.8%;
    left: 8px;
    position: relative;
    flex-direction: row !important;
}

.menu li {
    display: block;
    margin: 0 1%; /* odstęp między elementami */
    position: relative; /* dla bezpiecznego pozycjonowania pseudoelementu */
}

.menu li:not(:first-child):not(:has(a.btn-download)):not(:has(a.btn-download) + li)::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px; /* szerokość kropki */
    height: 25px; /* wysokość kropki */
    background-image: url("media/nav/pointer.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.menu li a {
    padding: 18px 10px;
}

.menu li a.btn-download {
    width: 131px;
    height: 97px;
    background: url("media/nav/download_button.png") center no-repeat;
    background-size: contain;
    display: block;
    top: 5px;
    position: relative;
}


.menu span {
    font-family: Cambria, serif;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    transition: .2s;
    text-transform: uppercase;
}

.menu span:before {
    font-family: Cambria, serif;
    content: attr(data-text);
    text-shadow: 0 0 7px #000;
    background: linear-gradient(180deg, #6f4b20 0, #362b1c);
    -webkit-text-stroke: 1px #0000;
    -webkit-background-clip: text;
    background-clip: text;
    color: #0000;
}

.menu span:after {
    font-family: Cambria, serif;
    content: attr(data-text);
    left: 0;
    top: 0;
    position: absolute;
    background: -webkit-linear-gradient(-90deg, #ffcc8d 9px, #c8996d 15px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    color: #0000;
}
