@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;
  --filter-main-color: brightness(0) saturate(100%) invert(17%) sepia(96%)
    saturate(5529%) hue-rotate(351deg) brightness(96%) contrast(94%);
  --color-font: #222222;
  --color-black: #000000;
  --color-main: #ed1c24;
  --color-eska-blue: #1f3d7c;
  --color-eska-orange: #f47920;
  --color-body-bg: #ffffff;
  --color-text-big-superscription: #ffffff;
  --color-bg-big-superscription: #ed1c24;
  --color-text-small-superscription: #ffffff;
  --color-bg-small-superscription: #ed1c24;
  --color-bg-slot: #ffffff;
  --color-big-slot-title: #ffffff;
  --color-small-slot-title: #222222;
  --color-bg-slot-border: #ffffff;
  --color-bg-header: #ffffff;
  --color-bg-tapbar: #ed1c24;
  --color-border-header: #ffffff;
  --color-border-line: #d7d7d7;
  --color-white: #ffffff;
  --color-pagination: #ed1c24;
  --color-quiz: #ed1c24;
  /* Gallery */
  --color-gallery-text: #ffffff;
  --color-gallery: #ed1c24;
  --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);
  --margin-breadcrumbs-category: 8px 0;
  /* Border radiuses */
  --radius-lead-image: 20px;
  --radius-lead-gallery-main: 20px;
  --radius-lead-gallery-thumbnail: 4px;
  --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);
}

a,
a.ctr_recommend_one {
  text-decoration: none;
}

article > a,
article p a {
  text-decoration: underline;
}

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

article ol li a,
article ul li a {
  font-weight: 700;
  font-size: 15px;
  color: var(--color-font);
  text-decoration: underline;
  text-decoration-color: var(--color-main);
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

article ol li,
article ul li {
  font-weight: 400;
  font-size: 15px;
  color: var(--color-font);
  text-decoration: none;
}

article > p {
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
}

article > p a,
article > a,
article p a {
  font-weight: 400;
  color: var(--color-font);
  text-decoration: underline;
  text-decoration-color: var(--color-main);
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

article > ul,
article > ol {
  margin: 0 0 16px 8px;
}

article h1 {
  font-family: var(--font-family-main);
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin-top: 4px;
}

article h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 29px;
}

article h3 a {
  color: var(--color-font);
  text-decoration: underline;
  text-decoration-color: var(--color-main);
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-align: left;
}

article ul li {
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
}

button#btn-stream-next {
  position: absolute;
  font-size: 13px;
  color: var(--color-black);
  top: 20px;
}

div#adblock-detector-wrapper img {
  width: 80%;
  margin: 0 auto;
}

div#hook_footer {
  border-top: 1px solid var(--color-border-line);
  padding-top: 16px;
}

div#player_contact {
  position: initial;
  display: flex;
  flex-direction: row;
}

figure {
  margin: 0;
}

footer ul li {
  border-top: 1px solid var(--color-white);
}

footer .about {
  order: 4;
}

footer .copyright .copyright__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  color: var(--color-white);
}

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 .legal {
  order: 5;
}

footer .legal-info {
  order: 2;
}

footer .legal-info .h5 {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 16px;
}

footer .list ul li a {
  display: inline-block;
  color: var(--color-white);
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 152px !important;
  justify-content: center;
}

footer .list,
footer .legal,
footer .show-list,
footer .about,
footer .copyright {
  background-color: var(--color-main);
}

footer .logo {
  order: 3;
  margin-bottom: 16px;
}

footer .logo img {
  width: 201px;
  margin-top: 10px;
  height: auto;
}

footer .row {
  display: flex;
  flex-direction: column;
}

footer .serwis-list {
  order: 6;
}

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

footer .show-list {
  font-weight: 400;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  color: var(--color-white);
  border-bottom: var(--color-white);
}

footer h3,
footer .h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  color: var(--color-white);
}

li.news-active {
  position: absolute !important;
  top: 0;
  background: var(--color-main);
  left: 0;
  z-index: 2;
  width: 51%;
  padding: 16px;
  box-sizing: border-box;
  height: 100%;
}

li.news-active > a {
  margin-bottom: 21px;
  border-bottom: 1px solid var(--color-main);
}

li.submenu-active {
  position: absolute !important;
  top: 0;
  background: var(--color-main);
  left: 0;
  z-index: 2;
  width: 51%;
  padding: 16px;
  box-sizing: border-box;
  height: 100%;
}

li.submenu-active > a {
  margin-bottom: 21px;
  border-bottom: 1px solid var(--color-main);
}

p {
  margin: 0;
}

p.lead {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: var(--color-black);
}

.player__dedicated_streams-title {
  color: var(--color-main);
}

.player__dedicated_streams-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-main);
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

section > .gl_wrapper {
  padding: 0 16px;
}

span#history-day {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-font);
}

span.recommendedLink__text {
  display: flex;
  align-items: center;
  color: var(--color-font);
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}

span.recommendedTitle__text {
  color: var(--color-white);
  background: var(--color-main);
  display: inline;
  padding: 0 8px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

ul.horizontal.paginacja a {
  color: var(--color-font) !important;
  line-height: 32px;
  height: 100%;
  justify-content: center;
  align-items: center;
}

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

#adblock-detector-wrapper {
  background: var(--color-main) !important;
}

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

#history-time-picker {
  font-family: var(--font-family-main);
  border: 2px solid #999999;
  border-radius: 0;
  color: #999999;
}

.adblock-detector-image-wrapper {
  display: flex;
  justify-content: center;
}

.article-layout .gl_plugin.header,
.article-layout .main-content {
  margin-bottom: 0;
}

.article-layout .section__header {
  padding-left: 0;
  margin-left: 0;
}

.article-layout .section__header a {
  color: var(--color-main);
}

.article-layout .section__v1 .section__header .section__title a,
.article-layout .section__v2 .section__header .section__title a,
.article-layout .section__v1 .section__header .section__title h2,
.article-layout .section__v2 .section__header .section__title h2,
.article-layout .section__v1 .section__header .section__title h3,
.article-layout .section__v2 .section__header .section__title h3 {
  color: var(--color-main) !important;
}

.article-layout
  .section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription {
  padding-left: 0 !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 {
  padding-left: 0 !important;
}

.article-layout .v18_side .element {
  margin-left: 0;
  margin-right: 0;
}

.article-layout .v18_side .main-title-listing span {
  padding-left: 0;
}

.article-layout a.slot.slot__small.type--articles {
  padding: 0 !important;
}

.article-layout footer .gl_wrapper {
  padding: 0;
}

.article-layout section > .gl_wrapper {
  padding: 0 16px;
}

.article-layout section > .m_zpr_box_top1 {
  display: none;
}

.artist-hits .listen-box__icon.active:before {
  background: url(/media/dwa.eska/desktop/images/player-page-desktop-pause-icon2023.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  left: -5px;
  margin-left: -4px;
  top: -4px;
}

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

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

.artist-hits .single-hit {
  height: 72px;
}

.artist-hits .single-hit {
  overflow: hidden;
}

.artist-hits .single-hit .listen-box__icon {
  margin-left: 12px;
}

.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: 46px 50px;
  content: "";
  width: 32px;
}

.artist-hits .single-hit:hover .listen-box__icon.active:before {
  background: url("/media/dwa.eska/desktop/images/player-page-desktop-pause-icon2023.svg")
    no-repeat;
  background-size: 100%;
  content: "";
  width: 40px;
  height: 40px;
  object-fit: contain;
  background-repeat: no-repeat;
}

.artist-hits .single-hit__buttons {
  right: 14px;
}

.artist-hits .single-hit__buttons {
  right: initial;
}

.artist-hits .single-hit__buttons {
  position: absolute;
  right: 16px;
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 72px;
  margin-left: 24px;
}

.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: 20px;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.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: 24px;
  content: "";
  width: 24px;
  height: 24px;
}

