@charset "UTF-8";
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../../../fonts/Roboto-Regular.woff2) format('woff2');
}
  
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../../../fonts/Roboto-Bold.woff2) format('woff2');
}

:root {
    --color-font: #222222;
    --color-black: #000000;
    --color-main: #ED1C24;
    --color-eska-blue: #1F3D7C;
    --color-eska-orange: #F47920;
    --color-white: #FFFFFF;
    --color-quiz: #ED1C24;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--color-font);
}

.gl_wrapper {
    background: var(--color-white);
}

.tag-layout .header + .main__section .gl_wrapper {
	padding-top: 16px;
}

/* header */
.main-layout.wide .header {
    margin-bottom: 0 !important;
}

.header {
	position: relative;
}

.header .header-bar-wrapper {
    background-color: var(--color-white);
}

.header .header-bar {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 78px;
	z-index: 10;
	width: 1280px;
	margin: 0 auto;
	background-color: var(--color-white);
}

.header .header-bar .header-bar__logo img {
    position: relative;
    height: 56px;
    width: auto;
    margin-top: 10px;
    margin-left: 16px;
    margin-right: 40px;
}

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

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots:hover,
.header .header-bar .bottom-tap-bar .bottom-tap-bar-item:hover .bottom-tap-bar-item__text span {
    color: var(--color-font);
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item:hover .bottom-tap-bar-item__icon {
	filter: invert(0%) sepia(1%) saturate(15%) hue-rotate(66deg) brightness(105%) contrast(100%);
    -webkit-filter: invert(0%) sepia(1%) saturate(15%) hue-rotate(66deg) brightness(105%) contrast(100%);
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item .bottom-tap-bar-item__text span {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.03em;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--color-main);
}

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

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__icon {
	margin-right: 8px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item img {
	width: 28px;
    height: auto;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.news img {
	width: 31px;
}

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

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots {
    position: relative;
    font-size: 72px;
	color: var(--color-main);
    margin-bottom: 42px;
    cursor: pointer;
    letter-spacing: -0.06em;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots::after {
    position: absolute;
    content: 'WIĘCEJ';
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.03em;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
	color: var(--color-main);
    top: 18px;
    right: -52px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots:hover::after {
	color: var(--color-font);
}

.header .header-bar .header-bar__listen {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 240px;
    z-index: 10;
    margin-left: 52px;
    margin-right: 0;
    background-color: var(--color-main);
    border-radius: 90px 0px 0px 90px;
    box-sizing: border-box;
}

.header .header-bar .header-bar__listen span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 1.16px;
    color: var(--color-white);
    text-transform: uppercase;
    transition: 0.6s;
    margin-right: 32px;
    margin-left: 36px;
    text-align: center;
}

.header .header-bar .header-bar__listen:hover span,
.header .header-bar.active .header-bar__listen:hover span {
    color: var(--color-font);
}

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

.header .header-bar.active {
	z-index: 999999;
}

.header .header-bar.active .bottom-tap-bar .bottom-tap-bar-item__dots,
.header .header-bar.active .bottom-tap-bar .bottom-tap-bar-item__dots::after {
    color: var(--color-font);
}

.header .bottom-tap-menu {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    min-width: 1280px;
    width: 1280px;
    height: auto;
    background: var(--color-white);
    transition: 0.5s;
    margin-left: calc((100vw - 1296px)/2);
    -webkit-box-shadow: -2px 20px 12px -22px rgb(0 0 0);
    -moz-box-shadow: -2px 20px 12px -22px rgb(0 0 0);
    box-shadow: -2px 20px 12px -22px rgb(0 0 0);
    margin-bottom: 48px;
    z-index: 999999999999999999;
}

.header .bottom-tap-menu.hide {
    transform: translateY(-2000px);
    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 li a:hover {
    color: var(--color-main);
}

.header .bottom-tap-menu ul li a {
	font-weight: 700;
	font-size: 22px;
    line-height: 33px;
    color: var(--color-font);
    transition: unset;
}

.header .bottom-tap-menu .bottom-tap-menu-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 640px;
    padding-bottom: 120px;
}

.header .bottom-tap-menu .bottom-tap-menu-right {
	display: flex;
    flex-direction: column;
    width: 640px;
    height: auto;
    padding: 16px 0 16px 40px;
    background-color: #DFDFDF;
    border-radius: 20px 0px 0px 0px;
}

.bottom-tap-menu-right > .menu-right-title:nth-of-type(3) a {
    font-size: 0 !important;
    background: url("/media/dwa.eska/desktop/images/logo-eska.svg");
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 156px;
    height: 59px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items:nth-of-type(4) ul li a {
    color: var(--color-eska-blue);
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items:nth-of-type(4) ul li a:hover {
    color: var(--color-eska-orange);
    font-weight: 700;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items {
	margin-top: 8px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--color-font);
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items ul li a:hover {
    color: var(--color-main);
    font-weight: 700;
}

.header .bottom-tap-menu .bottom-tap-menu-left ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 90px;
}

.header .bottom-tap-menu .bottom-tap-menu-left ul li {
	text-align: left;
	margin-bottom: 40px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-title {
    margin-top: 40px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-title,
.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-title a {
	font-size: 22px;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: 700;
    color: var(--color-font);
    margin-bottom: 8px;
}

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

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items ul li {
	width: 30%;
	text-align: left;
	margin-bottom: 24px;
}

.header .bottom-tap-menu .bottom-tap-menu-left ul li:last-child {
	position: relative;
	padding-bottom: 4px;
}

.header .bottom-tap-menu .bottom-tap-menu-left .left-menu-submenu-more {
	content: '';
	position: absolute;
	top: -6px;
	left: 80px;
    display: block;
    background: url(/media/dwa.eska/desktop/images/white-chevron-down-icon2023.svg);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center center;
    width: 44px;
    height: 44px;
    cursor: pointer;
	transform: rotate(180deg);
	background-color: var(--color-main);
	transition: 0.6s;
}

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

.header .bottom-tap-menu .bottom-tap-menu-left li.news-active .left-menu-submenu {
    border-top: 1px solid var(--color-main);
	margin-top: 4px;
}

.header .bottom-tap-menu .bottom-tap-menu-left li:not(.news-active) {
	border-bottom: 0;
}

.header .bottom-tap-menu .bottom-tap-menu-left li.news-active .left-menu-submenu-more {
	transform: rotate(0);
}

.header .bottom-tap-menu .bottom-tap-menu-left li.submenu-active .left-menu-submenu {
    border-top: 1px solid var(--color-main);
	margin-top: 4px;
}

.header .bottom-tap-menu .bottom-tap-menu-left li:not(.submenu-active) {
	border-bottom: 0;
}

.header .bottom-tap-menu .bottom-tap-menu-left li .submenu-active.left-menu-submenu-more {
	transform: rotate(0);
}

.header .bottom-tap-menu .bottom-tap-menu-left li .left-menu-submenu {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 16px 0 0 16px;
}

.header .bottom-tap-menu .bottom-tap-menu-left li .left-menu-submenu li {
    width: 33%;
	margin-bottom: 16px;
	margin-right: 0;
}

.header .bottom-tap-menu .bottom-tap-menu-left li .left-menu-submenu li a {
	font-size: 16px;
	line-height: 18px;
}
/* /header */

/* footer */
footer .gl_wrapper > .row {
    border-top: 1px solid #999999;
    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 .show-list,
footer .list,
footer .copyright {
    background-color: var(--color-main);
}

footer .serwis-list a:hover {
    color: var(--color-black);
}

footer .serwis-list:before,
footer .serwis-list .copyright:before {
    position: absolute;
    background-color: var(--color-main);
    content: '';
    height: 42px;
    width: 100vw;
    z-index: 0;
    left: calc(-50vw - -49.2%);
}

footer .serwis-list .copyright:before {
    border-top: 1px solid var(--color-white);
    margin-top: -1px;
}

footer .fa-caret-down:before {
    background-size: contain;
    width: 14px;
    height: 8px;
    content: "";
	background-image: url('/media/dwa.eska/desktop/images/white_caret_down-icon2023.svg');
	background-size: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

footer .copyright .copyright__text {
    position: relative;
}

footer .serwis-list.show:before {
    height: 220px;
}

footer .show-list::after {
	content: '';
	position: absolute;
	left: calc(-50vw - -49.2%);
	top: 40px;
	border-bottom: 1px solid var(--color-white);
	width: 100vw;
}

footer .serwis-list .list ul li .h5 {
    font-weight: 700;
    color: var(--color-black);
}

footer .list {
    padding: 16px 8px;
}

footer .gl_wrapper {
    padding: 0 140px;
}
/* /footer */

.section__v1 .section__header .section__title a, 
.section__v2 .section__header .section__title a,
.section__v3 .section__header .section__title a,
.section__v1 .section__header .section__title h2, 
.section__v2 .section__header .section__title h2,
.section__v3 .section__header .section__title h2,
.section__v1 .section__header .section__title h3, 
.section__v2 .section__header .section__title h3,
.section__v3 .section__header .section__title h3,
.section__v1 .section__header .section__title, 
.section__v2 .section__header .section__title,
.section__v3 .section__header .section__title,   
.main-content .listing .main-title-listing, 
.main-content .listing .main-title-listing a {
    font-size: 28px !important;
    line-height: 34px !important;
    margin-left: 0 !important;
    margin-bottom: 8px !important;
}

.section__v1 .section__header .section__title a, 
.section__v2 .section__header .section__title a,
.section__v3 .section__header .section__title a,
.section__v1 .section__header .section__title h2, 
.section__v2 .section__header .section__title h2,
.section__v3 .section__header .section__title h2,
.section__v1 .section__header .section__title h3, 
.section__v2 .section__header .section__title h3,
.section__v3 .section__header .section__title h3,
.section__v1 .section__header .section__title, 
.section__v2 .section__header .section__title,
.section__v3 .section__header .section__title,   
.main-content .listing .main-title-listing, 
.main-content .listing .main-title-listing a, 
.section__v1 .section__header .section__links a:hover, 
.section__v2 .section__header .section__links a:hover, 
.section__v4 .section__title, 
.section__v4 .section__slots a:hover, 
.wide.article-layout .main-title-listing,
.listing.v18_side .main-title-listing span,
.player-layout .main-title-listing,
.podcast-layout .main-title-listing,
.blockinfo__text p a {
    color: var(--color-main) !important;
}

.section__v2 .section__header .section__links a:first-child {
    margin-left: 0 !important;
}

.listing.v18_side .element__headline {
    border-bottom: 1px solid #EEEEEE;
}

/* section v4 */
.main-layout .section__v4 {
    position: absolute;
    margin-top: 104px;
}

.section__v4 .section__title {
	margin-left: 0 !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 28px !important;
	letter-spacing: 0.56px !important;
	text-transform: uppercase !important;
	margin-bottom: 8px;
}

.section__v4 .section__slots .slot_container {
    border-bottom: 1px solid #EEEEEE !important;
}

.main-layout .section__v4 .section__title {
    color: var(--color-eska-blue) !important;
    font-size: 0 !important;
}

.main-layout .section__v4 .section__slots a:hover,
.section__v2.eska-news .section__header .section__links a:hover {
    color: var(--color-eska-orange) !important;
}

.main-layout .section__v4 .section__slots .slot_container {
    border-bottom: 1px solid var(--color-eska-blue);
}
/* /section v4 */

/* section v1, v2 */
.section__v1 {
    margin: 16px 0 24px 0 !important;
}

.section__v1 .section__slots .slot.slot__big .slot__superscription, 
.section__v2 .section__slots .slot.slot__big .slot__superscription {
    top: 260px !important;
    right: unset !important;
}

.section__v1 .section__slots .slot.slot__big .slot__content .slot__superscription p, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription p {
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    padding: 4px 8px !important;
    background-color: var(--color-main) !important;
}

.section__v1 .section__slots .slot.slot__big .slot__content .slot__title p, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__big .slot__content .slot__title h2, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__big .slot__content .slot__title h3, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h3 {
    position: absolute !important;
    top: 302px !important;
    left: 24px !important;
    right: 24px !important;
    text-align: left !important;
    font-weight: 700 !important;
    font-size: 42px !important;
    line-height: 48px !important;
    line-clamp: 4 !important;
    -webkit-line-clamp: 4 !important;
    letter-spacing: -0.01em !important;
}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription p, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription p,
.section__v3 .section__slots .slot .slot__content .slot__superscription p {
    margin: 0 !important;
    background-color: var(--color-main) !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}

.article-layout .section__v1 .section__slots .slot.slot__small .slot__content .slot__title p,
.article-layout .section__v1 .section__slots .slot.slot__small .slot__content .slot__title h2,
.article-layout .section__v1 .section__slots .slot.slot__small .slot__content .slot__title h3 {
    text-align: left;
}

.article-layout .section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription {
    right: unset;
    max-width: 90%;
}

.article-layout .section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription p {
    max-width: 100% !important;
}

.section__v1 .section__header .section__title {
    margin-left: 0 !important;
}

.section__v1 .section__header .section__links,
.section__v1 .section__header .section__links {
	scrollbar-color: var(--color-white) var(--color-white) !important;
}

.section__v1.section__light .section__slots .slot.slot__small .slot__content::after, 
.section__v2.section__light .section__slots .slot.slot__small .slot__content::after, 
.section__v2.section__dark .section__slots .slot.slot__small.slot_4 .slot__content::after, 
.section__v2.section__dark .section__slots .slot.slot__small.slot_5 .slot__content::after {
    height: 112px !important;
}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__title p, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__title h2, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__title h3, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h3 {
    padding: 0 !important;
}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title p, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title p,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h2, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h2,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h3, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h3 {
	top: 160px !important;
	font-size: 19px !important;
	line-height: 25px !important;
}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__title p, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__title h2, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__title h3, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h3 {
	top: 140px !important;
}
.section__v3 .section__slots > a .slot__content .slot__superscription {
    background: var(--color-white);
    margin: 0 !important;
    padding-left: 0px;
    height: 20px;
    align-items: center;
    display: flex;
}
.section__v3 .section__slots > a .slot__content .slot__title p,
.section__v3 .section__slots > a .slot__content .slot__title h2,
.section__v3 .section__slots > a .slot__content .slot__title h3 {
    margin: 0 !important;
    font-size: 19px !important;
    line-height: 25px !important;
}
/* /section v1, v2 */

/* listing v34 */
.listing-container.hero-img-v34 .element:nth-child(1) .element__content .element__superscription p {
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 24px !important;
    padding: 2px 8px !important;
    background-color: var(--color-main) !important;
}

.listing-container.hero-img-v34 .element:nth-child(1) .element__content .element__headline a,
.listing-container.hero-img-v34 .element:nth-child(1) .element__content .element__headline h2,
.listing-container.hero-img-v34 .element:nth-child(1) .element__content .element__headline h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.01em;
}

.listing-container.hero-img-v34 .element .element__content .element__superscription {
    left: 16px;
    top: -5px;
}

.listing-container.hero-img-v34 .element:nth-child(n+2) .element__content .element__superscription {
    position: relative;
    display: flex;
    left: 0;
    top: 0;
    margin: 0;
}

.listing-container.hero-img-v34 .element:nth-child(2) .element__content .element__headline > a, 
.listing-container.hero-img-v34 .element:nth-child(3) .element__content .element__headline > a,
.listing-container.hero-img-v34 .element:nth-child(2) .element__content .element__headline > h2, 
.listing-container.hero-img-v34 .element:nth-child(3) .element__content .element__headline > h2,
.listing-container.hero-img-v34 .element:nth-child(2) .element__content .element__headline > h3, 
.listing-container.hero-img-v34 .element:nth-child(3) .element__content .element__headline > h3 {
	color: var(--color-font)
}

.listing-container.hero-img-v34 .element:nth-child(n+2) .element__content .element__headline,
.listing-container.hero-img-v34 .element:nth-child(n+2) .element__content .element__headline h2,
.listing-container.hero-img-v34 .element:nth-child(n+2) .element__content .element__headline h3 {
    background: var(--color-white);
    height: 112px;
    top: 138px;
}

.listing-container.hero-img-v34 .element:nth-child(n+2) .element__content .element__headline > a,
.listing-container.hero-img-v34 .element:nth-child(n+2) .element__content .element__headline > h2,
.listing-container.hero-img-v34 .element:nth-child(n+2) .element__content .element__headline > h3 {
    margin: 0;
    height: 104px;
    font-size: 19px;
    line-height: 25px;
}
/* /listing v34 */

/* listing v30 */
.listing-container.v30 .element .element__content .element__headline > a,
.listing-container.v30 .element .element__content .element__headline > h2,
.listing-container.v30 .element .element__content .element__headline > h3 {
    margin: 0;
    font-size: 19px;
    line-height: 25px;
}

.listing-container.v30 .element .element__content .element__superscription {
	display: flex;
	position: relative;
	margin: 0;
	top: 0px;
}

.listing-container.v30 .element .element__content .element__headline {
    top: 156px;
    height: 96px;
}
/* /listing v30 */

/* listing v32 */
.v32.listing-container .element:nth-child(n+3) .element__content a::after {
    content: "";
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
}

.v32.listing-container .element:nth-child(n+3) .element__content .element__headline a, 
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline a,
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline h2, 
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline h2,
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline h3, 
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline h3 {
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    min-height: 100px;
    max-height: 100px;
    color: var(--color-font) !important;
}

.v32.listing-container .element:nth-child(n+3) .element__content .element__headline, 
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 300px;
    max-width: 300px;
    padding: 0;
}

.v32.listing-container .element:nth-child(n+3) .element__content .element__superscription {
    position: relative;
    display: flex;
    bottom: 0;
    left: 0;
}

.v32.listing-container ul.horizontal.paginacja li.disable .fa-angle-left:before,
.v32.listing-container ul.horizontal.paginacja li.disable .fa-angle-right:before,
ul.horizontal.paginacja li.disable .fa-angle-left:before,
ul.horizontal.paginacja li.disable .fa-angle-right:before {
    background-size: contain;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url(/media/icons/black-arrow.svg);
    transform: rotate(180deg);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 9px;
    margin-right: 2px;
}

.v32.listing-container ul.horizontal.paginacja li.disable .fa-angle-right:before {
    transform: rotate(0deg);
}
/* /listing v32 */

.main-layout .v18_side .main-title-listing {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}

.main-layout .v18_side .main-title-listing span {
	text-transform: uppercase;
}

.main-layout .v18_side .element__headline a,
.main-layout .v18_side .element__headline h2,
.main-layout .v18_side .element__headline h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
}

.main-layout .v18_side .element__headline a:hover,
.main-layout .v18_side .element__headline h2:hover,
.main-layout .v18_side .element__headline h3:hover {
    color: var(--color-main);
}

.main-layout .v18_side .listing-horizontal-full-v18 {
	margin-left: 16px;
}

/* widget-player */
.main-layout .widget-player {
    top: 0;
    right: 10px;
}

.widget-player {
    height: 412px;
	border: 3px solid var(--color-main);
	border-radius: 0px 0px 25px 0px;
	box-sizing: content-box;
}

.widget-player .widget-player-top {
    position: relative;
    height: 269px;
}

.widget-player .widget-player-top::before {
    background: var(--color-main);
    width: 100%;
    height: 61px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.widget-player,
.widget-player .widget-player-top__images {
    background-color: var(--color-white);
}

.widget-player .widget-player-bottom.links {
    background-color: var(--color-white);
    height: 57px;
    border-radius: 0px 0px 25px 0px;
}

.widget-player .yt_link a {
	margin-left: 32px;
}

.widget-player .fb_link a {
	margin-left: 8px;
}

.widget-player .yt_link a,
.widget-player .fb_link a,
.widget-player .ig_link a,
.widget-player .tt_link a {
	margin-right: 24px
}

.widget-player .yt_link a {
    background-image: url('/media/dwa.eska/desktop/images/youtube-widget-player-icon2023.svg');
}

.widget-player .fb_link a {
    background-image: url('/media/dwa.eska/desktop/images/facebook-widget-player-icon2023.svg');
}

.widget-player .ig_link a {
    background-image: url('/media/dwa.eska/desktop/images/instagram-widget-player-icon2023.svg');
}

.widget-player .tt_link a {
    background-image: url('/media/dwa.eska/desktop/images/tiktok-widget-player-icon2023.svg');
}

.widget-player .widget-player-middle__player {
    background-size: 100px;
    width: 100px;
    height: 100px;
    background-image: url('/media/dwa.eska/desktop/images/widget-player-play-icon2023.svg');
    right: 4px;
}

.widget-player .widget-player-middle {
	background-color: var(--color-main);
	height: 82px;
}

.widget-player .widget-player-middle__playing span {
    font-weight: 400;
    font-size: 9px;
    line-height: 14px;
    color: var(--color-white);
	white-space: nowrap;
}

.widget-player .widget-player-middle__playing {
	position: absolute;
	top: 8px;
	left: 16px;
	width: auto;
}

.widget-player .widget-player-middle__song span.song-title {
	position: absolute;
	top: 28px;
	left: 16px;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: .03em;
    color: var(--color-white);
    max-width: 180px;
    max-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
}

.widget-player .widget-player-middle__song span.song-author {
	position: absolute;
	top: 52px;
	left: 16px;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: .03em;
	color: var(--color-white);
	max-width: 180px;
	max-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	z-index: 1;
}

.widget-player .widget-player-top__images .logo {
    position: absolute;
    top: 4px;
    left: calc(50% - 70px);
    height: 51px;
    width: auto;
    z-index: 1;
    margin: 0;
}

.widget-player img.schedule-photo {
    position: absolute;
    width: 153px;
    height: 208px;
    left: 0;
    top: 61px;
}

.widget-player .widget-player-top__images {
    width: 88px;
}

.widget-player .widget-player-top__content {
    width: 148px;
    margin-top: 60px;
    margin-left: 40px;
    margin-right: 0;
}

.widget-player span.schedule-title {
    font-size: 21px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: var(--color-font);
    text-transform: uppercase;
}

.widget-player span.schedule-author {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
	color: var(--color-font);
}

.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/dwa.eska/desktop/images/widget-player-play-hover-icon2023.svg') !important;
}

.widget-player .widget-player-bottom.links > div a {
    height: 32px;
}
/* /widget-player */

.main-layout.wide .main-content .main-title-listing,
.main-layout.wide .main-content .main-title-listing a,
.wide.page-layout .listing .main-title-listing,
.wide.page-layout .listing .main-title-listing a,
.zpr_box_bottom1 .main-title-listing,
.zpr_box_bottom1 .main-title-listing a {
	font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    color: var(--color-main);
    text-transform: uppercase;
    margin-left: 0;
    margin-bottom: 0;
}

/* player page */

.player__stream-contact_container {
    display: flex;
    height: 200px;
}

.player__wide-container .player__wide-right_container .video-js .vjs-control-bar {
    height: 48px;
}

#player_messenger_background.active {
    top: 0;
    background-color: #DFDFDF;
}

#player_messenger_background.active #player_messenger_close_text span {
    right: -16px;
}

#player_messenger_background.active #player_messenger_close_text {
    color: var(--color-black);
}

.player__wide-container {
    background-color: var(--color-main);
    height: 600px;
    border: 3px solid var(--color-main);
    border-radius: 0px 0px 50px 0px;
}

.player__wide-container .player__wide-left_container {
    width: 369px;
}

.player__wide-container .player__wide-right_container {
    width: 100%;
    margin-left: 24px;
    background-color: var(--color-white);
    border-radius: 0px 0px 48px 0px;
    padding-right: 25px;
}

.player__wide-container .player__stream-title {
    display: none;
}

.player__wide-container .player__stream-author_container {
	background-color: var(--color-main);
	height: 195px;
	margin-bottom: -16px;
	padding: 24px;
	width: 100%;
}

.player__wide-container .player__wide-left_container .player__program-image_container img {
	position: relative;
	z-index: 1;
	width: 369px;
	height: 358px;
	margin-top: -100px;
	margin-left: 0px;
}

.player__wide-container .player__wide-left_container .player__program-image_container {
	position: relative;
}

.player__wide-container .player__wide-right_container #playerNowPlayingContent {
    background-color: var(--color-main);
    color: var(--color-black);
    margin-bottom: 0;
    height: 147px;
}

.player__wide-container .player__wide-right_container .player__stream-title,
.player__wide-container .player__wide-right_container .player__stream-contact_container a,
.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 {
    color: var(--color-main);
}

.player__wide-container .player__wide-right_container .player__stream-contact_container a {
    width: 140px;
	line-height: 18px;
	letter-spacing: 0.03em;
}

.player__wide-container .player__wide-left_container .player__program-text_container {
	border-radius: 0 0 40px 40px;
	background-color: rgba(255,255,255,0);
	box-shadow: none;
	color: var(--color-white);
	margin-top: 16px;
	margin-left: 0;
	width: 369px;
	justify-content: flex-start;
}

.player__wide-container .player__wide-left_container .player__program-text_container #playerProgramName {
	text-transform: uppercase;
	font-size: 33px;
	line-height: 40px;
}

.player__wide-container .player__wide-left_container .player__program-text_container #playerProgramAuthor {
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.02em;
}

.player__wide-container .player__wide-right_container .player__stream-contact_container .player__stream--messenger::before {
    background-image: url('/media/dwa.eska/desktop/images/messenger-desktop-icon2023.svg');
    height: 75px;
    width: 75px;
}

.player__wide-container .player__wide-right_container .player__stream-contact_container .player__stream--telephone::before {
    background-image: url('/media/dwa.eska/desktop/images/phone-desktop-icon2023.svg');
    height: 75px;
    width: 75px;
}

.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/dwa.eska/desktop/images/player-page-desktop-play-icon2023.svg');
    display: block;
    content: '';
    height: 148px;
    width: 148px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 148px;
    border-radius: 50%;
    box-shadow: none;
}

