@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 {
  --font-family-main: "Roboto", sans-serif;
  --color-font: #222222;
  --color-black: #000000;
  --color-light-black: #000000d9;
  --color-white: #ffffff;
  --color-main: #ff7900;
  --color-main-second: #0a418e;
  --color-body-bg: #ffffff;
  --color-text-big-superscription: #ffffff;
  --color-bg-big-superscription: #ff7900;
  --color-text-small-superscription: #ffffff;
  --color-bg-small-superscription: #ff7900;
  --color-bg-slot: #ffffff;
  --color-big-slot-title: #ffffff;
  --color-small-slot-title: #222222;
  --color-bg-slot-border: #ffffff;
  --color-bg-header: #ffffff;
  --color-border-header: #ffffff;
  --color-border-line: #999999;
  --color-white: #ffffff;
  --color-pagination: #ff7900;
  --color-quiz: #ff7900;
  /* Gallery */
  --color-gallery-text: #ffffff;
  --color-gallery: #ff7900;
  --color-gallery-overlay: rgba(0, 0, 0, 0.6);
  /* Taboola feed */
  --font-family-taboola-feed: "Roboto", sans-serif;
  --radius-taboola-feed: 0;
  --color-font-taboola-feed: #000000;
  /* Breadcrumbs */
  --color-breadcrumbs-text: #000000;
  --color-breadcrumbs-link: rgba(0, 0, 0, 0.6);
  /* Border radiuses */
  --radius-lead-image: 20px;
  --radius-lead-gallery-main: 20px;
  --radius-lead-gallery-thumbnail: 20px;
  --radius-article-gallery: 20px;
  --radius-article-image: 0;
  --radius-video: 0;
}

body {
  font-family: var(--font-family-main);
  color: var(--color-font);
  background: var(--color-body-bg);
}

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

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

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

.header .header-bar {
  justify-content: center;
  align-items: center;
  height: 78px;
  background-color: var(--color-bg-header);
}

.header .header-bar .header-bar__logo img {
  height: auto;
  width: 176px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 24px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item {
  flex-direction: row;
  margin-right: 8px;
  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-main-second);
}

.header
  .header-bar
  .bottom-tap-bar
  .bottom-tap-bar-item:hover
  .bottom-tap-bar-item__icon {
  filter: invert(18%) sepia(88%) saturate(2238%) hue-rotate(207deg)
    brightness(81%) contrast(95%);
  -webkit-filter: invert(18%) sepia(88%) saturate(2238%) hue-rotate(207deg)
    brightness(81%) contrast(95%);
}

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

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

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

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots {
  position: relative;
  font-size: 96px;
  color: var(--color-main);
  margin-bottom: 56px;
  letter-spacing: -0.06em;
}

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

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

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

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

.header .header-bar .header-bar__listen:hover span {
  color: var(--color-main);
}

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

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

.header .header-bar.active {
  background-color: var(--color-main);
  z-index: 999999999999999999;
}

.header
  .header-bar.active
  .bottom-tap-bar
  .bottom-tap-bar-item
  .bottom-tap-bar-item__text
  span {
  color: var(--color-white);
}

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

.header .header-bar.active .bottom-tap-bar .bottom-tap-bar-item__icon img,
.header
  .header-bar.active
  .bottom-tap-bar
  .bottom-tap-bar-item:hover
  .bottom-tap-bar-item__icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.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);
  border-bottom-right-radius: 100px;
  -webkit-box-shadow: -2px 8px 24px -16px rgb(0 0 0);
  -moz-box-shadow: -2px 8px 24px -16px rgb(0 0 0);
  box-shadow: -2px 8px 24px -16px 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,
.header .bottom-tap-menu.hide ul {
  display: none;
}

.header .bottom-tap-menu ul li a:hover {
  color: var(--color-main-second);
}

.header .bottom-tap-menu ul li a {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
}

.header .bottom-tap-menu .bottom-tap-menu-left {
  display: flex;
  flex-direction: column;
  width: 640px;
  background-color: var(--color-main);
  padding-bottom: 40px;
}

.header .bottom-tap-menu .bottom-tap-menu-right {
  display: flex;
  flex-direction: column;
  width: 640px;
  padding: 16px;
  background-color: var(--color-white);
  border-bottom-right-radius: 100px;
}

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

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items ul li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--color-main);
}

.header .bottom-tap-menu .bottom-tap-menu-left ul {
  display: flex;
  flex-direction: column;
  padding: 40px 16px 0 40px;
  padding-left: 16px;
}
.bottom-tap-menu-left li.submenu-active {
  width: 100%;
}

.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-main-second);
}

.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-left ul li {
  text-align: left;
  margin-bottom: 24px;
}

.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-right
  .menu-right-items
  ul
  li:nth-child(3n + 2) {
  text-align: center;
}

.header
  .bottom-tap-menu
  .bottom-tap-menu-right
  .menu-right-items
  ul
  li:nth-child(3n + 3) {
  text-align: right;
}

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

