html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, 
samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, 
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

sub, sup {
    margin: 0;
	padding: 0;
	border: 0; 
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

select:focus, textarea:focus {
	outline: none;
}

select:active, textarea:active {
	outline: none;
}

input[type="submit"], button {
	cursor: pointer;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

a:active {
	outline: none;
}

a:focus {
	outline: none;
}

a:visited {
	outline: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: dotted underline;
}

body {
	font-size: 0;
	line-height: 0;
	overflow-x: hidden;
	min-width: 1280px;
}

* {
	box-sizing: border-box;
}

.display-flex {
	display: flex;
	flex-flow: row wrap;
}

.flex {
	flex: 1;
}

.flex-col-20 {
	flex: 0 0 20%;
	max-width: 20%;
}

.flex-col-25 {
	flex: 0 0 25%;
	max-width: 25%;
}

.flex-col-33 {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}

.flex-col-40 {
	flex: 0 0 40%;
	max-width: 40%;
}

.flex-col-50 {
	flex: 0 0 50%;
	max-width: 50%;
}

.flex-col-60 {
	flex: 0 0 60%;
	max-width: 60%;
}

.flex-col-66 {
	flex: 0 0 66.6666%;
	max-width: 66.6666%;
}

.flex-col-75 {
	flex: 0 0 75%;
	max-width: 75%;
}

.flex-col-80 {
	flex: 0 0 80%;
	max-width: 80%;
}

.flex-col-100 {
	flex: 0 0 100%;
	max-width: 100%;
}

.display-flex.items-top {
	align-items: flex-start;
}

.display-flex.items-center-v {
	align-items: center;
}

.display-flex.items-bottom {
	align-items: flex-end;
}

.display-flex.items-baseline {
	align-items: baseline;
}

.display-flex.items-left {
	justify-content: flex-start;
}

.display-flex.items-center-h {
	justify-content: center;
}

.display-flex.items-right {
	justify-content: flex-end;
}

.display-flex.items-spaced-around {
	justify-content: space-around;
}

.display-flex.items-spaced-between {
	justify-content: space-between;
}

.display-flex .item-top {
	align-self: flex-start;
}

.display-flex .item-center-v {
	align-self: center;
}

.display-flex .item-bottom {
	align-self: flex-end;
}

.display-flex .item-baseline {
	align-self: baseline;
}

.gl_plugin {
	margin-bottom: 24px;
}

.ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.mobile-box.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.static {
	position: static;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.inline-block {
	display: inline-block;
	vertical-align: top;
}

.middle:before {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
}

.col-12 {
	width: 100%;
}

.col-11 {
	width: 91.66666667%;
}

.col-10 {
	width: 83.33333333%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.66666667%;
}

.col-7 {
	width: 58.33333333%;
}

.col-6 {
	width: 50%;
}

.col-5 {
	width: 41.66666667%;
}

.col-4 {
	width: 33.33333333%;
}

.col-3 {
	width: 25%;
}

.col-2 {
	width: 16.66666667%;
}

.col-1 {
	width: 8.333333333%;
}

.row:after {
	clear: both;
	display: table;
	content: "";
}

.gl_wrapper {
    width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}

.header .gl_wrapper {
	padding: 0 4px;
}

.gl_wrapper.gl_wrapper_row_flex .col-1, 
.gl_wrapper.gl_wrapper_row_flex .col-2, 
.gl_wrapper.gl_wrapper_row_flex .col-3, 
.gl_wrapper.gl_wrapper_row_flex .col-4, 
.gl_wrapper.gl_wrapper_row_flex .col-5, 
.gl_wrapper.gl_wrapper_row_flex .col-6, 
.gl_wrapper.gl_wrapper_row_flex .col-7, 
.gl_wrapper.gl_wrapper_row_flex .col-8, 
.gl_wrapper.gl_wrapper_row_flex .col-9, 
.gl_wrapper.gl_wrapper_row_flex .col-10, 
.gl_wrapper.gl_wrapper_row_flex .col-11, 
.gl_wrapper.gl_wrapper_row_flex .col-12 {
	float: none;
}

.gl_wrapper.gl_wrapper_row_flex .col-12 {
	width: calc(100% - 24px);
}

.gl_wrapper.gl_wrapper_row_flex .col-11 {
	width: calc(91.66666667% - 24px);
}

.gl_wrapper.gl_wrapper_row_flex .col-10 {
	width: calc(83.33333333% - 24px);
}

.gl_wrapper.gl_wrapper_row_flex .col-9 {
	width: calc(75% - 24px);
}

.gl_wrapper.gl_wrapper_row_flex .col-8 {
	width: calc(66.66666667% - 24px);
}

.gl_wrapper.gl_wrapper_row_flex .col-7 {
	width: calc(58.33333333% - 24px);
}

.gl_wrapper.gl_wrapper_row_flex .col-6 {
	width: calc(50% - 24px);
}

.gl_wrapper.gl_wrapper_row_flex .col-5 {
	width: calc(41.66666667% - 24px);
}

.gl_wrapper.gl_wrapper_row_flex .col-4 {
	width: calc(33.33333333% - 24px - -0.01px);
}

.gl_wrapper.gl_wrapper_row_flex .col-3 {
	width: calc(25% - 24px);
}

.gl_wrapper.gl_wrapper_row_flex .col-2 {
	width: calc(16.66666667% - 24px - -0.01px);
}

.gl_wrapper.gl_wrapper_row_flex .col-1 {
	width: calc(8.333333333% - 24px - -0.01px);
}

.gl_wrapper.gl_wrapper_row_flex .col {
	padding: 0;
}

.gl_wrapper.gl_wrapper_row_flex:after, 
.gl_wrapper.gl_wrapper_row_flex .row:after {
	display: block;
	content: none;
}

.gl_wrapper.gl_wrapper_row_flex .row {
	flex-flow: row wrap;
	align-content: flex-start;
	justify-content: space-between;
	display: flex;
}

h1, .h1 {
	font-size: 42px;
	line-height: 56px;
	font-weight: 700;
}

h2, .h2, .stm-title {
	font-size: 34px;
	line-height: 48px;
	font-weight: 600;
}

p, .p {
	font-size: 18px;
	line-height: 32px;
}

h3, .h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}

h4, .h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

h5, .h5 {
	font-size: 14px;
	line-height: 20px;
}

.h6, h6 {
	font-size: 12px;
	line-height: 16px;
}

.small {
	font-size: 10px;
	line-height: 12px;
}

a {
	font-size: 18px;
	line-height: 32px;
	color: rgba(0, 0, 0, 1);
}

button, .button {
	border: none;
	display: inline-block;
	min-width: 80px;
	padding: 8px 21px;
}

input {
	border: 1px solid rgba(151, 151, 151, 1);
	padding: 5px;
}

textarea {
	border: 1px solid rgba(151, 151, 151, 1);
	resize: vertical;
	width: 100%;
	padding: 5px;
}

select {
	line-height: 16px;
	padding: 0 10px;
}

.header.gl_plugin {
	margin-bottom: 8px;
}

.gl_wrapper.gl_wrapper--center .listing-horizontal-full-v25, 
.gl_wrapper.gl_wrapper--center .article {
	width: 664px;
	margin: 0 auto;
}

.gl_wrapper.gl_wrapper--center article>p {
	margin-left: 0;
}

.switch__button {
	display: none !important;
}

.fa {
	display: inline-block;
	font-size: inherit;
}

.fa-user:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f007.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f00d.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-plus:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f067.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-caret-down:before {
	background-size: contain;
	width: 8px;
	height: 4px;
	content: "";
	background-image: url("/media/icons/f0d7.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-smile-o:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f118.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-frown-o:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f119.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f03e.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-expand:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f065.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-compress:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f066.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-angle-left:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f104.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-angle-right:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f105.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-shopping-cart:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f07a.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-play:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f04b.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-tag:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f02b.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-times-circle:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f057.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-refresh:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f021.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-thumbs-o-down:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f088.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-thumbs-o-up:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f087.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-angle-down:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f107.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.fa-angle-up:before {
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url("/media/icons/f106.svg");
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

/* filter-layout */
.filter-layout .col-8 {
	float: right;
}
/* /filter-layout */

.main-layout.wide #side_1_noscroll {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 615px;
    max-height: 615px;
    margin-top: 457px;
	margin-left: 16px;
    margin-bottom: 0;
    padding-top: 15px;
}

.main-layout.wide #side_1_noscroll > div {
    height: 615px;
    overflow: hidden;
}

.player-layout.wide #side_1_noscroll.zpr_side_1_noscroll,
.podcast-layout.wide #side_1_noscroll.zpr_side_1_noscroll {
    margin-top: -16px;
    padding-top: 15px;
    position: absolute;
    top: 0;
    left: 964px;
}

.main-layout.wide .zpr_side_1_noscroll::before,
.player-layout.wide #side_1_noscroll.zpr_side_1_noscroll::before,
.podcast-layout.wide #side_1_noscroll.zpr_side_1_noscroll::before {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.menu-v5 .submenu.v5 li {
	display: inline-block !important;
}