.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='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0664 22C17.5893 22 22.0664 17.5228 22.0664 12C22.0664 6.47715 17.5893 2 12.0664 2C6.54356 2 2.06641 6.47715 2.06641 12C2.06641 17.5228 6.54356 22 12.0664 22Z' stroke='%23ED1C24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.06641 12H16.0664' stroke='%23ED1C24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  background-size: 24px;
}

.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: 20px;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.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='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0664 22C17.5893 22 22.0664 17.5228 22.0664 12C22.0664 6.47715 17.5893 2 12.0664 2C6.54356 2 2.06641 6.47715 2.06641 12C2.06641 17.5228 6.54356 22 12.0664 22Z' fill='%23ED1C24' stroke='%23ED1C24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.06641 12H16.0664' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 24px;
  content: "";
  width: 24px;
  height: 24px;
}

.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: 20px;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-top: 12px;
}

.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: 24px;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.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='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0664 22C17.5893 22 22.0664 17.5228 22.0664 12C22.0664 6.47715 17.5893 2 12.0664 2C6.54356 2 2.06641 6.47715 2.06641 12C2.06641 17.5228 6.54356 22 12.0664 22Z' stroke='%23ED1C24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.0664 8V16' stroke='%23ED1C24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.06641 12H16.0664' stroke='%23ED1C24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  background-size: 24px;
}

.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: 20px;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.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='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0664 22C17.5893 22 22.0664 17.5228 22.0664 12C22.0664 6.47715 17.5893 2 12.0664 2C6.54356 2 2.06641 6.47715 2.06641 12C2.06641 17.5228 6.54356 22 12.0664 22Z' fill='%23ED1C24' stroke='%23ED1C24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.0664 8V16' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.06641 12H16.0664' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 24px;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.artist-hits .single-hit__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 72px;
  max-height: 72px;
  overflow: hidden;
}

.artist-hits .single-hit__info ul {
  line-height: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.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: 11px;
  line-height: 15px;
  width: 18px;
  height: 18px;
}

.artist-hits .single-hit__positions {
  padding-left: 0 !important;
}

.artist-hits .single-hit__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 8px;
  margin-top: 4px;
}

.artist-hits .single-hit__updown {
  background-color: rgba(255, 255, 255, 0);
  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: 18px;
  width: 18px;
  height: 18px;
  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: 18px;
  width: 18px;
  height: 18px;
  font-size: 0;
}

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

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

.artist-hits .title h1,
.artist-hits .title h2 {
  display: flex;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: var(--color-main);
  margin-top: 0;
  margin-bottom: 16px;
}

.artist-hits:not(.artist-likes) .single-hit .single-hit__positions,
.artist-hits:not(.artist-likes)
  .single-hit.single_hit--s1.radio--hook
  .single-hit__positions {
  width: 0;
}

.artist-hits:not(.artist-likes) .single-hit__buttons {
  right: inherit;
  margin-left: 48px;
}

.audioBlock {
  margin-bottom: 16px;
}

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

/* Strona Autora i Tagu */
.author__image {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: cover;
  max-width: initial;
  max-height: initial;
  border-radius: 100%;
}
.author__image-box {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.author-layout .author__spec {
  text-align: center;
}
.author-layout .author__desc a {
  color: var(--color-font);
  text-decoration: underline;
  text-decoration-color: var(--color-main);
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.author-layout .gl_plugin.author {
  margin-bottom: 32px;
}
.author-layout .author__desc p,
.author-layout .author__desc li,
.author-layout .author__desc ol,
.author-layout .author__desc ul,
.author-layout .author__desc p a,
.author-layout .author__desc a {
  color: var(--color-font);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.tag-layout .tag_photo {
  margin: 0 0 24px 0;
}
.tag-layout #blockinfo_long_seo_text {
  margin-bottom: 32px !important;
}
.tag-layout .blockinfo__text p,
.tag-layout .blockinfo__text li {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: var(--color-font);
}
.tag-layout .blockinfo__text h2 {
  padding: 0 16px;
}
.author-layout .zpr_m_top_1 > iframe,
.author-layout .zpr_m_top_1 > div,
.author-layout .zpr_m_top_1 > a,
.tag-layout .zpr_m_top_1 > iframe,
.tag-layout .zpr_m_top_1 > div,
.tag-layout .zpr_m_top_1 > a {
  top: 16px;
}
.author-layout #hook_box_top1,
.tag-layout #hook_box_top1 {
  margin-bottom: 0;
}
.author-layout #hook_content > .main-title-listing,
.tag-layout #hook_content > .main-title-listing {
  justify-content: flex-start;
}
.author-layout .main-content .main-title-listing span,
.tag-layout .main-content .main-title-listing span {
  padding-left: 0;
}
.author-layout .author__name,
.tag-layout .main-content .main-title-listing h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: var(--color-main);
  padding-left: 0;
  margin: 0 0 8px 0;
  text-align: center;
}
.author-layout .author__name {
  color: var(--color-font);
}
.tag-layout .listing__tags .date {
  display: none;
}
.author-layout .listing .element,
.tag-layout .listing .element,
.author-layout .author__name,
.author-layout:has(.author__spec) .author__spec {
  margin: 0 0 32px 0;
}
.author-layout:has(.author__spec) .author__name,
.author-layout .gl_plugin.header,
.tag-layout .gl_plugin.header {
  margin: 0 0 16px 0;
}
.author-layout .author__image-box {
  margin-bottom: 32px;
}
.author-layout .gl_wrapper:has(#hook_content),
.tag-layout .gl_wrapper:has(#hook_content) {
  padding: 0 16px;
}
.author-layout .paginacja .fa-angle-right::before,
.author-layout .paginacja .fa-angle-left::before,
.tag-layout .paginacja .fa-angle-right::before,
.tag-layout .paginacja .fa-angle-left::before {
  margin-top: 9px !important;
}
/* /Strona Autora i Tagu */

.blockinfo__text.blockinfo__short h1 {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  margin-top: 8px;
  color: var(--color-main);
  text-transform: uppercase;
  text-align: left;
}

.category-layout .blockinfo__text.blockinfo__short,
.tag-layout .blockinfo__text.blockinfo__short {
  margin-bottom: 0;
}

.category-layout .gl_plugin.listing {
  text-align: center;
}

.category-layout .gl_plugin.listing {
  margin-bottom: 24px;
}

.category-layout .gl_plugin.listing > .button {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-white);
  background: var(--color-main);
  padding: 10px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.category-layout .hero-box {
  margin-top: 10px;
}

.category-layout .main-title-listing span {
  padding-left: 0;
}

.category-layout .section__header {
  padding-left: 0;
  margin-left: 0;
}

.category-layout .v18_side .element {
  margin-left: 0;
}

/* listing v27 */
.main-layout .v27 {
  justify-content: flex-end;
  padding: 0;
}

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

.v27 {
  padding: 0;
}

.v27 .element {
  background: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--color-main);
  border-radius: 20px;
  height: 18px;
  min-width: 84px;
  white-space: nowrap;
}

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

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

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

