/*BRANDING*/
.video-beam-top.active {
    background-position: 0 0 !important;
    background-color: transparent !important;
    height: 0 !important;
    background-size: contain !important;
    padding-bottom: 8.73%;
}

.video-beam-bottom.active {
    background-position: 0 0 !important;
    background-color: transparent !important;
    height: 0 !important;
    background-size: contain !important;
    padding-bottom: 8.73%;
}

/*END BRANDING*/
/*SCREENING*/
.screening {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background-position: center 70px !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    top: 0;
    left: 0;
}
.screening--active:hover {
    cursor: pointer;
}
@media (min-width: 1250px) {
    .screening {
        display: block;
    }
}

.screening__wrapper {
    position: relative;
}

@media (min-width: 1250px) {
    .screening__wrapper.active-yes {
        position: relative;
        width: 1240px;
        margin: 0 auto;
        padding-top: 0px;
        padding-bottom: 20px;
        background-color: #ececec;
    }
    .screening__wrapper.active-yes .channels {
        padding-top: 20px;
        width: 100%;
        padding-left: 8px;
    }
    .screening__wrapper.active-yes .extra {
        background-color: #ececec;
        padding: 30px 8px 10px;
    }
    .screening__wrapper.active-yes .channels h2 {
        margin-top: 0;
    }
    .screening__wrapper.active-yes #epgs {
        background-color: #4784d2;
    }
    .screening__wrapper.active-yes .materials__left,
    .screening__wrapper.active-yes .materials__right {
        top: 165px;
    }
    .screening__wrapper.active-yes .subtop {
        margin: 0;
    }
    .screening__wrapper.active-yes .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }
    .screening__wrapper.active-yes .body .button {
        width: 228px;
        margin: 8px;
        border: 2px solid transparent;
    }
    .screening__wrapper.active-yes .body .button.activ {
        border: 4px solid;
        border-image-source: linear-gradient(133deg, #3023ae, #3ecff2);
        border-image-slice: 1;
        box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
    }
    .screening__wrapper.active-yes #header .wrapper {
        width: 100%;
        padding-left: 16px;
    }
    .body .button:hover {
        cursor: pointer;
    }
}

/*END SCREENING*/
/*REKLAMY DESKTOP*/
.doubleboard {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    top: 70px;
}
@media (max-width: 768px) {
    .doubleboard {
        width: 100%;
    }
}

.doubleboard:empty {
    margin: 0 auto;
}

/*REKLAMY DESKTOP*/
.gigaboard {
    max-width: 1200px;
    margin: 10px auto 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px) {
    .gigaboard {
        width: 100%;
    }
}

.windowboard {
    max-width: 850px;
    margin: 10px auto 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px) {
    .windowboard {
        width: 100%;
    }
}

.rectangle,
.halfpage {
    max-width: 300px;
    margin: 10px auto 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    right: 25px;
}
@media (max-width: 768px) {
    .rectangle,
    .halfpage {
        width: 100%;
    }
}

.rectangle {
    display: block;
    overflow: initial;
}

.halfpage {
    max-height: 600px;
}

.board {
    max-width: 970px;
    margin: 32px auto 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px) {
    .board {
        width: 100%;
    }
}

.doubleboard:empty,
.board:empty,
.gigaboard:empty,
.windowboard:empty,
.rectangle:empty,
.halfpage:empty {
    margin: 0 auto;
}

/*END REKLAMY DESKTOP*/
/*REKLAMY MOBILNE*/
.mobile-board-top,
.mobile-board-middle,
.mobile-board-last {
    max-width: 100%;
    margin: 16px auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: block;
}
@media (min-width: 992px) {
    .mobile-board-top,
    .mobile-board-middle,
    .mobile-board-last {
        display: none;
    }
}

.mobile-board-top:empty,
.mobile-board-middle:empty,
.mobile-board-last:empty {
    margin: 0 auto;
}

.body .button:hover {
    cursor: pointer;
}

footer {
    position: relative;
    background-color: #ececec;
    border-bottom: 2px solid #ececec;
    margin-bottom: -2px;
}

/*END REKLAMY MOBILNE*/
/*END REKLAMY DESKTOP*/
