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

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

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(../../../fonts/NotoSans-Black.woff2) format("woff2");
}

:root {
  --font-family-main: "Noto Sans", Arial, Helvetica, sans-serif;
  --filter-main-color: brightness(0) saturate(100%) invert(12%) sepia(42%)
    saturate(7488%) hue-rotate(285deg) brightness(90%) contrast(116%);
  --color-font: #222222;
  --color-black: #000000;
  --color-light-black: #303030;
  --color-main: #6c0080;
  --color-body-bg: #ffffff;
  --color-text-big-superscription: #6c0080;
  --color-bg-big-superscription: #ffffff;
  --color-text-small-superscription: #6c0080;
  --color-bg-small-superscription: #ffffff;
  --color-bg-slot: #ffffff;
  --color-big-slot-title: #222222;
  --color-small-slot-title: #222222;
  --color-bg-slot-border: #ffffff;
  --color-bg-header: #6c0080;
  --color-bg-tapbar: #6c0080;
  --color-border-header: #6c0080;
  --color-border-line: #666666;
  --color-white: #ffffff;
  --color-pagination: #6c0080;
  --color-quiz: #6c0080;
  /* Gallery */
  --color-gallery-text: #ffffff;
  --color-gallery: #6c0080;
  --color-gallery-overlay: rgba(0, 0, 0, 0.6);
  /* Taboola feed */
  --font-family-taboola-feed: "Noto Sans", Arial, Helvetica, sans-serif;
  --radius-taboola-feed: 20px;
  --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: 16px;
  --radius-video: 16px;
}

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

.settings-btn {
  bottom: 70px !important;
}

.gl_wrapper {
  padding: 0 16px;
}

.element__media a:after {
  background-size: contain;
  width: 40px;
  height: 32px;
  content: "";
  background-color: var(--color-white);
  -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;
}

/* quiz in article */
.article-layout article .quizv2 {
  padding: 16px;
  background: var(--color-white);
}
.article-layout article .quizv2 .button--primary {
  padding: 4px 15px !important;
  min-width: fit-content !important;
}
/* /quiz in article  */

a {
  text-decoration: none;
}

p {
  margin: 0;
}

/* header */
header.gl_plugin.header {
  height: 48px;
  margin-bottom: 16px;
}
/* /header */

.blockinfo__text.blockinfo__short:has(h1) {
  max-height: none;
}
.blockinfo__text.blockinfo__short h1 {
  text-align: center;
  font-size: 40px;
  line-height: normal;
  font-weight: 500;
  margin-top: 0;
  color: var(--color-light-black);
}
.blockinfo.gl_plugin {
  margin-bottom: 24px;
}
.v34_radio .main-title-listing span,
.main-title-listing span {
  font-weight: 500;
  font-size: 36px;
  line-height: normal;
  text-align: center;
  color: var(--color-main);
  text-transform: none;
  letter-spacing: 0;
}

/* footer */
footer .row {
  display: flex;
  flex-direction: column;
}
footer .logo {
  order: 3;
  margin-bottom: 16px;
}
footer .legal-info {
  order: 2;
  color: var(--color-black);
  padding: 0 16px;
}
footer .about {
  order: 4;
}
footer .serwis-list {
  order: 6;
}
footer .legal {
  order: 5;
}
div#hook_footer {
  padding-top: 16px;
}
footer .list,
footer .legal,
footer .show-list,
footer .about,
footer .copyright {
  background-color: var(--color-black);
}
footer .logo img {
  width: 200px;
  height: auto;
}
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 .legal-info .h5 {
  width: 100%;
  margin: 0 auto;
  padding: 16px 0 0 0;
  border-top: 1px solid var(--color-border-line);
  color: var(--color-font);
  margin-bottom: 16px;
}
footer h3,
footer .h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  color: var(--color-white);
}
footer .show-list {
  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/se/desktop/images/caret-down-footer.svg");
  background-size: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
footer .copyright .copyright__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  color: var(--color-white);
}
.article-layout footer .gl_wrapper {
  padding: 0;
}
footer .serwis-list a,
footer .serwis-list a:hover {
  color: var(--color-white);
}
/* /footer */

.expert-block .expert__text--other p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

/* highlight */
.highlight {
  border-bottom: 1px solid #0000000f;
}
.highlight__button .hightlight__button-link {
  background-color: var(--color-light-black);
  border-radius: 8px;
}
.highlight__image-box {
  background-color: var(--color-white);
  padding-bottom: 0;
  line-height: 0;
  height: auto;
}
.highlight__image-box img {
  position: relative;
  margin: 0 auto;
  border-radius: 16px;
  width: 100%;
}
.highlight__textbox p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.highlight__title .hightlight__text {
  color: var(--color-black);
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #0000000f;
}
/* /highlight */

.article-layout .main-content {
  margin-bottom: 0px;
}
.main-content .main-title-listing {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  line-height: normal;
  color: var(--color-black);
}
.audioBlock {
  margin-bottom: 16px;
}
article > ul,
article > ol {
  margin: 0 0 16px 8px;
}
article > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  color: var(--color-font);
  margin-bottom: 16px;
}
article > p a,
article > a,
article p a {
  color: var(--color-font);
  text-decoration: underline !important;
  text-decoration-color: var(--color-font) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
}
article h3 {
  font-weight: 600;
  font-size: 19px;
  line-height: 29px;
}
article h3 a {
  color: var(--color-font);
  text-decoration: underline;
  text-decoration-color: var(--color-font);
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-align: left;
}

/* recommended article link */
article .recommendedArticle {
  position: relative;
  width: 100%;
  height: auto;
  border: 0;
  padding: 0;
}

article .recommendedArticle .recommendedArticle__link {
  display: inline;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

article .recommendedArticle .recommendedArticle__title {
  position: relative;
  display: flex;
  margin: 0;
  width: 100%;
}

article .recommendedArticle .recommendedArticle__title p {
  display: inline-flex;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-black);
}