.header .bottom-tap-menu .bottom-tap-menu-left .left-menu-submenu-more {
  content: "";
  position: absolute;
  top: -2px;
  left: 160px;
  display: block;
  background: url(/media/eska/desktop/images/white-chevron-down-icon2023.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 56px;
  height: 40px;
  cursor: pointer;
  transform: rotate(180deg);
  background-color: var(--color-main-second);
  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-second);
  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-second);
  margin-top: 4px;
  margin-left: 0;
  padding-left: 0;
}

.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;
}
.bottom-tap-menu-left li.submenu-active {
  width: 100% !important;
}
/* /header */

/* footer */
footer .gl_wrapper > .row {
  border-top: 1px solid var(--color-border-line);
  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-black);
}

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

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/eskarock/desktop/images/white_caret_down.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: 180px;
}

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

footer .serwis-list .list ul li .h5 {
  color: var(--color-main);
}

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

.section__v1 .section__header .section__title a,
.section__v2 .section__header .section__title a,
.section__v1 .section__header .section__title h2,
.section__v2 .section__header .section__title h2,
.section__v1 .section__header .section__title,
.section__v2 .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,
.wide.article-layout .main-title-listing a,
.listing.v18_side .main-title-listing span,
.player-layout .main-title-listing,
.podcast-layout .main-title-listing {
  color: var(--color-main) !important;
}

.listing.v18_side .main-title-listing span {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* section v4 */
.main-layout .section__v4 {
  position: absolute;
}

.main-layout .section__v4 .section__title {
  margin-left: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: var(--color-main);
  text-transform: uppercase;
}
/* /section v4 */

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

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

.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;
  font-size: 24px;
  line-height: 24px;
  padding: 8px 8px;
  background-color: var(--color-bg-big-superscription);
  color: var(--color-text-big-superscription);
}

.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;
  top: 336px;
  left: 24px;
  right: 24px;
  text-align: left;
  font-weight: 700;
  font-size: 46px;
  line-height: 52px;
  -webkit-line-clamp: 3;
  letter-spacing: -0.01em;
  color: var(--color-big-slot-title);
}

.section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription,
.section__v2
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription {
  left: 16px;
}

.section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  p,
.section__v2
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  p {
  margin: 0;
  background-color: var(--color-bg-small-superscription);
  color: var(--color-text-small-superscription);
  font-weight: 400;
}

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

.section__v2.v2_short .section__header .section__links a:last-child {
  position: relative;
  font-weight: 700;
  color: var(--color-main-second);
}

.section__v2.v2_short .section__header .section__links a:last-child::after {
  position: absolute;
  display: block;
  content: "";
  background: url(/media/eska/desktop/images/double-chevrons-icon2023.svg)
    no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  top: -2px;
  right: -28px;
}

.section__v2.v2_short
  .section__header
  .section__links
  a:hover:last-child::after {
  filter: invert(47%) sepia(76%) saturate(2305%) hue-rotate(2deg)
    brightness(105%) contrast(104%);
  -webkit-filter: invert(47%) sepia(76%) saturate(2305%) hue-rotate(2deg)
    brightness(105%) contrast(104%);
}

.section__v1 .section__header .section__title,
.section__v2 .section__header .section__title {
  margin-left: 0;
}

.section__v1 .section__header .section__links,
.section__v1 .section__header .section__links {
  scrollbar-color: var(--color-white) var(--color-white);
}
/* /section v1, v2 */

.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 */

.player__wide-container
  .player__wide-left_container
  .player__program-image_container
  img {
  height: 300px;
}

.player__wide-container
  .player__wide-left_container
  .player__program-text_container {
  height: 102px;
}

.widget-player {
  border-radius: 20px 20px 0px 0px;
}

.widget-player .widget-player-top {
  height: 272px;
}

.main-layout .widget-player {
  height: 420px;
}

.main-layout .widget-player .widget-player-bottom.links {
  height: 70px;
}

.main-layout.wide #side_1_noscroll {
  margin-top: 449px;
}

.widget-player,
.widget-player .widget-player-top__images,
.widget-player .widget-player-bottom.links {
  background-color: var(--color-main);
}

.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/eska/desktop/images/player-widget-youtube2023.svg);
}

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

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

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

.widget-player .widget-player-middle__player {
  background-size: 50px;
  width: 50px;
  height: 50px;
  background-image: url(/media/eska/desktop/images/play-mobile-player-icon2023.svg);
}

.widget-player .widget-player-middle {
  background-color: var(--color-main-second);
  border-radius: 20px 20px 0px 0px;
  height: 80px;
}

.widget-player .widget-player-middle__playing span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-main);
  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: 0.03em;
  color: var(--color-white);
  max-width: 208px;
  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: 0.03em;
  color: var(--color-white);
  max-width: 208px;
  max-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}

.widget-player .widget-player-top__images .logo {
  position: absolute;
  top: 16px;
  left: 78px;
}

.widget-player img.schedule-photo {
  position: absolute;
  width: 86px;
  height: 86px;
  left: 24px;
  top: 138px;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(39px 53px 26px rgba(49, 22, 2, 0.03))
    drop-shadow(22px 30px 22px rgba(49, 22, 2, 0.1))
    drop-shadow(10px 13px 16px rgba(49, 22, 2, 0.17))
    drop-shadow(2px 3px 9px rgba(49, 22, 2, 0.2))
    drop-shadow(0px 0px 0px rgba(49, 22, 2, 0.2));
}

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

