body {
    overflow-x: hidden;
}

.dark-mode {
    background-color: #0D0D0D;
    color: #f2f2f2;
}

#footer {
    padding: 0;
}

.lp-heading {
    font-size: 40px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 20px;
}

@media all and (max-width: 768px) {
    .lp-heading {
        font-size: 20px;
    }
    .lp-heading br {
        display: none;
    }
}

.lp-subheading {
    font-size: 30px;
    line-height: 1.5;
}

@media all and (max-width: 768px) {
    .lp-subheading {
        font-size: 16px;
    }
}

.lp-background {
    background-image: url(/static/img/landing/morele/influpestka/gaming/gaming-header-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    color: #F2F2F2;
}

@media all and (max-width: 1024px) {
    .lp-background:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0, 0.25);
        z-index: 0;
    }
}
@media all and (max-width: 700px) {
    .lp-background {
        background-image: url(/static/img/landing/morele/influpestka/gaming/gaming-header-bg-mobile.jpg);
        background-size: 100%;
        background-position: top center;
    }
}

.lp-background:after {
    content: '';
    height: 25%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index: 0;
}

.top-section {
    margin-bottom: 50px;
}

.landing-header {
    padding-top: 75px;
    padding-bottom: 50px;
    height: auto;
    position: relative;
    z-index: 1;
    max-height: 100% !important;

    background-image: url(/static/img/landing/morele/influpestka/gaming/slider-1-lewa.svg), 
        url(/static/img/landing/morele/influpestka/gaming/slider-1-prawa.svg);
    background-position: -60px 0, calc(100% + 50px) 0;
    background-repeat: no-repeat, no-repeat;
    position: relative;
}
@media all and (max-width: 700px) {
    .landing-header {
        background-image: url(/static/img/landing/morele/influpestka/gaming/gaming-header-mask.svg);
        background-size: 100%;
        background-position: center;
        padding-bottom: 0;
    }
}

.landing-nav {
    position: relative;
    z-index: 1;
}
.landing-nav__title {
    margin-bottom: 32px;
    text-shadow: rgba(0,0,0, 0.25) 0px 0px 10px;
    color: #fff;
}

.landing-header-bottom {
    margin-top: 32px;
}

@media all and (max-width: 769px) {
    .landing-header-bottom {
        margin-top: 100px;
    }
}


.counterContainer {
    color: #3c1400;
}
.counterContainer .counter-label {
    font-size: 16px;
    margin-bottom: 8px;
    color: #f2f2f2;
    text-shadow: rgba(0,0,0, 0.25) 0px 0px 10px;
}

.promotion-countdown .per-box {
    color: #fe503c;
    /* text-shadow: rgba(0,0,0, 0.25) 0px 0px 10px; */
    font-weight: 600;
    margin-left: 8px;
    margin-right: 8px;
}

.promotion-countdown .per-box .per-time {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 8px;
}

.promotion-countdown .per-box .per-name {
    color: #f2f2f2;
    text-shadow: rgba(0,0,0, 0.25) 0px 0px 10px;
    font-weight: 300;
}

@media all and (min-width: 1025px) {
    .promotion-countdown .per-box .per-name {
        font-size: 16px;
    }

    .counterContainer {
        margin-top: 0;
    }
    
    .counterContainer .counter-label {
        font-size: 20px;
        margin-top: 24px;
        margin-bottom: 16px;
    }
    
    .promotion-countdown .per-box {
        margin-left: 14px;
        margin-right: 14px;
    }
    
    .promotion-countdown .per-box .per-time {
        font-size: 50px;
        margin-bottom: 16px;
    }
}

.new-promo-code .code-label {
    color: #f2f2f2;
    text-shadow: rgba(0,0,0, 0.25) 0px 0px 10px;
}

.new-promo-code .copy-button {
    background-color: #fe503c;
}

.new-promo-code .jak-korzystac-title {
    color: #f2f2f2;
    text-shadow: rgba(0,0,0, 0.25) 0px 0px 10px;
}

.rules-section {
    color: #f2f2f2;
}

.lp-boxes-grid {
    display: flex;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    color: #F2F2F2;
    padding-top: 5px;
    padding-bottom: 5px;
}

.lp-box {
    border-bottom: 5px solid #581b14;
    padding-top: 200px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;

    margin-left: 8px;
    margin-right: 8px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;

    transition: transform 0.3s;
    color: inherit;
    font-weight: 600;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    min-width: 280px;
    flex: 0 1 25%;
}
.lp-box--active,
.lp-box:hover {
    text-decoration: none;
    transform: scale(1.02);
    border-color: #fe503c;
}
.lp-box--active {
    cursor: default;
    transform: scale(1);
}
.lp-box--active:hover {
    transform: scale(1);
}
.lp-box--active .lp-box__arrow {
    transform: rotate(90deg);
    transform-origin: center;
}
.lp-box__subheading {
    font-size: 20px;
    text-transform: uppercase;
}
.lp-box__heading {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 8px;
}
.lp-box__cta-text {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media all and (max-width: 768px) {
    .lp-box__subheading {
        font-size: 14px;
    }
    .lp-box__heading {
        font-size: 26px;
    }
    .lp-box__cta-text {
        font-size: 12px;
    }
}

@media all and (min-width: 768px) {
    .products-section .container-fluid .row.container-row .products-container .active-filters-section .col-12 .clear-filters,
    .products-section .container-fluid .row.container-row .products-container .active-filters-section .col-12 .active-filters-elements {
        color: #757575;
    }
    .products-section .container-fluid .row.container-row .products-container .active-filters-section .col-12 .active-filters,
    .products-section aside .filters-category .filters-container .filter-item,
    .products-section aside .filters-category h3,
    .products-section aside h2 {
        color: #f2f2f2;
    }
    .morele-dropdown .md-list-collection li {
        color: #3C1400;
    }
    
    .products-section aside .filters-category .filters-container .filter-item .filter-item-checkbox,
    .form-control {
        background: #3d3d3d;
        border-color: #3d3d3d;
        color: #f2f2f2;
    }
    .products-section aside .filters-category .filters-container .filter-item .filter-item-checkbox:after {
        border-color: #3d3d3d;
    }
    .products-section aside .filters-category .filters-container .filter-item .filter-item-checkbox:checked:after {
        border-color: #fff;
    }
    .input-range-bottom.has-all-controls .input-range-button .btn {
        border: 1px solid #fe503c;
        background: transparent;
        color: #fe503c;
    }
    
    .cat-top-filters-item .morele-dropdown .md-top .md-button {
        border: 1px solid #f2f2f2;
        color: #f2f2f2;
        background: transparent;
    }
}


.instructions-new {
    color: #000;
    background-color: #f2f2f2;
}

@media all and (max-width: 768px) {
    .instructions-new {
        color: #f2f2f2;
        background-color: #0D0D0D;
    }
}


.shadow {
    position: relative;
}
@media all and (max-width: 768px) {
    .shadow:before {
        display: none;
    }
}
.relative {
    position: relative;
}
.shadow:before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    background-image: url(/static/img/landing/morele/influpestka/gaming/cien1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}