article .recommendedArticle__link a {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: var(--color-black);
  text-decoration-color: var(--color-black) !important;
}

article .recommendedArticle__link::before {
  position: relative;
  top: 3px;
  left: 0;
  content: "•";
  font-size: 24px;
  margin-right: 2px;
  color: var(--color-main);
}

/* tagi */
.article-layout .tags {
  padding-top: 0;
}
.article-layout .tags .breadcrumb__link {
  border: 1px solid #d9d9d9;
  color: var(--color-light-black);
  background-color: var(--color-white);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  padding: 0px 16px;
}
.article-layout .tags .breadcrumb__item:first-child::before,
.article-layout .tags .breadcrumb__item:last-child::after {
  display: none;
}
.article-layout .tags .breadcrumb__item {
  margin-right: 8px;
}
/* /tagi */

.article-layout article .ctr_teaser_with_link figure figcaption {
  padding: 0;
}

.article-layout .player__title {
  color: var(--color-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  padding: 8px;
  border-radius: 16px 16px 0 0;
}

/* spis tresci */
p.toc {
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
}
article .toc + ol,
article .toc + ul,
article .toc + [class*="m_zpr_"] + ol,
article .toc + [class*="m_zpr_"] + ul {
  display: flex;
  flex-direction: column;
  margin: 0 0 16px 0;
  border-radius: 10px;
  padding: 0 16px 0 32px;
}
article .toc + ol li a,
article .toc + ul li,
article .toc + [class*="m_zpr_"] + ol li a,
article .toc + [class*="m_zpr_"] + ul li a {
  text-decoration: underline !important;
  text-decoration-color: var(--color-font) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
  font-weight: 500;
}
article .toc + ol li,
article .toc + ul li,
article .toc + [class*="m_zpr_"] + ol li,
article .toc + [class*="m_zpr_"] + ul li {
  font-weight: 500;
  color: var(--color-main);
}
/* /spis tresci */

article > h2 {
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 16px 0;
}
article ol li a,
article ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: var(--color-font);
  text-decoration: none;
}
article ol li,
article ul li {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-font);
  text-decoration: none;
}
article h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  color: var(--color-font);
  margin-top: 0;
}
article {
  font-size: 16px;
}
/* Article links styling - authors */
article a,
article li a {
  font-size: 16px;
  color: var(--color-font);
  text-decoration: underline !important;
  text-decoration-color: var(--color-font) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
}

article strong a,
article li strong a {
  text-decoration-color: var(--color-font) !important;
}

/* /Article links styling - authors */
article ul li {
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  color: var(--color-font);
}
article li::marker {
  color: var(--color-main);
}
.gl_plugin.socials .expand {
  display: flex;
  align-items: center;
  height: 16px;
  padding: 8px 20px 8px 20px;
  border-radius: 0 0 6px 6px;
  background-color: var(--color-white);
  border: 1px solid #d9d9d9;
  color: var(--color-light-black);
}
.gl_plugin.socials .expand:after {
  background-color: var(--color-black);
}
.gl_plugin.socials.collapsed {
  border-bottom: 1px solid #d9d9d9 !important;
}
.col-4
  .listing-horizontal-full
  .element__media
  img:not(.lead-gallery-more img) {
  max-width: 80px;
  height: auto;
  border-radius: 8px;
}
.col-4 .listing-horizontal-full .element__extras .date p {
  display: none;
}
.col-4 .listing-horizontal-full .element__media {
  margin-right: 0;
  width: 80px;
  border-radius: 8px;
}
.listing-horizontal-full .element {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  justify-content: center;
  margin-bottom: 24px;
}
.listing-horizontal-full .element:has(.listing-lead) {
  display: block;
}
.col-4 .listing-horizontal-full .element:has(.listing-lead) .element__media {
  margin-right: 12px;
}
.listing-horizontal-full .element .element__content .element__headline a,
.listing-horizontal-full .element .element__content .element__headline h2,
.listing-horizontal-full .element .element__content .element__headline h3 {
  padding: 0 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  max-height: 48px;
}
.author-layout
  .listing-horizontal-full
  .element
  .element__content
  .element__headline
  a {
  max-height: 54px;
}
p.toc {
  margin-bottom: 0;
}
p.toc strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
p.lead {
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-font);
}
.tags.gl_plugin {
  margin-bottom: 24px;
}
.placeholder--after {
  left: 24px !important;
}
.tags .breadcrumb__link {
  border: 1px solid var(--color-main);
  padding: 2px 4px;
  color: var(--color-main);
  text-decoration: none;
}
.main-content .main-title-listing span {
  padding: 0 16px;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  text-transform: none;
  color: var(--color-black);
}
.main-content .main-title-listing span h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  margin: 16px 0 24px 0;
}
.listing__tags .listing-lead {
  bottom: 30px;
}
.listing__tags .listing-lead p {
  display: -webkit-box;
  position: relative;
  margin-top: 8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 44px;
  width: 328px;
  left: -96px;
  text-align: left;
}
.article-layout .main-content .main-title-listing span {
  padding-left: 0;
}

/* poprawka CLS dla sticky video */
.video-js:not(.audioBlockNewPlayer):not(.podcastBlockNewPlayer):not(
    .podcastBlockPlayer--v2
  ) {
  aspect-ratio: 1.777 !important;
  height: auto !important;
  padding: 0 !important;
  overflow: unset !important;
  margin-bottom: 8px;
}
.video-js:not(.audioBlockNewPlayer):not(.podcastBlockNewPlayer):not(
    .podcastBlockPlayer--v2
  )
  .vjs-tech {
  aspect-ratio: 1.777 !important;
  position: inherit !important;
  height: auto !important;
}
.podcasts-player .turbo_audio_podcast .vjs-title-bar {
  top: 60px !important;
}
.video_player > .turbo-vjs {
  min-height: 200px !important;
  box-sizing: border-box;
  border-radius: 16px;
}
.vjs-fullscreen .vjs-tech {
  height: 100% !important;
}
.player.player--main video-js {
  padding-top: 56.25% !important;
}
.player.player--main video {
  position: absolute !important;
}
/* /poprawka CLS dla sticky video */

