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

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(../../../fonts/Inter-SemiBold-600.woff2) format("woff2");
}

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

:root {
  --font-family-main: "Inter", sans-serif;
  --filter-main-color: brightness(0) saturate(100%) invert(38%) sepia(68%)
    saturate(5805%) hue-rotate(182deg) brightness(102%) contrast(102%);
  --color-font: #000000e0;
  --color-black: #000000;
  --color-light-black: #000000d9;
  --color-main: #008ad2;
  --color-body-bg: #ffffff;
  --color-text-big-superscription: #ffffff;
  --color-bg-big-superscription: #008ad2;
  --color-text-small-superscription: #ffffff;
  --color-bg-small-superscription: #008ad2;
  --color-bg-slot: #ffffff;
  --color-big-slot-title: #000000e0;
  --color-small-slot-title: #000000e0;
  --color-bg-slot-border: #ffffff;
  --color-bg-header: #ffffff;
  --color-bg-tapbar: #008ad2;
  --color-border-header: #008ad2;
  --color-border-line: #d7d7d7;
  --color-white: #ffffff;
  --color-pagination: #008ad2;
  --color-quiz: #008ad2;
  /* Gallery */
  --color-gallery-text: #ffffff;
  --color-gallery: #008ad2;
  --color-gallery-overlay: rgba(0, 0, 0, 0.6);
  /* Taboola feed */
  --font-family-taboola-feed: "Inter", sans-serif;
  --radius-taboola-feed: 0;
  --color-font-taboola-feed: #000000;
  /* Breadcrumbs */
  --margin-breadcrumbs-category: 8px 16px;
  /* Border radiuses */
  --radius-lead-image: 20px;
  --radius-lead-gallery-main: 20px;
  --radius-lead-gallery-thumbnail: 4px;
  --radius-article-gallery: 20px;
  --radius-article-image: 0;
  --radius-video: 0;
}

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

.gl_wrapper {
  padding: 0 16px;
}

body:not(.article-layout) section > .gl_wrapper {
  padding: 0;
}

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

.blockinfo.gl_plugin {
  margin-bottom: 24px !important;
}
.blockinfo__text.blockinfo__short:has(h1) {
  max-height: none;
}

.main-title-listing span {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  text-align: left;
  color: var(--color-font);
  text-transform: none;
  letter-spacing: 0;
}

/* footer */
.gl_plugin.footer {
  padding-bottom: 70px;
}
.col.col-4.legal-info .h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
  color: var(--color-black);
}
footer .row {
  display: flex;
  flex-direction: column;
}
footer .logo {
  order: 3;
  margin-bottom: 16px;
}
footer .legal-info {
  order: 2;
  color: var(--color-black);
}
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-main);
}
footer .logo img {
  width: 201px;
  margin-top: 10px;
  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: 90%;
  margin: 0 auto;
}
footer .gl_wrapper > .row {
  padding-top: 10px;
  border-top: 4px solid;
  border-image: linear-gradient(
    90deg,
    var(--color-white) 0%,
    var(--color-main) 35%,
    var(--color-main) 65%,
    var(--color-white) 100%
  );
  border-image-slice: 1;
}
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);
  border-bottom: 0;
}
footer .fa-caret-down:before {
  background-size: contain;
  width: 14px;
  height: 8px;
  content: "";
  background-image: url(/media/muratorplus/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::after,
.podcast-layout .footer::after {
  content: "";
  display: block !important;
  position: absolute;
  width: 100%;
  height: 70px;
  background: var(--color-main);
  border-top: 1px solid 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: 272px;
}
.highlight__image-box img {
  margin: 0 auto;
}
.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: 700;
  padding: 16px 0;
  border-bottom: 1px solid #0000000f;
}
/* /highlight */

.article-layout .gl_plugin.header {
  margin-bottom: 0;
}
.article-layout .main-content {
  margin-bottom: 0px;
}
.main-content .main-title-listing {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 16px;
  text-align: left;
}
.audioBlock {
  margin-bottom: 16px;
}
article > ul,
article > ol {
  margin: 0 0 16px 8px;
}
article > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-font);
}
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: 2px !important;
}
article h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 29px;
}
article h3 a {
  color: var(--color-font);
  text-decoration: underline;
  text-decoration-color: var(--color-font);
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-align: left;
}
.recommendedArticle {
  background: #f5f5f5;
  padding: 16px;
  margin-bottom: 24px;
  padding: 24px 16px;
  border: none;
  border-radius: 8px;
  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);
}
.static-teaser {
  margin-bottom: 16px;
}
.recommendedArticle__title p {
  text-align: center;
  display: inline;
  padding: 0 8px;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-font);
  padding-left: 0;
  margin-bottom: 0px;
}
.recommendedArticle__title {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}
.recommendedArticle__link a {
  text-decoration: initial;
  display: flex;
  align-items: center;
  color: var(--color-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline !important;
  text-decoration-color: var(--color-main) !important;
  text-underline-offset: 2px;
  text-decoration-thickness: 1.5px !important;
}

/* tagi */
.article-layout .tags {
  padding-top: 0;
}
.article-layout .tags .breadcrumb__link {
  border: 1px solid var(--color-main);
  color: var(--color-white);
  background-color: var(--color-main);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  padding: 4px 8px;
  transition: 0.4s;
}
.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 {
  background-color: var(--color-main);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 0;
  padding: 8px;
}

article > h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
}
article ol li a,
article ul li a {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-font);
  text-decoration: none;
}
article ol li,
article ul li {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-black);
  text-decoration: none;
}
span.recommendedTitle__text {
  text-align: center;
  color: var(--color-font) !important;
  display: inline;
  padding: 0 8px;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  padding-left: 0;
  margin-bottom: 10px;
}
span.recommendedLink__text {
  display: flex;
  text-decoration: underline !important;
  text-decoration-color: var(--color-main) !important;
  text-underline-offset: 2px;
  text-decoration-thickness: 1.5px !important;
  align-items: center;
  color: var(--color-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
a.ctr_recommend_one {
  text-decoration: none;
}
.recommended-content {
  padding: 24px 16px;
  gap: 16px;
  display: flex;
  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);
  flex-direction: column;
  margin-bottom: 24px;
  background-color: #f5f5f5;
}
.recommended-content .item {
  margin-bottom: 8px;
}
article h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0;
  color: var(--color-font);
  margin-top: 8px;
}
article {
  font-size: 16px;
}
article
  a:not(
    /* TOC */
    .toc li a,
    .toc__link,
    /* /TOC */
    .promo__title,
    .product-presentation__button-link,
    .article-author span a,
    .ofeWidgetCities__itemUrl,
    .ofeWidgetCities__btn,
    .google-preference-btn
  ),