.wide.page-layout .gl_plugin.listing,
.wide.tag-layout .gl_plugin.listing {
	display: inline-block;
}

.wide.page-layout #side_1_noscroll,
.wide.tag-layout #side_1_noscroll {
    display: inline-block;
    width: 300px;
    height: 615px;
    max-height: 615px;
    margin-top: 457px;
    margin-left: 16px;
}

.wide.page-layout #inside_1_wide,
.wide.tag-layout #inside_1_wide,
.wide.page-layout #inside_2_wide,
.wide.tag-layout #inside_2_wide,
.wide.page-layout #inside_3_wide,
.wide.tag-layout #inside_3_wide {
	margin-left: 0 !important;
    width: 932px;
    max-width: 932px;
}

.page-layout.wide .col-8,
.tag-layout.wide .col-8,
.category-layout.wide .col-8,
.author-layout.wide .col-8,
.player-layout.wide .col-8,
.podcast-layout.wide .col-8,
.filter-layout.wide .col-8 {
    width: 932px;
}

.filter-layout.wide .col-4 {
    width: 300px;
    margin-right: 16px;
}

.page-layout.wide .col-4,
.tag-layout.wide .col-4,
.category-layout.wide .col-4,
.author-layout .col-4,
.player-layout.wide .col-4,
.podcast-layout.wide .col-4 {
    width: 300px;
    margin-left: 16px;
}