.listing.eska-cities .v27 .element {
  border: 0;
  padding: 0;
  margin: 0 16px 16px 0;
  width: 40vw;
  justify-content: flex-start;
}

.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 div#hook_box_top1 {
  display: none;
}

.element__media a:after {
  background-size: contain;
  width: 40px;
  height: 32px;
  content: "";
  background-color: #eee;
  -webkit-mask-image: url(/media/icons/f03e.svg);
  mask-image: url(/media/icons/f03e.svg);
  -webkit-mask-size: 40px;
  mask-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 40px;
  z-index: 0;
  display: block;
}

.element__media,
.slot__image {
  background-color: #bfbfbf;
}

.extras_component.extras__component--spon {
  position: absolute;
  right: 0;
  top: -16px;
  background: white;
  height: 17px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  left: initial !important;
  max-width: initial !important;
}

.extras_component.extras__component--spon p {
  font-weight: 400;
  font-size: 8px;
  line-height: 11px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  text-shadow: none;
}

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

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

.footer::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  background: var(--color-main);
}

.gl_plugin.artist-hits .main-title-listing span {
  line-height: 32px;
  padding-left: 0;
  font-size: 20px;
}

.gl_plugin.artist-hits.artist-likes .title {
  display: flex;
  justify-content: left;
}

.gl_plugin.footer {
  padding-bottom: 77px;
}

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

.main-layout .gl_plugin.header {
  margin-bottom: 0;
}

.gl_plugin.hits .title h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-main);
  font-family: inherit;
  text-align: left;
}

.gl_plugin.socials .expand {
  display: flex;
  align-items: center;
  height: 16px;
  padding: 8px 20px 8px 20px;
  border-radius: 0 0 6px 6px;
  background: var(--color-main);
}

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

.header #hook_top .blockinfo__text h1 {
  margin-top: 16px;
}

.hero-box {
  width: 100%;
  text-align: center;
  margin: 0 0 29px;
  position: relative;
  max-height: 50px;
  box-sizing: border-box;
  margin-bottom: 23px;
  overflow: hidden;
  margin-left: -16px;
  margin-right: -16px;
  width: initial;
  height: 50px;
  background: url(https://cdn.files.smcloud.net/t/bg_eska.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -16px;
}

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

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

.hero-box img {
  display: none;
}

.highlight__button .hightlight__button-link {
  background-color: var(--color-main) !important;
}

.highlight__title .hightlight__text {
  color: var(--color-black);
  font-size: 24px;
  font-weight: 700;
  padding: 16px 0;
}

.history-day-picker {
  align-items: center;
}

.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: 27px;
  width: 31px;
  display: inline-block;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  min-width: 0;
  margin-left: 9px;
  background-size: contain;
}

.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: 27px;
  width: 31px;
  display: inline-block;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  min-width: 0;
  background-size: contain;
  margin-left: 13px;
}

.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: 27px;
  width: 17px;
  display: inline-block;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  min-width: 0;
  padding-right: 30px;
  background-size: contain;
}

.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: 27px;
  width: 17px;
  display: inline-block;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  min-width: 0;
  padding-right: 30px;
  background-size: contain;
}

.history-time-picker label {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #999999;
  margin-top: 9px;
}

.hit-container {
  background-color: var(--color-main);
  margin-left: -16px;
  margin-right: -16px;
  border-radius: 25px;
  padding: 40px;
  position: relative;
  margin-bottom: 16px;
}

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

.hit-container .listen-box__icon.active:before {
  top: 105px;
  background: url("/media/dwa.eska/desktop/images/player-page-desktop-pause-icon2023.svg") !important;
  width: 80px;
  height: 80px;
  background-size: contain !important;
  right: -326px;
  left: initial;
}

.hit-container .listen-box__icon:before {
  top: 105px;
  background: url("/media/dwa.eska/desktop/images/player-page-desktop-play-icon2023.svg") !important;
  width: 80px;
  height: 80px;
  background-size: contain !important;
  right: -326px;
  left: initial;
}

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

.hit-image figure {
  display: flex;
}

.hit-image img {
  max-width: 100%;
  width: 195px;
  height: 195px;
  object-fit: cover;
  position: relative;
  border-radius: 100%;
  border: 6px solid var(--color-main);
  box-sizing: border-box;
  z-index: 2;
}

.hit-image::after {
  content: "";
  display: block;
  width: 262px;
  height: 262px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: #eeeeee;
  opacity: 0.2;
  border-radius: 100%;
}

.hit-image::before {
  content: "";
  display: block;
  width: 229px;
  height: 229px;
  position: absolute;
  background: #eeeeee;
  opacity: 0.1;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

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

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

.hit-tags li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--color-font);
}

.hit-tags li p {
  font-size: 14px;
  display: inline;
  color: var(--color-font);
}

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

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

.hit-tags ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 16px;
}

.hits + .artist-hits:not(.artist-likes) .hit-image .listen-box__icon:before {
  display: none;
}

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

.listen-box__icon.active:after {
  -webkit-animation-name: isplaying_eska2 !important;
  animation-name: isplaying_eska2 !important;
}

.listen-box__icon.active:after {
  content: "";
  width: 36px !important;
  height: 36px !important;
  position: absolute;
  top: -11px !important;
  left: -34% !important;
}

.listing .button {
  text-align: center;
  margin: 16px 0 24px 0;
  color: var(--color-main);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.listing-container.listing-container.v31.display-flex {
  margin-bottom: 24px;
}

.listing-container.listing-ron-nces {
  padding: 0 16px;
  margin-bottom: 24px;
}

.listing-container.listing-ron-nces.display-flex .element__headline a,
.listing-container.listing-ron-nces.display-flex .element__headline h2,
.listing-container.listing-ron-nces.display-flex .element__headline h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listing-container.v30 .element {
  position: relative;
  margin-bottom: 8px;
  margin-left: -16px;
  margin-right: -16px;
}

.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 {
  font-size: 22px;
  line-height: 28px;
  margin-left: 16px;
  margin-right: 16px;
}

.listing-container.v30 .element .element__content .element__superscription {
  position: initial;
  margin-bottom: 0;
  bottom: 100%;
  background: var(--color-white);
  z-index: 1;
  height: 23px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

.listing-container.v35 .black .element__content {
  background: rgba(255, 255, 255, 0);
  min-height: initial;
  max-height: initial;
}

.listing-container.v35 .black .element__content:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.75%, #000000 93.23%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 335px;
  z-index: -1;
  pointer-events: none;
}

.listing-container.v35 .black .element__headline a,
.listing-container.v35 .black .element__headline h2,
.listing-container.v35 .black .element__headline h3 {
  color: var(--color-white);
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}

.listing-container.v35 .black .element__media img:not(.lead-gallery-more img) {
  height: 340px;
  object-fit: cover;
  object-position: top;
}

.listing-container.v35 .element {
  margin-bottom: 16px;
  overflow: hidden;
}

.listing-container.v35 .element__content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  min-height: 57px;
  max-height: 57px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: left;
  background: var(--color-white);
}

