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

@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(../../../fonts/PTSans-Bold-700.woff2) format("woff2");
}

:root {
  --font-family-main: "PT Sans", sans-serif;
  --color-font: #222222;
  --color-black: #000000;
  --color-main: #ed0f0f;
  --color-body-bg: #ffffff;
  --color-text-big-superscription: #ffffff;
  --color-bg-big-superscription: #ed0f0f;
  --color-text-small-superscription: #ffffff;
  --color-bg-small-superscription: #ed0f0f;
  --color-bg-slot: #ffffff;
  --color-big-slot-title: #ffffff;
  --color-small-slot-title: #222222;
  --color-bg-slot-border: #ffffff;
  --color-bg-header: #000000;
  --color-border-header: #000000;
  --color-border-line: #666666;
  --color-white: #ffffff;
  --color-pagination: #ed0f0f;
  --color-quiz: #ed0f0f;
  /* Gallery */
  --color-gallery-text: #ffffff;
  --color-gallery: #ed0f0f;
  --color-gallery-overlay: rgba(0, 0, 0, 0.6);
  /* Taboola feed */
  --font-family-taboola-feed: "PT Sans", 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-black);
  background: var(--color-body-bg);
}

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

/* player */

.player__stream-contact_container {
  display: flex;
  height: 140px;
  padding-top: 60px;
}

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

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

.player__wide-container::before {
  position: absolute;
  background-image: url(/media/eskarock/desktop/images/left_player_desktop_splash.svg);
  display: block;
  content: "";
  height: 32px;
  width: 417px;
  display: inline-block;
  background-repeat: no-repeat;
  bottom: -20px;
  left: -16px;
}

.player__wide-container::after,
.bottom-tap-menu::after {
  position: absolute;
  background-image: url(/media/eskarock/desktop/images/right_player_desktop_splash.svg);
  display: block;
  content: "";
  height: 32px;
  width: 417px;
  display: inline-block;
  background-repeat: no-repeat;
  bottom: -26px;
  right: -16px;
}

.player__wide-container .player__wide-right_container .player__stream-title {
  color: var(--color-white);
}

.player__wide-container .player__wide-right_container #playerNowPlayingContent {
  background-color: var(--color-black);
  color: var(--color-white);
}

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

/* 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-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 {
  height: 160px;
  width: 160px;
  background-size: 160px;
}

.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
  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__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 {
  width: 160px;
  height: 160px;
  background-size: 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 */

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

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

.header .header-bar::after {
  position: absolute;
  background-image: url("/media/eskarock/desktop/images/right_splash_header_desktop.svg?nocache");
  content: "";
  height: 32px;
  width: 260px;
  display: inline-block;
  background-repeat: no-repeat;
  bottom: -12px;
  right: 0;
  transform: rotate(-1deg);
}

.header .header-bar::before {
  position: absolute;
  background-image: url("/media/eskarock/desktop/images/left_splash_headerdesktop.svg");
  content: "";
  height: 32px;
  width: 260px;
  display: inline-block;
  background-repeat: no-repeat;
  top: 61px;
  left: 0;
  z-index: 1;
}