.player__wide-container .player__wide-right_container .player__stream-radio_stream .video-js .vjs-big-play-button {
    top: -188px;
    left: 306px;
    width: 160px;
    height: 160px;
}

.player-layout #radio-stream_ima-ad-container iframe,
.podcast-layout #radio-stream_ima-ad-container iframe {
	background: var(--color-main);
}

.player-layout .header,
.podcast-layout .header {
	margin-bottom: 24px;
}

.player__wide-container .player__wide-right_container .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    background: url('/media/dwa.eska/desktop/images/player-page-desktop-pause-icon2023.svg');
    display: block;
    content: '';
    height: 151px;
    width: 151px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 151px;
    border-radius: 50%;
    box-shadow: none;
}

.listing-container.v33>.element .element__media img, 
.listing-container.v33>.element .element__media,
.player__dedicated_streams .player__dedicated_streams-streams .player__dedicated_streams-stream .stream-cover,
.player__dedicated_streams .player__dedicated_streams-streams .player__dedicated_streams-stream .stream-cover img {
    border-radius: 100%;
}

.v33_podcasts .main-title-listing,
.player__dedicated_streams .player__dedicated_streams-title{
    justify-content: flex-start;
	color: var(--color-main);
}

.player__dedicated_streams .player__dedicated_streams-streams .player__dedicated_streams-stream .stream-btn-link .play-btn {
    background: url('/media/dwa.eska/desktop/images/playlists_play_icon2023.svg') no-repeat center;
    position: absolute;
    background-size: 72px;
    width: 72px;
    height: 72px;
    top: 240px;
    left: 116px;
    cursor: pointer;
}