/* new sponsors on listings */
.extras_component.extras__component--spon {
  position: absolute;
  right: 0;
  top: -16px;
  background: var(--color-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: var(--color-black);
  margin: 0;
  text-shadow: none;
}
.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;
}
article .gl_plugin.player.video_player {
  border-radius: 16px;
}
.header #hook_top .blockinfo__text h1 {
  margin-top: 16px;
}
.listing .button {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
  color: var(--color-white);
  margin: 24px auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border-radius: 10px;
  width: fit-content;
  word-break: break-word;
  box-shadow:
    0px 1px 2px 0px rgba(0, 0, 0, 0.04),
    0px 1px 6px 0px rgba(0, 0, 0, 0.06),
    0px 2px 4px 0px rgba(0, 0, 0, 0.04);
}
.gl_plugin.listing {
  margin-bottom: 24px;
}
.main-title-listing {
  width: initial;
  text-align: center;
}
.main-title-listing a {
  font-weight: 500;
  font-size: 36px;
  line-height: normal;
  margin-left: 0px;
  color: var(--color-main);
  text-decoration: none;
}
.article-layout .main-title-listing,
.category-layout .main-title-listing,
.author-layout .main-title-listing {
  margin-bottom: 24px;
}
.tag-layout .main-title-listing {
  margin-bottom: 0;
}
.category-layout .blockinfo.gl_plugin:has(.blockinfo__text h1),
.category-layout .blockinfo.gl_plugin:has(.blockinfo__text) h1 {
  margin-bottom: 8px;
}

/* sekcje */
section > .gl_wrapper {
  padding: 0 16px;
}
.slot__superscription p::first-letter,
.element__superscription p::first-letter {
  text-transform: uppercase;
}
.section__v2
  .section__slots
  .slot.slot__big
  .slot__content
  .slot__superscription
  p {
  font-size: 18px !important;
  line-height: 20px !important;
  color: var(--color-text-big-superscription);
}
.section__v2 .section__slots .slot .slot__image picture img,
.section__v2 .section__slots .slot .slot__image,
.section__v3 .section__slots .slot .slot__image picture img,
.section__v3 .section__slots .slot .slot__image {
  border-radius: 17px;
}
.section__v2 .section__slots .slot.slot_1 .slot__content .slot__superscription {
  margin-bottom: 0;
}
.section__v3 .section__slots .slot .slot__content,
.section__v2 .section__slots .slot.slot__big .slot__content,
.section__v3 .section__slots .slot .slot__content .slot__superscription,
.section__v2
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription {
  position: relative;
  text-align: center;
  padding-left: 0;
}
.section__v2 .section__slots .slot.slot__big,
.section__v3 .section__slots .slot,
.section__v2 .section__slots .slot {
  height: initial;
  flex-direction: column;
}
.section__v2 .section__slots .slot.slot__small .slot__content::after,
.section__v3 .section__slots .slot .slot__content::after,
.section__v2 .section__slots .slot.slot__small .slot__content::after,
.section__v2 .section__slots .slot.slot__big .slot__content::after {
  display: none !important;
}
.slot__title p,
.slot__title h2,
.slot__title h3 {
  color: var(--color-small-slot-title) !important;
}
.slot__superscription p {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 10px;
  text-transform: unset;
  color: var(--color-text-small-superscription) !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: unset !important;
  text-align: center;
}
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h3 {
  font-weight: 400 !important;
  font-size: 19px !important;
  line-height: 30px !important;
  letter-spacing: 0 !important;
  color: var(--color-big-slot-title) !important;
  text-align: left !important;
  margin: 8px 16px 0 !important;
}
.section__v3
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title
  p,
.section__v2
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title
  p,
.section__v3
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title
  h2,
.section__v2
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title
  h2,
.section__v3
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title
  h3,
.section__v2
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title
  h3 {
  margin-top: 0 !important;
}
.section__v3 .section__slots .slot .slot__content,
.section__v2 .section__slots .slot.slot__big .slot__content {
  text-align: left !important;
}
.section__v3 .section__slots .slot.slot__big .slot__image {
  width: initial !important;
}
.section__title a,
.section__title {
  font-weight: 500 !important;
  font-size: 30px !important;
  line-height: 42px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--color-main) !important;
  text-transform: unset !important;
  width: 100%;
}
.section__title {
  margin-top: 8px !important;
}
.section__header {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: initial;
  padding-left: 0 !important;
}
.section__v3 .section__header .section__title a,
.section__v2 .section__header .section__title a,
.section__v3 .section__header .section__title h2,
.section__v2 .section__header .section__title h2,
.section__container.section__rotator .section__title h2 {
  margin-top: 8px !important;
}
.slot__superscription {
  margin: 8px 0;
  padding-left: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: var(--color-text-small-superscription);
}
.section__v3 .section__slots .slot .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v3 .section__slots .slot .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v3 .section__slots .slot .slot__content .slot__title h3,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h3 {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 25px;
  letter-spacing: 0;
  color: var(--color-small-slot-title) !important;
  padding: 0;
  margin: 0 16px;
}
.section__v3 .section__slots .slot .slot__image picture img,
.section__v3 .section__slots .slot .slot__image,
.section__v2 .section__slots .slot.slot__small .slot__image picture img,
.section__v2 .section__slots .slot.slot__small .slot__image {
  height: 280px !important;
}
.section__header {
  margin-bottom: 0 !important;
}
.section__v2 .section__slots .slot .slot__content .slot__title,
.section__v3 .section__slots .slot .slot__content .slot__title {
  padding-top: 4px;
}
.section__v2
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title,
.section__v3
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title {
  padding-top: 0;
}
.section__container.section__v2.section__light
  .section__slots
  .slot:first-child
  .slot__image {
  width: initial;
}
.section__v3 .section__header .section__title a,
.section__v2 .section__header .section__title a,
.section__v3 .section__header .section__title h2,
.section__v2 .section__header .section__title h2,
.section__container.section__rotator .section__title,
.section__container.section__rotator .section__title h2 {
  font-weight: 500;
  font-size: 30px !important;
  line-height: 42px !important;
  color: var(--color-main) !important;
  margin-top: 16px;
  margin-bottom: 8px;
}
.section__v3 .section__slots .slot .slot__content,
.section__v2 .section__slots .slot.slot__small .slot__content {
  position: relative;
  min-height: 124px;
  max-height: 124px;
}
.section__header .section__links {
  align-self: flex-start;
  width: calc(100% - -16px);
  gap: 16px;
  margin-bottom: 16px;
}
.section__v2 .section__header .section__links a,
.section__v3 .section__header .section__links a {
  text-transform: unset;
  margin: 4px 0;
  padding: 0 16px;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  height: 24px;
  box-shadow:
    0px 1px 2px 0px rgba(0, 0, 0, 0.04),
    0px 1px 6px 0px rgba(0, 0, 0, 0.06),
    0px 2px 4px 0px rgba(0, 0, 0, 0.04);
}
/* /sekcje */