.listing-container.v35 .element__headline a,
.listing-container.v35 .element__headline h2,
.listing-container.v35 .element__headline h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  display: flex;
  align-items: center;
  color: var(--color-font);
  padding: 0 16px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listing-container.v35 .element__media a {
  padding-bottom: 0;
  height: initial;
}

.main-content {
  margin-bottom: 66px;
}

.main-content .main-title-listing {
  font-size: 24px;
  line-height: 24px;
}

.main-content .main-title-listing span {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-main);
  color: var(--color-main) !important;
  margin-bottom: 24px;
}

.main-layout .listing.v34_radio {
  margin-bottom: 16px;
}

.main-layout .m_zpr_box_topboard,
.gallery-layout .m_zpr_box_topboard,
.quiz-layout .m_zpr_box_topboard {
  display: none !important;
}

.main-layout .section__header {
  padding-left: 0;
}

.main-layout div#hook_box_top1 {
  display: none;
}

.main-title-listing a {
  margin-left: 0px;
  color: var(--color-main);
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.main-title-listing span {
  font-weight: 700;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-main);
}

.main-title-listing,
.dedykowany-box-title {
  text-align: left;
}

.main-title-listing,
.dedykowany-box-title {
  margin-bottom: 16px;
}

.page-layout .blockinfo__text.blockinfo__short h1 {
  text-align: center;
}

.page-layout .paginacja .fa-angle-left:before,
.author-layout .paginacja .fa-angle-left:before,
.tag-layout .paginacja .fa-angle-left:before {
  transform: translate(0) rotate(180deg) !important;
}

.page-layout .paginacja .fa-angle-left:before,
.page-layout .paginacja .fa-angle-right:before {
  margin-top: 8px !important;
}

.page-layout .section__header,
.tag-layout .section__header {
  padding-left: 0;
  margin-left: 0;
}

.page-layout .section__v1 .section__slots .slot.slot__big .slot__content,
.page-layout .section__v2 .section__slots .slot.slot__big .slot__content {
  text-align: left;
}

.page-layout
  .section__v1
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__superscription
  p,
.page-layout
  .section__v2
  .section__slots
  .slot.slot__big
  .slot__content
  .slot__superscription
  p {
  font-size: 14px;
}

.page-layout
  .section__v1
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__title
  p,
.page-layout
  .section__v2
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__title
  p,
.page-layout
  .section__v1
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__title
  h2,
.page-layout
  .section__v2
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__title
  h2,
.page-layout
  .section__v1
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__title
  h3,
.page-layout
  .section__v2
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__title
  h3 {
  font-size: 24px !important;
  line-height: 32px !important;
  margin-left: 13px !important;
}

.page-layout .section__v1 .section__slots,
.page-layout .section__v2 .section__slots {
  display: flex;
  flex-direction: column;
  width: initial;
}

.page-layout .v18_side .element,
.tag-layout .v18_side .element {
  margin-left: 0;
}

.page-layout .v18_side .main-title-listing span,
.tag-layout .v18_side .main-title-listing span {
  padding-left: 0;
}

.page-layout .widget-player,
.tag-layout .widget-player {
  width: initial;
}

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

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

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

.paginacja .fa-angle-right: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;
}

.paginacja .fa-angle-right:before,
.paginacja .fa-angle-left:before {
  margin-top: 0;
}

.paginacja li.active {
  border: 2px solid var(--color-main);
  border-radius: 100%;
}

.paginacja li.disable {
  background: #efefef;
  border-radius: 100%;
}

.paginacja li.next,
.paginacja li.prev {
  background-color: var(--color-pagination);
  border-radius: 100%;
}

.placeholder--after {
  left: 24px !important;
}

.player-layout.wide #m_top_1.zpr_m_top_1,
.podcast-layout.wide #m_top_1.zpr_m_top_1 {
  padding: 30px 0 0 0;
}

.player-layer-wrapper .button-wrapper a {
  color: var(--color-main) !important;
  border-radius: 120px;
}

.player-layer-wrapper.show {
  background-color: var(--color-white) !important;
}

.player-layer-wrapper .app-stores-wrapper {
  justify-content: space-evenly !important;
}

.player-layer-wrapper .inner-wrapper {
  background-color: var(--color-main) !important;
  border-radius: 100%;
  width: 290px !important;
  height: 290px !important;
  padding: 36px 24px !important;
  box-sizing: border-box;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.25);
}

.player-layer-wrapper .inner-wrapper:after {
  display: none;
}

.player-layer-wrapper .text-wrapper .text {
  color: var(--color-white) !important;
}

.player-layer-wrapper .title-wrapper .title {
  color: var(--color-white) !important;
  text-transform: none !important;
}

.player-layout .blockinfo__text p,
.podcast-layout .blockinfo__text p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: var(--color-black);
}

.player-layout .blockinfo__text.blockinfo__short h1,
.podcast-layout .blockinfo__text.blockinfo__short h1 {
  font-weight: 700;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-main);
}

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

.player-layout .footer::after,
.podcast-layout .footer::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  background: #222;
  border-top: 1px solid #666;
}

.player-layout .gl_plugin.footer,
.podcast-layout .gl_plugin.footer {
  padding-bottom: 164px;
}

.player-layout .spreaker_player_container,
.podcast-layout .spreaker_player_container {
  min-height: 600px;
  margin-bottom: 24px;
}

.player-layout section > .gl_wrapper,
.podcast-layout section > .gl_wrapper {
  padding: 0 16px;
}

div.player-program {
  position: relative;
  padding-top: 54px;
  margin-bottom: 0;
  background: #eeeeee69;
  margin-top: 36px;
  margin-left: -16px;
  margin-right: -16px;
  max-height: initial;
  flex-direction: column;
}

.player-program {
  position: relative;
  flex-direction: column;
  padding-top: 48px;
  margin-top: 40px;
  margin-bottom: 160px;
}

.player-program #playerStreamSelect {
  background: var(--color-white);
  width: 200px;
  color: var(--color-main);
  background: url(/media/dwa.eska/desktop/images/player-mobile-chevron-down-icon2023.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 15px;
  appearance: none;
  padding-right: 30px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-font);
  padding-left: 8px;
}

.player-program .player-program__content {
  background: rgba(255, 255, 255, 0);
  color: var(--color-font);
  height: initial;
  width: 100%;
  padding: 8px 0;
  z-index: 2;
}

.player-program .player-program__img {
  position: relative;
}

.player-program .player-program__info .author,
.player-program .player__program-text_container .author {
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: initial;
  color: var(--color-font);
}

.player-program .player-program__info .title,
.player-program .player__program-text_container .title {
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-font);
  margin-bottom: 0;
}

.player-program a.msg {
  background-image: url(/media/dwa.eska/desktop/images/messenger-mobile-icon2023.svg);
  height: 50px;
  width: 50px;
  margin-bottom: 8px;
}