.player-layout .blockinfo .blockinfo__text h1,
.podcast-layout .blockinfo .blockinfo__text h1 {
    color: var(--color-main);
}

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

.player__wide-container .player__wide-right_container .streamArtist {
    color: var(--color-white);
    top: 40px;
    left: 170px;
    max-width: 272px;
}

.player__wide-container .player__wide-right_container .streamTrack {
    color: var(--color-white);
    top: 72px;
    left: 170px;
    max-width: 272px;
}

.player__wide-container .player__wide-right_container #playerStreamSelect {
    background: url('/media/dwa.eska/desktop/images/player-desktop-chevron-down-icon2023.svg');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-position-y: 14px;
    font-weight: 400;
    color: var(--color-font);
    font-size: 28px;
    line-height: 30px;
    margin-top: 32px;
    margin-bottom: 48px;
    width: calc(100% - 24px);
    border: 1px solid #EFEFEF;
    padding: 4px 24px;
    margin-left: 24px;
}

.player__wide-container .player__wide-right_container #playerStreamSelect option {
    font-size: 16px;
    color: var(--color-font);
}

.player__wide-container .player__wide-right_container .player__stream-radio_stream {
    position: relative;
    top: -16px;
}

.player__wide-container .player__wide-right_container .player__stream-radio_stream .video-js {
	width: 484px;
}

.player__wide-container .player__wide-right_container .player__stream-radio_stream .video-js .vjs-play-control.vjs-playing,
.player__wide-container .player__wide-right_container .video-js .vjs-play-control {
    top: -136px;
    left: 308px;
    width: 160px;
    height: 160px;
}

.player__wide-container .player__stream-contact_container {
	background-color: var(--color-white);
	margin-top: 40px;
	padding: 76px 16px 2px 16px;
	margin-bottom: 8px;
}

.player-layout .v33_podcasts .main-title-listing,
.podcast-layout .v33_podcasts .main-title-listing,
.player-layout .v33_podcasts,
.podcast-layout .v33_podcasts,
.player-layout .player__dedicated_streams,
.podcast-layout .player__dedicated_streams,
.player-layout .player__dedicated_streams-title,
.podcast-layout .player__dedicated_streams-title {
    width: 1280px;
}
 
.player-layout .listing-container.v33 > .element,
.podcast-layout .listing-container.v33 > .element,
.player-layout .player__dedicated_streams-streams > a,
.podcast-layout .player__dedicated_streams-streams > a {
    margin-right: 16px;
}

.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: var(--color-font);
}

.player-layout .blockinfo__text p,
.podcast-layout .blockinfo__text p {
    font-size: 16px;
    line-height: 19px;
	letter-spacing: 0.03em;
    font-weight: 400;
    color: var(--color-font);
}
/* /player page */

.listing.v18_side .element:last-child .element__headline a,
.listing.v18_side .element:last-child .element__headline h2,
.listing.v18_side .element:last-child .element__headline h3 {
    border-bottom: none;
}

/* new article gallery */
.lead-gallery::after {
    background-color: var(--color-font) !important;
    left: unset;
    right: 165px;
    font-weight: 400;
}

.thumbnails-gallery.webp .lead-gallery.no-thumbs::after {
    left: unset;
	right: 82px;
}

.block_list__container .lead-gallery::after {
	right: 0;
}

.lead-gallery .lead-gallery-more,
.galleries.with_recommended_galleries .lead-gallery-more {
    background: var(--color-main) !important;
}
/* /new article gallery */

.article .title_element__superscription {
    background-color: var(--color-main);
}

.two_columns_article__container .related_articles__container .related_articles__header {
    color: var(--color-white);
}

.two_columns_article__container .related_articles__container .related_article__superscription p {
    background-color: var(--color-main);
    font-weight: 400;
}

.wide article .neck .comments__hookTop .comments__btn {
    color: var(--color-main);  
}

.wide article .neck .comments__hookTop .comments__btn::before {
    background-image: url('/media/dwa.eska/desktop/images/comments-eska2-icon2023.svg');
}

.wide article .share-buttons-wrapper .share-buttons > a:hover {
	filter: invert(0%) sepia(1%) saturate(15%) hue-rotate(66deg) brightness(105%) contrast(100%);
    -webkit-filter: invert(0%) sepia(1%) saturate(15%) hue-rotate(66deg) brightness(105%) contrast(100%);
}

article h1 {
    font-size: 46px;
    line-height: 54px;
    font-weight: 700;
}

article h2,
article h3,
article h4,
article h5,
article h6 {
    font-weight: 700; 
}

article .lead {
	font-size: 23px;
	line-height: 35px;
	font-weight: 700;
}

article .toc {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
}

article li,
article li a {
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	color: var(--color-font);
}

article li {
	color: var(--color-black);
}

article li a,
article a {
    font-weight: 700;
    color: var(--color-font);
	text-decoration: underline 2px var(--color-main);
}

article li a:hover {
	text-decoration: none;
}