.header .header-bar .header-bar__logo img {
  margin-right: 24px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.start img {
  width: 23px;
  height: auto;
  margin-bottom: 4px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.listen img {
  width: 23px;
  height: 33px;
  margin-bottom: 4px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.watch img {
  width: 29px;
  height: auto;
  margin-bottom: 4px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.join img {
  width: 33px;
  height: auto;
  margin-bottom: 4px;
  margin-right: 4px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item:hover {
  background: var(--color-main);
  border-radius: 8px;
}

.header
  .header-bar
  .bottom-tap-bar
  .bottom-tap-bar-item
  .bottom-tap-bar-item__text {
  text-align: center;
  white-space: nowrap;
}

.header .header-bar .bottom-tap-bar {
  margin-left: 132px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.dots {
  margin-left: -8px;
  margin-right: 16px;
}

.header .header-bar .header-bar__listen {
  margin-right: 40px;
}

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

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

.header .bottom-tap-menu {
  height: auto;
  background: var(--color-main);
  max-width: 1280px;
}

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

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

.header .bottom-tap-menu ul {
  flex-wrap: wrap;
}

.header .bottom-tap-menu ul li a:hover {
  color: var(--color-black);
}
/* /header */

/* widget player */
.widget-player {
  background: var(--color-main);
}

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

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

.widget-player .widget-player-middle__playing span {
  color: var(--color-main);
}

.widget-player .widget-player-middle::after {
  position: absolute;
  background-image: url("/media/eskarock/desktop/images/widget_player_splash_top.svg");
  content: "";
  height: 36px;
  width: 230px;
  display: inline-block;
  background-repeat: no-repeat;
  top: -35px;
  right: 0;
}

.widget-player .widget-player-middle::before {
  position: absolute;
  background-image: url("/media/eskarock/desktop/images/widget_player_splash_bottom.svg");
  content: "";
  height: 40px;
  width: 136px;
  display: inline-block;
  background-repeat: no-repeat;
  bottom: -22px;
  right: 0;
}
/* /widget player */

/* section v1, v2 */
.main-layout .section__v2 {
  margin: 24px 0 40px 0 !important;
}

.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 {
  left: 0;
  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-size: 20px;
  line-height: 20px;
  padding: 4px 12px;
  letter-spacing: 0.02em;
  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 {
  top: 300px;
  text-align: left;
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  -webkit-line-clamp: 4;
  color: var(--color-big-slot-title);
}

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

.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;
  background-color: var(--color-bg-small-superscription);
  color: var(--color-text-small-superscription);
}

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

.article-layout
  .section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  p {
  max-width: 100% !important;
}
/* /section v1, v2 */

/* listing v34 */
.listing-container.hero-img-v34
  .element:nth-child(1)
  .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
  .element__content
  .element__superscription
  p {
  background-color: var(--color-bg-small-superscription) !important;
  color: var(--color-text-small-superscription);
}
/* /listing v34 */

.listing a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  width: max-content;
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
  color: var(--color-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  box-sizing: border-box;
  margin: 24px auto;
}

.listing a.button:hover {
  background-color: var(--color-white);
  color: var(--color-main);
}

.blockinfo {
  margin-bottom: 16px;
}

.article-layout .main-title-listing,
.main-layout.wide .main-content .main-title-listing,
.section__v1 .section__title,
.section__v2 .section__title,
.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,
.blockinfo .blockinfo__text h1 {
  display: flex;
  justify-content: center;
  margin-left: 0;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  color: var(--color-main) !important;
  text-transform: uppercase;
}

.category-layout .blockinfo .blockinfo__text h1 {
  width: 1280px;
}

.article-layout .section__v1 .section__title {
  margin-left: 300px !important;
  margin-bottom: 16px;
}

/* footer */
footer .gl_wrapper > .row {
  border-top: 1px solid #999999;
  padding-top: 16px;
}

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

/* listing v33 */
.player__dedicated_streams .player__dedicated_streams-title,
.v33_podcasts .main-title-listing {
  color: var(--color-main);
}

.v33_podcasts .element__media a {
  position: relative;
}

.v33_podcasts .element__media a::after {
  background: url(/media/eskarock/desktop/images/play_black_btn_new_er.svg);
  display: block;
  content: "";
  height: 60px;
  width: 60px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: unset;
  bottom: 16px;
  left: calc(50% - 30px);
  z-index: 1;
  mask-image: unset;
  -webkit-mask-image: unset;
  transform: unset;
}

.listing-container.v33 > .element:hover {
  filter: brightness(1.1);
}

.listing-container.v33 > .element:hover .element__media a::after {
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 24px 9px var(--color-main);
  -moz-box-shadow: 0px 0px 24px 9px var(--color-main);
  box-shadow: 0px 0px 24px 9px var(--color-main);
}
/* /listing v33 */

.category-layout .main-title-listing {
  display: flex;
  justify-content: center;
  margin-left: 0;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  color: var(--color-main);
  width: 932px;
}

/* category - listing v35 */
.listing-container.v35 .element:nth-child(1),
.listing-container.v35 .element:nth-child(2) {
  height: 516px !important;
}

.listing-container.v35 .element .element__content .element__superscription p,
.listing-container.v35
  .element:nth-child(1)
  .element__content
  .element__superscription
  p,
.listing-container.v35
  .element:nth-child(2)
  .element__content
  .element__superscription
  p,
.listing-container.v35
  .element:nth-child(13)
  .element__content
  .element__superscription
  p,
.listing-container.v35
  .element:nth-child(14)
  .element__content
  .element__superscription
  p {
  background-color: var(--color-bg-big-superscription) !important;
  color: var(--color-text-big-superscription);
}

.listing-container.v35
  .element:nth-child(1)
  .element__content
  .element__headline
  a,
.listing-container.v35
  .element:nth-child(2)
  .element__content
  .element__headline
  a,
.listing-container.v35
  .element:nth-child(13)
  .element__content
  .element__headline
  a,
.listing-container.v35
  .element:nth-child(14)
  .element__content
  .element__headline
  a,
.listing-container.v35
  .element:nth-child(1)
  .element__content
  .element__headline
  h2,
.listing-container.v35
  .element:nth-child(2)
  .element__content
  .element__headline
  h2,
.listing-container.v35
  .element:nth-child(13)
  .element__content
  .element__headline
  h2,
.listing-container.v35
  .element:nth-child(14)
  .element__content
  .element__headline
  h2,
.listing-container.v35
  .element:nth-child(1)
  .element__content
  .element__headline
  h3,
.listing-container.v35
  .element:nth-child(2)
  .element__content
  .element__headline
  h3,
.listing-container.v35
  .element:nth-child(13)
  .element__content
  .element__headline
  h3,
.listing-container.v35
  .element:nth-child(14)
  .element__content
  .element__headline
  h3 {
  color: var(--color-big-slot-title);
}

.listing.v18_side .element__headline a:hover {
  color: var(--color-main) !important;
}
/* category - listing v35 */

.article-layout .section__v1 + #side_bottom.zpr_side_bottom {
  position: absolute;
  width: 300px;
  right: 16px;
  bottom: 948px;
}

/* dedicated streams */
.player__dedicated_streams
  .player__dedicated_streams-streams
  .player__dedicated_streams-stream
  .stream-btn-link
  .play-btn {
  background: url(/media/eskarock/desktop/images/play_red_btn_new_er.svg)
    no-repeat center;
  position: absolute;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  top: 214px;
  left: 120px;
  cursor: pointer;
}

.player__dedicated_streams
  .player__dedicated_streams-streams
  .player__dedicated_streams-stream:hover
  .stream-btn-link
  .play-btn {
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 16px 4px var(--color-main);
  -moz-box-shadow: 0px 0px 16px 4px var(--color-main);
  box-shadow: 0px 0px 16px 4px var(--color-main);
}
/* /dedicated streams */

article h1 {
  font-size: 48px;
  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);
}

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

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

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

.col-4 #hook_content_right .listing span {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-main);
  text-transform: uppercase;
}

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

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

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

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

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

/* 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: 156px;
  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-main);
  background-color: var(--color-white);
  border-radius: 8px;
  font-weight: 600;
  text-transform: none;
  transition: 0.4s;
}

.tags .breadcrumb__link:hover {
  border: 1px solid var(--color-white);
  color: var(--color-white);
  background-color: var(--color-main);
}
/* /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 */

.category-layout .bottom_hook .section__v1 {
  display: grid;
}

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

/* dobrzerockuje - toplista */
.artist-hits .title h1,
.artist-hits .title h2 {
  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__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;
  padding-bottom: 1px;
}

.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/eskarock/desktop/images/dobrzerockuje-play-empty.svg)
    no-repeat;
  background-size: 36px 42px;
  content: "";
  width: 36px;
  height: 42px;
}

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

.artist-hits .listen-box__icon.active:before {
  background: url(/media/eskarock/desktop/images/dobrzerockuje-pause-button.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/eskarock/desktop/images/dobrzerockuje-pause-button-hover.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__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_rock !important;
  animation-name: isplaying_eska_rock !important;
}

@-webkit-keyframes isplaying_eska_rock {
  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_rock {
  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;
  }
}

.highlight__image-box {
  height: auto;
}

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

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.active img {
  filter: invert(19%) sepia(69%) saturate(30883%) hue-rotate(360deg)
    brightness(91%) contrast(110%);
  -webkit-filter: invert(19%) sepia(69%) saturate(30883%) hue-rotate(360deg)
    brightness(91%) contrast(110%);
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.active:hover img {
  filter: none;
  -webkit-filter: none;
}
/* /Aktywne elementy headera */

/* Top menu wiecej Eski */
.header .header-bar .header-bar__logo::after {
  display: none;
}

.header .header-bar .header-ext {
  margin-top: 28px;
}

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

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

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

.author__desc p {
  color: var(--color-black);
}

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

/* Pagination */
ul.horizontal.paginacja li.disable,
ul.horizontal.paginacja a {
  background-color: var(--color-white) !important;
  color: var(--color-font) !important;
}

ul.horizontal.paginacja a:hover,
ul.horizontal.paginacja li.active,
ul.horizontal.paginacja li.active a {
  background: var(--color-pagination) !important;
  border: 0;
  border-radius: 100%;
  color: var(--color-white) !important;
  border: unset !important;
}

ul.horizontal.paginacja li.active {
  background: unset !important;
}

ul.horizontal.paginacja a:hover i::before {
  filter: invert(1);
}

.v32.listing-container ul.horizontal.paginacja a:hover i::before {
  filter: invert(0);
}

ul.horizontal.paginacja li.disable {
  opacity: 0.4;
}

.v32.listing-container ul.horizontal.paginacja .fa-angle-left:before {
  filter: invert(1);
  transform: rotate(180deg);
}

ul.horizontal.paginacja .fa-angle-left:before {
  width: 12px;
  height: 12px;
  margin-top: 10px;
}

.v32.listing-container ul.horizontal.paginacja .fa-angle-right:before {
  filter: invert(1);
}

ul.horizontal.paginacja .fa-angle-right:before {
  width: 12px;
  height: 12px;
  margin-top: 8px;
  margin-left: 0;
}

.v32.listing-container ul.horizontal.paginacja {
  margin-bottom: 0;
}

.v32.listing-container ul.horizontal.paginacja .fa-angle-right:before,
.listing-container.v35.with-pagination
  ul.horizontal.paginacja
  .fa-angle-right:before {
  filter: invert(1);
}

.v32.listing-container ul.horizontal.paginacja .fa-angle-left:before,
.listing-container.v35.with-pagination
  ul.horizontal.paginacja
  .fa-angle-left:before {
  background-image: url(/media/icons/f104.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  rotate: 180deg;
}
/* /Pagination */

/* Strona autora */
.author-layout.wide .author__name {
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  color: var(--color-font);
  text-align: left;
  margin-bottom: 40px;
}

.author-layout.wide .author__desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.author-layout.wide .author__desc p a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-font);
}

.author-layout.wide .author__desc a {
  color: var(--color-font);
  transition: 0.8s;
  text-decoration: underline !important;
  text-decoration-color: var(--color-font) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 2px !important;
}

.author-layout.wide .author__desc a:hover {
  text-decoration: none !important;
}

.author-layout.wide h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  color: var(--color-font);
  margin-bottom: 8px;
}

.author-layout.wide h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: var(--color-font);
}