.widget-player .widget-player-top__content {
  width: 160px;
  margin-top: 80px;
}

.widget-player span.schedule-title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
}

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

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

.main-layout.wide .main-content .main-title-listing,
.wide.page-layout .listing .main-title-listing {
  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__wide-container
  .player__wide-right_container
  .video-js
  .vjs-control-bar {
  height: 48px;
}

.player__stream-contact_container {
  display: flex;
  height: 180px;
  padding-top: 40px;
}

#player_messenger_background.active {
  background-color: #dfdfdf;
  top: -24px;
}

#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);
  border-radius: 50px;
}

.player__wide-container
  .player__wide-left_container
  .player__program-image_container
  img {
  border-radius: 40px 40px 0 0;
}

.player__wide-container .player__wide-right_container .streamTrack {
  color: var(--color-black);
}

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

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

.player__wide-container
  .player__wide-left_container
  .player__program-text_container {
  border-radius: 0 0 40px 40px;
}

.player__wide-container
  .player__wide-right_container
  .player__stream-contact_container
  .player__stream--messenger::before {
  background-image: url(/media/eska/desktop/images/messenger-player-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/eska/desktop/images/telephone-player-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/eska/desktop/images/play-desktop-player-icon2023.svg);
  display: block;
  content: "";
  height: 160px;
  width: 160px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 160px;
  border-radius: 50%;
  box-shadow: none;
}

.player__wide-container
  .player__wide-right_container
  .player__stream-radio_stream
  .video-js
  .vjs-big-play-button {
  top: -160px;
  left: 360px;
  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/eska/desktop/images/pause-hit-container-icon2023.svg);
  display: block;
  content: "";
  height: 160px;
  width: 160px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 160px;
  border-radius: 50%;
  box-shadow: none;
}

.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-cover
  img,
.listing-container.v33
  > .element
  .element__media
  img:not(.lead-gallery-more img),
.listing-container.v33 > .element .element__media {
  border-radius: 30px;
}

.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 {
  border-radius: 50%;
}

.player__wide-container .player__wide-right_container .streamArtist {
  color: var(--color-white);
  top: 56px;
}

.player__wide-container .player__wide-right_container .streamTrack {
  color: var(--color-white);
  top: 16px;
}

.player__wide-container .player__wide-right_container #playerStreamSelect {
  background: url(/media/eska/desktop/images/player-desktop-chevron-down-icon2023.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-position-y: 20px;
  font-weight: 400;
  color: var(--color-main-second);
  font-size: 40px;
  line-height: 50px;
  margin-top: 32px;
  margin-left: -64px;
  width: 324px;
}

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

.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: -180px !important;
  left: 360px;
  width: 160px;
  height: 160px;
}

.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-main-second);
}
/* /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;
}

.listing.v18_side {
  margin-top: 24px;
}

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-main);
  text-decoration: none;
}

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

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

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

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

/* - audio block - */
article .audioBlock .vjs-control-bar,
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 .title {
  line-height: 15px;
  margin-bottom: 0;
  margin-left: 0 !important;
}

article .recommended-content .recommendedTitle__text {
  font-weight: 600;
  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);
  padding: 0 16px;
}

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-size: 18px;
  line-height: 32px;
  color: var(--color-main);
}

/* SIL */
.article .infoSil p {
  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-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 figure {
  max-width: 440px;
}

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

.liveTime__timeline .liveTime__timelineColumn--Time:before {
  background-color: var(--color-main);
}
article .liveTimeline .galleries .lead-gallery picture img {
  width: 100% !important;
}

/* 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;
  border-top: 2px solid var(--color-main);
  border-bottom: 2px solid var(--color-main);
}

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: 600;
  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;
  font-weight: 600;
  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);
}
/* /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: var(--font-family-main);
  border-color: var(--color-main) rgba(255, 255, 255, 0);
}

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

article .zpr_shopping__article .zpr_promotion_corner .zpr_promo_text span {
  font-family: var(--font-family-main);
  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: var(--font-family-main);
  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 */

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

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

.listing.v18_side .main-title-listing {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

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

.paginacja a {
  color: var(--color-pagination) !important;
}

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

.paginacja li.active a {
  color: var(--color-white) !important;
}

.v27 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.v27 .element {
  width: 140px;
  height: 40px;
  background-color: var(--color-main);
  border-radius: 0;
  margin: 0 16px 24px 0;
  transition: 1s;
}

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

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

.v27 .element__headline a,
.v27 .element__headline h2,
.v27 .element__headline h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.category-layout .blockinfo .blockinfo__text h1 {
  display: flex;
  justify-content: center;
  margin-left: 320px;
}

.listing .button {
  font-size: 14px;
  color: var(--color-white);
  background-color: var(--color-main-second);
  padding: 4px 16px;
  border-radius: 20px;
  margin-top: 16px;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.8s;
}

.listing .button:hover {
  border-radius: 0;
}

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

.vjsPlayingHistory .fa-angle-down {
  top: 6px;
  right: 280px;
}

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

.vjsPlayingHistory__title h1 {
  display: none;
}

#history-time-picker {
  font-family: var(--font-family-main);
  border: 1px solid var(--color-main);
}

.history-day-picker #history-day {
  font-weight: 700;
  font-size: 28px;
  color: var(--color-main);
  letter-spacing: 0.05em;
}