article a:hover {
	text-decoration: none;
}

article h2 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
}

article h3 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
}

article blockquote {
    border-left: 0;
    margin-left: -16px;
    padding-bottom: 0;
}

article blockquote p {
    margin-left: 24px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
}

article blockquote:before {
    top: -16px;
}

.wide article .share-buttons-wrapper .fb-button {
    background: url('/media/dwa.eska/desktop/images/facebook-share-icon2023.svg');
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide article .share-buttons-wrapper .tt-button {
    background: url('/media/dwa.eska/desktop/images/twitterx-eska2.svg');
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide article .share-buttons-wrapper .mail-button {
    background: url('/media/dwa.eska/desktop/images/link-share-icon2023.svg');
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.article .two_columns_article__container .related_articles__container .related_articles__elements {
    padding: 16px;
    background-color: var(--color-main);
}

.two_columns_article__container .related_articles__container .related_article__superscription {
    bottom: 54px;
    background-color: var(--color-white);
    display: flex;
}

.two_columns_article__container .related_articles__container .related_article__image img {
    width: 268px;
    height: 223px;
    object-fit: cover;
    padding: 16px;
    background-color: var(--color-white);
}

/* amount of photos - listings/sections */
.wide .element__media .media__count,
.wide .slot__image .media__count {
	background-color: var(--color-main) !important;
}
/* /amount of photos - listings/sections */

.article .title_element__superscription p {
    font-weight: 400;
}

/* - audio block - */
article .audioBlock .vjs-control-bar {
	background-color: var(--color-main);
}

article .audioBlock .vjs-progress-control .vjs-control {
	background-color: var(--color-main);
}

article .audioBlock .audioBlock__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}

/* - recommended content - */
article .recommended-content {
	height: auto;
	border-top: 2px solid var(--color-main);
	border-bottom: 2px solid var(--color-main);
	margin-bottom: 24px;
	background-color: var(--color-white);
}

article .recommended-content .items .item {
	margin-bottom: 0;
}

article .recommended-content .title {
	line-height: 15px;
	margin: 0 !important;
}

article .recommended-content .recommendedTitle__text {
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	color: var(--color-white);
	background-color: var(--color-main);
	text-transform: uppercase;
	padding: 2px 8px;
}

article .recommended-content .recommendedLink__text {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: var(--color-black);
}

article .recommended-content .recommendedLink__text:hover {
	color: var(--color-main);
}

/* video */
article .player.video_player {
    background-color: var(--color-black);
    padding-top: 0 !important;
}

article .player.video_player .player__title {
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	color: var(--color-white);
    padding: 10px;
    margin-bottom: 0;
}

/* expert */
article .expert-block .expert-name .expert__nameText {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    color: var(--color-black);
}

article .expert-block .expert-name .expert__nameText {
    position: relative;
}

article .expert-block .expert-name .expert__nameText::before {
    display: block;
    position: absolute;
    content: '';
    width: 4px;
    height: 28px;
    left: 160px;
    top: 0;
    background: var(--color-main);
}

article .expert-block .expert-text p {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: var(--color-black);
}

article .expert-block .expert-images img {
	border-radius: 0;
}

article .expert-block .expert__main {
	border: 0;
}

/* zpr-shopping */
article .zpr_shopping__article .stm-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    color: var(--color-black);
}

article .zpr_shopping__article .stms-title-link span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-black);
}

article .zpr_shopping__article .stm-shopping-container .btn-link {
    background-color: var(--color-main);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-white);
    padding: 10px 16px;
}

/*---------------
ZPR Shopping 2.0
---------------*/
article #article_zpr_shopping.zpr_shopping__article .stms-3-in-row.active .btn-link,
article #article_zpr_shopping.zpr_shopping__article .stms-3-in-row:hover .btn-link {
    background-color: var(--color-white);
    color: var(--color-main);
    border: 1px solid var(--color-main);
}

/* legal */
article .infoLegal {
	border: 1px solid #99ACBB;
	border-radius: 8px;
}

.article .infoLegal p {
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: var(--color-main);
}

/* SIL */
.article .infoSil p {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #435360;
}

/* product presentation */
article .product-presentation .product-presentation__label {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #435360;
}

article .product-presentation .product-presentation__image img {
	border-radius: 8px;
}

article .product-presentation .product-presentation__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: var(--color-black);
	text-align: center;
}

article .product-presentation .product-presentation__text p {
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: var(--color-black);
}

article .product-presentation .product-presentation__button-link {
	background-color: var(--color-main);
	border-radius: 8px;
	padding: 10px 96px;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: var(--color-white);
}

/* highlight */
article .highlight .highlight__title {
	float: none;
	width: auto;
}

article .highlight .highlight__title .hightlight__text {
	border-left: none;
	text-align: center;
	padding-left: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: var(--color-black);
	padding-bottom: 24px;
	border-bottom: 2px solid #d8d8d8;
}

article .highlight .highlight__textbox p {
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: var(--color-black);
}

article .highlight .highlight__button {
	text-align: right;
}

article .highlight .highlight__button .hightlight__button-link {
	background-color: var(--color-main);
	border-radius: 8px;
	padding: 10px 40px;
	color: var(--color-white);
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;	
}

article .highlight .highlight__content {
	padding-bottom: 24px;
}

article .highlight .highlight__image {
	position: relative;
	overflow: hidden;
    margin-bottom: 16px;
    border-radius: 8px;
}

article .highlight .highlight__figcaption .hightlight__text {
	text-align: left;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: var(--color-white);
	font-size: 14px;
	line-height: 18px;
	padding: 2px 4px;
	left: 0;
}

/* live */
article .liveTimeline {
    margin-left: 0;
}

article .liveTime__timeline {
    padding-bottom: 32px;
    margin-bottom: -16px;
}

article .liveTimeline .liveTimeline__title {
	border-left: 0;
	padding-left: 0;
}

article .liveTimeline .liveTimeline__title p {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: var(--color-black);
}

article .liveTimeline .liveTimeline__head .liveTimeline__headTitle {
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	color: var(--color-black);
}

article .liveTimeline .liveTime__timelineColumn--Time p {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: var(--color-black);
}

article .liveTimeline .liveTime__timelineText p {
	font-size: 18px;
	line-height: 32px;
	color: var(--color-black);
}

article .liveTimeline .liveTime__timelineColumn {
    margin-top: -8px
}

article .liveTimeline .lead-gallery-more a span {
    display: flex !important;
    font-size: 10px !important;
    line-height: 48px;
}

article .liveTimeline .lead-gallery-more a {
    text-align: center !important;
    font-size: 0 !important;
    min-width: auto;
}

article .liveTimeline .lead-gallery figure {
    max-width: 440px;
}

article .liveTimeline .lead_element__aspect_ratio {
    height: auto !important;
    max-width: 440px;
}

.liveTimeline .lead-gallery .lead-gallery-more {
    top: 84% !important;
    left: 89% !important;
}

.liveTime__timeline .liveTime__timelineColumn--Time:before {
    background-color: var(--color-main);
}

/* product */
article .single-photo.single__photo--productBlock figcaption .author,
article .single-photo.single__photo--productBlock figcaption .title,
article .single-photo.single__photo--productBlock figcaption .link,
article .single-photo.single__photo--productBlock figcaption .price {
	font-size: 14px;
	line-height: 18px;
	color: #435360;
}

article .single-photo.single__photo--productBlock figcaption .link a {
	font-size: 14px;
	line-height: 18px;
	color: var(--color-main);
	text-decoration: none;
}

article .single-photo.single__photo--productBlock figcaption .text p {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: var(--color-black);
	margin-bottom: 8px;
	margin-top: 8px;
}

/* recommended article link */
article .recommendedArticle {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
	padding-bottom: 0;
	border-top: 2px solid var(--color-main);
	border-bottom: 2px solid var(--color-main);
}

article .recommendedArticle .recommendedArticle__link {
	margin-left: 0;
}

article .recommendedArticle .recommendedArticle__title p {
	margin-top: -16px;
	background-color: var(--color-main);
	width: 168px;
	padding: 0 8px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	color: var(--color-white);
}

article .recommendedArticle__link a {
	color: var(--color-black);
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}

article .recommendedArticle__link a:hover {
	color: var(--color-main);
}

/* embed button */
.gl_plugin.socials .expand {
    background-color: var(--color-main) !important;
    border: 1px solid var(--color-main) !important;
    color: var(--color-white) !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 28px !important;
    border-radius: 0 0 5px 5px !important;
}

.gl_plugin.socials.collapsed {
    border-bottom: 1px solid var(--color-main) !important;
}
/* /embed button */

/* tagi */
.tags .breadcrumb__link {
    border: 1px solid var(--color-main);
    color: var(--color-white);
    background-color: var(--color-main);
    border-radius: 8px;
    text-transform: none;
    padding: 4px 8px;
    transition: 0.4s;
}

.tags .breadcrumb__link:hover {
    border: 1px solid var(--color-white);
    color: var(--color-main);
    background-color: var(--color-white);
}

.article-layout .tags .breadcrumb__item:last-child::after {
	display: none !important;
}
/* /tagi */

/* NCES */
.promo-wrapper {
    border-top: 2px solid var(--color-main) !important;
    border-bottom: 2px solid var(--color-main) !important;
    padding-top: 14px !important;
}

.promo-wrapper .promo-header {
    margin-bottom: 24px;
    margin-left: 0;
    margin-top: -16px;
    background-color: var(--color-main);
    width: 174px;
    padding: 0 8px;
    text-transform: uppercase;
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 600 !important;
    color: var(--color-white) !important;
}

.promo-wrapper .promo-title-header a {
    text-align: left;
    color: var(--color-black);
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.promo-wrapper .promo-title-header a:hover {
    color: var(--color-main);
}

.promo-wrapper figure.promo-image-wrapper img:hover {
    filter: brightness(1.1);
}
/* NCES */

/* zpr_shopping & promo labels */
.zpr_shopping__article .stm-shopping-container .btn-link {
	order: 3;
}

.zpr_shopping__article .stm-shopping-container .stms-title-link {
	order: 2;
}

.zpr_shopping__article .stm-shopping-container  .stms-image {
	order: 1;
}

article .zpr_shopping__article .zpr_promotion_corner {
	font-family: 'Roboto', sans-serif;
    border-color: var(--color-main) rgba(255,255,255,0);
}

article .zpr_shopping__article .zpr_promotion_corner .zpr_promo_current_price span {
	font-family: 'Roboto', sans-serif;
    background-color: var(--color-main);
    color: var(--color-white);
}

article .zpr_shopping__article .zpr_promotion_corner .zpr_promo_text span {
	font-family: 'Roboto', sans-serif;
	color: var(--color-white);
}

article .zpr_shopping__article.wariantD .stm-shopping-container .btn-link,
article .zpr_shopping__article.wariantC .stm-shopping-container .btn-link {
font-family: 'Roboto', sans-serif;
    background-color: var(--color-main);
    color: var(--color-white);
}

article .zpr_shopping__article .stms-3-in-row {
    background-color: var(--color-white);
  	border: 1px solid rgba(255,255,255,0);
}

.zpr_shopping__article {
    overflow: hidden;
}
/* /zpr_shopping & promo labels */

/* comments */
.comments__btn, 
#send_comment, 
#send_commentCloneForm {
    background-color: var(--color-main); 
}