.author-layout.wide .author__spec {
  text-align: left;
}

.author-layout.wide .author__image-box {
  width: 160px;
  height: 200px;
  margin-right: 16px;
}

.author-layout.wide .col-8 .listing-horizontal-full .element__headline a {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: var(--color-font);
}

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

.author-layout.wide .col-8 .listing-horizontal-full .element::after {
  display: none;
}

.author-layout.wide .col-8 .listing-horizontal-full .element {
  margin-bottom: 40px;
}

.author-layout.wide .gl_plugin.author {
  margin-bottom: 16px;
}

.author-layout.wide .paginacja {
  margin: 0 auto;
}

.author-layout.wide .col-8 .listing:has(.listing-horizontal-full) {
  margin-bottom: 40px;
}

.author-layout.wide .author__name,
.author-layout.wide:has(.author__spec) .author__spec {
  margin: 0 0 32px 0;
}

.author-layout.wide:has(.author__spec) .author__name {
  margin: 0 0 16px 0;
}
/* /Strona autora */

/* Strona Tagu */
.tag-layout.wide .main-title-listing,
.tag-layout.wide .main-title-listing a {
  display: flex;
  justify-content: flex-start !important;
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
  margin-left: 0;
  margin-bottom: 40px;
  color: var(--color-font);
  text-align: left;
}