article
  li
  a:not(
    /* TOC */
    .toc li a,
    .toc__link,
    /* /TOC */
    .promo__title,
    .product-presentation__button-link,
    .article-author span a,
    .ofeWidgetCities__itemUrl,
    .google-preference-btn
  ) {
  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 ul li {
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
}
.gl_plugin.socials .expand {
  display: flex;
  align-items: center;
  height: 16px;
  padding: 8px 20px 8px 20px;
  border-radius: 0 0 6px 6px;
  background: var(--color-main);
}
.gl_plugin.socials.collapsed {
  border-bottom: 1px solid var(--color-main) !important;
}
.col-4
  .listing-horizontal-full
  .element__media
  img:not(.lead-gallery-more img) {
  max-width: 80px;
  height: auto;
}
.col-4 .listing-horizontal-full .element__extras .date p {
  display: none;
}
.col-4 .listing-horizontal-full .element__media {
  margin-right: 0 !important;
  width: 80px;
}

.listing-horizontal-full .element {
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.listing-horizontal-full .element:has(.listing-lead) {
  display: block;
}
.col-4 .listing-horizontal-full .element:has(.listing-lead) .element__media {
  margin-right: 16px !important;
}

.listing-horizontal-full .element .element__content .element__headline a {
  padding: 0 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  max-height: 48px;
}
.listing-container.listing-ron-nces {
  padding: 0 16px;
}

p.lead {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  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 {
  padding: 0 16px;
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
}
.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;
}
.v18_side .element {
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 16px;
  margin-right: 16px;
}
.article-layout .v18_side .element {
  margin-left: 0;
  margin-right: 0;
}
.v18_side .main-title-listing span {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--color-main);
  text-align: left;
  padding-left: 16px;
}
.article-layout .v18_side .main-title-listing span {
  padding-left: 0;
}
.main-title-listing a {
  margin-left: 0px;
  color: var(--color-main);
  text-decoration: none;
}
/* 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;
}
.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: 4px;
  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;
}

/*rotator*/
.rotator .swiper-slide::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 1;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(
    to right,
    var(--color-white) 50%,
    var(--color-main) 100%
  );
}
.rotator .swiper-slide {
  border-radius: 8px;
}
.section__container.section__rotator .section__title,
.section__container.section__rotator .section__title h2 {
  color: var(--color-main);
}
.header #hook_top .blockinfo__text h1 {
  margin-top: 16px;
}

/* section v1, v2 rework*/
.section__container .slot {
  margin-bottom: 16px;
}
.section__v2 .slot__image,
.section__v3 .slot__image {
  position: relative;
  z-index: 2;
}
.element__media,
.slot__image {
  background-color: #bfbfbf;
}
.section__v1 .section__slots .slot.slot__big .slot__content,
.section__v2 .section__slots .slot.slot__big .slot__content {
  position: relative !important;
}
.section__v1 .section__slots .slot.slot__big,
.section__v2 .section__slots .slot.slot__big,
.section__v1 .section__slots .slot,
.section__v2 .section__slots .slot {
  height: initial !important;
}
.section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription,
.section__v1
  .section__slots
  .slot.slot__big.slot_2
  .slot__content
  .slot__superscription,
.section__v1
  .section__slots
  .slot.slot__big.slot_3
  .slot__content
  .slot__superscription,
.section__v2
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription {
  position: relative !important;
  width: inherit;
  display: flex;
  height: 24px;
  padding: 4px 24px !important;
  margin-top: 0px !important;
  align-items: center;
  max-width: inherit !important;
}
.section__v1
  .section__slots
  .slot.slot__big.slot_2
  .slot__content
  .slot__superscription,
