@import url("/_style/video-js.min.css");
@import url("/_style/video-js-trm.css");

/* Logo świąteczne w całym serwisie: */

/* #header-logo:after {
    position: relative;
    width: 100%;
    height: 30px;
    background: url(/_img/swieta/_partials/logo_xmas_addon.svg) no-repeat center center;
    display: block;
    content: "";
    left: -5px;
    bottom: 41px;
} */

.xmasPopup {
    position: fixed;
    top: 20px;
    left: 50%;
    z-index: 99999;
    transform: translateX(-50%);
    line-height: 1;
}
.xmasPopup__inner-wrap {
    position: relative;
    background: url("/_img/glowna2020/kartka.png") center top no-repeat;
    padding: 30px 149px 76px;
    filter: drop-shadow(0px 3px 6px #00000029);
}
.xmasPopup__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}
.xmasPopup__title {
    font-size: 26px;
    color: #2f6eb6;
    font-family: "OpenSans2", Arial, sans-serif;
    font-weight: bold;
}
.xmasPopup__opinions {
    margin-top: 28px;
    text-align: center;
}
.xmasPopup__opinions a,
.xmasPopup__opinions a:visited {
    display: inline-block;
    color: #2f6eb6;
    font-weight: 600;
    border: 1px solid currentColor;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #0000001f;
    font-size: 16px;
    padding: 11px 19px;
    background-color: #fff;
}
.xmasPopup .player_wrapper {
    height: 475px;
}
.xmasPopup__player-wrapper .video-js-trm-wrapper,
.xmasPopup__player-wrapper .vjs-default-skin {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    z-index: 5;
}
.xmasPopup-overlay {
    background-color: #fff;
    opacity: 0.85;
    filter: alpha(opacity=85);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.xmasPopup__close {
    cursor: pointer;
    height: 60px;
    width: 60px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 99999;
    font-size: 32px;
    color: #e86464;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #00000033;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xmasPopup__close .trm {
    height: 32px;
}
.xmasPopup__player-wrapper {
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 910px;
    height: 525px;
    border: 15px solid #2f6eb6;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
}
.xmasPopup__ramka {
    position: relative;
    z-index: 1;
}

@media (max-width: 1600px) {
    .xmasPopup {
        transform: translateX(-50%) scale(0.9);
        transform-origin: center top;
    }
}

@media (max-width: 1300px) {
    .xmasPopup {
        transform: translateX(-50%) scale(0.8);
    }
}

@media (max-width: 1200px) {
    .xmasPopup {
        transform: translateX(-50%) scale(0.7);
    }
}