.page-layout.wide .zpr_box_top1,
.player-layout.wide .zpr_box_top1,
.podcast-layout.wide .zpr_box_top1 {
	min-height: 0;
}

.page-layout.wide header,
.tag-layout.wide header {
	margin-bottom: 24px;
}

body.player-layout.screening .gl_wrapper:not(.header_main_content),
body.podcast-layout.screening .gl_wrapper:not(.header_main_content) {
    padding-top: 40px;
}

body.player-layout.screening header .gl_wrapper,
body.podcast-layout.screening header .gl_wrapper {
    padding-top: 0 !important;
}

.page-layout.wide .gl_wrapper .row {
	padding-top: 16px;
}

.page-layout.wide .gl_wrapper .row:has(.bottom_hook) {
    padding-top: 0;
}

.wide header.tbl-explore-more-site-header {
	margin-bottom: 0;
}

.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;
	transition: 0.6s;
	z-index: 5;
}

.poly_type_video:hover::after {
    background-image: url('/media/icons/video_player_section_white_icon.svg');
}

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

/* oznaczenia sponsorskie na zajawkach */
.slot__label .slot__label-text {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 400;
	font-size: 8px;
	line-height: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0 8px;
	text-transform: uppercase;
	z-index: 1;
}

.element__extras {
	position: absolute;
	top: 0;
	right: 0;
	display: contents;
}

.element__extras .extras_component.extras__component--spon {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.element__extras .extras_component.extras__component--spon p {
	font-weight: 400;
	font-size: 8px;
	line-height: 11px;
	color: #000000;
	background-color: #FFFFFF;
	text-shadow: none;
	padding: 0 8px;
	text-transform: uppercase;
}
/* /oznaczenia sponsorskie na zajawkach */

/* widget player */
.widget-player {
	position: absolute;
	background: #00AFE4;
	width: 300px;
	height: 432px;
	max-height: 432px;
	display: inline-grid;
    margin: 16px 0 24px 16px;
    z-index: 1000001;
}

.widget-player > a {
	width: 300px;
}

.widget-player .widget-player-top {
    display: flex;
    padding: 0 0 0 24px;
    height: 287px;
}

.widget-player img.schedule-photo {
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.widget-player .widget-player-top__images {
    display: flex;
    flex-direction: column;
    width: 140px;
    height: auto;
	background-color: #00AFE4;
}

.widget-player .widget-player-top__images .logo {
    width: 140px;
    height: auto;
    object-fit: cover;
    margin: 16px 0;
}

.widget-player span.schedule-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.widget-player span.schedule-author {
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.widget-player .widget-player-top__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    margin-right: 12px;
    width: 108px;
}

.widget-player .widget-player-bottom.links {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00AFE4;
	width: 300px;
	max-width: 300px;
	height: 80px;
}

.widget-player .widget-player-bottom.links div:hover a {
    transition: 0.6s;
    -webkit-filter:  invert(100%) brightness(200%);
    filter:  invert(100%) brightness(200%);
}

.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;
	margin-right: 16px;
}

.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;
	margin-right: 16px;
}

.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;
	margin-right: 12px;
}

.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 {
	position: relative;
    display: flex;
    align-items: center;
    padding: 16px;
    height: 65px;
	width: 300px;
	background: #FFFFFF;
}

.widget-player .widget-player-middle__playing {
    margin-right: 4px;
    width: 36px;
    line-height: 12px;
    text-align: center;
}

.widget-player .widget-player-middle__playing span {
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
	color: #00AFE4;
}

.widget-player .widget-player-middle__song {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
}

.widget-player .widget-player-middle__song span.song-title {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #000000;
    max-width: 152px;
    max-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
}

.widget-player .widget-player-middle__song span.song-author {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #000000;
    max-width: 152px;
    max-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
}

.widget-player .widget-player-middle__player {
    width: 60px;
    height: 61px;
    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%);
    cursor: pointer;
}

.widget-player .widget-player-top:hover + .widget-player-middle .widget-player-middle__player,
.widget-player .widget-player-middle:hover .widget-player-middle__player,
.widget-player .widget-player-middle__player:hover {
	background-image: url(/media/eskarock/desktop/images/widget-player-play-red.svg);
}
/* /widget player */

/* player */
.player__wide-container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 24px;
    background-color: #00AFE4;
    width: 932px;
    height: 568px;
    margin-bottom: 40px;
}


.player__wide-container .player__wide-left_container {
	width: 300px;
	height: 350px;
}

.player__wide-container .player__wide-left_container .player__program-image_container img {
    width: 300px;
    height: 250px;
    object-fit: cover;
}

.player__wide-container .player__wide-left_container .player__program-text_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 142px;
	box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.35);
	background-color: #FFFFFF;
	width: 300px;
}