.commentsListingAddComment__close,
.commentsListing__close,
.comments__box .comments__btn.comment__addButton._js_comments_listing_add_comment {
    background-color: var(--color-main);
}

.listing_addCommentWrapper,
#commentsListing__wrapper {
    border: 1px solid var(--color-main);
}

.comments__formWrapper .comments__formRow textarea.comments__input:focus, 
.comments__formWrapper .comments__formRow textarea.comments__input:hover,
.comments__formWrapper .comments__formRow input.comments__input:focus, 
.comments__formWrapper .comments__formRow input.comments__input:hover {
    border: 1px solid var(--color-main);
}

.comments__more .more_button {
    text-decoration: none;
    color: var(--color-white);
    text-shadow: 0 0 2px var(--color-main), 0 0 2px var(--color-main), 0 0 2px var(--color-main), 0 0 2px var(--color-main);
    text-transform: uppercase;
    font-size: 14px;
}

.comments__more .more_button:hover {
    font-weight: 700;
}

.comments__btn._js_comments_listing#article_comment_button {
    background-color: var(--color-white);
	border: 1px solid var(--color-main);
	color: var(--color-main);
}

#comments .comments__readmore {
	display: flex;
	justify-content: space-between;
}
/* /comments */

/* breadcrumb_v2 */
.breadcrumb_v2 {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding-top: 14px;
    padding-bottom: 8px;
    width: 100%;
    padding-left: 16px;
}

.breadcrumb_v2 .breadcrumb_v2-item {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-right: 0;
    margin-right: 16px;
    padding-right: 8px;
}

.breadcrumb_v2 .breadcrumb_v2-item:first-child {
	position: relative;
}

.breadcrumb_v2 .breadcrumb_v2-item::after {
    position: absolute;
    margin-right: 10px;
    top: -3px;
    left: -24px;
    background-size: contain;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url('/media/icons/chevron_right.svg');
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}

.breadcrumb_v2 .breadcrumb_v2-item:first-child::after {
    display: none;
}

.breadcrumb_v2 .breadcrumb_v2-item a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-font);
    text-decoration: underline;
}

.breadcrumb_v2 .breadcrumb_v2-item a:hover {
    text-decoration: none;
}
/* /breadcrumb_v2 */

.article-layout #inside_1,
.article-layout #inside_2 {
    width: 615px !important;
    margin: 0;
    margin-bottom: 24px;
    margin-left: auto;
}

.article-layout #inside_1 > div, 
.article-layout #inside_2 > div {
	display: flex !important;
	justify-content: center;
	margin: 0 auto;
}

.article-layout .main-title-listing, 
.category-layout .main-title-listing,
.main-layout.wide .main-content .main-title-listing, 
.section__v1 .section__title, 
.section__v2 .section__title, 
.blockinfo .blockinfo__text h1,
.trc_rbox_container .trc_rbox_header_span,
.listing.v18_side .main-title-listing span,
.listing.v18_side .main-title-listing span a {
    margin-left: 0;
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    color: var(--color-main);
    text-transform: uppercase;
}

.main-layout .listing.v18_side .main-title-listing {
    display: flex;
    justify-content: flex-start;
    text-transform: uppercase;
    margin-left: 16px !important;
    margin-top: -12px;
}

.article-layout.wide .listing.v18_side {
    position: absolute;
    top: 40px;
    left: 964px;
}

.listing.v18_side .element__headline a:hover,
.listing.v18_side .element__headline h2:hover,
.listing.v18_side .element__headline h3:hover,
.paginacja a {
    color: var(--color-font) !important;
}

.paginacja li.active {
    border: none !important;
    outline: 2px solid var(--color-main) !important;
    border-radius: 50% !important;
    width: auto;
    height: auto;
}

.paginacja li.active a {
	color: var(--color-main) !important;
	font-weight: 700 !important;
}

.paginacja li.next,
.paginacja li.prev {
	background-color: var(--color-main) !important;
	border-radius: 50% !important;
}

/* listing v27 */
.v27 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 24px 0 0 0;
    padding: 0;
}

.v27 .element {
    width: max-content;
    min-width: 120px;
    padding: 0 16px;
    height: 40px;
    margin: 0px 14px 24px 0;
    border: 2px solid var(--color-main);
    background-color: var(--color-white);
    transition: 0.4s;
    border-radius: 20px;
}

.v27 .element:hover {
    background-color: var(--color-main);
}

.v27 .element:hover a {
	font-weight: 700;
	color: var(--color-white);
}

.v27 .element__headline a,
.v27 .element__headline h2,
.v27 .element__headline h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--color-main);
}

.main-layout .v27 {
    justify-content: flex-end;
}

.main-layout .v27 .element {
    width: max-content;
    height: auto;
    margin: 0;
    border: 2px solid rgba(255,255,255,0);
    background-color: var(--color-white);
    border-radius: 0;
    transition: 0.4s;
}

.main-layout .v27 .element:hover {
    border: 2px solid var(--color-main);
    background-color: var(--color-main);
}

.main-layout .v27 .element:hover a {
    color: var(--color-white);
}

.main-layout .v27 .element__headline a,
.main-layout .v27 .element__headline h2,
.main-layout .v27 .element__headline h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--color-main);
    padding: 4px 8px;
}

.listing.eska-cities .v27 {
    margin: 0 0 0 8px;
}

.listing.eska-cities .v27 .element {
	border: 0;
	padding: 0;
	margin: 0 8px 8px 0;
}

.listing.eska-cities .v27 .element:hover {
	background-color: unset;
}

.listing.eska-cities .v27 .element a {
	color: var(--color-eska-blue);
	text-align: left;
}

.listing.eska-cities .main-title-listing span {
    font-size: 0;
}

.listing.eska-cities .main-title-listing span::before {
    background: url('/media/dwa.eska/desktop/images/logo-eska.svg');
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 127px;
    height: 48px;
    content: '';
}
/* /listing v27 */

.category-layout .blockinfo .blockinfo__text h1 {
	display: flex;
	justify-content: flex-start;
}

.listing .button {
	position: relative;
	margin: 0 auto;
	font-size: 14px;	
	padding: 4px 16px;
	margin-top: 16px;
	text-transform: uppercase;
	font-weight: 400;
	transition: 0.8s;
	user-select: none;
	letter-spacing: 0;
	width: 120px;
	box-shadow: inset 0 0 0 0  var(--color-main);
	color: var(--color-main);
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.listing .button:hover {
    box-shadow: inset 120px 0 0 0  var(--color-main);
    color: var(--color-white);
}

.listing-container.v30 .element .element__content .element__superscription p {
    background-color: var(--color-main);
    font-weight: 400;
    padding: 2px 8px;
}

/* hity, co bylo grane, program */
.vjsPlayingHistory {
    box-shadow: none;
}

.vjsPlayingHistory .history-day-picker {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.vjsPlayingHistory .icon {
    position: absolute;
    left: 280px;
    top: 0;
}

.vjsPlayingHistory .fa-angle-down {
    top: 8px;
    right: 12px;
}

.vjsPlayingHistory .fa-angle-down:before {
    background-size: contain;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url('/media/dwa.eska/desktop/images/hits-gray-chevron-down-icon2023.svg');
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.vjsPlayingHistory .history-time-picker label {
    font-size: 24px;
    font-weight: 700;
    margin-right: 15px;
    letter-spacing: 0.05em;
    color: #999999;
}

.vjsPlayingHistory__title h1 {
	display: none;
}

#history-time-picker {
    font-family: 'Roboto', sans-serif;
    border: 2px solid #999999;
    color: #999999;
}

.history-day-picker #history-day {
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    color: var(--color-font);
    letter-spacing: 0.05em;
}

.vjsPlayingHistory .icon,
.history-day-picker, 
.history-time-picker {
	margin-bottom: 0;
}

.history-day-picker #before-button {
	font-size: 0;
	background-image: url('/media/dwa.eska/desktop/images/hits-chevron-left-eska2-icon2023.svg');
	display: block;
	content: '';
    height: 40px;
    width: 40px;
    display: inline-block;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    min-width: 0;
    margin-left: 0;
}

.history-day-picker #before-button.disable {
	font-size: 0;
	background-image: url('/media/dwa.eska/desktop/images/hits-chevron-left-disable-icon2023.svg');
	display: block;
	content: '';
    height: 40px;
    width: 40px;
    display: inline-block;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    min-width: 0;
    margin-left: 0;
}

.history-day-picker #after-button {
	font-size: 0;
	background-image: url('/media/dwa.eska/desktop/images/hits-chevron-right-eska2-icon2023.svg');
	display: block;
	content: '';
    height: 40px;
    width: 40px;
    display: inline-block;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    min-width: 0;
    margin-left: 4px;
}

.history-day-picker #after-button.disable {
    font-size: 0;
    background-image: url('/media/dwa.eska/desktop/images/hits-chevron-right-disable-icon2023.svg');
    display: block;
    content: '';
    height: 40px;
    width: 40px;
    display: inline-block;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    min-width: 0;
    margin-left: 4px;
}

.vjsPlayingHistory__hit__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    padding-top: 8px;
    color: #333333;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__author ul > li {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
    padding-bottom: 16px;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__info {
    width: 100%;
}

.vjsPlayingHistory__hit {
    margin-bottom: 24px;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__playdate {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: var(--color-main);
    top: 50%;
    right: 64px;
    transform: translateY(-50%);
}

.vjsPlayingHistory .vjsPlayingHistory__hit__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vjsPlayingHistory__hit__buttons .vjsPlayingHistory__button_play {
    display: block;
    background: url('/media/dwa.eska/desktop/images/hit-play-icon2023.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    cursor: pointer;
}

.vjsPlayingHistory__hit__buttons .vjsPlayingHistory__button_play:hover {
    display: block;
    background: url('/media/dwa.eska/desktop/images/hit-play-hover-icon2023.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    cursor: pointer;
}

.vjsPlayingHistory__hit__buttons.active .vjsPlayingHistory__button_play {
	display: block;
    background: url('/media/dwa.eska/desktop/images/hit-pause-icon2023.svg');
	background-size: contain;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    cursor: pointer;
}

.vjsPlayingHistory__hit__buttons.active .vjsPlayingHistory__button_play:hover {
	display: block;
    background: url('/media/dwa.eska/desktop/images/hit-pause-hover-icon2023.svg');
	background-size: contain;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    cursor: pointer;
}
/* /hity, co bylo grane, program */

/* toplista */
.artist-hits .title h1,
.artist-hits .title h2,
#hook_pre_content + .row .blockinfo__text h1 {
    display: flex;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--color-main);
    margin-bottom: 16px;
}

.artist-hits .single_hit--s1 .single-hit__author {
    line-height: 16px;
}

.artist-hits .single-hit__position {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color-main);
	color: var(--color-white);
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 21px;
	width: 26px;
	height: 26px;
}