/*rotator*/
.section__rotator .swiper-slide a {
  width: 160px;
  height: 200px;
}
.section__rotator .swiper-slide img {
  border-radius: 17px;
}
.swiper.rotator .swiper-button-next {
  width: 40px;
  height: 40px;
}
.swiper.rotator .swiper-button-prev {
  width: 40px;
  height: 40px;
}
.swiper.rotator .swiper-button-next::after {
  background: url("/media/se/desktop/images/sg-rotator-next.svg");
  height: 40px;
  width: 40px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--color-main);
  border-radius: 100%;
  box-shadow:
    0px 1px 2px 0px rgba(0, 0, 0, 0.03),
    0px 1px 6px -1px rgba(0, 0, 0, 0.02),
    0px 2px 4px 0px rgba(0, 0, 0, 0.02);
}
.swiper.rotator .swiper-button-prev::after {
  background: url("/media/se/desktop/images/sg-rotator-prev.svg");
  height: 40px;
  width: 40px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--color-main);
  border-radius: 100%;
  box-shadow:
    0px 1px 2px 0px rgba(0, 0, 0, 0.03),
    0px 1px 6px -1px rgba(0, 0, 0, 0.02),
    0px 2px 4px 0px rgba(0, 0, 0, 0.02);
}
.rotator .swiper-slide.swiper-slide-visible.swiper-slide-active img {
  height: 155px !important;
  border-radius: 17px;
}
.rotator .slot__title {
  padding: 8px !important;
}
.rotator .slot__title p,
.rotator .slot__title h2,
.rotator .slot__title h3 {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 400 !important;
  -webkit-line-clamp: 3 !important;
  text-align: left;
}
.slot__content {
  background: var(--color-bg-slot);
}
.section__container.section__rotator.section__light {
  margin-bottom: 24px;
  overflow: hidden;
}
.section__container.section__rotator.section__light .section__header {
  padding: 16px 0 !important;
}
.rotator .swiper-slide {
  box-shadow: unset !important;
  background-position: center;
  background-size: cover;
  width: 155px !important;
  height: 206px !important;
  overflow: hidden;
}
.section__rotator .section__slots .rotator::before,
.section__rotator .section__slots .rotator::after,
.section__rotator .section__slots .rotator .slot__superscription {
  display: none;
}

/* v33 */
.v33_podcasts .element__media::after {
  display: none;
}
.v33_podcasts .element__media a {
  background-color: var(--color-bg-slot);
}
.v33_podcasts .element__media img:not(.lead-gallery-more img) {
  border-radius: 8px;
}
.v33_podcasts .element__superscription {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2%;
  text-align: center;
}
.v33_podcasts .element__superscription p {
  display: none;
}
.v33_podcasts .main-title-listing {
  text-align: center;
  padding: 0;
}
.v33_podcasts .main-title-listing span {
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 46.25px !important;
  text-align: center !important;
}

/* product-presentation */
.product-presentation__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  border: 1px solid #d9d9d9;
  color: var(--color-light-black);
  border-radius: 8px;
  text-wrap: nowrap;
  padding: 4px 8px;
  margin: auto;
  min-height: 32px;
  white-space: normal;
}
.product-presentation__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
.product-presentation__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}
.product-presentation__image--small {
  width: 100%;
  height: auto;
}

/* highlight */
article .highlight {
  border-bottom: 0;
  padding: 8px 8px 16px 8px;
  border-radius: 8px;
  box-shadow:
    0px 1px 2px 0px rgba(0, 0, 0, 0.03),
    0px 1px 6px -1px rgba(0, 0, 0, 0.02),
    0px 2px 4px 0px rgba(0, 0, 0, 0.02);
}

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

article .highlight .highlight__textbox {
  margin-bottom: 8px;
}

article .highlight .highlight__title .hightlight__text {
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  color: var(--color-font);
  border-bottom: 0;
  padding-bottom: 0;
}

article .highlight .highlight__textbox p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-font);
}

article .highlight .highlight__button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

article .highlight .highlight__button .hightlight__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  border: 1px solid #d9d9d9;
  padding: 4px 16px;
  color: var(--color-light-black);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  border-radius: 96px;
  width: max-content;
  box-sizing: border-box;
  min-width: 128px;
  text-decoration: none !important;
  height: 32px;
  text-align: center;
  box-shadow:
    0px 1px 2px 0px rgba(0, 0, 0, 0.03),
    0px 1px 6px -1px rgba(0, 0, 0, 0.02),
    0px 2px 4px 0px rgba(0, 0, 0, 0.02);
  margin: 4px 0 0 0;
}

article .highlight .highlight__image {
  margin-bottom: 16px;
}

article .highlight .highlight__figcaption {
  position: relative;
  bottom: 0;
  padding: 2px 4px;
  left: 0;
  margin: 0;
  width: 100%;
  line-height: 10px;
}