.player__wide-container .player__wide-left_container .player__program-text_container #playerProgramName {
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 0.02em;
	font-weight: 700;
	margin-bottom: 8px;
	text-align: center;
}

.player__wide-container .player__wide-left_container .player__program-text_container #playerProgramAuthor {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}

.player__wide-container .player__wide-right_container {
	width: 932px;
	margin-left: 40px;
}

.player__wide-container .player__wide-right_container #playerStreamSelect {
    background: url("/media/eskarock/desktop/images/chevron-down.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    border: none;
    appearance: none;
    -moz-appearance: none;
    width: 310px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    display: block;
    margin-bottom: 64px;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}

.player__wide-container .player__wide-right_container .player__stream-title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.03em;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.player__wide-container .player__wide-right_container #playerNowPlayingContent {
    position: relative;
    background-color: #00AFE4;
    margin-right: 55px;
    margin-bottom: 80px;
    color: #FFFFFF;
    height: 90px;
}

.player__wide-container .player__wide-right_container #playerNowPlayingContent .streamSpacer {
	display: none;
}

.player__wide-container .player__wide-right_container #playerNowPlayingContent img {
	height: 90px;
	width: 90px;
}

.player__wide-container .player__wide-right_container .streamArtist {
    position: absolute;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.03em;
    font-weight: 700;
    top: 52px;
    left: 120px;
    max-width: 360px;
    max-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.player__wide-container .player__wide-right_container .streamTrack {
    position: absolute;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.03em;
    font-weight: 400;
    top: 12px;
    left: 120px;
    max-width: 360px;
    max-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.player__wide-container .player__wide-right_container .player__stream-radio_stream .video-js {
	background-color: rgba(255,255,255,0);
	width: 489px;
	height: 48px;
}

.player__wide-container .player__wide-right_container .player__stream-radio_stream .video-js .vjs-big-play-button {
	top: -132px;
	left: 400px;
	width: 90px;
	height: 90px;
}

.player__wide-container .player__wide-right_container .video-js .vjs-play-control {
	top: -140px;
	left: 400px;
	width: 90px;
	height: 90px;
}

.player__wide-container .player__wide-right_container .player__stream-contact_container .player__stream--messenger,
.player__wide-container .player__wide-right_container .player__stream-contact_container .player__stream--telephone {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.03em;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.player__wide-container .player__wide-right_container .player__stream-contact_container a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.03em;
}

.player__wide-container .player__wide-right_container .player__stream-contact_container .player__stream--messenger::before {
    background-image: url(/media/eskarock/desktop/images/facebook.svg);
	display: block;
	content: '';
	height: 44px;
    width: 44px;
    display: inline-block;
    background-size: contain;
	background-repeat: no-repeat;
	padding-left: 16px;
}

.player__wide-container .player__wide-right_container .player__stream-contact_container .player__stream--telephone::before {
    background-image: url(/media/eskarock/desktop/images/phone__contact.svg);
	display: block;
	content: '';
	height: 44px;
    width: 44px;
    display: inline-block;
    background-size: contain;
	background-repeat: no-repeat;
	padding-left: 16px;
}

.player__wide-container .player__wide-right_container .video-js .vjs-big-play-button .vjs-icon-placeholder::before,
.player__wide-container .player__wide-right_container .video-js .vjs-play-control .vjs-icon-placeholder::before{
	background-image: url(/media/eskarock/desktop/images/player-play-btn.svg?nocache);
    display: block;
    content: '';
    height: 90px;
    width: 90px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 90px;
	border-radius: 50%;
	-webkit-box-shadow: 4px 4px 14px 0px rgba(66, 68, 90, 1);
	-moz-box-shadow: 4px 4px 24px 0px rgba(66, 68, 90, 1);
	box-shadow: 4px 4px 24px 0px rgba(66, 68, 90, 1);
}

.player__wide-container .player__wide-right_container .video-js .vjs-big-play-button {
    border: 0 !important;
    background-color: rgba(255,255,255,0) !important;
}

.player__wide-container .player__wide-right_container .player__stream-radio_stream .video-js .vjs-play-control.vjs-playing {
	top: -140px;
	left: 400px;
	width: 90px;
	height: 90px;
}

.player__wide-container .player__wide-right_container .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: 90px;
    width: 90px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 90px;
	border-radius: 50%;
	-webkit-box-shadow: 4px 4px 14px 0px rgba(66, 68, 90, 1);
	-moz-box-shadow: 4px 4px 24px 0px rgba(66, 68, 90, 1);
	box-shadow: 4px 4px 24px 0px rgba(66, 68, 90, 1);
}

.player__wide-container .player__wide-right_container .video-js .vjs-control-bar > div,
.player__wide-container .player__wide-right_container .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder::before,
.player__wide-container .player__wide-right_container .video-js .vjs-fullscreen-control .vjs-icon-placeholder::before {
	display: none !important;
}

.player__wide-container .player__wide-right_container .video-js .vjs-control-bar {
	background-color: rgba(255,255,255,0) !important;
	display: block;
}

.player__wide-container .vjs-loading-spinner + .vjs-big-play-button .vjs-icon-placeholder::before {
    display: none !important;
}

#player_messenger_background.active {
    position: absolute;
    background-color: #212121;
    display: block;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    top: -32px;
    left: 0;
}