.artist-hits .single-hit__updown.single-hit__updown--n,
.artist-hits .single-hit__updown.single-hit__updown--p {
    background-color: rgba(255, 255, 255, 0);
    font-size: 20px;
    line-height: 24px;
	margin-left: 4px;
}

.artist-hits .single-hit__title {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 8px;
    max-width: 520px;
    max-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
 
.artist-hits .single-hit__updown {
	background-color: rgba(255, 255, 255, 0);
	font-size: 0;
}

.artist-hits .single-hit__updown.single-hit__updown--up {
	background: url('/media/eskarock/desktop/images/dobrzerockuje-arrow-up.svg') no-repeat;
	background-size: 26px;
	width: 26px;
	height: 26px;
	font-size: 0;
}

.artist-hits .single-hit__updown.single-hit__updown--down {
	background: url('/media/eskarock/desktop/images/dobrzerockuje-arrow-down.svg') no-repeat;
	background-size: 26px;
	width: 26px;
	height: 26px;
	font-size: 0;
}

.artist-hits .single-hit__updown.single-hit__updown--minus {
	background: url('/media/eskarock/desktop/images/dobrzerockuje-minus.svg') no-repeat;
	background-size: 26px;
	width: 26px;
	height: 26px;
	font-size: 0;
}

.artist-hits .single-hit__updown.single-hit__updown--minus {
	background: url('/media/eskarock/desktop/images/dobrzerockuje-minus.svg') no-repeat;
	background-size: 26px;
	width: 26px;
	height: 26px;
	font-size: 0;
}

.artist-hits .listen-box__icon:before {
	background: url('/media/dwa.eska/desktop/images/hit-play-icon2023.svg') no-repeat;
	background-size: 56px 56px;
	content: '';
	width: 56px;
	height: 56px;
}

.artist-hits .listen-box__icon:hover:before {
	background: url('/media/dwa.eska/desktop/images/hit-play-hover-icon2023.svg') no-repeat;
	background-size: 56px 56px;
	content: '';
	width: 56px;
	height: 56px;
}

.artist-hits .listen-box__icon.active:before {
	background: url('/media/dwa.eska/desktop/images/hit-pause-icon2023.svg') no-repeat;
	background-size: 56px 56px;
	content: '';
	width: 56px;
	height: 56px;
}

.artist-hits .single-hit:hover .listen-box__icon.active:before {
	background: url('/media/dwa.eska/desktop/images/hit-pause-hover-icon2023.svg') no-repeat;
	background-size: 56px 56px;
	content: '';
	width: 56px;
	height: 56px;
}

.artist-hits .single-hit__buttons {
	display: flex;
	flex-direction: row;
}

.artist-hits .single-hit__buttons .single-hit__vote.single-hit__vote-like {
	background: url('/media/dwa.eska/desktop/images/hit-vote-plus-icon2023.svg') no-repeat;
	background-size: 42px;
	content: '';
	width: 42px;
	height: 42px;
	margin-right: 12px;
}

.artist-hits .single-hit__buttons .single-hit__vote.single-hit__vote-like:hover,
.artist-hits .single-hit__buttons .single-hit__vote.single-hit__vote-like.single-hit__voteThx {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6906 38.2413C30.2127 38.2413 37.932 30.5221 37.932 20.9999C37.932 11.4778 30.2127 3.75854 20.6906 3.75854C11.1684 3.75854 3.44922 11.4778 3.44922 20.9999C3.44922 30.5221 11.1684 38.2413 20.6906 38.2413Z' fill='%23ED1C24' fill-opacity='0.929412' stroke='%23ED1C24' stroke-width='2.73103' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6914 14.1035V27.8966' stroke='white' stroke-width='2.97931' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.793 21H27.5861' stroke='white' stroke-width='2.97931' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: 42px;
	content: '';
	width: 42px;
	height: 42px;
	margin-right: 12px;
}

.artist-hits .single-hit__buttons .single-hit__vote.single-hit__vote-dislike {
	background: url('/media/dwa.eska/desktop/images/hit-vote-minus-icon2023.svg') no-repeat;
	background-size: 42px;
	content: '';
	width: 42px;
	height: 42px;
}

.artist-hits .single-hit__buttons .single-hit__vote.single-hit__vote-dislike:hover,
.artist-hits .single-hit__buttons .single-hit__vote.single-hit__vote-dislike.single-hit__voteThx {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.3117 38.2413C30.8338 38.2413 38.5531 30.5221 38.5531 20.9999C38.5531 11.4778 30.8338 3.75854 21.3117 3.75854C11.7895 3.75854 4.07031 11.4778 4.07031 20.9999C4.07031 30.5221 11.7895 38.2413 21.3117 38.2413Z' fill='%23ED1C24' stroke='%23ED1C24' stroke-width='2.73103' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.4141 21H28.2072' stroke='white' stroke-width='2.97931' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: 42px;
	content: '';
	width: 42px;
	height: 42px;
}

.artist-hits .single-hit__buttons .single-hit__vote.single-hit__vote-dislike.single-hit__vote-disabled {
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.3117 38.2413C30.8338 38.2413 38.5531 30.5221 38.5531 20.9999C38.5531 11.4778 30.8338 3.75854 21.3117 3.75854C11.7895 3.75854 4.07031 11.4778 4.07031 20.9999C4.07031 30.5221 11.7895 38.2413 21.3117 38.2413Z' stroke='%23ED1C24' stroke-width='2.73103' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.4141 21H28.2072' stroke='%23ED1C24' stroke-width='2.97931' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.artist-hits .single-hit__buttons .single-hit__vote.single-hit__vote-like.single-hit__vote-disabled {
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6906 38.2413C30.2127 38.2413 37.932 30.5221 37.932 20.9999C37.932 11.4778 30.2127 3.75854 20.6906 3.75854C11.1684 3.75854 3.44922 11.4778 3.44922 20.9999C3.44922 30.5221 11.1684 38.2413 20.6906 38.2413Z' stroke='%23EE2C33' stroke-width='2.73103' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6914 14.1035V27.8966' stroke='%23EE2C33' stroke-width='2.97931' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.793 21H27.5861' stroke='%23EE2C33' stroke-width='2.97931' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.artist-hits .single-hit .single-hit__info {
    margin-right: 0;
    height: 86px;
    margin-top: 16px;
}

.artist-hits .single-hit__positions {
    width: 56px;
}

.artist-hits .single-hit__buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 86px;
}

.artist-hits .single-hit:hover {
	background-color: #F5F5F5;
}

.artist-hits .single-hit .listen-box__icon {
    top: 24px;
    right: 24px;
}

.single-hit .hit-image,
.single-hit .hit-image figure img,
.vjsPlayingHistory__hit__image,
.vjsPlayingHistory__hit__image img {
	border-radius: 100%;
}

.artist-hits .single-hit.single_hit--s1.radio--hook .single-hit__position {
	background-color: rgba(255, 255, 255, 0);
}

.artist-hits .single-hit__info ul {
    margin: 0 0 8px;
    line-height: 10px;
    max-width: 520px;
    max-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.listen-box__icon.active:after {
    width: 56px !important;
    height: 56px !important;
    top: -18px !important;
    left: -12px !important;
    -webkit-animation-name: isplaying_eska2 !important;
    animation-name: isplaying_eska2 !important;
}

@-webkit-keyframes isplaying_eska2 {
	0% {
		box-shadow: 0 0 0px 0px var(--color-main);
		opacity: 1;
	}
	50% {
		box-shadow: 0 0 5px 12px var(--color-main);
		opacity: .15;
	}
	100% {
		box-shadow: 0 0 0px 0px var(--color-main);
		opacity: .15;
	}
}

@keyframes isplaying_eska2 {
	0% {
		box-shadow: 0 0 0px 0px var(--color-main);
		opacity: 1;
	}
	50% {
		box-shadow: 0 0 5px 12px var(--color-main);
		opacity: .15;
	}
	100% {
		box-shadow: 0 0 0px 0px var(--color-main);
		opacity: .15;
	}
}
/* /toplista */

/* Strona Hitu */
.hits .title h1 {
	font-size: 32px;
	line-height: 34px;
	font-weight: 700;
	color: var(--color-main);
	text-transform: uppercase;
}

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

.hit-tags li {
    background-color: var(--color-white);
    border: 2px solid var(--color-main);
    padding: 2px 16px;
    transition: 0.6s;
}

.hit-tags li:hover {
    background-color: var(--color-main);
	border: 2px solid var(--color-main);
}

.hit-tags li:hover a {
    text-decoration: none;
	color: var(--color-white);
}

.hit-tags li a {
    font-size: 14px;
	font-weight: 400;
}

.hit-container {
    background-color: var(--color-main);
    border-radius: 24px 24px 0px 0px;
    height: 410px;
}

.hit-container .hit-image {
	position: relative;
    width: 363px;
    height: 363px;
}

.hit-container .hit-image::before {
	content: '';
	display: block;
	width: 419px;
	height: 419px;
	position: absolute;
	top: -4px;
	bottom: 0px;
	left: 60px;
	right: 0px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 100%;
}

.hit-container .hit-image::after {
	content: '';
	display: block;
	width: 491px;
	height: 491px;
	position: absolute;
	top: -36px;
	bottom: 0px;
	left: 24px;
	right: 0px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 100%;
}

.hit-container .hit-image img {
    width: 363px;
    height: 363px;
    margin-top: 8px;
    border-radius: 100%;
    border: 12px solid var(--color-main);
}

.hit-container .listen-box__icon.active:before {
    content: url('/media/dwa.eska/desktop/images/player-page-desktop-pause-icon2023.svg') !important;
    top: 24px;
    left: -104px;
    width: 152px;
    height: 152px;
	cursor: pointer;
}

.hit-container .listen-box__icon:before {
    content: url('/media/dwa.eska/desktop/images/player-page-desktop-play-icon2023.svg') !important;
    top: 24px;
    left: -104px;
    width: 152px;
    height: 152px;
	cursor: pointer;
}

.hit-container .listen-box__icon.active:after {
    animation: none !important;
}

.artist-hits .main-title-listing {
    font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: var(--color-main);
}

.single-hit__lyrics {
	font-size: 14px !important;
	line-height: 16px !important;
	background-color: var(--color-main) !important;
	border-radius: 20px;
	padding: 10px 16px !important;
	color: var(--color-white) !important;
	transition: 0.6s;
}

.single-hit__lyrics:hover {
	border-radius: 0;
    background-color: var(--color-main) !important;
}
/* /Strona Hitu */

/* program */
.radioSchedule {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 80px;
}

.radioSchedule__program {
	display: flex;
	flex-direction: column;
	width: 375px;
	height: 434px;
	margin-bottom: 40px;
}

.radioSchedule__program .radioSchedule__image {
	position: relative;
	display: flex;
	justify-content: center;
	order: 1;
	z-index: 1;
}

.radioSchedule__program .radioSchedule__image::before {
    content: '';
    display: block;
    width: 286px;
    height: 286px;
    position: absolute;
    top: -15px;
    bottom: 0;
    left: 44px;
    right: 0;
    background-color: var(--color-main);
    border-radius: 100%;
    z-index: 1;
}

.radioSchedule__program .radioSchedule__image::after {
    content: '';
    display: block;
    width: 316px;
    height: 316px;
    position: absolute;
    top: -30px;
    bottom: 0;
    left: 30px;
    right: 0;
    background-color: rgba(216, 216, 216, 0.2);
    border-radius: 100%;
    z-index: 0;
}

.radioSchedule__program .radioSchedule__content {
	display: flex;
	flex-direction: column;
	order: 2;
	justify-content: center;
	align-items: center;
	z-index: 1;
	position: relative;
	margin-top: 48px;
}

.radioSchedule__program .radioSchedule__image img {
    width: 256px;
    height: 256px;
    object-fit: cover;
    border-radius: 100%;
    z-index: 1;
}

.radioSchedule__program .radioSchedule__date {
	color: var(--color-main);
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-top: 8px;
	text-align: center;
}

.radioSchedule__program .radioSchedule__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-font);
    letter-spacing: 0.5px;
}