article .highlight .highlight__figcaption .hightlight__text {
  display: inline;
  text-align: left;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 10px;
}

article .gallery-description p {
  display: inline;
  text-align: left;
  color: var(--color-font);
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

article .gallery-description p::before {
  position: relative;
  top: 2px;
  left: 0px;
  content: "•";
  font-size: 20px;
  margin-right: 4px;
  color: var(--color-main);
}

/* - recommended content - */
article .recommended-content {
  position: relative;
  align-items: center;
  width: 100%;
  height: auto;
  border: 0;
  padding: 0;
  margin: 0 0 24px 0;
}

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

article .recommended-content .recommendedTitle__text {
  position: relative;
  display: inline-flex;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-black);
}

article .recommended-content .item {
  display: inline;
}

article .recommended-content .item a {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: var(--color-black);
  text-decoration: underline !important;
  text-decoration-color: var(--color-black) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
}

article .recommended-content .item::before {
  position: relative;
  top: 3px;
  left: 1px;
  content: "•";
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-main);
}

article .recommended-content .item span {
  display: inline;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: var(--color-black);
}

article .recommended-content .item a:hover {
  text-decoration: none !important;
}

/* listing v32 */
.v32 > div:nth-child(1) .element__content,
.v32 > div:nth-child(2) .element__content,
.v32 > div:nth-child(3) .element__content {
  position: relative;
}
.v32 > div:nth-child(1),
.v32 > div:nth-child(2),
.v32 > div:nth-child(3) {
  height: initial;
  width: 100%;
  position: relative;
  overflow: initial;
}
.v32 > div:nth-child(1) .element__media,
.v32 > div:nth-child(2) .element__media,
.v32 > div:nth-child(3) .element__media {
  width: initial;
}
.v32 .element__content .element__headline a,
.v32 .element__content .element__headline h2,
.v32 .element__content .element__headline h3 {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: normal !important;
  letter-spacing: 0 !important;
  color: var(--color-small-slot-title) !important;
}
.v32 > div:nth-child(1) .element__content:after,
.v32 > div:nth-child(2) .element__content:after,
.v32 > div:nth-child(3) .element__content:after,
.v32 > div:nth-child(4) .element__content:after,
.v32 > div:nth-child(5) .element__content:after,
.v32 > div:nth-child(6) .element__content:after {
  display: none;
}
.v32 > div:nth-child(1) .element__headline a,
.v32 > div:nth-child(2) .element__headline a,
.v32 > div:nth-child(3) .element__headline a,
.v32 > div:nth-child(1) .element__headline h2,
.v32 > div:nth-child(2) .element__headline h2,
.v32 > div:nth-child(3) .element__headline h2,
.v32 > div:nth-child(1) .element__headline h3,
.v32 > div:nth-child(2) .element__headline h3,
.v32 > div:nth-child(3) .element__headline h3 {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: var(--color-big-slot-title);
  text-align: left;
}
.v32 > div:nth-child(4) .element__headline a,
.v32 > div:nth-child(5) .element__headline a,
.v32 > div:nth-child(6) .element__headline a,
.v32 > div:nth-child(4) .element__headline h2,
.v32 > div:nth-child(5) .element__headline h2,
.v32 > div:nth-child(6) .element__headline h2,
.v32 > div:nth-child(4) .element__headline h3,
.v32 > div:nth-child(5) .element__headline h3,
.v32 > div:nth-child(6) .element__headline h3 {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: normal !important;
  letter-spacing: 0 !important;
  color: var(--color-small-slot-title) !important;
  text-align: left;
}
.v32 > div:nth-child(1) .element__content,
.v32 > div:nth-child(2) .element__content,
.v32 > div:nth-child(3) .element__content,
.v32 > div:nth-child(4) .element__content,
.v32 > div:nth-child(5) .element__content,
.v32 > div:nth-child(6) .element__content {
  position: relative;
  padding-bottom: 8px;
  background: var(--color-bg-slot);
  height: initial;
}
.v32 .element .element__headline {
  margin: 0;
}
.v32 > div .element__headline .element__superscription p {
  position: relative !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 20px !important;
  color: var(--color-text-small-superscription);
  background: var(--color-bg-small-superscription) !important;
  padding: 0;
  text-transform: unset;
  text-align: center;
}
.v32 > div:nth-child(1) .element__headline .element__superscription p,
.v32 > div:nth-child(2) .element__headline .element__superscription p,
.v32 > div:nth-child(3) .element__headline .element__superscription p {
  color: var(--color-text-big-superscription);
  background: var(--color-bg-big-superscription) !important;
}
.v32 > div .element__headline .element__superscription {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  margin-top: 8px;
  text-align: center;
}
.v32 .element,
.v32 > div:nth-of-type(1),
.v32 > div:nth-of-type(2),
.v32 > div:nth-of-type(3) {
  height: auto;
}
.v32 .element__media a {
  background-color: var(--color-bg-slot);
}
.v32 .element__media img:not(.lead-gallery-more img) {
  border-radius: 17px;
}
.v32 > div:nth-of-type(1) .element__content:after,
.v32 > div:nth-of-type(2) .element__content:after,
.v32 > div:nth-of-type(3) .element__content:after,
.v32 > div:nth-of-type(4) .element__content:after,
.v32 > div:nth-of-type(5) .element__content:after,
.v32 > div:nth-of-type(6) .element__content:after {
  display: none;
}
/* /listing v32 */

.blockinfo__text.blockinfo__short h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: var(--color-main);
}
.main-content .main-title-listing span {
  padding: 0;
}
.element__headline:not(:has(.element__superscription)) a {
  padding: 16px 16px !important;
}

/* v34 */
.v34_radio .listing-container .element:first-child .element__media::after {
  border-radius: 8px 8px 0 0;
}
.v34_radio .listing-container .element .element__media a {
  width: 100% !important;
  border-radius: 17px;
}
.v34_radio .listing-container .element .element__media {
  margin-bottom: 8px;
}
.v34_radio .listing-container .element:first-child {
  height: 460px;
}
.v34_radio.listing-container .element {
  height: 375px;
}
.v34_radio .listing-container .element__content {
  position: relative !important;
}
.v34_radio
  .listing-container
  .element:first-child
  .element__headline
  .element__superscription
  p,