.player-program a.tel {
  background-image: url(/media/dwa.eska/desktop/images/phone-mobile-icon.2023.svg);
  height: 50px;
  width: 50px;
}

.player-program img {
  position: relative;
  z-index: 1;
}

.player-program-bottom {
  background: var(--color-white);
  bottom: 52px;
  max-height: 91px;
  padding-left: 0;
  padding-bottom: 24px;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px 20px 0px 0px;
}

.player-program-bottom #playerNowPlayingContent {
  background: rgba(255, 255, 255, 0);
  margin-top: 0px;
}

.player-program-bottom #playerNowPlayingContent img {
  height: 71px;
  width: 72px;
  margin: 8px 10px 8px 10px;
  border-radius: 100%;
}

.player-program-bottom .streamArtist {
  width: 186px !important;
  left: 96px;
  top: 46px;
  max-width: 186px !important;
  color: var(--color-font);
}

.player-program-bottom .streamTrack {
  left: 96px;
  top: 20px;
  width: 186px !important;
  max-width: 186px !important;
  color: var(--color-font);
}

.player-program-bottom
  .video-js
  .vjs-big-play-button
  .vjs-icon-placeholder::before,
.player-program-bottom
  .video-js
  .vjs-play-control
  .vjs-icon-placeholder::before {
  background-image: url("/media/dwa.eska/desktop/images/hit-play-icon2023.svg");
  top: -5px;
  right: 4px !important;
  width: 64px;
  height: 64px;
  background-size: 64px;
}

.player-program-bottom
  .video-js
  .vjs-play-control.vjs-paused
  .vjs-icon-placeholder::before {
  right: 5px !important;
}

.player-program-bottom
  .video-js
  .vjs-play-control.vjs-playing
  .vjs-icon-placeholder:before {
  background: url("/media/dwa.eska/desktop/images/player-page-desktop-pause-icon2023.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 64px;
  width: 64px;
  height: 64px;
  right: 5px !important;
}

.player-program-bottom .vjs-big-play-button .vjs-icon-placeholder::before,
.player-program-bottom .vjs-icon-placeholder::before {
  border-radius: 50%;
  animation-name: pulse-animation;
  animation-duration: 3s;
  animation-iteration-count: 4;
}

.player-program::after {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  content: "TERAZ GRAMY";
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.02em;
  width: 100%;
  color: var(--color-main);
  z-index: 3;
}

.player-program__content #fb-root .fb_dialog iframe {
  bottom: 160px !important;
  right: -200px !important;
}

.player-program__content .fb_iframe_widget > span iframe {
  z-index: 99999999999 !important;
}

.player-program__img {
  display: flex;
  justify-content: center;
}

.player-program__img img {
  width: 224px;
  height: 222px;
  border-radius: 100%;
  border: 15px solid var(--color-main);
}

.player-program__links {
  margin: 0 40px;
}

.player-program__select {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
}

.player.player--main video {
  position: absolute !important;
}

.player.player--main video-js {
  padding-top: 56.25% !important;
}

.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: contain;
  width: 38px;
  height: 38px;
  top: 107px;
  left: 52px;
  cursor: pointer;
  z-index: 2;
}

.player__dedicated_streams-streams {
  margin-left: 16px;
  margin-right: 16px;
}

.player__dedicated_streams-streams .stream-cover img {
  border-radius: 100%;
}

.player__dedicated_streams-streams .stream-cover::after {
  display: none;
}

.player__dedicated_streams-streams .stream-title span {
  font-size: 16px;
}

.player__program-text_container {
  position: relative;
}

.radioSchedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 52px;
}

.radioSchedule .zpr_box__m_inside_1.active {
  margin-bottom: 65px !important;
}

.radioSchedule__date {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-main);
}

.radioSchedule__host {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-font);
}

.radioSchedule__image img {
  max-width: 100%;
  height: auto;
}

.radioSchedule__program {
  margin-bottom: 8px;
}

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

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

.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__host {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--color-font);
}

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

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

.radioSchedule__program .radioSchedule__image::after {
  content: "";
  display: block;
  width: 347px;
  height: 347px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-color: rgba(216, 216, 216, 0.2);
  border-radius: 100%;
  z-index: 0;
}

.radioSchedule__program .radioSchedule__image::before {
  content: "";
  display: block;
  width: 317px;
  height: 317px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-color: var(--color-main);
  border-radius: 100%;
  z-index: 1;
}

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

.radioSchedule__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: var(--color-font);
}

.recommended-content {
  border-top: 2px solid var(--color-main);
  border-bottom: 2px solid var(--color-main);
  padding: 0;
  margin-bottom: 16px;
}

.recommended-content .title {
  display: flex;
}

.recommendedArticle {
  border-top: 2px solid var(--color-main);
  border-bottom: 2px solid var(--color-main);
  border-radius: 0;
  padding: 0;
  margin-bottom: 16px;
}

.recommendedArticle__link a {
  text-decoration: initial;
  display: flex;
  align-items: center;
  color: var(--color-black);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.recommendedArticle__title {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}

.recommendedArticle__title p {
  text-align: center;
  color: var(--color-white);
  background: var(--color-main);
  display: inline;
  padding: 0 8px;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.rotator .slot__title,
.rotator .slot__title h2 {
  padding-top: 4px !important;
}

.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 .swiper-button-prev:after {
  background: url(/media/icons/rotator-arrow-left_eska2.svg);
  height: 60px;
  width: 32px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section__container.section__rotator .section__title,
.section__container.section__rotator .section__title h2 {
  color: var(--color-main);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
  justify-content: flex-start;
}

.section__container.section__rotator .slot__superscription p {
  background: none !important;
  font-weight: 600 !important;
}

.section__header .section__title a,
.section__header .section__title,
.section__header .section__title h2,
.section__header .section__title h3 {
  color: var(--color-main) !important;
}

.section__title {
  margin-bottom: 16px;
}

.section__v1 .section__header .section__links a,
.section__v2 .section__header .section__links a {
  color: var(--color-main) !important;
}

.section__v1 .section__header .section__title a,
.section__v2 .section__header .section__title a,
.section__v1 .section__header .section__title,
.section__v2 .section__header .section__title,
.section__v1 .section__header .section__title h2,
.section__v2 .section__header .section__title h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 0.02em;
  color: var(--color-main) !important;
}

.section__v1 .section__header .section__title a,
.section__v2 .section__header .section__title a,
.section__v1 .section__header .section__title,
.section__v2 .section__header .section__title {
  color: var(--color-main) !important;
}

.section__v2
  .section__slots
  .slot.slot__big
  .slot__content
  .slot__superscription {
  padding-left: 16px !important;
}

.section__v1 .section__slots .slot .slot__content .slot__superscription p {
  margin-left: 0 !important;
}

.section__v1 .section__slots .slot,
.section__v2 .section__slots .slot {
  width: 100%;
  height: 279px;
  overflow: hidden;
}

.section__v1 .section__slots .slot.slot__big .slot__content {
  text-align: left;
  min-height: initial;
  max-height: 140px;
}

.section__v1 .section__slots .slot.slot__big .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__big .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__big .slot__content .slot__title h3 {
  line-clamp: 4 !important;
  -webkit-line-clamp: 4 !important;
  font-size: 22px !important;
  line-height: 28px !important;
}

.section__v1 .section__slots .slot.slot__big .slot__content,
.section__v2 .section__slots .slot.slot__big .slot__content {
  text-align: left !important;
}

.section__v1 .section__slots .slot.slot__big,
.section__v2 .section__slots .slot.slot__big {
  height: 375px;
  overflow: hidden;
}

.section__v1 .section__slots .slot.slot__big,
.section__v2 .section__slots .slot.slot__big {
  margin-right: -16px;
  margin-left: -16px;
  width: initial !important;
}

.section__v1
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__superscription
  p {
  font-weight: 700;
  font-size: 11.9964px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-text-big-superscription);
}

.section__v1
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__title
  p,
.section__v1
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__title
  h2,
.section__v1
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__title
  h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  display: -webkit-box;
  text-align: left;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0 16px;
  color: var(--color-big-slot-title);
}