.section__v1
  .section__slots
  .slot.slot__big.slot_3
  .slot__content
  .slot__superscription {
  background: var(--color-bg-big-superscription);
}
.section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription,
.section__v2
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription {
  background: var(--color-bg-small-superscription);
}
.section__v2.section__light
  .section__slots
  .slot.slot__small
  .slot__content::after,
.section__v1 .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;
}
.section__v2 .slot__superscription p,
.section__v3 .slot__superscription p {
  font-weight: 600 !important;
  width: 100%;
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: none !important;
  background: none !important;
  color: var(--color-text-small-superscription) !important;
  padding: 0 !important;
  margin-left: 0 !important;
}
.section__v2 .slot__title p,
.section__v3 .slot__title p {
  padding: 0 24px !important;
  color: var(--color-small-slot-title) !important;
  margin: 10px 0 !important;
  font-size: 18px !important;
  line-height: 24px !important;
}
.section__v1 .section__slots .slot.slot__big .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title p {
  font-weight: 800 !important;
  font-size: 24px !important;
  line-height: 29px !important;
  color: var(--color-big-slot-title) !important;
  text-align: left !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.section__v1 .section__slots .slot.slot__big .slot__content,
.section__v2 .section__slots .slot.slot__big .slot__content {
  text-align: left !important;
}
.section__v1 .section__slots .slot.slot__big .slot__image {
  width: initial !important;
  margin-right: -16px;
  margin-left: -16px;
}
.gl_plugin.listing:not(.listing-container) {
  text-align: center;
}
.listing .button {
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border-radius: 10px;
  transition: 0.6s;
}
.element__headline {
  text-align: left;
  background: var(--color-white);
}
.gl_plugin.listing {
  margin-bottom: 24px;
}
.main-title-listing a {
  font-weight: 600 !important;
  font-size: 30px !important;
  line-height: 38px !important;
  color: var(--color-black) !important;
}
.section__title a,
.section__title {
  font-weight: 600 !important;
  margin: 8px 0px !important;
  font-size: 30px !important;
  line-height: 38px !important;
  display: flex;
  align-items: flex-end;
  text-align: center;
  letter-spacing: 0;
  text-transform: none !important;
  max-width: 328px;
  color: var(--color-black) !important;
}
.section__header {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: initial;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.section__header .section__links {
  align-self: flex-start;
  margin: 0 16px;
  width: calc(100% - 16px);
}
.section__header .section__links a {
  text-transform: none !important;
  padding: 11px 0;
}

.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 {
  margin-top: 8px !important;
}
.section__container.section__v1 .slot_4 .slot__title p,
.section__container.section__v1 .slot_5 .slot__title p,
.section__container.section__v1 .slot_6 .slot__title p {
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
}
.section__container.section__v1 .slot_1 .slot__title p,
.section__container.section__v1 .slot_2 .slot__title p,
.section__container.section__v1 .slot_3 .slot__title p {
  font-size: 19px !important;
  font-weight: 600 !important;
}
.section__v2 .slot__superscription,
.section__v3 .slot__superscription {
  position: relative !important;
  width: 100% !important;
  background: var(--color-bg-small-superscription) !important;
  height: 24px !important;
  padding: 0px 24px !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p {
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: 0.02em !important;
  color: var(--color-small-slot-title) !important;
  margin: 10px 0 !important;
}
.section__v1 .section__slots .slot.slot__small .slot__image picture img,
.section__v1 .section__slots .slot.slot__small .slot__image,
.section__v2 .section__slots .slot.slot__small .slot__image picture img,
.section__v2 .section__slots .slot.slot__small .slot__image,
.section__v3 .section__slots .slot,
.section__v3 .section__slots .slot .slot__image picture img,
.section__v3 .section__slots .slot .slot__image {
  height: 360px !important;
  overflow: hidden;
}
.section__v1 .section__slots .slot,
.section__v2 .section__slots .slot,
.section__v3 .section__slots .slot {
  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);
}
/* v18 side*/
.gl_plugin.listing.v18_side .main-title-listing {
  text-align: left;
  margin-left: 0;
  background: var(--color-white) !important;
}
.gl_plugin.listing.v18_side .main-title-listing a,
.gl_plugin.listing.v18_side .main-title-listing span,
.section__v4 .section__title,
.section__v4 .section__title a {
  text-decoration: none !important;
  font-weight: 800 !important;
  font-size: 30px !important;
  line-height: 24px !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  color: var(--color-black) !important;
  text-align: left !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.section__v4 {
  padding: 0 !important;
}
.section__v4 .section__slots a {
  margin: 16px 0 !important;
}
.section__v4 .section__header {
  display: flex;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0);
  margin-left: 0px;
  margin-bottom: 8px !important;
}
.section__v4 .section__slots .slot_container {
  border-bottom: 1px solid var(--color-main) !important;
}
.v18_side .element a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: var(--color-black) !important;
}
.main-title-listing {
  width: initial;
  text-align: left;
  padding-left: 16px;
}
.article-layout .main-title-listing,
.category-layout .main-title-listing,
.tag-layout .main-title-listing,
.author-layout .main-title-listing {
  margin-bottom: 16px;
}
.category-layout .blockinfo.gl_plugin:has(.blockinfo__text h1),
.category-layout .blockinfo.gl_plugin:has(.blockinfo__text) h1 {
  margin-bottom: 8px !important;
}
.article-layout #hook_content_bottom {
  margin-left: -16px;
  margin-right: -16px;
}