#player_messenger_background.active #player_messenger_close_text {
	position: fixed;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 40px;
	text-transform: uppercase;
    top: 40vh;
	right: 120px;
	display: block;
	cursor: pointer;
	width: 240px;
	height: 40px;
}

#player_messenger_background.active #player_messenger_close_text span {
	position: absolute;
	top: -2px;
	right: 0px;
	width: 42px;
	height: 42px;
	background-image: url(/media/icons/desktop_listing_gallery_close_button.svg);
	display: inline-flex;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: contain;
}

.fb_iframe_widget iframe {
    position: fixed !important;
    width: 400px !important;
    top: 40vh !important;
    left: calc(50vw - 200px);
    display: none;
    z-index: 9999999999999 !important;
    max-height: 48vh !important;
}

.fb_iframe_widget iframe.show-mess {
    display: flex;
}

.fb_dialog .fb_dialog_content {
	display: none;
}

.player-layout .player__stream-radio_stream #radio-stream .vjs-picture-in-picture-control.vjs-control.vjs-button,
.podcast-layout .player__stream-radio_stream #radio-stream .vjs-picture-in-picture-control.vjs-control.vjs-button,
.player-layout .player__stream-radio_stream #radio-stream .vjs-fullscreen-control.vjs-control.vjs-button,
.podcast-layout .player__stream-radio_stream #radio-stream .vjs-fullscreen-control.vjs-control.vjs-button,
.player-layout .player__stream-radio_stream #radio-stream .vjs-tech,
.podcast-layout .player__stream-radio_stream #radio-stream .vjs-tech {
    pointer-events: none;
}

.player-layout .player__stream-radio_stream #radio-stream .ima-ad-container,
.podcast-layout .player__stream-radio_stream #radio-stream .ima-ad-container {
    pointer-events: auto;
}

.player-layout .ima-paused:before, 
.podcast-layout .ima-paused:before,
.player-layout .ima-playing:before,
.podcast-layout .ima-playing:before {
    color: #fff;
}

.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;
}

.player-layout .spreaker_player_container,
.podcast-layout .spreaker_player_container {
    min-height: 600px;
    width: 932px;
}

.player-layout .blockinfo .blockinfo__text h1,
.podcast-layout .blockinfo .blockinfo__text h1 {
	display: flex;
    justify-content: center;
    text-align: center;
    margin-top: -48px;
    width: 932px;
}

html[class*="adform-wallpaper"] .player-layout .blockinfo .blockinfo__text h1,
.player-layout.screening .blockinfo .blockinfo__text h1,
.podcast-layout.screening .blockinfo .blockinfo__text h1 {
	margin-top: 0;
}

.player-layout .blockinfo__text p,
.podcast-layout .blockinfo__text p {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #000000;
    text-align: center;
    width: 932px;
}

.player-layout .main-content .listing .main-title-listing,
.podcast-layout .main-content .listing .main-title-listing {
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.player-layout #radio-stream_ima-ad-container iframe,
.podcast-layout #radio-stream_ima-ad-container iframe {
	background: #00AFE4;
}

.player-layout #radio-stream_ima-controls-div .ima-progress-div,
.podcast-layout #radio-stream_ima-controls-div .ima-progress-div,
.player-layout #radio-stream_ima-controls-div .ima-slider-level-div,
.podcast-layout #radio-stream_ima-controls-div .ima-slider-level-div {
    background-color: #000000;
}

.player-layout #radio-stream_ima-controls-div,
.podcast-layout #radio-stream_ima-controls-div {
	background: none;
}

/* player - play button pulse animation */
.player__wide-container .player__wide-right_container .video-js .vjs-big-play-button .vjs-icon-placeholder::before,
.player__wide-container .player__wide-right_container .video-js .vjs-play-control .vjs-icon-placeholder::before {
	animation-name: pulse-animation;
	animation-duration: 3s;
	animation-iteration-count: 4;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 #FFFFFF;
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.player__wide-container .player__wide-right_container .player__stream-title,
.player__wide-container .player__wide-right_container #playerNowPlayingContent {
	color: #000000;
}

/* poprawa strony playera prrzy screeningu */
.player-layout.screening .zpr_box_top1,
.podcast-layout.screening .zpr_box_top1 {
    min-height: 0 !important;
}

.player-layout.screening #side_1_noscroll.zpr_side_1_noscroll,
.podcast-layout.screening #side_1_noscroll.zpr_side_1_noscroll {
	top: 40px !important;
}
/* /poprawa strony playera prrzy screeningu */
/* /player */