.tag-layout.wide #hook_content_bottom .main-title-listing,
.tag-layout.wide #hook_content_bottom .main-title-listing a {
  margin-bottom: 16px;
}

.tag-layout.wide .col-8 .listing-horizontal-full .element__headline a {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: var(--color-font);
}

.tag-layout.wide .col-8 .listing-horizontal-full .element__headline,
.tag-layout.wide .col-8 .listing-horizontal-full .element__content,
.tag-layout.wide .listing__tags .listing-horizontal-full .listing-lead {
  max-height: 213px;
  width: 588px;
}

.tag-layout.wide .col-8 .listing-horizontal-full .element::after {
  display: none;
}

.tag-layout.wide .col-8 .listing-horizontal-full .element {
  margin-bottom: 40px;
}

.tag-layout.wide .tag_img img {
  width: 932px;
  height: auto;
}

.tag-layout.wide .main-title-listing h1 {
  font-size: 38px;
}
/* /Strona Tagu */

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

.listing-container.v30
  .element:nth-of-type(odd)
  .element__content
  .element__headline {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 31.4%,
    rgba(0, 0, 0, 0.6) 73.84%,
    #000 100%
  );
}

.listing-container.v30
  .element:nth-of-type(odd)
  .element__content
  .element__headline
  a {
  color: var(--color-big-slot-title);
}