.slot__superscription p::first-letter,
.element__superscription p::first-letter {
  text-transform: uppercase !important;
}

.gl_plugin.listing.v18_side .main-title-listing {
  margin-bottom: 16px;
}

/*rotator*/
.section__rotator .swiper-slide a {
  width: 160px;
  height: 200px;
}
.swiper.rotator .swiper-button-next {
  width: 40px;
  height: 60px;
}
.swiper.rotator .swiper-button-prev {
  width: 40px;
  height: 60px;
}
.swiper.rotator .swiper-button-next::after {
  background: url(/media/muratorplus/desktop/images/chevron-right.svg);
  width: 40px;
  height: 60px;
}
.swiper.rotator .swiper-button-prev::after {
  background: url(/media/muratorplus/desktop/images/chevron-left.svg);
  width: 40px;
  height: 60px;
}
.rotator .swiper-slide.swiper-slide-visible.swiper-slide-active img {
  height: 155px !important;
}
.rotator .slot__title {
  padding: 8px !important;
}
.rotator .slot__title p {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
  -webkit-line-clamp: 2 !important;
  text-align: left;
}
.swiper-wrapper:nth-child(n -1) .section__rotator::before {
  background: linear-gradient(
    90deg,
    var(--color-white) 50%,
    var(--color-main) 100%
  );
}
.section__container.section__rotator.section__light {
  width: 100vw;
}
.slot__content {
  background: var(--color-bg-slot);
}
.section__container.section__rotator.section__light .section__title {
  font-weight: 800;
  font-size: 30px;
  line-height: 58px;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  color: var(--color-white);
}
.section__container.section__rotator.section__light {
  margin-bottom: 24px;
  overflow: hidden;
}
.section__container.section__rotator.section__light .section__header {
  padding: 16px !important;
}
.rotator .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 155px !important;
  height: 203px !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: 700;
  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;
}

/* v30*/
.v30 .element__media {
  width: initial;
  object-fit: cover;
  object-position: center;
  max-height: 288px;
}
.v30 .element__media a {
  min-height: 0px;
}
.v30 .element__media img:not(.lead-gallery-more img) {
  max-height: 288px;
  object-fit: cover;
  object-position: center;
}
.v30 .element__media::after {
  top: -4px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--color-white) 50%,
    var(--color-main) 100%
  );
  border-radius: 0;
}
.v30 > div:nth-of-type(1) .element__media::after,
.v30 > div:nth-of-type(2) .element__media::after,
.v30 > div:nth-of-type(3) .element__media::after {
  border-radius: 8px 8px 0 0;
}
.listing-container.v30 .element .element__content .element__headline a {
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-small-slot-title);
  -webkit-line-clamp: 3;
  text-align: left;
  padding: 0 24px;
  max-height: 124px;
  margin: 0;
}
.listing-container.v30 .element .element__content .element__superscription p {
  position: absolute;
  text-align: left;
  font-weight: 600 !important;
  height: inherit;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: none !important;
  background: none !important;
  color: var(--color-text-small-superscription) !important;
  padding: 0 !important;
  margin-left: 0 !important;
  top: 4px;
  left: 24px;
}
.listing-container.v30 .element .element__content .element__superscription {
  position: relative;
  width: inherit;
  background: var(--color-bg-small-superscription);
  color: var(--color-text-small-superscription);
  display: flex;
  height: 24px;
  padding: 4px 24px !important;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 0;
  margin-bottom: 8px;
  align-items: center;
  max-width: inherit !important;
}
.v30 > div .element__content {
  height: 124px;
  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);
}
.listing-container.v30 .element {
  height: 380px;
  width: 100%;
  margin-left: 0;
  margin-top: 4px;
  position: relative;
  overflow: initial;
  margin-bottom: 32px;
  margin-right: 0;
}
.listing-container.v30 .element .element__media::after {
  top: -4px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--color-white) 50%,
    var(--color-main) 100%
  );
  border-radius: 8px 8px 0 0;
}
.v30 div {
  height: initial;
  width: 100%;
  overflow: initial !important;
}

/* section v2 rework */
.section__container.section__v2.section__light
  .section__slots
  .slot:first-child
  .slot__image {
  width: inherit;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.section__v2 .section__slots .slot:first-child .slot__content .slot__title p {
  padding-left: 24px !important;
}
.section__v2 .slot__image::after,
.section__v3 .slot__image::after {
  top: 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--color-white) 50%,
    var(--color-main) 100%
  );
}
.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 {
  font-weight: 700;
  font-size: 30px !important;
  line-height: 42px !important;
  color: var(--color-black);
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}

/*section v3 rework*/
.section__v3 .section__slots .slot__content {
  min-height: 124px;
  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);
}