.v34_radio
  .listing-container
  .element:nth-child(2)
  .element__headline
  .element__superscription
  p,
.v34_radio
  .listing-container
  .element:nth-child(3)
  .element__headline
  .element__superscription
  p {
  font-size: 18px;
  line-height: 20px;
}
.v34_radio
  .listing-container
  .element:first-child
  .element__headline
  .element__superscription
  p {
  color: var(--color-text-big-superscription);
}
.v34_radio .listing-container .element__headline .element__superscription p {
  font-weight: 500;
  height: inherit;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  background: none;
  color: var(--color-text-small-superscription);
  margin-left: 0;
  text-transform: unset;
  max-width: unset !important;
  text-align: center;
  width: 100%;
}
.v34_radio .element__headline .element__superscription {
  position: relative;
  width: inherit;
  background: var(--color-bg-small-superscription);
  display: flex;
  height: 24px;
  padding: 4px 24px;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: flex-start;
  max-width: inherit;
  max-width: unset !important;
  text-transform: unset;
}
.v34_radio .listing-container .element:nth-of-type(1) .element__headline a,
.v34_radio .listing-container .element:nth-of-type(1) .element__headline h2,
.v34_radio .listing-container .element:nth-of-type(1) .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  text-align: left;
  font-size: 19px;
  line-height: 30px;
  color: var(--color-big-slot-title);
  font-weight: 400;
}
.v34_radio .listing-container .element:nth-of-type(2) .element__headline a,
.v34_radio .listing-container .element:nth-of-type(3) .element__headline a,
.v34_radio .listing-container .element:nth-of-type(2) .element__headline h2,
.v34_radio .listing-container .element:nth-of-type(3) .element__headline h2,
.v34_radio .listing-container .element:nth-of-type(2) .element__headline h3,
.v34_radio .listing-container .element:nth-of-type(3) .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  text-align: left;
  font-size: 19px;
  line-height: 30px;
  color: var(--color-small-slot-title);
  font-weight: 400;
}
.v34_radio .listing-container .element__headline a,
.v34_radio .listing-container .element__headline h2,
.v34_radio .listing-container .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: var(--color-small-slot-title);
  padding: 0 16px;
}
.v34_radio .listing-container .element__content {
  max-height: 124px;
}
.v34_radio .listing-container .element:first-child .element__content {
  position: relative !important;
  background: var(--color-white);
}
.v34_radio .listing-container .element .element__content {
  background: var(--color-white);
}
.v34_radio .listing-container:first-child .element__media::after {
  border-radius: 8px 8px 0 0;
}
.v34_radio .listing-container .element:first-child .element__content::after {
  display: none;
}
.v34_radio
  .listing-container
  .element
  .element__media
  img:not(.lead-gallery-more img) {
  border-radius: 17px;
}
.v34_radio .element__headline:not(:has(.element__superscription)) a {
  padding-top: 0 !important;
}
/* v34 */

/* paginacja */
.paginacja {
  margin-top: 24px;
}
.v32 ul.horizontal.paginacja a,
ul.horizontal.paginacja a {
  color: var(--color-font);
}
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;
}
.paginacja li.active a,
ul.horizontal.paginacja li.active a {
  color: var(--color-white) !important;
}
ul.horizontal.paginacja .fa-angle-left:before {
  width: 12px;
  height: 12px;
  margin-top: 10px;
  filter: invert(1);
  transform: rotate(180deg);
}
ul.horizontal.paginacja .fa-angle-right:before {
  width: 12px;
  height: 12px;
  margin-top: 8px;
  filter: invert(1);
  margin-left: 0;
}
ul.horizontal.paginacja .fa-angle-right:before,
.v32.listing-container ul.horizontal.paginacja .fa-angle-right:before,
.listing-container.v35.with-pagination
  ul.horizontal.paginacja
  .fa-angle-right:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/white-arrow.svg);
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: -16px;
  display: inline-block;
  transform: none;
  position: relative;
  top: 1px;
  left: 7px;
}
.v32 li.next,
.v32 li.prev ul.horizontal.paginacja li.next,
ul.horizontal.paginacja li.prev {
  background: var(--color-white);
  border-radius: 0;
}
ul.horizontal.paginacja .fa-angle-left:before,
.v32.listing-container ul.horizontal.paginacja .fa-angle-left:before,
.listing-container.v35.with-pagination
  ul.horizontal.paginacja
  .fa-angle-left:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/white-arrow.svg);
  transform: rotate(180deg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  top: -1px;
  left: 7px;
}
ul.horizontal.paginacja li.disable {
  opacity: 0.4;
  background: var(--color-white);
}
.v32 > div .element__content {
  position: relative;
  background: var(--color-white);
  height: 124px;
}
.main-layout .m_zpr_box_top1 {
  margin-bottom: 0;
}