.hero-box {
  width: 1280px;
  margin: 0 -16px 20px -16px;
}

.hero-box img {
  position: relative;
  margin: 0;
  width: 100%;
  height: 166px;
  object-fit: cover;
  object-position: bottom;
}

.hero-box .hero-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 88px;
}

.hero-box .hero-title p {
  font-size: 63px;
  line-height: 88px;
  text-transform: uppercase;
  color: var(--color-main-second);
  background-color: var(--color-main);
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
}

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

.history-day-picker #before-button.disable {
  font-size: 0;
  background-image: url(/media/eska/desktop/images/hits-chevron-left-disable-icon2023.svg);
  display: block;
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  min-width: 0;
  padding-right: 16px;
  cursor: not-allowed;
}

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

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

.vjsPlayingHistory__hit__title {
  font-family: var(--font-family-main);
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  padding-top: 13px;
  color: #333333;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__author ul > li {
  font-family: var(--font-family-main);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__info {
  width: 100%;
}

.vjsPlayingHistory__hit {
  margin-bottom: 24px;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__playdate {
  font-family: var(--font-family-main);
  font-size: 18px;
  line-height: 26px;
  color: var(--color-main-second);
  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/eska/desktop/images/hit-play-icon2023.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 42px;
  cursor: pointer;
}

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

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

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

/* goraca20, rap20 */
.artist-hits .title h1,
.artist-hits .title h2,
#hook_pre_content + .row .blockinfo__text h1 {
  display: flex;
  justify-content: center;
  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 .listen-box__icon:before {
  background: url(/media/eska/desktop/images/hit-play-icon2023.svg) no-repeat;
  background-size: 36px 42px;
  content: "";
  width: 36px;
  height: 42px;
}

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

.artist-hits .listen-box__icon.active:before {
  background: url(/media/eska/desktop/images/hit-pause-icon2023.svg) no-repeat;
  background-size: 46px 50px;
  content: "";
  width: 46px;
  height: 50px;
  margin-left: -6px;
}

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

.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/eskarock/desktop/images/dobrzerockuje-plus-white.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: url(/media/eskarock/desktop/images/dobrzerockuje-plus-black.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-dislike {
  background: url(/media/eskarock/desktop/images/dobrzerockuje-minus-white.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: url(/media/eskarock/desktop/images/dobrzerockuje-minus-black.svg)
    no-repeat;
  background-size: 42px;
  content: "";
  width: 42px;
  height: 42px;
}

.artist-hits .single-hit__buttons .single-hit__vote.single-hit__vote-disabled {
  pointer-events: none;
  opacity: 0.4;
}

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

.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: 44px !important;
  height: 44px !important;
  top: -10px !important;
  left: -14px !important;
  -webkit-animation-name: isplaying_eska !important;
  animation-name: isplaying_eska !important;
}

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

@keyframes isplaying_eska {
  0% {
    box-shadow: 0 0 0px 0px var(--color-main);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 5px 12px var(--color-main);
    opacity: 0.15;
  }
  100% {
    box-shadow: 0 0 0px 0px var(--color-main);
    opacity: 0.15;
  }
}
/* /goraca20, rap20 */

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

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

.hit-tags li:hover {
  border-radius: 0;
}

.hit-tags li:hover a {
  text-decoration: none;
}

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

.hit-container {
  background-color: var(--color-main);
}

.hit-container .listen-box__icon:before {
  content: url(/media/eska/desktop/images/play-desktop-player-icon2023.svg) !important;
  top: 24px;
  left: -64px;
  width: 160px;
  height: 160px;
}

.hit-container .listen-box__icon.active:before {
  content: url(/media/eska/desktop/images/pause-hit-container-icon2023.svg) !important;
  top: 24px;
  left: -64px;
  width: 160px;
  height: 160px;
}

.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-second) !important;
  border-radius: 20px;
  padding: 10px 16px !important;
  color: var(--color-white) !important;
  transition: 0.6s;
}

.single-hit__lyrics:hover {
  border-radius: 0;
}
/* /Strona Hitu */

/* program */
.radioSchedule__program {
  display: flex;
  width: 932px;
  min-height: 234px;
  height: auto;
  margin-bottom: 40px;
  box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.25);
}

.radioSchedule__program .radioSchedule__image {
  display: flex;
  order: 1;
}

.radioSchedule__program .radioSchedule__content {
  display: flex;
  flex-direction: column;
  order: 2;
  width: 698px;
  justify-content: center;
  align-items: flex-end;
  padding: 24px;
}

.radioSchedule__program:nth-child(2n) .radioSchedule__content {
  order: 1;
  align-items: flex-start;
  padding-left: 24px;
}