/* program */
.radioSchedule__program {
  display: flex;
  background-color: #121212;
  border-radius: 30px;
  margin-bottom: 42px;
}

.radioSchedule__content {
  width: 100%;
  min-width: 696px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
}

.radioSchedule__image {
  width: 100%;
  max-width: 40%;
  display: flex;
  align-items: center;
}

.radioSchedule__date {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: var(--color-main);
  text-transform: uppercase;
}

.radioSchedule__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  text-transform: uppercase;
  color: #e9ecef;
}

.radioSchedule__host {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #bbb;
  text-transform: uppercase;
}

.radioSchedule__image img {
  display: block;
  max-width: 100%;
  border-radius: 30px;
}

.radioSchedule__program:nth-of-type(even) {
  flex-direction: row-reverse;
}

.radioSchedule__program:nth-of-type(even) .radioSchedule__content {
  align-items: flex-end;
}

.radioSchedule__program:nth-of-type(even)
  .radioSchedule__content
  .radioSchedule__title {
  text-align: right;
}
/* /program */

/* co bylo grane */
.vjsPlayingHistory {
  box-shadow: unset;
}

.vjsPlayingHistory__title h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--color-black);
  margin-bottom: 16px;
}

#history-day {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--color-black);
}

#before-button,
#after-button {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  position: relative;
}

#before-button:focus,
#after-button:focus {
  outline: none;
}

#before-button:after,
#after-button:after {
  position: absolute;
  content: "";
  background-image: url(/media/eskarock/desktop/images/icon--slider--active.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 28px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

#before-button.disable:after,
#after-button.disable:after {
  background-image: url(/media/eskarock/desktop/images/icon--slider.svg);
}

#before-button.disable:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

#after-button.disable:after {
  transform: translate(-50%, -50%);
}

#before-button:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.history-time-picker label {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: var(--color-black);
}

#history-time-picker {
  border-radius: 30px;
  border: none;
  background-color: #121212;
}

#history-time-picker,
#history-time-picker option {
  color: #e9ecef;
  cursor: pointer;
}

.vjsPlayingHistory .fa-angle-down {
  z-index: 1001;
  color: var(--color-white);
  right: 310px;
  top: 4px;
  pointer-events: none;
  filter: invert(1);
  pointer-events: none;
}

.vjsPlayingHistory .spinner:after {
  background-color: rgba(255, 255, 255, 0) !important;
}

.vjsPlayingHistory .spinner::after {
  background-image: url("/media/eskarock/desktop/images/loading-red.svg") !important;
}

.vjsPlayingHistory {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  min-height: 1554px;
}

.vjsPlayingHistory .vjsPlayingHistory__title > h3 {
  color: #e9ecef;
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
}

.vjsPlayingHistory__hit__image figure {
  width: 86px;
  height: 86px;
}

.vjsPlayingHistory__hit__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  padding-top: 0;
  color: var(--color-black);
  font-family: var(--font-family-main);
  max-width: 330px;
  height: 32px;
  margin-bottom: -8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__author ul > li {
  font-size: 20px;
  line-height: 16px;
  color: #666666;
  text-decoration: none;
  padding-bottom: 0;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__playdate {
  font-size: 16px;
  line-height: 20px;
  color: var(--color-black);
}

.vjsPlayingHistory__hit__buttons .vjsPlayingHistory__button_play {
  background: url(/media/eskarock/desktop/images/play_btn--red.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.vjsPlayingHistory__hit__buttons.active .vjsPlayingHistory__button_play {
  background: url(/media/eskarock/desktop/images/pause_btn--red.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.vjsPlayingHistory .vjsPlayingHistory__hit {
  margin-bottom: 27px;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__info {
  height: 86px;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
/* /co bylo grane */

/* 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: 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;
  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: 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;
  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: 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;
}

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

.streamPremiereSongWrapper {
  background-color: var(--color-black);
}

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

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

.player__wide-container .player__wide-left_container {
  height: unset;
}
