.full-main {
    background: black url("../media/template/academy/2/background-NvuhOkM.png") no-repeat fixed center !important;
    background-size: cover !important;
    padding: 10px 20px;
    width: 60%;
    float: left;
    text-align: center;
}

.full-left {
    background: black url("../media/template/academy/2/left-bg-CjCU8-k.png") no-repeat scroll right center !important;
    background-size: cover !important;
    width: 20%;
    height: 100vh;
    position: sticky;
    left: 0;
    top: 0;
    float: left;
}

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

.full-menu {
    background: url("../media/template/academy/2/menu-bg-y1Vy-FB.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: 70%;
    position: relative;
    top: 7.7%;
    overflow-y: auto;
    margin: auto;
    left: 0;
    right: 0;
    height: 85%;
    overflow-x: hidden;
}

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


 /*.full-timer {*/
 /*    -webkit-text-stroke-width: 1.6px;*/
 /*    -webkit-text-stroke-color: black;*/
 /*    font-weight: bold;*/
 /*    text-shadow: 2px 2px black;*/
 /*}*/

.full-timer {
    background-image: url("../media/template/academy/2/timer-_ncvd5n.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 246px;
    margin-top: -22px;
    height: 104px;
    text-align: center;
    display: flex;
    justify-content: center;
    place-items: center;
}

.full-timer span {
    font-family: Alegreya, Cambria, serif;
    font-size: 32px;
    position: relative;
    display: inline-block;
    transition: .2s;
    margin-top: 10px;
}

.full-timer span:before {
    font-family: Alegreya, 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: Alegreya, 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: darkred !important;*/
/*}*/

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

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

.full-logo {
    width: auto;
    height: 20vh;
    margin: 10px auto auto auto;
    display: block;
}

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

.nav-btn span {
    font-weight: unset !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;
    }

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

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

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

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

    .full-main {
        width: 100% !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, .pro {
    background-image: url("../media/template/academy/2/h3-eH7qQyl.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    height: 45px;
    font-size: 1.5rem;
    padding: unset;
    margin-bottom: 15px;
    margin-top: 15px;
}

h4, .pro {
    background-image: url("../media/template/academy/2/h3-eH7qQyl.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    height: 45px;
    font-size: 1.5rem;
    padding: unset;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* xx2 */


body {
    scroll-behavior: smooth;
}

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

.mobile {
    display: none;
    position: sticky;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    justify-content: space-between;
    padding: 20px 15px;
    align-items: center;
    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 - 180px);
}

@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;
        bottom: 0;
        top: unset;
        height: calc(100% - 91px);
    }

    .mobile {
        display: flex;
    }

    .page-manage {
        display: none;
    }

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

.ig_dotychczasowa.active{
    content:url("../media/template/academy/2/gameplay/aktualna-2-7oIitko.png");
}
.ig_nowa.active{
    content:url("../media/template/academy/2/gameplay/nowa-2-sZ9QEXa.png");
}
.ig_dotychczasowa:active{
    content:url("../media/template/academy/2/gameplay/aktualna-3-f9CA1Xu.png");
}
.ig_nowa:active{
    content:url("../media/template/academy/2/gameplay/nowa-3-nI8fXwV.png");
}

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

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

.full-main {
    position: relative;
}
.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;
}