/*section v5 rework*/
.section__v5 {
  background-color: var(--color-white);
}
.section__v5 .slot {
  margin-bottom: 10px;
}
.section__v5 .section__slots > a .slot__content .slot__title p {
  color: var(--color-white);
  -webkit-line-clamp: 2;
  font-weight: 600;
  margin: 4px 8px;
}
.section__v5 .section__header {
  position: relative;
  display: inline-block;
  width: 100vw;
}
.section__v5 .section__header .section__title {
  position: relative;
  justify-content: center;
  left: 24px;
  max-height: unset;
}
.section__v5 .section__slots .slot__image picture img,
.section__v5 .section__slots .slot__image {
  max-width: 168px;
}
.section__v5 .section__slots {
  background: var(--color-white);
  grid-column-gap: 8px;
  padding: 16px;
  place-items: center;
}
.section__v5 .section__slots a {
  border-radius: 4px;
  overflow: hidden;
  max-width: 168px;
}
.section__v5 .section__slots > a .slot__content .slot__superscription {
  display: none;
}
.section__v5 .section__slots > a .slot__content .slot__title {
  background: var(--color-main);
  max-height: 56px;
  top: 108px;
}
.section__v5 .section__slots > a .slot__content .slot__title p,
.section__v5 .section__slots > a .slot__content .slot__title h2,
.section__v5 .section__slots > a .slot__content .slot__title h3 {
  -webkit-line-clamp: 2;
}
.section__v5 .poly_type_video::after {
  background-image: url(/media/muratorplus/desktop/images/video-section-play-icon.svg);
}

/* product-presentation */
.product-presentation__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-main);
  color: var(--color-white);
  border-radius: 8px;
  text-wrap: nowrap;
  padding: 4px 8px;
  margin: auto;
  min-height: 32px;
  white-space: normal;
  text-decoration: none;
}
.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: 1px solid #0000000f;
  padding-bottom: 0;
}

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: 20px;
  line-height: 24px;
  color: var(--color-font);
  border-bottom: 1px solid #0000000f;
  padding-bottom: 8px;
}

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

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

article .highlight .highlight__button .hightlight__button-link {
  background-color: var(--color-main);
  padding: 5px 15px;
  color: var(--color-white);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  border-radius: 6px;
  text-decoration: none !important;
}

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

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

article .highlight .highlight__figcaption {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.65);
  padding: 2px 4px;
  left: 0;
  margin: 0;
}

article .highlight .highlight__figcaption .hightlight__text {
  text-align: left;
  color: var(--color-font);
  font-size: 11px;
  line-height: 17px;
}

/*v32*/
.v32 {
  margin-bottom: 50px;
}
.v32 .element {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
  height: 380px;
  overflow: initial;
}
.v32 .element__content {
  position: relative;
  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);
}
.v32 .element__content:after {
  display: none;
}
.v32 > div:nth-of-type(1),
.v32 > div:nth-of-type(2),
.v32 > div:nth-of-type(3) {
  height: 460px;
  width: 100%;
  position: relative;
  overflow: initial;
  margin-bottom: 32px;
}
.v32 .element__media::after {
  top: -4px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--color-white) 50%,
    var(--color-main) 100%
  );
  border-radius: 0;
}
.v32 > div:nth-of-type(1) .element__media::after,
.v32 > div:nth-of-type(2) .element__media::after,
.v32 > div:nth-of-type(3) .element__media::after {
  border-radius: 8px 8px 0 0;
}
.v32 > div:nth-of-type(1) .element__media,
.v32 > div:nth-of-type(2) .element__media,
.v32 > div:nth-of-type(3) .element__media {
  width: initial;
  object-fit: cover;
  object-position: center;
  max-height: 360px;
}
.v32 .element__media {
  width: initial !important;
  object-fit: cover !important;
  object-position: center !important;
  max-height: 320px !important;
}
.v32 .element__media a {
  min-height: 250px !important;
}
.v32 > div:nth-of-type(1) .element__media img:not(.lead-gallery-more img),
.v32 > div:nth-of-type(2) .element__media img:not(.lead-gallery-more img),
.v32 > div:nth-of-type(3) .element__media img:not(.lead-gallery-more img) {
  max-height: 356px !important;
  object-fit: cover !important;
  object-position: center !important;
}
.v32 .element__media img:not(.lead-gallery-more img) {
  max-height: 320px !important;
  object-fit: cover !important;
  object-position: center !important;
}
.v32 .element__content:after {
  display: none !important;
}
.v32 > div:nth-of-type(1) .element__headline a,
.v32 > div:nth-of-type(2) .element__headline a,
.v32 > div:nth-of-type(3) .element__headline a {
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  color: var(--color-big-slot-title) !important;
  -webkit-line-clamp: 3 !important;
  text-align: left !important;
  padding: 0 24px;
  max-height: 124px !important;
  min-height: 96px !important;
  margin-top: 0 !important;
}
.v32 .element__headline a,
.v32 .element__headline a,
.v32 .element__headline a {
  font-size: 18px !important;
  line-height: 24px !important;
  color: var(--color-small-slot-title) !important;
}
.v32 .element__content {
  padding-bottom: 8px !important;
  height: initial !important;
  text-align: left !important;
}
.v32 .element__content a {
  color: var(--color-small-slot-title) !important;
  background: var(--color-bg-slot) !important;
}
.v32 > div:nth-of-type(1) .element__extras,
.v32 > div:nth-of-type(2) .element__extras,
.v32 > div:nth-of-type(3) .element__extras {
  position: relative;
  top: -436px;
}
.v32 .element__content .element__extras {
  position: relative;
  top: -356px;
}
.blockinfo.gl_plugin {
  margin-bottom: 16px;
  padding: 0 16px;
}
.blockinfo__text.blockinfo__short h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  padding: 0 16px;
  color: var(--color-black);
  text-align: center;
}
.main-content .main-title-listing span {
  padding: 0;
}
.category-layout .gl_plugin.header {
  margin-bottom: 0px;
}
.element__headline:not(:has(.element__superscription)) a {
  padding: 16px 16px !important;
}