.radioSchedule__program:nth-child(2n) .radioSchedule__title {
  text-align: left;
}

.radioSchedule__program .radioSchedule__image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.radioSchedule__program .radioSchedule__date {
  color: var(--color-main);
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.radioSchedule__program .radioSchedule__title {
  font-weight: 700;
  font-size: 63px;
  line-height: 74px;
  text-align: right;
  color: var(--color-font);
  padding-bottom: 8px;
}

.radioSchedule__program .radioSchedule__host {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: var(--color-main-second);
}
/* /program */

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

.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,
.wide.page-layout
  .listing-container.v31
  .element
  .element__media
  img:not(.lead-gallery-more img),
.wide.tag-layout
  .listing-container.v31
  .element
  .element__media
  img:not(.lead-gallery-more img) {
  width: 616px;
  height: 114px;
}

.page-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-white);
  font-weight: 400;
}

/* listing v32 */
.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;
  padding: 0 24px 24px 24px;
}

.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-weight: 700;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 208px;
  max-height: 208px;
  color: var(--color-big-slot-title);
}

.v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__superscription
  p,
.v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__superscription
  p {
  padding: 4px 8px;
}

.v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__superscription,
.v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__superscription {
  position: relative;
  top: -16px;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__superscription
  p {
  background-color: var(--color-bg-small-superscription);
  color: var(--color-text-small-superscription);
}

.v32.listing-container .element .element__content .element__superscription p {
  font-weight: 400 !important;
}

.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:nth-child(2)
  .element__content
  .element__superscription
  p {
  background-color: var(--color-bg-big-superscription) !important;
  color: var(--color-text-big-superscription);
}

.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 {
  color: var(--color-big-slot-title);
}

.listing-container.hero-img-v34
  .element:nth-child(n + 3)
  .element__content
  .element__superscription
  p {
  background-color: var(--color-bg-small-superscription);
  color: var(--color-text-small-superscription);
}

/* sekcja v3 - sekcja specjalna pomaranczowy gradient */
.section__v3.special-orange-gradient-section {
  position: relative;
  padding-top: 24px;
}
.section__v3.special-orange-gradient-section .section__header .section__title {
  position: relative;
  margin-bottom: 24px;
  z-index: 1;
}
.section__v3.special-orange-gradient-section
  .section__header
  .section__title
  h2,
.section__v3.special-orange-gradient-section
  .section__header
  .section__title
  a {
  color: var(--color-main);
}
.section__v3.special-orange-gradient-section
  .section__slots
  > a
  .slot__content
  .slot__superscription
  p {
  background-color: var(--color-bg-small-superscription);
  color: var(--color-text-small-superscription);
  font-weight: 400;
  line-height: 17px;
  padding: 2px 8px;
}
.section__v3.special-orange-gradient-section
  .section__slots
  > a
  .slot__content
  .slot__title {
  top: 160px;
  background-color: unset;
  z-index: 1;
}
.section__v3.special-orange-gradient-section
  .section__slots
  .slot
  .slot__content::after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(255, 121, 0, 0) 0%,
    rgba(255, 121, 0, 0.77) 44.71%,
    var(--color-main) 100%
  );
  backdrop-filter: blur(2px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 104px;
  z-index: 0;
}
.section__v3.special-orange-gradient-section
  .section__slots
  > a
  .slot__content
  .slot__title
  p,
.section__v3.special-orange-gradient-section
  .section__slots
  > a
  .slot__content
  .slot__title
  h2,