/* dedicated streams */
.player__dedicated_streams .player__dedicated_streams-title,
.player-layout .main-title-listing,
.podcast-layout .main-title-listing {
    display: flex;
    justify-content: flex-start;
    margin-left: 0;
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    width: 932px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.player__dedicated_streams .player__dedicated_streams-streams {
    display: flex;
    flex-wrap: wrap;
}

.player__dedicated_streams .player__dedicated_streams-streams .player__dedicated_streams-stream:nth-child(3n+1),
.player__dedicated_streams .player__dedicated_streams-streams .player__dedicated_streams-stream:nth-child(3n+2) {
    margin-right: 16px;
}

.player__dedicated_streams .player__dedicated_streams-streams .player__dedicated_streams-stream {
    width: 300px;
    height: 389px;
    margin-bottom: 16px;
}

.player__dedicated_streams .player__dedicated_streams-streams .player__dedicated_streams-stream .stream-cover img {
    width: 300px;
    height: 300px;
	object-fit: cover;
}

.player__dedicated_streams .player__dedicated_streams-streams .player__dedicated_streams-stream {
    position: relative;
	cursor: pointer;
}

.player__dedicated_streams .player__dedicated_streams-streams .player__dedicated_streams-stream .stream-title span {
    display: block;
	font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 16px;
    overflow: hidden;
    max-height: 78px;
}

.player__dedicated_streams .player__dedicated_streams-streams .player__dedicated_streams-stream:hover {
    filter: brightness(1.1);
}
/* /dedicated streams */

/*rotator*/
.section__rotator {
    width: 1222px;
    margin: 0 auto 24px;
}

.rotator .swiper-slide img{
    width: 164px !important;
    object-fit: cover !important;
    height: 164px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.rotator .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 198px !important;
    height: 216px !important;
    overflow: hidden;
}
.section__rotator .swiper-slide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.rotator .swiper-slide:hover {
    opacity: .85;
}
.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: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.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: 40% !important;
}
.rotator .swiper-button-next {
    right: 38px !important;
    left: auto;
    top: 40% !important;
}
.swiper.rotator {
    padding: 0 16px;
    margin: 16px 0;
}
.section__rotator .section__title,
.section__rotator .section__title h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
    color: #00AFE4;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.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: 80px;
	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: 80px;
	height: 206px;
    pointer-events: none;
	z-index: 2;
}
/*/rotator*/

/* header - radio sites */
.header {
    position: relative;
}

.header .header-bar-wrapper {
    width: 100%;
    background-color: #FFFFFF;
}

.header .header-bar {
    position: relative;
    display: flex;
    flex-direction: row;
    background-color: #00AFE4;
    height: 64px;
    z-index: 10;
    width: 1280px;
    margin: 0 auto;
}

.header .header-bar .header-bar__logo img {
    position: relative;
    margin-left: 32px;
    margin-right: 200px;
    height: 64px;
    width: auto;
}

.header .header-bar .header-bar__logo {
    position: relative;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    line-height: 10px;
    margin-right: 32px;
    padding: 4px 16px;
    transition: 0.6s;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item .bottom-tap-bar-item__text span {
    font-size: 9px;
    line-height: 10px;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: pre;
}

.header .header-bar .bottom-tap-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.dots {
    cursor: pointer;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots {
    font-size: 72px;
    color: #FFFFFF;
    margin-bottom: 40px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.header .header-bar .header-bar__listen {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 240px;
    margin-right: 120px;
    z-index: 10;
    cursor: pointer;
}

.header .header-bar .header-bar__listen span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: 0.6s;
}

.header .header-bar .header-bar__listen span::before {
    background-image: url(/media/eska/desktop/images/header-play-icon2023.svg);
    display: block;
    content: '';
    height: 23px;
    width: 28px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 16px;
    padding-top: 8px;
}

.header .bottom-tap-menu {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 32px 24px 10px 24px;
    min-width: 880px;
    width: max-content;
    height: 74px;
    margin-bottom: 32px;
    background: #00AFE4;
    transform: translateY(0);
    transition: 0.5s;
    margin-left: calc((100vw - 1280px)/2);
}

.header .bottom-tap-menu.hide {
    transform: translateY(-100px);
    height: 0;
    padding: 0;
}

.header .bottom-tap-menu.hide::after {
    display: none;
}

.header .bottom-tap-menu.hide ul {
    display: none;
}

.header .bottom-tap-menu ul {
    display: flex;
    flex-direction: row;
}

.header .bottom-tap-menu ul li {
    text-align: center;
    margin-right: 16px;
}

.header .bottom-tap-menu ul li a {
    color: #FFFFFF;
    text-transform: uppercase;
    transition: 0.3s;
}

.header .bottom-tap-menu ul li a:hover {
    color: #000000;
}

/* top menu elements */

.top_menu__element_first {
    display: none !important;
}

.header #top_menu__elements {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    z-index: 1;
}

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

.header #top_menu__elements .top_menu__element img:hover {
    filter: brightness(1.2);
}

.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;
    padding-left: 24px;
    margin-left: -24px;
    cursor: pointer;
    white-space: pre;
    user-select: none;
}

.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: -4px;
    left: 0px;
}

.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: -4px;
    left: 0px;
}

/* /header - radio sites */

/* footer */
footer .gl_wrapper > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
    padding: 0 20px;
    padding-top: 16px;
}