.v32 > div:nth-of-type(1) .element__headline .element__superscription p,
.v32 > div:nth-of-type(2) .element__headline .element__superscription p,
.v32 > div:nth-of-type(3) .element__headline .element__superscription p {
  text-align: left;
  font-weight: 600 !important;
  height: inherit;
  width: 100%;
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: none !important;
  background: none !important;
  color: var(--color-text-big-superscription) !important;
  padding: 0 !important;
  margin-left: 0 !important;
  top: 0;
}
.v32 .element__headline .element__superscription p {
  text-align: left;
  font-weight: 600 !important;
  height: inherit;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: none !important;
  background: none !important;
  color: var(--color-text-small-superscription) !important;
  padding: 0 !important;
  margin-left: 0 !important;
  top: 4px;
}
.v32 > div:nth-of-type(1) .element__headline .element__superscription,
.v32 > div:nth-of-type(2) .element__headline .element__superscription,
.v32 > div:nth-of-type(3) .element__headline .element__superscription {
  position: relative;
  width: inherit;
  background: var(--color-bg-big-superscription);
  color: var(--color-text-big-superscription);
  display: flex;
  height: 24px;
  padding: 4px 24px !important;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 0;
  margin-bottom: 8px;
  align-items: center;
  justify-content: flex-start;
  max-width: inherit !important;
}
.v32 .element__headline .element__superscription {
  position: relative;
  width: inherit;
  background: var(--color-bg-small-superscription);
  color: var(--color-text-small-superscription);
  display: flex;
  height: 24px;
  padding: 4px 24px !important;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 0;
  margin-bottom: 8px;
  align-items: center;
  max-width: inherit !important;
}
.v32 .element .element__headline {
  margin-left: 0;
  width: inherit;
  text-align: left;
  overflow: hidden;
}
.v32 .element .element__headline a {
  font-weight: 600 !important;
  padding: 0 24px;
}
/* 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;
}
.v34_radio.short .listing-container .element:first-child {
  height: 460px;
}
.v34_radio.short .listing-container .element {
  height: 375px;
  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);
}
.v34_radio.short
  .listing-container
  .element__headline
  .element__superscription
  p {
  text-align: left;
  font-weight: 600 !important;
  height: inherit;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: none !important;
  background: none !important;
  color: var(--color-text-small-superscription) !important;
  padding: 0 !important;
  margin-left: 0 !important;
  top: 4px;
}
.v34_radio.short .element__headline .element__superscription {
  position: relative;
  width: inherit;
  background: var(--color-bg-small-superscription);
  display: flex;
  height: 24px;
  padding: 4px 24px !important;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 0;
  margin-bottom: 8px;
  align-items: center;
  justify-content: flex-start;
  max-width: inherit !important;
}
.v34_radio .listing-container .element:first-child .element__headline a {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-small-slot-title);
  background: var(--color-bg-slot);
}
.v34_radio .listing-container .element__headline a {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: var(--color-small-slot-title);
  padding: 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
.v34_radio .listing-container .element__content {
  max-height: 104px;
}
.v34_radio .listing-container .element:first-child .element__content,
.v34_radio .listing-container .element .element__content {
  background: var(--color-bg-slot);
}
.v34_radio.short .element__media::after {
  top: -4px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--color-white) 50%,
    var(--color-main) 100%
  );
  border-radius: 0;
}
.v34_radio .listing-container:first-child .element__media::after {
  border-radius: 8px 8px 0 0;
}
/* 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: 6px;
  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 {
  height: 124px;
}

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

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

.podcasts-player .vjs-control-bar::after {
  top: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--color-white) 0%,
    var(--color-white) 33%,
    var(--color-main) 50%,
    var(--color-white) 66%,
    var(--color-white) 100%
  );
}
/* /audioBlock - ver. 02 */

/* 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(45%) sepia(61%) saturate(3563%) hue-rotate(175deg)
    brightness(89%) contrast(101%);
}
.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 .vjs-playlist-vertical .vjs-playlist-item {
  box-shadow:
    0px 2px 4px 0px #00000005,
    0px 1px 6px -1px #00000005,
    0px 1px 2px 0px #00000008;
}
.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: 25.88px;
  font-weight: 700;
}
.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 .gl_plugin.footer,
.podcast-layout .gl_plugin.footer {
  padding-bottom: 70px !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/muratorplus/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/muratorplus/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/muratorplus/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_page_banner__widget-container {
  margin: 24px auto;
}
.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 */