.section__v3.special-orange-gradient-section
  .section__slots
  > a
  .slot__content
  .slot__title
  h3 {
  color: var(--color-big-slot-title);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.section__v3.special-orange-gradient-section
  .section__slots
  > a
  .slot__content
  .slot__superscription {
  top: 16px;
  max-width: 240px;
  z-index: 1;
}
.section__v3.special-orange-gradient-section .section__more-button {
  position: relative;
  z-index: 1;
}
/* /sekcja v3 - sekcja specjalna pomaranczowy gradient */

/* 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_eska.svg);
  height: 60px;
  width: 32px;
  background-size: cover;
  background-repeat: no-repeat;
}

.rotator .swiper-button-next:after {
  background: url(/media/icons/rotator-arrow-right_eska.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;
}

.author-layout .col-8 .listing-horizontal-full .element__headline,
.author-layout .col-8 .listing-horizontal-full .element__content,
.tag-layout .col-8 .listing-horizontal-full .element__headline,
.tag-layout .col-8 .listing-horizontal-full .element__content {
  max-height: 213px;
  width: 570px;
}

.author-layout .gl_plugin.author + .listing .listing-container {
  width: 932px;
}

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

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.active img {
  filter: invert(18%) sepia(88%) saturate(2238%) hue-rotate(207deg)
    brightness(81%) contrast(95%);
  -webkit-filter: invert(18%) sepia(88%) saturate(2238%) hue-rotate(207deg)
    brightness(81%) contrast(95%);
}
/* /Aktywne elementy headera */

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: #999;
  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 .bottom_hook .listing[data-upscore-zone*="NCES"],
.article-layout .bottom_hook .trc_rbox_container,
.wide.article-layout .listing-container.listing-ron-nces.display-flex {
  width: 932px !important;
  margin-right: auto;
  margin-left: 0;
}

.wide.article-layout .bottom_hook {
  width: 1248px;
  max-width: 1248px;
}

.wide.article-layout .listing.v18_side {
  margin-left: 16px;
}

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

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

/* listing v34_radio SG */
.main-layout
  .listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__superscription
  p {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  padding: 8px 8px;
  background-color: var(--color-main);
  letter-spacing: 0;
  height: 40px;
  display: inline-flex;
}

.main-layout
  .listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__superscription {
  margin-left: 8px;
}

.main-layout
  .listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  > a,
.main-layout
  .listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  > h2,
.main-layout
  .listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  > h3 {
  margin: 16px 24px;
  text-align: left;
  font-weight: 700;
  font-size: 46px;
  line-height: 52px;
  -webkit-line-clamp: 3;
  letter-spacing: -0.01em;
  height: 160px;
}

.main-layout
  .listing-container.hero-img-v34
  .element
  .element__content
  .element__superscription {
  left: 16px;
  display: inline-flex;
}

.main-layout
  .listing-container.hero-img-v34
  .element
  .element__content
  .element__superscription
  p {
  font-weight: 400;
  padding: 1px 8px;
}

.main-layout
  .listing-container.hero-img-v34
  .element:nth-child(4)
  .element__content
  .element__headline,
.main-layout
  .listing-container.hero-img-v34
  .element:nth-child(5)
  .element__content
  .element__headline {
  height: 90px;
  bottom: 0;
  top: unset;
}

.main-layout
  .listing-container.hero-img-v34
  .element
  .element__content
  .element__headline
  > a {
  margin: 4px 16px;
}
/* /listing v34_radio SG */

.author-layout .author__desc a {
  color: var(--color-main);
}

/* v30 */
.listing-container.v30 .element .element__content .element__superscription p {
  background-color: var(--color-bg-small-superscription);
  color: var(--color-text-small-superscription);
}

/* pogoda */
.category-layout div#blockinfo_short_seo_text p {
  line-height: 34px;
  font-weight: 700;
  color: var(--color-main);
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
}
.gl_plugin.listing.eska.localization {
  width: 932px;
  display: flex;
  flex-direction: column;
}

.gl_plugin.listing.eska.localization .listing-container {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
.gl_plugin.listing.eska.localization .v27 .element {
  width: 290px;
  height: 40px;
  background-color: var(--color-main);
  border-radius: 0;
  margin: 0 16px 24px 0;
  transition: 1s;
  width: initial;
  padding: 10px;
  min-width: 200px;
  max-width: 200px;
}
.gl_plugin.listing.eska.localization .v27 .element:hover a {
  color: var(--color-black);
}
.gl_plugin.listing.eska.localization .v27 .element__headline a,
.gl_plugin.listing.eska.localization .v27 .element__headline h2,
.gl_plugin.listing.eska.localization .v27 .element__headline h3 {
  font-size: 13px;
}
.category-layout .gl_plugin.listing.v34_radio.short > a {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-top: 24px;
}

/* Licznik sekcji 2 */
.section__container.with-countdown .countdown__timer p {
  color: var(--color-main-second) !important;
}

.section__container.with-countdown
  .countdown__container
  .countdown__description
  p {
  color: var(--color-main-second) !important;
}

.section__container.with-countdown .section__header {
  margin-top: 16px;
}

.section__container.with-countdown .countdown__container {
  margin-bottom: 16px;
}
/* /Licznik sekcji 2 */

/* Top menu wiecej Eski */
.header .header-bar .header-ext #top_menu_on,
.header .header-bar .header-ext #top_menu_off {
  color: var(--color-main);
  padding-left: 24px;
  margin-left: -16px;
}

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

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

.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 .header-bar .header-ext #top_menu_on::before {
  background-image: url("/media/eska/desktop/images/chevrons-up-eska-orange.svg");
  background-size: 20px;
  background-repeat: no-repeat;
}

.header .header-bar .header-ext #top_menu_off::before {
  background-image: url("/media/eska/desktop/images/chevrons-up-eska-orange.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,
.podcasts-player .vjs-mouse.vjs-playlist,
.podcasts-player .vjs-playlist .vjs-playlist-item-list {
  border-radius: 0 0 0 35px;
}
.podcasts-player .turbo_audio_podcast {
  border-radius: 0 35px 0 0;
  background-color: var(--color-main);
}
.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-second) !important;
}
.podcasts-player .podcasts-player__title,
.podcasts-player .turbo_audio_podcast .vjs-title-bar p {
  color: var(--color-main-second) !important;
  font-family: var(--font-family-main) !important;
}
.podcasts-player
  .vjs-control-bar
  .vjs-play-control
  .vjs-icon-placeholder::before {
  filter: invert(59%) sepia(32%) saturate(5445%) hue-rotate(357deg)
    brightness(97%) contrast(110%);
  -webkit-filter: invert(59%) sepia(32%) saturate(5445%) hue-rotate(357deg)
    brightness(97%) contrast(110%);
}
.podcasts-player .turbo_audio_podcast video {
  background-color: var(--color-main) !important;
  border-radius: 0 35px 0 0;
}
/* /podcasts player */