footer .legal-info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    margin: 16px 0 48px;
    text-align: center;
    width: 100% !important;
}

footer .logo {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
	align-items: flex-start;
}

footer .legal, footer .about {
    width: 25%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
}

footer .serwis-list {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
}
/* /footer */

/* New Header - Super Express */
.quiz-layout header .header-box .row {
	margin: 0 auto;
}

.header .menu-v5 .site-logo {
    width: 100%;
    max-width: 100%;
    flex: 1;
}

.header .menu-v5 .display-flex > .gl_wrapper.display-flex.items-center-v.items-spaced-between{
	width: 74px;
	margin: 0;
}

.header .menu-v5 .menu-content:not(.show) .menu-mobile .display-flex {
    display: flex;
    align-items: center;
    height: 60px;
} 

.header .menu-v5 .gl_plugin.main-menu, header .gl_plugin {
    display: flex;
}

.header .menu-v5 .gl_plugin.main-menu.display-flex.item-center-v > ul {
	display: flex;
}

.header .menu-v5 .logo + .gl_plugin.main-menu.display-flex.item-center-v > ul a.h3 {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 24px;
}

.header .menu-v5 .gl_plugin.main-menu.display-flex.item-center-v + .gl_plugin.main-menu.display-flex.item-center-v {
	top: 4px;
	right: 0;
	position: absolute;
}

.header .menu-v5 .menu-content.show .gl_plugin.main-menu.display-flex.item-center-v + .gl_plugin.main-menu.display-flex.item-center-v {
    top: 12px;
}

.header .menu-v5 .logo + .gl_plugin.main-menu.display-flex.item-center-v {
    align-items: flex-end;
    margin: auto 0;
    margin-bottom: 12px;
}

.header .menu-v5 .gl_plugin.main-menu.display-flex.item-center-v + .gl_plugin.main-menu.display-flex.item-center-v > ul li a.h3 {
	display: flex;
	flex-direction: column;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin-left: 16px;
	align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.header .menu-v5 .mobile-box .mobile-ham {
    display: block;
    width: 48px;
    margin: 0;
    float: right;
    height: 48px;
    text-align: center;
    background: rgba(255,255,255,0);
}

.header .menu-v5 .mobile-box .mobile-bars .first-bar, 
.header .menu-v5 .mobile-box .mobile-bars .second-bar, 
.header .menu-v5 .mobile-box .mobile-bars .third-bar {
    display: block;
    width: 40px;
    height: 3px;
    margin: 8px auto;
    background: #000000;
    border-radius: 16px;
}

.header .menu-v5 .mobile-box .mobile-bars { 
    position: relative;
    margin: -8px auto 0 auto;
}

.header .menu-v5 .mobile-box .mobile-bars::after {
    position: absolute;
    content: "MENU";
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-size: 14px;
    color: #000000;
}

.header .menu-v5 .mobile-box .mobile-bars.show::after {
	content: "ZAMKNIJ";
}

.header .menu-v5 .mobile-box .mobile-bars.show .first-bar {
    -webkit-transform: rotate(45deg) translate(8px,8px);
    transform: rotate(45deg) translate(8px,8px);
}

.header .menu-v5 .mobile-box .mobile-bars.show .second-bar {
    display: none;
}

.header .menu-v5 .mobile-box .mobile-bars.show .third-bar {
    -webkit-transform: rotate(-45deg) translateY(0);
    transform: rotate(-45deg) translateY(0);
}

.header .menu-v5 .submenu-box .gl_wrapper {
    margin: 0 0 0 16px;
    border: 0;
    padding-bottom: 24px;
}

.header .menu-v5 .submenu-box {
    background: rgba(0, 0, 0, 0.9);
}

.header .menu-v5 a.submenu-title {
	position: relative;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 40px;
	font-weight: 900;
	text-transform: capitalize;
	padding: 0;
    margin: 24px 40px 0px 54px;
}

.header .menu-v5 a.submenu-title::after {
    content: "→";
    font-size: 24px;
    margin-left: 8px;
}

.header .menu-v5 .submenu ul {
    margin: 24px 54px 0 0;
}

.header .menu-v5 .submenu ul li a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
}

.header .menu-v5 .submenu-title:hover,
.header .menu-v5 .submenu ul li a:hover,
.header .menu-v5 .v5 a:hover {
    color: #ED2125 !important;
}

.header .menu-v5 .menu-content.show .submenu-box{
    margin-top: -12px;
    margin-left: 4px;
    width: 1280px;
}
/* /New Header - Super Express */

/* new place - ad top1 - main page */
.main-layout.wide #side_1_noscroll + #top_1.zpr_top_1,
.main-layout.wide .section__v1 + .widget-player + script + #top_1.zpr_top_1,
.main-layout.wide .section__v1 + .widget-player + #top_1.zpr_top_1 {
    position: relative !important;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    min-height: 200px;
	padding: 15px 0 0 0;
	margin-top: 16px;
}