.section__v1
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__title
  p,
.section__v2
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__title
  p,
.section__v1
  .section__slots
  .slot.slot__big.slot_2
  .slot__content
  .slot__title
  p,
.section__v1
  .section__slots
  .slot.slot__big.slot_3
  .slot__content
  .slot__title
  p,
.section__v1
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__title
  h2,
.section__v2
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__title
  h2,
.section__v1
  .section__slots
  .slot.slot__big.slot_2
  .slot__content
  .slot__title
  h2,
.section__v1
  .section__slots
  .slot.slot__big.slot_3
  .slot__content
  .slot__title
  h2,
.section__v1
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__title
  h3,
.section__v2
  .section__slots
  .slot.slot__big.slot_1
  .slot__content
  .slot__title
  h3,
.section__v1
  .section__slots
  .slot.slot__big.slot_2
  .slot__content
  .slot__title
  h3,
.section__v1
  .section__slots
  .slot.slot__big.slot_3
  .slot__content
  .slot__title
  h3 {
  font-size: 26px !important;
  line-height: 30px !important;
  text-align: left;
  margin: 0 16px !important;
  padding: 0 !important;
  color: var(--color-big-slot-title);
}

.section__v1 .section__slots .slot.slot__small .slot__content {
  min-height: 97px;
  max-height: 97px;
  background: var(--color-bg-slot);
}

.section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription {
  position: relative !important;
  padding-left: 0 !important;
}

.section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  p,
.section__v1
  .section__slots
  .slot.slot__big.slot_2
  .slot__content
  .slot__superscription
  p,
.section__v1
  .section__slots
  .slot.slot__big.slot_3
  .slot__content
  .slot__superscription
  p,
.section__v2
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  p {
  padding: 4px 8px !important;
  line-height: 16px;
}

.section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription,
.section__v1
  .section__slots
  .slot.slot__big.slot_2
  .slot__content
  .slot__superscription,
.section__v1
  .section__slots
  .slot.slot__big.slot_3
  .slot__content
  .slot__superscription,
.section__v2
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription {
  line-height: 20px;
  min-height: 20px;
}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v1 .section__slots .slot.slot__small .slot__content .slot__title h3 {
  font-size: 22px !important;
  line-height: 28px !important;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--color-small-slot-title) !important;
  padding: 0 !important;
}

.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h3 {
  padding: 0 !important;
  font-size: 22px !important;
  line-height: 28px !important;
  color: var(--color-small-slot-title) !important;
}

.section__v1 .section__slots .slot.slot__small .slot__content,
.section__v1 .section__slots .slot.slot__big.slot_2 .slot__content,
.section__v1 .section__slots .slot.slot__big.slot_3 .slot__content,
.section__v2 .section__slots .slot.slot__small .slot__content {
  min-height: 124px !important;
  max-height: 124px !important;
}

.section__v1 .section__slots .slot.slot__small .slot__content:after {
  display: none;
}

.section__v1 .section__slots figure {
  margin: 0;
}

.section__v1 .slot__superscription {
  padding-left: 16px !important;
}

.section__v2.section__light .section__slots .slot.slot__small .slot__content {
  justify-content: flex-start;
  min-height: 104px !important;
  max-height: 104px !important;
}

.section__v2.section__light
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription {
  padding-left: 0 !important;
}

.section__v2.section__light
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  p {
  margin-left: 0;
}

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

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

.section__v3 .section__slots > a .slot__content .slot__superscription {
  background: var(--color-bg-slot);
  margin: 0 !important;
  padding-left: 0px !important;
  height: 20px;
  align-items: center;
  display: flex;
  width: 100%;
  max-width: 100% !important;
}

.section__v3 .slot__superscription p {
  margin: 0 !important;
}

.section__v3 .slot__title p,
.section__v3 .slot__title h2,
.section__v3 .slot__title h3 {
  margin: 0 !important;
  font-size: 22px !important;
  line-height: 28px !important;
  color: var(--color-small-slot-title);
}

/* section v4 */
.section__v4 {
  padding: 0 !important;
}

.section__v4 .section__header {
  margin-left: 0;
}

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

.main-layout .section__v4 .section__title {
  color: var(--color-eska-blue) !important;
  font-size: 0 !important;
  margin-bottom: 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;
}

.section__v4 .section__slots .slot_container {
  border-bottom: 1px solid #eeeeee !important;
}
/* /section v4 */

.single-hit .hit-image {
  margin-right: 8px !important;
}

.single-hit .hit-image figure img {
  border: none;
}

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

.single-hit .hit-image figure img {
  top: 0 !important;
  left: 0 !important;
  width: 66px !important;
  height: 66px !important;
}

.single-hit .hit-image {
  width: 66px !important;
  height: 66px !important;
}

.single-hit .listen-box {
  left: initial;
}

.single-hit__lyrics {
  font-size: 12px !important;
  line-height: 14px !important;
  background-color: var(--color-main) !important;
  border-radius: 20px;
  padding: 4px 6px !important;
  color: var(--color-white) !important;
  transition: 0.6s;
  position: absolute;
  right: 78px;
  top: 39%;
  display: inline-block !important;
}

.single-hit__position:empty {
  display: none;
}

.slot {
  margin-bottom: 16px;
}

.slot__image {
  position: relative;
  z-index: 2;
}

.slot__superscription p {
  color: var(--color-text-small-superscription) !important;
  background: var(--color-bg-small-superscription) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.slot__label {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: var(--color-white);
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}

.slot__label span {
  font-weight: 400;
  font-size: 8px;
  line-height: 11px;
  text-transform: uppercase;
  color: var(--color-black);
  margin: 0;
}

.static-teaser {
  margin-bottom: 16px;
}

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

.tag-layout .main-content .main-title-listing span {
  font-size: 20px;
  padding-left: 0;
  margin-bottom: 0;
}

.tag-layout .main-title-listing span h1 {
  margin: 0;
}

.tags .breadcrumb__link {
  border: 1px solid var(--color-main);
  padding: 2px 4px;
  color: var(--color-main);
  text-decoration: none;
}

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

.tags.gl_plugin .breadcrumb__item a {
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 8px;
  padding: 4px 9px;
  font-weight: 700;
  text-transform: initial;
}

.type--teaser.v33_podcasts .element__media a,
.type--teaser.v33_podcasts .element__media {
  background: none;
}

.v18_side .element {
  margin-left: 0px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 16px;
  margin-right: 16px;
}

.v18_side .element a {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #222222;
}

.v18_side .main-title-listing span {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--color-main);
  text-align: left;
  padding-left: 0px;
}