/* audioBlock - ver. 02 */
.audioBlock.audio-block-ver-two {
  background-color: var(--color-main-second) !important;
}
.audioBlock.audio-block-ver-two .video-js .vjs-control-bar {
  background-color: var(--color-main) !important;
}
.audioBlock.audio-block-ver-two .vjs-play-control.vjs-control.vjs-button {
  background-color: var(--color-main) !important;
  border: 3px solid var(--color-main-second) !important;
}
.audioBlock.audio-block-ver-two .audioBlock__title,
.audioBlock.audio-block-ver-two .audioBlock__link .audioBlock__link--text {
  color: var(--color-white) !important;
}
.audioBlock.audio-block-ver-two .audioBlock__link .audioBlock__link--icon img {
  background-color: unset !important;
}
/* /audioBlock - ver. 02 */

/* feed container  */
.article-layout .tbl-feed-card .trc_rbox_container {
  min-width: 100% !important;
}

/* New headers in listings/sections fixes */
.main-layout .section__v4 .section__title h2 {
  margin-left: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: var(--color-main);
  text-transform: uppercase;
}

.section__v1 .section__header .section__title h2,
.section__v2 .section__header .section__title h2,
.section__v3 .section__header .section__title h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: var(--color-main);
  text-transform: uppercase;
}

.article-layout .main-title-listing h2,
.category-layout .main-title-listing h2,
.tag-layout .main-title-listing h2,
.main-layout.wide .main-content .main-title-listing h2 {
  margin-left: 0;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  color: var(--color-main);
  text-transform: uppercase;
}
/* /New headers in listings/sections fixes */

.main-layout .section__v1 .section__header .section__title,
.main-layout .section__v2 .section__header .section__title {
  margin-bottom: 16px;
}
.category-layout .section__v1,
.category-layout .section__v2,
.category-layout .listing.v34_radio,
.category-layout .listing:has(.v31.listing-container) {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.category-layout .tbl-feed-header-text {
  margin-left: 0 !important;
  font-size: 32px !important;
  line-height: 34px !important;
  font-weight: 700 !important;
  color: var(--color-main) !important;
  text-transform: uppercase !important;
}
.category-layout .tbl-feed-header.tbl-header-with-text {
  padding-bottom: 24px !important;
}

/* Sekcja specjalna - Czarna i Granatowa */
.section__v1.eska.mourning,
.section__v1.eska.special-section-navy-blue {
  position: relative;
}
.section__v1.eska.mourning::before,
.section__v1.eska.special-section-navy-blue::before {
  position: absolute;
  content: "";
  display: block;
  top: -16px;
  left: -16px;
  width: 1280px;
  height: 1080px;
}
.section__v1.eska.mourning::before {
  background-color: var(--color-light-black);
}
.section__v1.eska.special-section-navy-blue::before {
  background-color: var(--color-main-second);
}
.section__v1.eska.mourning:has(.section__header .section__title):not(
    .section__links
  )::before,
.section__v1.eska.special-section-navy-blue:has(.section__title):not(
    .section__links
  )::before {
  height: 1133px;
}
.section__v1.eska.mourning:has(.section__header .section__links)::before,
.section__v1.eska.special-section-navy-blue:has(.section__links)::before {
  height: 1184px !important;
}
.section__v1.eska.mourning
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  p {
  background-color: var(--color-light-black) !important;
}
.section__v1.eska.mourning .section__header .section__title,
.section__v1.eska.mourning .section__header .section__title h2,
.section__v1.eska.mourning .section__header .section__title a,
.section__v1.eska.mourning .section__header .section__links a,
.section__v1.eska.special-section-navy-blue .section__header .section__title,
.section__v1.eska.special-section-navy-blue .section__header .section__title h2,
.section__v1.eska.special-section-navy-blue .section__header .section__title a,
.section__v1.eska.special-section-navy-blue .section__header .section__links a {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 932px;
  color: var(--color-white) !important;
}
.section__v1.eska.mourning:has(.section__header .section__title)
  + .widget-player,
.section__v1.eska.special-section-navy-blue:has(
    .section__header .section__title
  )
  + .widget-player {
  top: 48px;
}
.section__v1.eska.mourning:has(.section__header .section__links)
  + .widget-player,
.section__v1.eska.special-section-navy-blue:has(
    .section__header .section__links
  )
  + .widget-player {
  top: 88px;
}
.main-layout.wide
  .section__v1.eska.mourning:has(.section__header .section__title)
  + .widget-player
  + #side_1_noscroll,
.main-layout.wide
  .section__v1.eska.mourning:has(.section__header .section__title)
  + .widget-player
  + script
  + #side_1_noscroll,
.main-layout.wide
  .section__v1.eska.special-section-navy-blue:has(
    .section__header .section__title
  )
  + .widget-player
  + #side_1_noscroll,
.main-layout.wide
  .section__v1.eska.special-section-navy-blue:has(
    .section__header .section__title
  )
  + .widget-player
  + script
  + #side_1_noscroll {
  margin-top: 498px !important;
}
.main-layout.wide
  .section__v1.eska.mourning:has(.section__header .section__links)
  + .widget-player
  + #side_1_noscroll,