.main-layout.wide #side_1_noscroll + #top_1.zpr_top_1::before,
.main-layout.wide .section__v1 + .widget-player + script + #top_1.zpr_top_1::before,
.main-layout.wide .section__v1 + .widget-player + #top_1.zpr_top_1::before {
    content: "REKLAMA";
    background-color: rgba(255,255,255,0);
    color: #999999;
    margin: 0 0 0 -30px;
    width: 60px;
    font-size: 8px;
    line-height: 15px;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    height: 15px;
    top: 0;
    left: 50%;
    font-family: Arial;
}
/* /new place - ad top1 - main page */

.article-layout .widget-player {
    margin: 0 0 16px 0;
    position: relative;
}

.category-layout .widget-player {
    margin: 74px 0 16px 0;
    position: relative;
}

.artist-hits:not(.artist-likes) .single-hit__positions {
	width: 32px;
}

.artist-hits:not(.artist-likes) .single-hit .listen-box {
	left: 864px;
}

/* strona Hitu */
.hit-container {
	position: relative;
	background-color: #00afe4;
    border-radius: 25px;
    height: 524px;
    width: 932px;
}

.hit-container .listen-box__icon {
	right: 144px;
	top: 50%;
	transform: translateY(-50%);
}

.hit-container .hit-image {
	padding: 16px 0 16px 88px;
}

.hit-container .hit-image,
.hit-container .hit-image img {
	width: 492px;
	height: 492px;
}

.hits + .artist-hits .single-hit__buttons.single-hit__votes-buttons .listen-box__icon:before {
	display: none;
}

.hit-tags {
	margin-bottom: 40px;
}

.hit-tags li {
	list-style: none;
	padding: 10px 16px;
	border-radius: 20px;
	background-color: #00afe4;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 16px;
}

.hit-tags li a {
	color: #FFFFFF;
}

.hit-container .listen-box__icon:hover:before {
-webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 1);
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 1);
	border-radius: 50%;
}

.single-hit__lyrics {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	right: 180px;
}
/* /strona Hitu */

#hit--lyrics h2 {
	margin: 16px 0;
}

#hit--lyrics .hit-lyrics__lyrics {
    font-size: 18px;
    line-height: 26px;
}

#hook_box_topboard.zpr_box_topboard {
	position: relative;
    z-index: 100;
}

.paginacja .fa-angle-right:before {
    margin-top: 9px;
    margin-left: 2px
}

.paginacja .fa-angle-left:before {
    margin-top: 9px;
    margin-right: 2px;
}

.quiz-layout.wide #top_1,
.quiz-layout.wide .row {
    width: 1248px;
}

.quiz-layout.wide footer .row {
	width: auto;
}

.quiz-layout.wide #top_1 {
	margin-top: 16px;
}

.quiz-layout .zpr_box_topboard,
.quiz-layout .zpr_box_top1 {
	display: none !important;
}

table {
    width: 100%;
	margin-bottom: 24px;
}

table tr:hover {
    background-color: #f9f9f9;
}

table td {
    border-bottom: 1px solid #999;
    font-size: 16px;
    line-height: 18px;
    padding: 16px 8px;
    vertical-align: middle;
}

table th {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding: 8px;
}

.tag-layout #hook_content > .main-title-listing {
	display: flex;
	justify-content: center;
}

.tag-layout .tag_img {
	display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.tag-layout .tag_img img {
    width: 664px;
    height: 442px;
    object-fit: contain;
}

.page-layout .widget-player,
.tag-layout .widget-player,
.author-layout .widget-player {
    position: relative;
}

.single-photo .title {
	margin-top: 0 !important;
}
.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;
}

.main-layout .widget-player {
    top: 0;
    right: 16px;
}

.author-layout.screening:has(.gl_plugin.author) section + section .gl_wrapper > .row,
.tag-layout.screening section + section .gl_wrapper > .row {
    padding-top: 16px;
}

/* new Quizzes lo-fi styles */
.quiz-layout.screening footer .row {
    background-color: #FFFFFF;
}

.quiz-layout .quizv2 .button-box .button--primary.next:hover {
    filter: brightness(1.1) !important;
}

.quizv2 .answer:hover .answer__label {
    border: 1px solid var(--color-quiz, #1677FF) !important;
}

.quiz-layout .quizv2 .summary .answer:hover .answer__label {
    border: 1px solid #FFFFFF !important;
}

.quiz-layout .quizv2 .summary .answer.correct:hover .answer__label {
    border: 1px solid rgba(0,0,0,.15) !important;
}

.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,
.quiz-layout .exit-wrapper-nav .button.button--exit {
	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 {
	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,
.quiz-layout .exit-wrapper-nav .button.button--exit,
.quiz-layout .quizv2 .answer.with-image .answer__input:checked+.answer__label .answer__title::after {
	background-color: var(--color-quiz, #1677FF) !important;
}

.quiz-layout .exit-wrapper-nav .button.button--back .nav-btn-back__icon .desktop-back-icon,
.quiz-layout .ending-splash__share .button.share svg {
	filter: invert(2) brightness(0) !important;
}

.quiz-layout .quizv2 .ending-splash__share #share-btn span {
  color: #000000 !important;
}

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

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