.v31 .element .element__media,
.v31 .element .element__media a {
  background: rgba(255, 255, 255, 0);
  height: 60px;
}

.v31 .element .element__media a img:not(.lead-gallery-more img) {
  border-radius: 0;
}

.v32 {
  display: flex;
  flex-direction: column;
}

.v32 .element__media {
  background-color: #bfbfbf;
  min-height: 312px;
}

.v32 > div:nth-of-type(1) img:not(.lead-gallery-more img),
.v32 > div:nth-of-type(2) img:not(.lead-gallery-more img),
.v32 > div:nth-of-type(3) img:not(.lead-gallery-more img) {
  height: 375px;
}

.v32 .element__media img:not(.lead-gallery-more img) {
  height: 312px;
}

.v32 > div .element__content {
  height: 124px;
}

.v32 > div .element__headline .element__superscription {
  display: flex;
}

.v32 > div .element__headline .element__superscription p {
  position: initial;
  background: var(--color-bg-small-superscription) !important;
  font-weight: 400;
}

.v32 .element:nth-of-type(n + 5) .element__headline {
  margin: 0;
}

.v32 .element .element__headline a,
.v32 .element .element__headline h2,
.v32 .element .element__headline h3 {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
}

.v32 > div:nth-of-type(1) .element__content,
.v32 > div:nth-of-type(2) .element__content,
.v32 > div:nth-of-type(3) .element__content {
  padding-left: 16px;
  padding-right: 16px;
  width: initial;
}

.v32 > div:nth-of-type(1) .element__content,
.v32 > div:nth-of-type(2) .element__content,
.v32 > div:nth-of-type(3) .element__content {
  padding-left: 0px;
}

.v32 > div:nth-of-type(1) .element__headline .element__superscription p,
.v32 > div:nth-of-type(2) .element__headline .element__superscription p,
.v32 > div:nth-of-type(3) .element__headline .element__superscription p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.v32 > div:nth-of-type(1) .element__headline a,
.v32 > div:nth-of-type(2) .element__headline a,
.v32 > div:nth-of-type(3) .element__headline a,
.v32 > div:nth-of-type(1) .element__headline h2,
.v32 > div:nth-of-type(2) .element__headline h2,
.v32 > div:nth-of-type(3) .element__headline h2,
.v32 > div:nth-of-type(1) .element__headline h3,
.v32 > div:nth-of-type(2) .element__headline h3,
.v32 > div:nth-of-type(3) .element__headline h3 {
  text-align: left;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.v32 > div:nth-of-type(1) .element__superscription,
.v32 > div:nth-of-type(2) .element__superscription,
.v32 > div:nth-of-type(3) .element__superscription {
  justify-content: flex-start;
}

.v32 > div:nth-of-type(1),
.v32 > div:nth-of-type(2),
.v32 > div:nth-of-type(3) {
  margin-right: -16px;
  margin-left: -16px;
  width: initial;
  height: 375px;
}

.v32 > div:nth-of-type(5) .element__content a,
.v32 > div:nth-of-type(6) .element__content a {
  color: var(--color-text-small-superscription);
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}

.v32 > div:nth-of-type(5) .element__content,
.v32 > div:nth-of-type(6) .element__content {
  padding-bottom: 8px;
  background: var(--color-bg-small-superscription);
  color: var(--color-text-small-superscription);
  height: initial;
}

.v32 > div:nth-of-type(5) .element__content:after,
.v32 > div:nth-of-type(6) .element__content:after {
  display: none;
}

.v33_podcasts .element__headline a,
.v33_podcasts .element__headline h2,
.v33_podcasts .element__headline h3 {
  font-size: 16px;
}

.v33_podcasts .element__media::after {
  display: none;
}

.v33_podcasts .listing-container {
  margin-left: 16px;
  margin-right: 16px;
}

.v33_podcasts img {
  border-radius: 100%;
}

.v34_radio .element__superscription {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-text-small-superscription);
  text-transform: uppercase;
  padding: 0 8px;
  max-width: 100%;
  position: initial;
  top: 0;
  display: block;
  left: 0;
}

.v34_radio .element__superscription p {
  background: var(--color-text-small-superscription);
  display: inline-block;
  font-weight: 400;
}

.v34_radio .listing-container .element:first-child {
  margin-right: -16px;
  margin-left: -16px;
  width: initial;
}

.v34_radio .listing-container .element:first-child .element__headline a,
.v34_radio .listing-container .element:first-child .element__headline h2,
.v34_radio .listing-container .element:first-child .element__headline h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}

.v34_radio .listing-container .element:not(:first-child) .element__headline a,
.v34_radio .listing-container .element:not(:first-child) .element__headline h2,
.v34_radio .listing-container .element:not(:first-child) .element__headline h3 {
  padding-left: 0;
}

.v34_radio .listing-container .element__content {
  min-height: 107px;
  max-height: 107px;
}

.v34_radio .listing-container .element__headline a,
.v34_radio .listing-container .element__headline h2,
.v34_radio .listing-container .element__headline h3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.v34_radio .main-title-listing span {
  color: var(--color-main);
}

.v35 .black {
  height: 340px;
  position: relative;
}

.v35 .element__superscription {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-text-small-superscription);
  text-transform: uppercase;
  padding: 0 8px;
  max-width: 100%;
  background: var(--color-bg-small-superscription);
  position: absolute;
  top: -20px;
  left: 0;
}

.v35 .element__superscription {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 335px !important;
  display: inline-block;
  padding: 0 !important;
  display: inline-block;
  color: var(--color-text-small-superscription) !important;
  position: absolute;
}

.v35 .white {
  height: 285px;
  position: relative;
}

.v35 li.active {
  border: 1px solid var(--color-pagination);
  border-radius: 50%;
}

.video-js:not(.audioBlockNewPlayer):not(.podcastBlockNewPlayer):not(
    .podcastBlockPlayer--v2
  ) {
  aspect-ratio: 1.777 !important;
  height: auto !important;
  padding: 0 !important;
  overflow: unset !important;
}
.video-js:not(.audioBlockNewPlayer):not(.podcastBlockNewPlayer):not(
    .podcastBlockPlayer--v2
  )
  .vjs-tech {
  aspect-ratio: 1.777 !important;
  position: inherit !important;
  height: auto !important;
}

.video_player > .turbo-vjs {
  min-height: 200px;
  box-sizing: border-box;
}

.vjs-fullscreen .vjs-tech {
  height: 100% !important;
}

.vjsPlayingHistory {
  margin-bottom: 8px;
}

.vjsPlayingHistory {
  box-shadow: none;
}

.vjsPlayingHistory .fa-angle-down {
  position: absolute;
  width: 20px;
  height: 10px;
  z-index: 100;
  pointer-events: none;
}

.vjsPlayingHistory .icon {
  margin-bottom: 16px;
}

