@charset "UTF-8";
/*-- global --*/
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}
body.wide section > .gl_wrapper {
    overflow-x: clip;
}
.gl_wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 8px;
}
.section__container figure{
    margin: 0;
}
/*-- /global --*/

.section__v5 .poly_type_video::after {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.poly_type_video::after {
    content: '';
    background-image: url('/media/icons/video_player_section_black_icon.svg');
    position: absolute;
    background-size: 40px 40px;
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    z-index: 5;
}

.section__v4 .poly_type_video::after {
    display: none;
}

/* top menu elements */
.top_menu__element_first {
    display: none !important;
}

.header #top_menu__elements {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-y: hidden;
    overflow-x: scroll;
    z-index: 1;
}

.header #top_menu__elements .top_menu__element,
.header #top_menu__elements .top_menu__element img {
    display: flex;
    height: 65px;
    width: 50vw;
    object-fit: cover;
    margin: 0;
}

.header #top_menu__elements.many-top-elements .top_menu__element,
.header #top_menu__elements.many-top-elements .top_menu__element img {
    width: 45vw;
}

.header .header-bar .header-ext {
    position: absolute;
    top: 14px;
    left: 144px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 13213213;
    width: 40px;
}

.header .header-bar .header-ext #top_menu_on,
.header .header-bar .header-ext #top_menu_off {
    position: relative;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    user-select: none;
    padding-top: 40px;
    margin-top: -22px;
    cursor: pointer;
}

.header .header-bar .header-ext #top_menu_off {
    margin-top: -18px; 
}

.header .header-bar .header-ext #top_menu_on::before {
    display: flex;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/media/icons/chevrons-up-white.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 21px;
    left: 10px;
    user-select: none;
}

.header .header-bar .header-ext #top_menu_off::before {
    display: flex;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/media/icons/chevrons-up-white.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    position: absolute;
    top: 21px;
    left: 3px;
    user-select: none;
}

/* widget sg player */