/* podcasts player */
.podcast-layout
  .vjs-playlist
  .vjs-playlist-item.vjs-selected
  .vjs-playlist-button {
  background-image: url(/media/icons/player-podcasts-list-play.svg) !important;
  filter: invert(1);
  height: 42px !important;
}
.podcast-layout .vjs-playlist .vjs-playlist-button {
  filter: invert(1);
}
.podcast-layout .podcasts-player {
  position: relative;
  min-height: 600px;
  width: 100% !important;
  margin-bottom: 24px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.podcast-layout .podcasts-player .vjs-control-bar {
  border-radius: 0 8px 8px 8px;
}
.podcast-layout .podcasts-player .podcasts-player__cover img {
  border-radius: 8px;
}
.podcast-layout .podcasts-player .vjs-play-control.vjs-control.vjs-button {
  border-radius: 8px 8px 0 0;
}
.podcast-layout .podcasts-player .podcasts-player__description {
  padding: 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.podcast-layout .vjs-playlist-title-container {
  color: var(--color-black) !important;
}
.podcast-layout .video-js .vjs-play-control .vjs-icon-placeholder:before {
  filter: invert(75%) sepia(127%) saturate(647%) hue-rotate(348deg)
    brightness(293%) contrast(82%);
}
.player-layout .gl_plugin.header,
.podcast-layout .gl_plugin.header {
  margin-bottom: 24px;
}
.podcast-layout .podcasts-player .turbo_audio_podcast,
.podcast-layout .podcasts-player .turbo_audio_podcast video {
  background-color: var(--color-white) !important;
}
.podcast-layout .podcasts-player .vjs-playlist-vertical .vjs-playlist-item,
.podcast-layout .podcasts-player .vjs-playlist .vjs-selected,
.podcast-layout
  .podcasts-player
  .vjs-playlist
  .vjs-playlist-thumbnail-placeholder {
  color: var(--color-black);
  filter: none;
  margin-bottom: 8px;
  background-color: var(--color-white) !important;
}
.podcast-layout .podcasts-player .vjs-control-bar .vjs-play-control,
.podcast-layout .podcasts-player .vjs-control-bar {
  background-color: var(--color-black) !important;
}
.podcast-layout .podcasts-player .podcasts-player__title {
  color: var(--color-font) !important;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.podcast-layout .podcasts-player .podcasts-player__title,
.podcast-layout .podcasts-player .turbo_audio_podcast .vjs-title-bar p {
  font-family: var(--font-family-main) !important;
}
.player-layout .footer::after,
.podcast-layout .footer::after {
  display: none;
}
.player-layout .main-content .main-title-listing,
.podcast-layout .main-content .main-title-listing {
  background-color: unset !important;
}
.player-layout #hook_box_top1,
.podcast-layout #hook_box_top1 {
  display: none;
}
.podcast-layout
  .podcasts-player
  .vjs-skip-backward-30
  .vjs-icon-placeholder::before {
  background-image: url("/media/muratordom/desktop/images/podcast-rotate-back.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "" !important;
  margin: 8px 12px;
}
.podcast-layout
  .podcasts-player
  .vjs-skip-forward-30
  .vjs-icon-placeholder::before {
  background-image: url("/media/muratordom/desktop/images/podcast-rotate-forward.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "" !important;
  margin: 8px 12px;
}
.podcast-layout .vjs-playlist .vjs-playlist-button,
.podcast-layout
  .vjs-playlist
  .vjs-playlist-item.vjs-selected
  .vjs-playlist-button {
  background-image: url("/media/muratordom/desktop/images/podcast-small-play-black-icon.svg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: unset;
}
.podcast-layout .main-content {
  margin-bottom: 0;
}
.podcast-layout
  .video-js:not(.audioBlockNewPlayer):not(.podcastBlockNewPlayer):not(
    .podcastBlockPlayer--v2
  ) {
  height: 180px !important;
}
.podcast-layout .podcasts-player .podcasts-player__cover {
  top: -2px;
}
/* /podcasts player */

/* Banner */
.main-page-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  min-height: 48px;
  margin: 48px auto;
  background-color: var(--color-white);
  border-radius: 16px;
  font-size: 0;
  box-shadow:
    0px 1px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 6px 0px rgba(0, 0, 0, 0.16),
    0px 2px 4px 0px rgba(0, 0, 0, 0.14);
}
.main-page-banner__text {
  display: inline-flex;
  width: 131px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  color: var(--color-black);
}
.main-page-banner__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 10px;
  min-height: 28px;
  height: auto;
  width: 163px;
  font-weight: 400;
  line-height: 11px;
  text-align: center;
  text-decoration: none;
  border: 1.5px solid var(--color-main);
  background-color: var(--color-white);
  color: var(--color-light-black);
}
/* /Banner */

/* Strona Galerii */
.gallery-layout .element__headline {
  background: unset;
}
.gallery-layout .footer::after {
  display: none !important;
}
/* /Strona Galerii */

/* Strona Autora i Tagu */
.author-layout .author__name {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: var(--color-black);
  margin: 0 0 24px 0;
}
.author-layout .author__spec {
  text-align: center;
}
.author-layout .author__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.author-layout .author__desc a {
  color: var(--color-font);
  text-decoration: underline;
  text-decoration-color: var(--color-font);
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.author-layout .author__image {
  border-radius: 17px;
}
.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;
}
/* /Strona Autora i Tagu */

/* Button 'wiecej' dla sekcji */
.section__more-button .more-button {
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  box-shadow:
    0px 1px 2px 0px rgba(0, 0, 0, 0.04),
    0px 1px 6px 0px rgba(0, 0, 0, 0.06),
    0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
  border-radius: 9999px;
}
/* /Button 'wiecej' dla sekcji */

/* listing NCES */
.listing-nces .element__media a,
.listing-nces .element__media img:not(.lead-gallery-more img) {
  border-radius: 17px;
}
.listing-container.listing-ron-nces.display-flex .element__headline a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: var(--color-font);
  padding: 0 16px;
}
/* /listing NCES */

/* header z tapbarem */
body:has(.bottom-tap-bar) {
  margin-bottom: 67px;
}
.bottom-tap-menu {
  position: fixed;
  z-index: 999999999;
  background: var(--color-white);
  width: 100%;
  height: 100vh;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bottom-tap-bar {
  background-color: var(--color-bg-tapbar);
  box-shadow: 0 0 12px 0px var(--color-white);
}
.bottom-tap-bar > a.active {
  pointer-events: none;
}
.bottom-tap-bar-item.dots {
  padding: 0;
  position: relative;
  top: -9px;
  left: 8px;
}
.bottom-tap-bar-item__dots {
  cursor: pointer;
  position: relative;
  font-size: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  background: url("/media/se/desktop/images/tapbar-hamburger-white-mobile.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 24px;
}
.bottom-tap-menu a {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-white);
}
.bottom-tap-menu li {
  margin-bottom: 14px;
  position: relative;
  padding-right: 44px;
}
ul.left-menu-submenu li {
  margin-bottom: 10px;
}
.bottom-tap-bar-item.active .bottom-tap-bar-item__text span {
  color: var(--color-main);
}
.header .bottom-tap-menu 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%;
}
.header .bottom-tap-menu li.submenu-active {
  position: absolute !important;
  top: 0;
  background: #f4f4f4;
  left: 0;
  z-index: 2;
  width: 50%;
  padding: 16px 0 16px 16px;
  box-sizing: border-box;
  height: 100%;
}
.header .bottom-tap-menu .bottom-tap-menu-left .left-menu-submenu-more {
  content: "";
  position: absolute;
  top: -6px;
  right: 16px;
  display: block;
  background: url(/media/icons/white-chevron-down-icon-menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 44px;
  height: 32px;
  cursor: pointer;
  transform: rotate(180deg);
  background-color: var(--color-main);
  font-size: 0;
}
.header
  .bottom-tap-menu
  .bottom-tap-menu-left
  .left-menu-submenu-more:not(.submenu-active) {
  width: 40px;
  height: 28px;
}
.header .bottom-tap-menu .bottom-tap-menu-left ul li:last-child {
  position: relative;
  padding-bottom: 4px;
}
.bottom-tap-menu .bottom-tap-menu-left li a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  color: #171717;
  text-align: left;
  text-decoration: none;
}
.bottom-tap-menu ul.left-menu-submenu.hide {
  display: none;
}
.bottom-tap-menu .bottom-tap-menu-left {
  padding-top: 16px;
  min-height: 100dvh;
  width: 50vw;
  background-color: #f4f4f4;
}
.bottom-tap-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.bottom-tap-menu-right {
  padding: 16px 16px 16px 24px;
  box-sizing: border-box;
  width: 50vw;
}
.bottom-tap-menu-right .menu-right-items ul li a {
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  text-align: left;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  color: #171717;
}
.bottom-tap-menu-right .menu-right-title a {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: var(--color-main);
  text-decoration: none;
  text-align: left;
}
.bottom-tap-menu-right .menu-right-items {
  max-height: 100vh;
  overflow-y: scroll;
}
.bottom-tap-menu-right .menu-right-title {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.bottom-tap-menu-right .menu-right-items ul li {
  line-height: 19px;
  display: flex;
}
.bottom-tap-menu-right .menu-right-items::-webkit-scrollbar {
  width: 6px;
  border-radius: 30px 0px 0px 0px;
}
.bottom-tap-menu-right .menu-right-items::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.bottom-tap-menu-right .menu-right-items::-webkit-scrollbar-thumb {
  background-color: var(--color-main);
  border-radius: 100px;
}
.bottom-tap-menu-right .bottom-tap-menu-right ul {
  padding-left: 0;
}
.bottom-tap-menu-left ul.left-menu-submenu li a {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: left;
}
.header
  .bottom-tap-menu
  .bottom-tap-menu-left
  .news-active
  .left-menu-submenu-more {
  content: "";
  position: absolute;
  top: 6px;
  left: 140px;
  transform: rotate(-360deg);
}
.header
  .bottom-tap-menu
  .bottom-tap-menu-left
  .submenu-active
  .left-menu-submenu-more {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  transform: rotate(-360deg);
}
.bottom-tap-menu-left ul.left-menu-submenu {
  padding-left: 0;
}
.bottom-tap-menu li.news-active > a {
  margin-bottom: 21px;
  border-bottom: 1px solid var(--color-main);
}
.bottom-tap-menu li.submenu-active > a {
  margin-bottom: 16px;
  line-height: 22px;
  border-bottom: 1px solid var(--color-main);
}
.bottom-tap-menu-right .menu-right-items ul {
  padding: 0 0 280px 0;
}
.header-bar {
  background-color: var(--color-main);
}
.bottom-tap-bar + .header-bar {
  height: 50px;
  align-items: center;
  box-shadow: 0 0 12px 0px var(--color-white);
}
.bottom-tap-bar + .header-bar .header-bar__logo {
  height: 36px;
}
.bottom-tap-bar + .header-bar .header-bar__logo img {
  height: 36px;
  width: auto;
  margin-left: 8px;
}
.bottom-tap-menu .third-level-menu-list {
  padding-left: 0;
  margin-top: 16px;
}
.bottom-tap-menu .third-level-menu-list.hide {
  display: none;
}
.header
  .bottom-tap-menu
  li.submenu-active
  .left-menu-submenu
  .left-menu-submenu-more.third-level {
  top: -6px;
  transform: rotate(180deg);
  transition: 0.6s;
}
.header
  .bottom-tap-menu
  li.submenu-active
  .left-menu-submenu
  .left-menu-submenu-more.third-level.active-arrow {
  transform: rotate(0);
}
.header .bottom-tap-menu .third-level-menu-list li {
  padding-right: 0;
  margin-bottom: 8px;
}
.header .bottom-tap-menu .third-level-menu-list li a {
  font-size: 14px;
}
.header .bottom-tap-bar .bottom-tap-bar-item__dots::after {
  position: absolute;
  content: "MENU";
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--color-white);
  top: 30px;
  right: 9px;
}
.bottom-tap-bar-item__text span {
  font-weight: 600;
}
.header .bottom-tap-bar-item__icon,
.header .bottom-tap-bar-item__icon img {
  width: 24px;
  height: 24px;
}
.header .bottom-tap-bar-item__icon img {
  filter: invert(100%) brightness(1000%);
  -webkit-filter: invert(100%) brightness(1000%);
}
.header .bottom-tap-bar-item.dots.active .bottom-tap-bar-item__dots {
  background: url("/media/se/desktop/images/tapbar-close-mobile.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 20px;
}
.header .bottom-tap-bar-item.dots.active .bottom-tap-bar-item__dots::after {
  content: "ZAMKNIJ";
  color: var(--color-black);
  right: 2px;
  top: 28px;
}
/* /header z tapbarem */