.radioSchedule__program .radioSchedule__host {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--color-font);
}
/* /program */

.listing:not(.eska2-more) .listing-container.v31 .element,
.listing:not(.eska2-more) .listing-container.v31 .element .element__media,
.listing:not(.eska2-more) .listing-container.v31 .element .element__media img {
    border-radius: 80px;
    height: 90px;
}

.wide.page-layout .listing-container.v31, 
.wide.tag-layout .listing-container.v31 {
    width: 1248px;
    max-width: 1248px;
}

.wide.article-layout .section__v4 {
	position: absolute !important;
	top: 192px;
	right: 16px;
}

.page-layout .section__v4, 
.tag-layout .section__v4, 
.author-layout .section__v4 {
    margin-left: 16px !important;
}

.wide.page-layout .listing:not(.eska2-more) .listing-container.v31 .element .element__media, 
.wide.tag-layout .listing:not(.eska2-more) .listing-container.v31 .element .element__media, 
.wide.page-layout .listing:not(.eska2-more) .listing-container.v31 .element,
.wide.tag-layout .listing:not(.eska2-more) .listing-container.v31 .element,
.wide.page-layout .listing:not(.eska2-more) .listing-container.v31 .element .element__media img,
.wide.tag-layout .listing:not(.eska2-more) .listing-container.v31 .element .element__media img {
    width: 616px;
    height: 90px;
}

.wide.page-layout .listing-container.v31 .element .element__media, 
.wide.tag-layout .listing-container.v31 .element .element__media, 
.wide.page-layout .listing-container.v31 .element, 
.wide.tag-layout .listing-container.v31 .element {
    width: auto;
    height: auto;
}

.page-layout.wide .zpr_box_top1, 
.tag-layout.wide .zpr_box_top1 {
    min-height: 265px;
}
.main-layout .zpr_box_topboard,
.gallery-layout .zpr_box_topboard,
.quiz-layout .zpr_box_topboard {
	display: none !important;
}

.wide.page-layout .widget-player,
.wide.tag-layout .widget-player,
.wide.author-layout .widget-player {
    margin: 0 0 24px 0;
}

.wide.page-layout #side_1_noscroll,
.wide.page-layout #side_1 {
	margin-left: 0;
}

.hit-tags .tags__tag {
    font-size: 18px;
    color: var(--color-font);
    font-weight: 400;
}

.v32.listing-container .element:nth-child(1) .element__content .element__headline, 
.v32.listing-container .element:nth-child(2) .element__content .element__headline {
    text-align: left;
}

.v32.listing-container .element:nth-child(n+3) .element__content .element__superscription p {
    background-color: var(--color-main);
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

/* rotator */
.section__rotator .section__title,
.section__rotator .section__title h2 {
    color: var(--color-main);
    justify-content: flex-start;
}

.rotator .swiper-button-prev:after {
    background: url('/media/icons/rotator-arrow-left_eska2.svg');
    height: 60px;
    width: 32px;
    background-size: cover;
    background-repeat: no-repeat;
}

.rotator .swiper-button-next:after {
    background: url('/media/icons/rotator-arrow-right_eska2.svg');
    height: 60px;
    width: 32px;
    background-size: cover;
    background-repeat: no-repeat;
}
/* /rotator */

.highlight__image-box {
    height: auto;
}

.author-layout .author .author__name,
.author-layout .author .author__spec {
	text-align: center;
}

.author-layout .gl_wrapper {
	padding-top: 16px;
}

.author-layout .zpr_inside_1 {
	margin-bottom: 40px;
}

/* Aktywne elementy headera */
.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.active .bottom-tap-bar-item__text span {
    color: var(--color-font);
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.active img {
	filter: invert(0%) sepia(1%) saturate(15%) hue-rotate(66deg) brightness(105%) contrast(100%);
    -webkit-filter: invert(0%) sepia(1%) saturate(15%) hue-rotate(66deg) brightness(105%) contrast(100%);
}
/* /Aktywne elementy headera */

/* Strona nowej galerii */
.gallery-layout .gallery__container,
.gallery-layout,
.gallery-layout .last-page .swiper-slide .photo-img,
.gallery-layout .thumbnails__modal,
.gallery-layout .thumbnails__modal .gallery-container,
.gallery-layout .thumbnails__modal .gallery-thumbnails,
.gallery-layout .thumbnails__modal .gallery-header.thumbnails,
.gallery-layout .zpr_bottom_1::after {
    background-color: var(--color-white) !important;
}

.gallery-layout .gallery__container-right .gallery-counter .counter-logo {
    width: 35px;
    height: 25px;
    background-image: url('/media/dwa.eska/desktop/images/camera-gallery-icon2023.svg');
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.gallery-layout .gallery__container-right .gallery-close-to-thumbnails {
    width: 48px;
    height: 48px;
    background-image: url('/media/dwa.eska/desktop/images/gallery-close-desktop-icon2023.svg');
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    margin-top: -128px;
}

.gallery-layout .gallery__container-right .photo__description-container .photo__title__desc-container,
.gallery-layout .gallery__container-right .counter {
    color: var(--color-black);
}

.gallery-layout .gallery__container-right .photo__description-container .photo__title__desc-container .photo__title {
    font-weight: 800;
    line-height: 24px;
    margin: 24px 0 8px 0;
}

.gallery-layout .gallery__container-right .gallery-share .share-box-button-wrapper .share-box__icon::before {
    background-image: url('/media/icons/listing_gallery_link_icon.svg');
	width: 33px;
	height: 33px;
	background-color: var(--color-main);
}

.gallery-layout .gallery__container-right .gallery-share .share-box-button-wrapper .share-box__icon {
    font-size: 14px;
    line-height: 18px;
    color: var(--color-main);
}

.gallery-layout .gallery__container .gallery__container-right {
    margin-top: 16px;
}

.gallery-layout .gallery__container-right .share-buttons-wrapper {
    left: 8px;
    padding: 8px 3px;
    background-color: var(--color-main);
}

.gallery-layout .ads__modal {
	background-color: var(--color-white) !important;
}

.gallery-layout .ads__modal #js_ads_info {
	color: var(--color-font);
	text-transform: uppercase;
    left: 648px;
    top: 44px;
}

.gallery-layout .ads__modal #js_ads_close_button.ads_button_on {
    background: url('/media/dwa.eska/desktop/images/gallery-close-ads-red-icon2023.svg');
    font-size: 0;
    width: 40px;
    height: 40px;
    background-size: contain;
    top: 28px;
}

.gallery-layout .ads__modal #progress_bar {
    color: var(--color-black) !important;
} 

.last-page .swiper-slide > p {
    color: var(--color-main) !important;
    margin-bottom: 24px !important;
    margin-left: 0 !important;
}

.last-page .swiper-slide .photo-img,
.thumbnails__modal,
.thumbnails__modal .gallery-container,
.thumbnails__modal .gallery-thumbnails,
.thumbnails__modal .gallery-header.thumbnails {
    background-color: var(--color-white) !important;
}

.last-page .article-container .element__content::after {
    background: var(--color-white) !important;
    height: 102px !important;
}

.thumbnails__modal .gallery-header.thumbnails .gallery-close::before {
    color: var(--color-font) !important;
}

.thumbnails__modal .gallery-header.thumbnails .gallery-close {
    width: 48px !important;
    height: 48px !important;
    background-image: url('/media/dwa.eska/desktop/images/gallery-close-desktop-icon2023.svg') !important;
}

.last-page .article-container .element__content .element__superscription p:not(:empty),
.v32.listing-container .element:nth-child(1) .element__content .element__superscription p, 
.v32.listing-container .element:nth-child(2) .element__content .element__superscription p,
.listing-container.hero-img-v34 .element:nth-child(1) .element__content .element__superscription p,
.listing-container.hero-img-v34 .element .element__content .element__superscription p {
    background-color: var(--color-main) !important;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 20px;
}

.v32.listing-container .element:nth-child(1) .element__content .element__headline a, 
.v32.listing-container .element:nth-child(2) .element__content .element__headline a,
.v32.listing-container .element:nth-child(1) .element__content .element__headline h2, 
.v32.listing-container .element:nth-child(2) .element__content .element__headline h2,
.v32.listing-container .element:nth-child(1) .element__content .element__headline h3, 
.v32.listing-container .element:nth-child(2) .element__content .element__headline h3 {
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: -0.42px;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    min-height: 240px;
    max-height: 240px;
}

.listing-container.hero-img-v34 .element .element__content .element__superscription p {
	padding: 0 8px;
}

.gallery__container .gallery__container-right .photo__description-container .photo__title__desc-container:not(.expand-text)::after {
    background: linear-gradient(rgba(255, 255, 255, 0), var(--color-white)) !important;
    background: -webkit-linear-gradient(bottom, var(--color-white), rgba(255, 255, 255, 0)) !important;
}

.last-page .article-container .element__content .element__superscription {
    position: relative !important;
    top: -5px !important;
    margin: 0 !important;
}

.last-page .article-container .element__content .element__headline > a,
.last-page .article-container .element__content .element__headline > h2,
.last-page .article-container .element__content .element__headline > h3 {
    color: var(--color-black) !important;
    margin: 0 !important;
}