.widget-player {
    background: #1677ff;
    margin-bottom: 24px;
}
.widget-player > a {
    text-decoration: none;
}
.widget-player .widget-player-top {
    display: flex;
    padding: 0 27px 0px 27px;
}
.widget-player img.schedule-photo {
    width: 110px;
    height: 110px;
    object-fit: cover;
}
.widget-player .widget-player-top__images {
    display: flex;
    flex-direction: column;
}
.widget-player .widget-player-top__images .logo {
    width: 110px;
    height: 90px;
    object-fit: cover;
}
.widget-player span.schedule-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.widget-player span.schedule-author {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    width: 100%;
    white-space: pre-wrap;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.widget-player .widget-player-top__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55%;
    margin-left: 24px;
}
.widget-player .widget-player-middle {
    background: #FFFFFF;
    position: relative;
}
.widget-player .widget-player-bottom.links {
    background: #1677ff;
    display: flex;
    justify-content: space-around;
    padding: 16px;
}
.widget-player .widget-player-bottom.links > div a {
    display: flex;
    justify-content: center;
    height: 35px;
    min-width: 47px;
    width: auto;
}
.widget-player .yt_link a {
    background-image: url(/media/eskarock/desktop/images/new-youtube.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-player .fb_link a {
    background-image: url(/media/eskarock/desktop/images/new-face.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-player .ig_link a {
    background-image: url(/media/eskarock/desktop/images/new-insta.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-player .tt_link a {
    background-image: url(/media/eskarock/desktop/images/new-tictok.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-player .widget-player-middle {
    display: flex;
    padding: 16px;
    position: relative;
}
.widget-player .widget-player-middle__playing span {
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1677ff;
    display: flex;
}
.widget-player-middle__playing {
    display: flex;
    justify-content: center;
    align-items: center;
}
.widget-player .widget-player-middle__song {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
}
.widget-player .widget-player-middle__song span.song-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 55vw;
    display: inline;
}
.widget-player .widget-player-middle__song span.song-author {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 55vw;
    display: inline;
}
.widget-player .widget-player-middle__player {
    width: 60px;
    height: 60px;
    background-image: url(/media/eskarock/desktop/images/widget-player-play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

/* program player */

.player-program{
    display: flex;
    max-height: 215px;
    margin-bottom: 24px;
    margin-top: -3px;
}
.player-program__select {
    position: relative;
    display: flex;
    justify-content: center;
}

.player-program__img img {
    width: 196px;
    height: 215px;
    object-fit: cover;
    object-position: top;
}
@media (max-width: 330px){
    
.player-program__img img {
    width: 167px;
    height: 215px;
    object-fit: cover;
    object-position: top;
}
}
.player-program #playerStreamSelect {
    background: var(--color-white);
    border: none;
    width: 119px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: var(--color-font);
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
    cursor: pointer;
    white-space: nowrap;
    display: inline;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100px;
}

.player-program .player-program__content {
    background-color: var(--color-white);
    height: 215px;
    max-height: 215px;
    padding: 8px 16px;
    box-sizing: border-box;
    width: 60%;
}

.player-program .player-program__info .title , .player-program .player__program-text_container .title {
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: var(--color-white);
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.player-program .player-program__info .author ,.player-program .player__program-text_container .author{
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--color-black);
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.player-program select#playerStreamSelect:focus-visible {
    outline: none;
}

.player-program a.msg {
    width: 27px;
    height: 27px;
    background: url(/media/eskarock/desktop/images/black-msg.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.player-program a.tel {
    width: 27px;
    height: 27px;
    background: url(/media/eskarock/desktop/images/black-phone.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
.player-program__links {
    display: flex;
    justify-content: space-evenly;
    margin: 0 16px;
}
.player-program-bottom {
    position: fixed;
    display: flex;
    justify-content: space-between;
    left: 0;
    width: 100%;
    min-width: 100%;
    z-index: 201;
    bottom: 66px;
    background: linear-gradient(180deg, #222222 0%, rgba(34, 34, 34, 0.7) 100%);
    max-height: 80px;
    overflow: hidden;
    padding-left: 8px;
}
.player-program-bottom .vjs-loading-spinner + .vjs-big-play-button .vjs-icon-placeholder::before {
    display: none !important;
}
@media (min-width: 600px){
    .player-program-bottom {
        position: fixed;
        display: flex;
        justify-content: space-between;
        left: 0;
        width: 100%;
        min-width: 100%;
        z-index: 111;
        bottom: 66px;
        background: linear-gradient(180deg, #222222 0%, rgba(34, 34, 34, 0.7) 100%);
        max-height: 80px;
        overflow: hidden;
        max-width: 600px;
        left: 50%;
        transform: translateX(-50%);
        min-width: initial;
    }
}
.player-program-bottom .video-js {
    background-color: rgba(255,255,255,0);
}
.player-program-bottom .video-js .vjs-big-play-button .vjs-icon-placeholder::before,.player-program-bottom .video-js .vjs-play-control .vjs-icon-placeholder::before {
    background-image: url(/media/eskarock/desktop/images/player-play-mobile.svg);
    display: block;
    content: '';
    height: 52px;
    width: 52px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 52px;
    right: 5px !important;
    left: initial;
}
.player-program-bottom .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    background: url(/media/eskarock/desktop/images/pause_btn--red.svg);
    display: block;
    content: '';
    height: 52px;
    width: 52px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 52px;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 14px 0px rgb(66 68 90);
    -moz-box-shadow: 4px 4px 24px 0px rgba(66, 68, 90, 1);
    box-shadow: 4px 4px 24px 0px rgb(66 68 90);
    left: initial;
    right: 5px !important;
}

.player-program-bottom .video-js .vjs-control-bar > div,
.player-program-bottom  .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder::before,
.player-program-bottom  .video-js .vjs-fullscreen-control .vjs-icon-placeholder::before {
	display: none !important;
}
.player-program-bottom #playerNowPlayingContent {
	background-color: #000000;
	margin-right: 55px;
	margin-bottom: 40px;
	color: #FFFFFF;
	height: 52px;
    margin-top: 8px;
}

.player-program-bottom #playerNowPlayingContent .streamSpacer {
	display: none;
}

.player-program-bottom #playerNowPlayingContent img {
	height: 52px;
	width: 52px;
}
.player-program-bottom .streamTrack {
    position: absolute;
    top: 11px;
    left: 66px;
    max-width: 360px;
    max-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: var(--color-white);
    display: inline-block;
    width: 225px;
}
.player-program-bottom .streamArtist {
    position: absolute;
    top: 32px;
    left: 66px;
    max-width: 360px;
    max-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.03em;
    display: inline-block;
    width: 225px;
}
.player-program-bottom .video-js .vjs-control-bar{
    top: 0;
}
.player-program-bottom .video-js .vjs-big-play-button,
.player-program-bottom .video-js .vjs-playing {
    border: none !important;
    background-color: rgba(255,255,255,0) !important;
    left: initial;
    width: 52px;
    height: 52px;
    top: 0;
    right: 12px;
}
.player-program-bottom  .video-js .vjs-control-bar{
    width: 52px !important;
}
.player-program-bottom  div#radio-stream {
    position: absolute;
    right: 0;
    top: 15px;
    height: 52px;
    width: 52px;
}
.player-program-bottom .vjs-button:focus-visible {
    outline: none;
}
.player-program-bottom .video-js .vjs-control {
    background: rgba(255,255,255,0);
}
.player-program-bottom .video-js .vjs-control-bar {
    background: rgba(255,255,255,0) !important;
	  display: block;
}
.player-program-bottom div#radio-stream.vjs-ad-playing {
    position: absolute;
    right: 11px;
    top: -54px;
    height: 52px;
    width: 166px;
}
.player-program-bottom #status {
	position: relative;
	left: -16px;
	font-size: 10px;
    color: #FFFFFF;
}
.player-layout .settings-btn,
.podcast-layout .settings-btn {
    bottom: 146px !important;
}
.player-layout .gl_plugin.footer,
.podcast-layout .gl_plugin.footer {
    padding-bottom: 121px;
}
.player-layout .gl_plugin.header,
.podcast-layout .gl_plugin.header {
    margin-bottom: 0;
}
.vjs-ad-playing div#radio-stream_ima-ad-container div > video {
    background: var(--color-main) !important;
}
.ima-progress-div {
    background-color: white !important;
}
.player-layout .ima-mute-div,
.podcast-layout .ima-mute-div,
.player-layout .ima-fullscreen-div,
.podcast-layout .ima-fullscreen-div,
.player-layout .ima-slider-div,
.podcast-layout .ima-slider-div {
	display: none;
}
div#radio-stream_ima-countdown-div{
text-shadow: none !important;
color: black !important;
padding-left: 5px !important;
}

/*rotator*/
.rotator .swiper-slide img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.rotator .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 200px !important;
    height: 216px !important;
    overflow: hidden;
}
.swiper.rotator {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 16px;
}
.rotator .swiper-slide.swiper-slide-visible.swiper-slide-prev img {
    height: 109px;
}
.rotator .swiper-slide.swiper-slide-visible.swiper-slide-next img {
    height: 109px;
}
.rotator .swiper-slide.swiper-slide-visible.swiper-slide-next , .rotator .swiper-slide.swiper-slide-visible.swiper-slide-prev{
    margin-top: 20px;
}
.rotator .swiper-slide.swiper-slide-visible.swiper-slide-active {
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}
.section__container.section__rotator .section__title,
.section__container.section__rotator .section__title h2 {
    font-weight: 700;
    font-size: 29px;
    line-height: 38px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1677ff;
}
.section__container.section__rotator .section__title a {
    color: #1677ff;
    text-decoration: none;
}
.rotator .slot__superscription p {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.rotator .slot__title p {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.rotator .slot__title {
    padding-top: 8px;
}

.rotator figure{
    margin: 0;
}
.rotator .swiper-button-prev:after {
    font-size: 0px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    background: url(/media/icons/rotator-arrow-left.svg);
    height: 60px;
    width: 32px;
    font-size: 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.rotator .swiper-button-next:after {
    font-size: 0px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    background: url(/media/icons/rotator-arrow-right.svg);
    height: 60px;
    width: 32px;
    font-size: 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.rotator .swiper-button-prev {
    left: 0px !important;
    right: auto;
    top: 43% !important;
}
.rotator .swiper-button-next {
    right: 0px !important;
    left: auto;
    top: 43% !important;
}
.rotator .slot__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rotator .swiper-slide.swiper-slide-visible.swiper-slide-active img {
    height: 160px !important;
}
.section__rotator .section__title {
    display: flex;
    justify-content: center;
}
.section__rotator .swiper-slide a {
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.section__rotator .section__slots .rotator {
	position: relative;
    will-change: transform;
}
.section__rotator .section__slots .rotator::after {
	display: block;
	position: absolute;
	content: '';
	background: linear-gradient(to right, rgba(255,255,255,0), #FFFFFF);
	top: 0;
	right: 0;
	width: 64px;
	height: 206px;
    pointer-events: none;
	z-index: 2;
}
.section__rotator .section__slots .rotator::before {
	display: block;
	position: absolute;
	content: '';
	background: linear-gradient(to left, rgba(255,255,255,0), #FFFFFF);
	top: 0;
	left: 0;
	width: 64px;
	height: 206px;
    pointer-events: none;
	z-index: 2;
}
.player-layout .footer::after,
.podcast-layout .footer::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 80px;
    background: #222222;
    border-top: 1px solid #666666;
}
section .m_zpr_box_topboard {
    line-height: 0;
    font-size: 0;
}
.quiz-layout .m_zpr_box_topboard,
.quiz-layout .m_zpr_box_top1 {
	display: none !important;
}
.tag-layout #hook_content > .main-title-listing {
	display: flex;
	justify-content: center;
}
.tag-layout .tag_img {
	display: flex;
    justify-content: center;
    margin-bottom: 4px;
}
.tag-layout .tag_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
ul.horizontal.paginacja ul {
    padding-left: 0;
}
.tag_photo {
	position: relative;
    margin-bottom: 24px;
}
.tag_photo figcaption span {
    display: block;
}
.tag_photo figcaption {
    display: none;
    position: absolute;
    bottom: 16px;
    right: 16px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-shadow: 2px 2px #000;
}
.tag_photo .element__info {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.tag_photo .element__info .media__info {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}
figure.tag_photo figcaption.non__interactive {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    color: #000000;
    text-shadow: none;
}
footer .legal-info .h5 {
    width: 90%;
    margin: 0 auto;
}
.settings-btn {
    bottom: 78px !important;
    z-index: 99999999 !important;
}
.fb_dialog .fb_dialog_content {
    display: none !important;
}
.player-program-bottom .video-js {
    aspect-ratio: 1.777 !important;
    height: auto !important;
    padding: 0 !important;
    overflow: unset !important;
}
.adsbox:not(.ad.ad-placement) {
    display: none !important;
}

/* header menu-v5 */
.menu-v5 .mobile-menu > div {
    flex-direction: row;
    justify-content: flex-start;
}
.menu-v5 .mobile-nav-ham {
    display: flex !important;
    flex-direction: column-reverse;
}
.menu-v5 .row .gl_plugin.site-logo img {
    height: 36px;
    width: auto;
}
@media (max-width: 330px){
    .menu-v5 .row .gl_plugin.site-logo img {
        height: 30px;
        width: auto;
    }
}
.menu-v5 .mobile-menu {
    background: #1677ff;
}
.menu-v5 .body-blocked .gl_plugin.header {
    position: fixed;
    z-index: 999999999;
    top: 0;
    min-width: 100%;
}
.menu-v5 .menu-active .gl_plugin.header {
    position: fixed;
    z-index: 9999999999;
    top: 0;
    min-width: 100%;
}
.menu-v5 .mobile-menu .gl_plugin.main-menu.display-flex.item-center-v.v5 ul {
    height: 50px;
    max-height: 50px;
    width: initial;
    width: 115px;
    max-width: 115px;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 16px;
}
.menu-v5 .menu_open .main-menu.v5 ul li a {
    display: inline;
}
.menu-v5 .menu__label {
    font-size: 8px;
    color: #FFFFFF;
}
.menu-v5 .gl_plugin.main-menu.display-flex.item-center-v.v5 ul li a {
    font-size: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-transform: uppercase;
}
.menu-v5 .mobile-menu .gl_plugin.main-menu.display-flex.item-center-v.v5 ul li {
    list-style-type: none;
    display: flex;
    width: 33%;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 32px;
}
.menu-v5 .row .mobile-box .mobile-bars {
    float: right;
    width: 26px;
    height: 26px;
    margin: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}
.menu-v5 .row .mobile-box .mobile-nav-ham {
    width: 36px;
    height: 46px;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.menu-v5 .gl_plugin.site-logo.items-center-h {
    display: flex;
}
.menu-v5 .gl_plugin.main-menu.display-flex.item-center-v.v5 ul li a img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 10px;
    filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(24deg) brightness(125%) contrast(100%);
}
.menu-v5 .gl_plugin.site-logo.items-center-h {
    display: flex;
    width: 54%;
}
.menu-v5 .gl_plugin.main-menu.display-flex.item-center-v.v5 {
    position: absolute;
    right: 50px;
    padding-left: 0;
}
@media (max-width: 330px) {
    .menu-v5 .gl_plugin.main-menu.display-flex.item-center-v.v5 {
        position: absolute;
        right: 58px;
        padding-left: 0;
    }
}
@media (min-width: 600px) {
    .menu-v5 .gl_plugin.main-menu.display-flex.item-center-v.v5 {
        position: absolute;
        right: 8px;
        padding-left: 0;
    }
}
.menu-v5 .row .gl_plugin > a {
    font-size: 11px;
    display: flex;
    align-items: center;
}
.menu-v5 .row .mobile-box.show {
    background: #333333e6;
}
.menu-v5 .row .submenu-title a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-transform: initial;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    line-height: 40px;
    color: #EEEEEE;
    text-decoration: none !important;
}
.menu-v5 .menu-mobile .submenu-wrapper .gl_plugin.main-menu.display-flex.item-center-v.v5 ul li a {
    margin-bottom: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #EEEEEE;
    display: inline;
}
.menu-v5 nav.submenu-wrapper .v5 ul {
    display: flex;
    flex-direction: column;
    height: initial !important;
    max-height: initial !important;
    padding-left: 0;
    padding-top: 16px;
}
.menu-v5 nav.submenu-wrapper .v5 {
    position: initial !important;
}
.menu-v5 .submenu-item ul li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #EEEEEE;
}
.menu-v5 .menu_open ul {
    padding-left: 0;
}
.menu-v5 .submenu-item ul li {
    list-style-type: none;
    width: 50%;
}
.menu-v5 .menu_open ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.menu-v5 .submenu-title:after {
    content: "→";
    font-size: 21px;
    margin-left: 8px;
}
.menu-v5 .row .mobile-box .mobile-bars .first-bar, 
.menu-v5 .row .mobile-box .mobile-bars .second-bar, 
.menu-v5 .row .mobile-box .mobile-bars .third-bar {
    width: 20px;
    height: 2px;
    margin: 5px;
    background: #FFFFFF;
    margin-left: 3px;
}
.menu-v5 .row .menu-content.show .menu-mobile {
    max-height: 100vh;
}
.menu-v5 .menu-content.show nav.submenu-wrapper .submenu-item:last-child {
    padding-bottom: 94px !important;
}
.menu-v5 .row .menu-content {
    display: none;
}
.menu-v5 .row .menu-content.show {
    display: block !important;
}
.menu-v5 .menu-active header {
    position: fixed;
}
.menu-v5 a.mobile-close__icon {
    background: url(https://cdn.files.smcloud.net/t/close-menu-icon.svg);
    background-size: contain;
    width: 44px;
    height: 44px;
    display: block;
}
.menu-v5 .mobile-close-button {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 8px;
    font-weight: 700;
    max-width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.menu-v5 .row .mobile-box .mobile-bars.show .first-bar,
.menu-v5 .row .mobile-box .mobile-bars.show .third-bar {
    transform: rotate(0deg)
}
.menu-v5 .row .mobile-box .mobile-bars.show .second-bar {
    display: block;
}
.menu-v5 .mobile-box {
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    transition: top .3s;
    transition-timing-function: ease-out;
}
@media (min-width: 600px){
   .menu-v5 .mobile-box {
        left: 50%;
        transform: translateX(-50%);
    }
}
/* /header menu-v5 */

/* new Quizzes lo-fi styles */
.quiz-layout .quizv2 .button--primary:not(.share, #exit-btn) {
	background-color: var(--color-quiz, #1677FF) !important;
	border: 1px solid var(--color-quiz, #1677FF) !important;
}

.quiz-layout .quizv2 .answer__input:checked+.answer__label,
.quiz-layout .quizv2 .answer.with-image .answer__input:checked+.answer__label .answer__title:before {
	border: 1px solid var(--color-quiz, #1677FF) !important;	
}

.quiz-layout .quizv2 .answer__input:checked+.answer__label:before {
	border-color: var(--color-quiz, #1677FF) !important;
}

.quiz-layout .quizv2 .button--inverted {
	color: var(--color-quiz, #1677FF) !important;
	border: 1px solid var(--color-quiz, #1677FF) !important;
}

.quiz-layout .quizv2 .quizv2__teaser,
.quiz-layout .quizv2--poll.quizv2--summary .answer.selected .answer__percent, 
.quiz-layout .quizv2--poll.quizv2--summary .answer.selected .answer__title,
.quiz-layout .quizv2 .question__counter,
.quiz-layout .quizv2 .button.exit,
.quiz-layout .quizv2 .ending-splash__result-title,
.quiz-layout .quizv2 .button-box .button#exit-btn,
.quiz-layout .exit-wrapper-nav .button.button--back .nav-btn-back__text,
.quiz-layout .exit-wrapper-nav .button.button--exit .nav-btn-exit__text {
	color: var(--color-quiz, #1677FF) !important;
}

.quiz-layout .quizv2 .answer.with-image .answer__input:checked+.answer__label:after {
	background-color: var(--color-quiz, #1677FF) !important;
}

.quiz-layout .quizv2:not(.quizv2--summary) .answer__label:before,
.quiz-layout .quizv2 .answer__input:checked+.answer__label:after {
	border: 2px solid var(--color-quiz, #1677FF) !important;
}

.quiz-layout .quizv2 .answer__input:checked+.answer__label:after,
.quiz-layout .quizv2:not(.quizv2--summary) .answer.with-image .answer__label .answer__title:after {
	background-color: var(--color-quiz, #1677FF) !important;
}

.quiz-layout .exit-wrapper-nav .button.button--exit .nav-btn-exit__icon .mobile-exit-icon,
.quiz-layout .exit-wrapper-nav .button.button--back .nav-btn-back__icon .mobile-back-icon {
	filter: invert(2) brightness(0);
}

.quiz-layout .exit-wrapper-nav {
    border-bottom: 1px solid var(--color-quiz, #1677FF) !important;
}

.quiz-layout .quizv2:not(.quizv2--summary) .answer.with-image .answer__label .answer__title:after,
.quiz-layout .quizv2:not(.quizv2--summary) .answer__input:checked+.answer__label:after {
    background:  var(--color-quiz, #1677FF) !important;
}
/* /new Quizzes lo-fi styles */

.main-layout .player.player--main .turbo-vjs,
.main-layout .player.player--main video-js,
.main-layout .player.player--main video {
    min-width: 100% !important;
}

/* Oznaczenie sponsorskie na video */
.player--main .player__media {
    position: relative;
}
.player--main .player__media .slot__label {
    top: 0;
    z-index: 9999;
}
/* /Oznaczenie sponsorskie na video */