.main-layout.wide
  .section__v1.eska.mourning:has(.section__header .section__links)
  + .widget-player
  + script
  + #side_1_noscroll,
.main-layout.wide
  .section__v1.eska.special-section-navy-blue:has(
    .section__header .section__links
  )
  + .widget-player
  + #side_1_noscroll,
.main-layout.wide
  .section__v1.eska.special-section-navy-blue:has(
    .section__header .section__links
  )
  + .widget-player
  + script
  + #side_1_noscroll {
  margin-top: 538px !important;
}
.section__v1.eska.special-section-navy-blue .section__more-button,
.section__v1.eska.mourning .section__more-button {
  display: none;
}
/* /Sekcja specjalna - Czarna i Granatowa */

/* flourish widget - start */
.main-layout .flourish-embed {
  position: relative;
  height: 420px;
}
.main-layout .flourish-embed.attendance {
  height: 280px;
}
.main-layout:has(.flourish-embed) .widget-player {
  top: 420px;
}
.main-layout:has(.flourish-embed.attendance) .widget-player {
  top: 280px;
}
.main-layout:has(.flourish-embed)
  .flourish-embed
  + .flourish-embed
  + .section__v1
  + .widget-player {
  top: 700px;
}
/* /flourish widget - end */

/* Button 'wiecej' dla sekcji */
.section__more-button .more-button {
  font-size: 14px;
  color: var(--color-white);
  background-color: var(--color-main-second);
  border: 1px solid var(--color-main-second);
  border-radius: 20px;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.8s;
}
.section__more-button .more-button:hover {
  border-radius: 0;
  color: var(--color-white);
  background-color: var(--color-main-second);
  border: 1px solid var(--color-main-second);
}
/* /Button 'wiecej' dla sekcji */

.player-layout .blockinfo .blockinfo__text h1,
.podcast-layout .blockinfo .blockinfo__text h1 {
  margin-top: 0;
}

.article-layout #hook_content_bottom .listing.v18_side {
  position: absolute;
}

/* zmiana wyglądu reklamy na radio player START */

#playbutton {
  height: 0px !important;
}

.player__stream-radio_stream .ima-controls-div,
.player__stream-radio_stream .ima-ad-container .ima-controls-div {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #000 !important;
  padding: 4px 6px !important;
  height: 24px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
  transition: none !important;
  top: 0 !important;
  bottom: unset !important;
}

.player__stream-radio_stream .ima-ad-container:hover .ima-controls-div {
  height: 24px !important;
  padding: 4px 6px !important;
  opacity: 1 !important;
  transform: none !important;
}

.player__stream-radio_stream .ima-controls-div,
.player__stream-radio_stream .ima-controls-div * {
  opacity: 1 !important;
  visibility: visible !important;
}

.player__stream-radio_stream .ima-controls-div[style*="display:none"],
.player__stream-radio_stream .ima-controls-div[style*="opacity:0"],
.player__stream-radio_stream .ima-controls-div[style*="opacity: 0"] {
  display: flex !important;
  opacity: 1 !important;
}

.player__stream-radio_stream .ima-controls-background,
.player__stream-radio_stream .ima-controls-backdrop,
.player__stream-radio_stream .ima-ui-background {
  background: #000 !important;
  height: 24px !important;
  transition: none !important;
}

.player__stream-radio_stream .ima-play-pause-div {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-right: 6px !important;
}

.player__stream-radio_stream .ima-countdown-div {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  margin-right: 6px !important;
  white-space: nowrap !important;
}

.player__stream-radio_stream .ima-seek-bar-div {
  background: #666 !important;
  flex-grow: 1 !important;
  width: calc(100% - 120px) !important;
  margin-left: 100px !important;
  margin-top: -1px !important;
  height: 2px !important;
}

.player__stream-radio_stream .ima-progress-div {
  background: #fff !important;
  height: 2px !important;
}

.player__stream-radio_stream .radio-stream_ima-progress-div {
  height: 2px !important;
}

.player__stream-radio_stream .radio-stream_ima-countdown-div {
  font-size: 10px !important;
}

.player__stream-radio_stream .radio-stream_ima-play-pause-div {
  top: 0 !important;
  margin: -10px 0 0 75px;
}

.player__stream-radio_stream .ima-paused:before,
.player__stream-radio_stream .ima-playing:before {
  font-size: 22px !important;
}

/* zmiana wyglądu reklamy na radio player END */

.streamPremiereSoonText {
  color: var(--color-white);
  font-family: var(--font-family-main);
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.69px;
  margin-left: 24px;
}

/* dodatkowe info o partnerze KorsoSanockie START */

#playerStreamSelect {
  position: relative;
}

.player__stream-description {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(15% + 5px);
  text-align: center;
  white-space: nowrap;
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

/* dodatkowe info o partnerze KorsoSanockie END */