.vjsPlayingHistory .vjsPlayingHistory__content {
  padding-left: 0;
  padding-right: 0;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__author ul {
  display: flex;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 181px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__author ul > li {
  text-decoration-line: none;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 20px;
  color: #333333;
  font-family: inherit !important;
  display: inline-block;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__buttons {
  width: 10%;
  display: flex;
  align-items: center;
  margin-left: 19px;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__info {
  padding-left: 7px !important;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__info {
  width: 53%;
}

.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: 38px;
  height: 38px;
  cursor: pointer;
}

.vjsPlayingHistory__hit__buttons.active .vjsPlayingHistory__button_play {
  background: url("/media/dwa.eska/desktop/images/player-page-desktop-pause-icon2023.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

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

.vjsPlayingHistory__hit__image img {
  border-radius: 100%;
}

.vjsPlayingHistory__hit__playdate {
  position: absolute;
  right: 0;
  left: initial !important;
  top: 22px !important;
  width: 48px;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  color: var(--color-main) !important;
  font-family: inherit !important;
}

.vjsPlayingHistory__hit__title {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 20px !important;
  color: #333333;
  font-family: inherit !important;
  width: 182px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vjsPlayingHistory__title {
  display: none;
}

.widget-player {
  background: var(--color-main);
  position: relative;
  border: 3px solid var(--color-main);
  border-radius: 0px 0px 25px 0px;
  box-sizing: content-box;
  margin-right: -16px;
  margin-left: -16px;
}

.widget-player .yt_link a {
  background-image: url("/media/dwa.eska/desktop/images/youtube-widget-player-icon2023.svg");
  height: 36px !important;
}

.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-bottom.links {
  background-color: var(--color-white);
  height: 52px;
  box-sizing: border-box;
  border-radius: 0px 0px 25px 0px;
}

.widget-player .widget-player-bottom.links > div a {
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}

.widget-player .widget-player-middle {
  background-color: var(--color-main);
  border-radius: 0;
  height: 70px;
  align-items: flex-start;
  box-sizing: border-box;
  margin-top: 24px;
}

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

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

.widget-player .widget-player-middle__song {
  display: flex;
  flex-direction: column;
  margin-left: 22px;
  justify-content: center;
}

.widget-player .widget-player-middle__song span.song-author {
  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-middle__song span.song-title {
  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-title,
.widget-player .widget-player-middle__song span.song-author {
  color: var(--color-white);
}

.widget-player .widget-player-top {
  position: relative;
  min-height: 150px;
  padding-top: 68px;
  padding-right: 16px;
}

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

.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-top__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  margin-left: 75px;
}

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

.widget-player .widget-player-top__images .logo {
  position: absolute;
  width: 125px;
  height: auto;
  object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
  top: 6px;
  z-index: 1;
  margin: 0;
}

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

.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 img.schedule-photo {
  width: 178px !important;
  height: 178px !important;
  object-fit: cover;
}

.widget-player img.schedule-photo {
  position: absolute;
  width: 178px;
  height: 178px;
  left: 0px;
  top: 60px;
  object-fit: cover;
}

.widget-player span.schedule-author {
  color: var(--color-white);
  font-weight: 400;
  font-size: 16px;
}

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

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

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

.widget-player-bottom.links > div {
  display: flex;
  align-items: center;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 var(--color-white);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes isplaying_eska2 {
  0% {
    box-shadow: 0 0 0px 0px var(--color-main);
    opacity: 1;
  }

  100% {
    box-shadow: 0 0 0px 0px var(--color-main);
    opacity: 0.15;
  }

  50% {
    box-shadow: 0 0 5px 12px var(--color-main);
    opacity: 0.15;
  }
}

@keyframes isplaying_eska2 {
  0% {
    box-shadow: 0 0 0px 0px var(--color-main);
    opacity: 1;
  }

  100% {
    box-shadow: 0 0 0px 0px var(--color-main);
    opacity: 0.15;
  }

  50% {
    box-shadow: 0 0 5px 12px var(--color-main);
    opacity: 0.15;
  }
}

@media (min-width: 600px) {
  .listen-box__icon.active:after {
    left: -9px !important;
  }

  .single-hit .listen-box {
    left: 481px !important;
  }
}

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

.listing.eska2-more .listing-container.v31 .element,
.listing.eska2-more
  .listing-container.v31
  .element
  img:not(.lead-gallery-more img) {
  width: 40vw;
  height: 65px;
  object-fit: cover;
  border-radius: 40px;
  margin-right: 4px;
}

.listing.eska2-more .listing-container.v31 .element:nth-of-type(2n),
.listing.eska2-more
  .listing-container.v31
  .element:nth-of-type(2n)
  img:not(.lead-gallery-more img) {
  margin-right: 0;
}

/* /listing wiecej eski */

/* Sekcja Eska News */
.section__v2.eska-news .section__title {
  height: 40px;
  display: flex;
  justify-content: center;
  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 {
  background-color: var(--color-eska-orange) !important;
}
/* /Sekcja Eska News */

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

/* 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: var(--font-family-main) !important;
}
.player-layout:has(.podcasts-player) .footer::after,
.podcast-layout:has(.podcasts-player) .footer::after {
  display: none;
}
.player-layout:has(.podcasts-player) .gl_plugin.footer,
.podcast-layout:has(.podcasts-player) .gl_plugin.footer {
  padding-bottom: 77px;
}
.player-layout:has(.podcasts-player) #hook_box_top1,
.podcast-layout:has(.podcasts-player) #hook_box_top1 {
  display: none;
}
/* /podcasts player */

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

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

.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: var(--color-black) !important;
  padding: 4px 6px !important;
  height: 24px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
  transition: none !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-background,
.player__stream-radio_stream .ima-controls-backdrop,
.player__stream-radio_stream .ima-ui-background {
  background: var(--color-black) !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: var(--color-white) !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;
  height: 2px !important;
  flex-grow: 1 !important;
  width: calc(100% - 120px) !important;
  margin-left: 100px !important;
  margin-top: -1px !important;
}

.player__stream-radio_stream .ima-progress-div {
  background: var(--color-white) !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;
}

.player__stream-radio_stream .player-program-bottom {
  overflow: visible;
}

.player__stream-radio_stream
  .player-program-bottom
  div#radio-stream.vjs-ad-playing {
  position: absolute;
  right: 0 !important;
  top: -24px;
  height: 24px !important;
  width: 90%;
  left: 5%;
}

.player__stream-radio_stream #radio-stream_ima-controls-div > div:first-child {
  display: unset !important;
}

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

.streamPremiereSoonText {
  color: #171717;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.51px;
}

.player-program-bottom #status {
  color: var(--color-black);
}

/* GORĄCA 20 hero image START */

.hero-box .hero-title p {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--color-main);
  text-align: left;
  padding-left: 16px;
  font-weight: 600;
  padding-right: 16px;
}
.hero-box .hero-title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: initial;
}
.hero-box {
  width: 100%;
  text-align: center;
  margin: 0 0 29px 0;
  position: relative;
  max-height: 82px;
  box-sizing: border-box;
  margin-bottom: 23px;
  overflow: hidden;
  margin-left: -16px;
  margin-right: -16px;
  width: initial;
  height: 82px;
  background: url(https://cdn.galleries.smcloud.net/t/photos/gf-EM54-fQf7-Ctcr_podwojna-goraca-polska20.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0;
}
.hero-box img {
  display: none;
}

/* GORĄCA 20 hero image END */