/*miesięcznik banner*/
.main_page_banner__widget-container {
  display: flex;
  align-items: center;
  width: 344px;
  min-height: 32px;
  height: auto;
  margin: 20px auto;
  background-color: var(--color-main);
  border-radius: 16px;
  font-size: 0;
  padding: 2px 0;
}
.main_page_banner__widget-inner {
  background-color: var(--color-main);
  border-radius: 16px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.main_page_banner__widget-row {
  display: flex;
  max-width: 331px;
  align-items: center;
  margin: auto;
  gap: 10px;
}
.main_page_banner__widget-text {
  font-size: 13px;
  color: var(--color-white);
  line-height: 16px;
  letter-spacing: -0.5px;
  text-align: right;
}
.main_page_banner__widget-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 11px;
  height: 24px;
  width: 100%;
  max-width: 146px;
  font-weight: 700;
  line-height: 11px;
  text-align: center;
  text-decoration: none;
  background-color: var(--color-white);
  color: var(--color-black);
  padding: 2px 4px;
  box-sizing: border-box;
}
.main_page_banner__widget-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  border: 0;
  outline: 0;
  filter: invert(1);
}
/* /miesięcznik banner*/

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

/* Strona Autora i Tagu */
.author-layout h1.author__name {
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: var(--color-black);
  padding: 0 16px;
  margin: 0 0 16px 0;
}
.author-layout .author__spec {
  text-align: center;
}
.author-layout .author__desc {
  padding: 0 16px;
  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: 2px;
}
.author-layout .gl_plugin.author {
  margin-bottom: 32px;
}
.tag-layout #blockinfo_long_seo_text {
  margin-bottom: 32px !important;
}
.tag-layout .blockinfo__text p,
.tag-layout .blockinfo__text li {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--color-font);
  padding: 0 16px;
}
.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 */

.main-layout .section__v2.short .slot.slot_1.slot__big .slot__image::after {
  display: none;
}
.main-layout .section__v2.short .slot.slot_1.slot__big .slot__image {
  border-radius: 0;
}

/* Strony typu Akcje specjalne */
.listing.actions_logo .listing-container {
  justify-content: flex-start;
  gap: 16px;
  padding: 0 16px;
}
.listing.actions_logo .listing-container.listing-horizontal-full .element {
  width: 130px;
  height: 86px;
  margin: 0;
  padding: 0;
}
.listing.actions_logo .listing-container .element .element__media {
  width: 100% !important;
  height: 100% !important;
}
.listing.actions_logo .listing-container .element::after {
  display: none;
}
.listing.actions_logo + .blockinfo.gl_plugin {
  margin-top: 16px;
}
.listing.actions_logo .main-title-listing,
.listing.actions_logo .main-title-listing span,
.listing.actions_logo .main-title-listing a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 16px 0;
}
.hero-box {
  margin: 0 0 16px 0;
}
/* /Strony typu Akcje specjalne */

/* Player Video SG */
.main-layout .player.player--main,
.main-layout .player.player--main .turbo-vjs {
  border-radius: 8px;
  box-shadow:
    0px 6px 16px 0px rgba(0, 0, 0, 0.08),
    0px 3px 6px -4px rgba(0, 0, 0, 0.12),
    0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}
/* /Player Video SG */

/* special actions */
body:has(.actions_logo.e-wydanie-muratorplus) .main-title-listing {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  text-transform: unset !important;
  margin: 0 0 16px 0 !important;
}

body:has(.actions_logo.e-wydanie-muratorplus) .main-title-listing span,
body:has(.actions_logo.e-wydanie-muratorplus) .main-title-listing a {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: var(--color-light-black);
  padding: 0;
  text-transform: unset;
}

body:has(.actions_logo.e-wydanie-muratorplus)
  .col-12
  .listing-container.listing-vertical-triple
  .element {
  position: relative;
}

.listing-container.listing-vertical-triple {
  gap: 24px;
}

.col-12 .listing-container.listing-vertical-triple .element,
.listing-container.listing-vertical-triple .element,
.listing-vertical-triple .element__media img:not(.lead-gallery-more img),
.listing-vertical-triple .element__media {
  width: 100%;
}