.last-page .article-container .element__content .element__headline {
    top: 148px !important;
}

.ads__modal #js_ads_close_button.ads_button_on:hover {
    color: rgba(255, 255, 255, 0) !important;
    background-color: rgba(255, 255, 255, 0) !important;
}

.thumbnails__modal .gallery-thumbnails-link.thumb_active .gallery-thumbnails-element,
.thumbnails__modal .gallery-thumbnails-link .gallery-thumbnails-element:hover {
    outline: 8px solid var(--color-main) !important;
}

.gallery-layout .swiper-button-prev {
    background-image: url('/media/dwa.eska/desktop/images/gallery-prev-arrow-eska2-icon2023.svg') !important;
    background-color: unset !important; 
}

.gallery-layout .swiper-button-next {
    background-image: url('/media/dwa.eska/desktop/images/gallery-next-arrow-eska2-icon2023.svg') !important;
    background-color: unset !important; 
}
/* /Strona nowej galerii */

section + #blockinfo_short_seo_text .blockinfo__text {
	text-align: center;
}

ul.horizontal.paginacja .fa-angle-right:before,
ul.horizontal.paginacja .fa-angle-left:before {
    background-size: contain;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url('/media/icons/white-arrow.svg');
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 9px;
    margin-left: 2px;
}

ul.horizontal.paginacja li.disable {
    background-color: #EFEFEF !important;
    border-radius: 50%;
}

ul.horizontal.paginacja .fa-angle-left:before {
    transform: rotate(180deg);
}

body.screening #player_messenger_background.active {
	top: 0;
}

.main-layout.wide .main-content .main-title-listing {
	margin-bottom: 8px;
}

.article-layout .zpr_box_bottom1 .listing[data-upscore-zone*="NCES"],
.article-layout .zpr_box_bottom1 .trc_rbox_container,
.article-layout .zpr_box_bottom1 .listing-container.listing-ron-nces {
	width: 932px !important;
}

.article-layout .zpr_box_bottom1 .listing-ron-nces .element__media img {
	object-fit: cover;
}

.zpr_box_bottom1 .main-title-listing {
	justify-content: flex-start !important;	
}

.tag-layout .listing-horizontal-full .element__content {
    width: 580px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tag-layout .element:hover .element__media img {
	filter: brightness(1.1);
}

/* Strona autora i tagu */
.tag-layout .main-title-listing {
	display: flex;
	justify-content: center;
}

.tag-layout .main-title-listing h1 {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	text-transform: uppercase;
    color: var(--color-main);
}

.author-layout .author__image-box {
    width: 200px;
    height: 200px;
    margin-top: -40px;
    margin-bottom: 16px;
}

.author-layout .author__image-box .author__image {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 100%;
}

.author-layout .author .author__name {
	text-align: left;
	margin-left: 224px;
	margin-bottom: 16px;
	color: var(--color-main);
}

.author-layout .author .author__spec {
    text-align: left;
    margin-left: 224px;
}

.author-layout .author + .listing .listing-container,
.tag-layout .listing__tags .listing-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 16px;
}

.author-layout .author + .listing .listing-container .element:nth-child(1),
.tag-layout .listing__tags .listing-container .element:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.author-layout .author + .listing .listing-container .element:nth-child(2),
.tag-layout .listing__tags .listing-container .element:nth-child(2) {
    grid-area:  1 / 2 / 2 / 3; 
}

.author-layout .author + .listing .listing-container .element:nth-child(3),
.tag-layout .listing__tags .listing-container .element:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
}

.author-layout .author + .listing .listing-container .element:nth-child(4),
.tag-layout .listing__tags .listing-container .element:nth-child(4) {
    grid-area: 2 / 1 / 3 / 2;
}

.author-layout .author + .listing .listing-container .element:nth-child(5),
.tag-layout .listing__tags .listing-container .element:nth-child(5) {
    grid-area: 2 / 2 / 3 / 3;
}

.author-layout .author + .listing .listing-container .element:nth-child(6),
.tag-layout .listing__tags .listing-container .element:nth-child(6){
    grid-area: 2 / 3 / 3 / 4; 
}

.author-layout .author + .listing .listing-container .element .element__media img,
.author-layout .author + .listing .listing-container .element .element__media,
.tag-layout .listing__tags .listing-container .element .element__media img,
.tag-layout .listing__tags .listing-container .element .element__media {
    width: 300px;
    height: 250px;
    object-fit: cover
}

.author-layout .author + .listing .listing-container .element,
.tag-layout .listing__tags .listing-container .element {
    position: relative;
    width: 300px;
}

.author-layout .author + .listing .listing-container .element .element__content,
.tag-layout .listing__tags .listing-container .element .element__content {
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.author-layout .author + .listing .listing-container .element .element__content .element__superscription p,
.tag-layout .listing__tags .listing-container .element .element__content .element__superscription p {
    display: inline;
    padding: 1px 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-white);
    text-transform: uppercase;
    background-color: var(--color-main);
}

.author-layout .author + .listing .listing-container .element .element__content .element__superscription,
.tag-layout .listing__tags .listing-container .element .element__content .element__superscription {
	display: flex;
	position: relative;
	margin: 0;
	top: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-white);
}

.author-layout .author + .listing .listing-container .element .element__content .element__headline,
.tag-layout .listing__tags .listing-container .element .element__content .element__headline {
    position: absolute;
    top: 156px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: var(--color-white);
    height: 102px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: var(--color-black);
}

.author-layout .author + .listing .listing-container .element .element__content .element__headline > a,
.tag-layout .listing__tags .listing-container .element .element__content .element__headline > a,
.author-layout .author + .listing .listing-container .element .element__content .element__headline > h2,
.tag-layout .listing__tags .listing-container .element .element__content .element__headline > h2,
.author-layout .author + .listing .listing-container .element .element__content .element__headline > h3,
.tag-layout .listing__tags .listing-container .element .element__content .element__headline > h3 {
    margin: 0;
    line-height: 26px;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.author-layout .author + .listing .listing-container .element:hover,
.tag-layout .listing__tags .listing-container .element:hover {
	 filter: brightness(1.1);
}

.author-layout .horizontal.paginacja,
.tag-layout .horizontal.paginacja{
    position: absolute;
    bottom: -54px;
    left: 360px;
}

.tag-layout .listing__tags .listing-lead {
	display: none;
}

.author__desc a {
	font-weight: 700;
    color: var(--color-font);
    text-decoration: underline 2px var(--color-main);
}

.author__desc a:hover {
	text-decoration: none;
}
/* /Strona autora i tagu */

.category-layout .widget-player {
    margin: 98px 0 16px 0;
}

.blockinfo .blockinfo__text h1 {
    padding-top: 16px;
}

.widget-player .widget-player-bottom.links div:hover a {
    transition: 0.005s;
    filter: invert(0%) sepia(1%) saturate(15%) hue-rotate(66deg) brightness(105%) contrast(100%);
    -webkit-filter: invert(0%) sepia(1%) saturate(15%) hue-rotate(66deg) brightness(105%) contrast(100%);
}

/* poprawka top1 dla SG */
.main-layout.wide #side_1_noscroll + .listing + #top_1 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    min-height: 200px;
    position: relative!important;
    padding: 15px 0 0 0;
    margin-top: 16px;
}

.main-layout.wide #side_1_noscroll + .listing + #top_1::before {
    content: "REKLAMA";
    background-color: rgba(255,255,255,0);
    color: #999;
    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;
}
/* /poprawka top1 dla SG */

/* listing wiecej eski */
.listing.eska2-more .listing-container.v31 {
    display: flex;
    flex-direction: row;
}

.listing.eska2-more .listing-container.v31 .element__media,
.listing.eska2-more .listing-container.v31 .element,
.listing.eska2-more .listing-container.v31 .element img {
    width: 188px;
    height: 72px;
    object-fit: cover;
    border-radius: 40px;
}
/* /listing wiecej eski */

/* Sekcja Eska News */
.section__v2.eska-news .section__title {
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.section__v2.eska-news .section__header .section__links a {
    color: var(--color-eska-blue) !important;
}

.section__v2.eska-news .section__title a {
    font-size: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px !important;
}

.section__v2.eska-news .section__title a::before {
    background: url('/media/dwa.eska/desktop/images/logo-eska.svg');
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 127px;
    height: 48px;
    content: '';
}

.section__v2.eska-news .section__title a::after {
    content: "NEWS:";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: var(--color-eska-blue);
    margin-left: 8px;
    margin-bottom: 6px;
}

.section__v2.eska-news .section__slots .slot .slot__content .slot__superscription p,
.section__v2.eska-news .media__count {
    background-color: var(--color-eska-orange) !important;
}
/* /Sekcja Eska News */

/* Top menu wiecej Eski */
.header .header-bar .header-ext {
    margin-left: -10px;
}

.header .header-bar .header-ext #top_menu_on,
.header .header-bar .header-ext #top_menu_off {
    color: var(--color-main);
}

.header #top_menu__elements .top_menu__element, 
.header #top_menu__elements .top_menu__element img {
    height: 65px;
    width: 176px;
    border-radius: 36px;
    margin: 0 2px 2px 0;
}

.header #top_menu__elements {
    margin: 10px auto;
}

.header .header-bar .header-ext #top_menu_on::before {
    background-image: url('/media/dwa.eska/desktop/images/chevrons-up-eska2-red.svg');
    background-size: 20px;
    background-repeat: no-repeat;
}

.header .header-bar .header-ext #top_menu_off::before {
    background-image: url('/media/dwa.eska/desktop/images/chevrons-up-eska2-red.svg');
    background-size: 20px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
}
/* /Top menu wiecej Eski */

/* widget Mediateka */
.article-layout .mediateka-widget {
	width: 615px;
}
/* /widget Mediateka */

/* podcasts player */
.podcasts-player .vjs-control-bar .vjs-play-control,
.podcasts-player .vjs-control-bar,
.podcasts-player .vjs-playlist-vertical .vjs-playlist-item,
.podcasts-player .vjs-playlist .vjs-selected,
.podcasts-player .vjs-playlist .vjs-playlist-thumbnail-placeholder {
    background-color: var(--color-main) !important;   
}
.podcasts-player .podcasts-player__title {
    color: var(--color-main) !important;  
}
.vjs-playlist-vertical .vjs-playlist-item:hover,
.vjs-playlist-item.vjs-selected {
    filter: brightness(1.65);
}
.podcasts-player .podcasts-player__title,
.podcasts-player .turbo_audio_podcast .vjs-title-bar p {  
    font-family: 'Roboto', sans-serif !important;
}
/* /podcasts player */

/* audioBlock - ver. 02 */
.audioBlock.audio-block-ver-two .video-js .vjs-control-bar,
.audioBlock.audio-block-ver-two .vjs-play-control.vjs-control.vjs-button {
    background-color: var(--color-main);
}
/* /audioBlock - ver. 02 */