.listing-container.listing-vertical-triple .element {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.listing-container.listing-vertical-triple .element__headline a {
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  display: flex;
  align-items: center;
  color: var(--color-font);
  padding: 0 16px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}

/* ----------------------------------
Actions_Logo Slider Scrollbar - Start
---------------------------------- */
.listing.actions_logo .element__media a {
  background-color: rgba(255, 255, 255, 0);
}
.listing.actions_logo .listing-container.listing-horizontal-full .element {
  width: auto !important;
  height: max-content;
}
.listing.actions_logo:before {
  content: "Przesuń palcem, aby zobaczyć więcej";
  position: absolute;
  width: 231px;
  height: 10px;
  bottom: 14px;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: var(--color-font);
  right: 16px;
}
.listing.actions_logo:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 20px;
  bottom: 6px;
  right: 11px;
  background: url(https://cdn.files.smcloud.net/t/hand-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.listing.actions_logo .listing-horizontal-full .element__media {
  width: 120px !important;
  height: 98px !important;
  background-color: rgba(255, 255, 255, 0);
}
.listing.actions_logo
  .listing-horizontal-full
  .element__media
  img:not(.lead-gallery-more img) {
  max-height: 80px;
  object-fit: cover;
}
.listing.actions_logo {
  overflow: hidden;
}
.listing.actions_logo .listing-container {
  overflow-x: auto;
  overflow-y: hidden;
}
.listing.actions_logo .listing-container.listing-horizontal-full.display-flex {
  height: 120px;
  width: max-content;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.listing.actions_logo .listing-container {
  scrollbar-width: 0;
  background-color: transparent;
}
.listing.actions_logo .listing-container::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.listing.actions_logo .listing-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
/* animowany slider partnerow e-wydania muratorplus */
.listing.actions_logo.e-wydanie-muratorplus {
  position: relative;
  height: 140px;
  width: 100%;
}
.listing.actions_logo.e-wydanie-muratorplus .listing-container {
  position: absolute;
  left: 0;
  top: 56px;
  animation: inifitelogosloop 40s linear infinite !important;
}
.listing.actions_logo.e-wydanie-muratorplus.animation-unset .listing-container {
  animation: unset !important;
}
.listing.actions_logo.e-wydanie-muratorplus.animation-desktop-unset-mobile-10s
  .listing-container {
  animation: inifitelogosloop 10s linear infinite !important;
}
.listing.actions_logo.e-wydanie-muratorplus.animation10s .listing-container {
  animation: inifitelogosloop 10s linear infinite !important;
}
.listing.actions_logo.e-wydanie-muratorplus.animation10s-desktop-15s-mobile
  .listing-container {
  animation: inifitelogosloop 15s linear infinite !important;
}
.listing.actions_logo.e-wydanie-muratorplus.animation20s .listing-container {
  animation: inifitelogosloop 20s linear infinite !important;
}
.listing.actions_logo.e-wydanie-muratorplus.animation20s-desktop-10s-mobile
  .listing-container {
  animation: inifitelogosloop 10s linear infinite !important;
}
.listing.actions_logo.e-wydanie-muratorplus.animation30s .listing-container {
  animation: inifitelogosloop 30s linear infinite !important;
}
.listing.actions_logo.e-wydanie-muratorplus.animation50s .listing-container {
  animation: inifitelogosloop 50s linear infinite !important;
}
.listing.actions_logo.e-wydanie-muratorplus.animation60s .listing-container {
  animation: inifitelogosloop 60s linear infinite !important;
}
.listing.actions_logo.e-wydanie-muratorplus.animation70s .listing-container {
  animation: inifitelogosloop 70s linear infinite !important;
}
.listing.actions_logo.e-wydanie-muratorplus.animation80s .listing-container {
  animation: inifitelogosloop 80s linear infinite !important;
}
.listing.actions_logo.e-wydanie-muratorplus.animation120s .listing-container {
  animation: inifitelogosloop 120s linear infinite !important;
}
.listing.actions_logo.e-wydanie-muratorplus.animation160s .listing-container {
  animation: inifitelogosloop 160s linear infinite !important;
}
.listing.actions_logo.e-wydanie-muratorplus .listing-container .element {
  margin-right: 40px !important;
}
.listing.actions_logo.e-wydanie-muratorplus
  .listing-container.listing-horizontal-full.display-flex {
  height: 88px;
}
@keyframes inifitelogosloop {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
    left: 100%;
  }
  100% {
    transform: translateX(0);
  }
}
.listing.actions_logo.e-wydanie-muratorplus::before,
.listing.actions_logo.e-wydanie-muratorplus::after {
  display: none;
}
/* /animowany slider partnerow e-wydania muratorplus */
/* --------------------------------
Actions_Logo Slider Scrollbar - End
-------------------------------- */

/* teaser */
.teaser_wide {
  margin: 0 auto 32px auto;
  padding: 0 16px;
  display: inline-block;
}

.teaser_wide .col-8,
.teaser_wide .col-4 {
  padding: 30px 0;
}

.teaser_wide .col-8 {
  text-align: left;
  float: right;
  margin: 0 0 0 15px;
  width: -webkit-calc(70% - 16px);
  width: calc(70% - 16px);
}

.teaser_wide .col-4 {
  width: 30%;
}

.teaser_wide .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  width: max-content;
  height: 32px;
  padding: 0 16px;
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
  color: var(--color-white);
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  box-sizing: border-box;
  text-transform: uppercase;
}

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

.teaser_wide .text {
  width: 100%;
  text-align: left;
  margin: 0 0 12px 0;
}

.teaser_wide .text p {
  display: block;
  font-size: 13px;
  line-height: 17px;
  color: var(--color-font);
  font-weight: 400;
}

.teaser_wide .text:first-child {
  border-right: none;
  width: 100%;
  text-align: left;
}

.teaser_wide .col-8,
.teaser_wide .col-4 {
  padding: 0;
}

.teaser_wide .text:first-child p {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 8px;
}

.teaser_wide .img img {
  max-width: 100%;
}

.teaser_wide .col-4 .img {
  float: right;
  overflow: hidden;
}
/* teaser */
