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

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

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

:root {
  --font-family-main: "Montserrat", sans-serif;
  --color-font: #222222;
  --color-black: #000000;
  --color-light-black: #12263a;
  --color-main: #35d7c7;
  --color-main-second: #f4d1ae;
  --color-main-third: #202f7b;
  --color-body-bg: #ffffff;
  --color-text-big-superscription: #12263a;
  --color-bg-big-superscription: #f4d1ae;
  --color-text-small-superscription: #12263a;
  --color-bg-small-superscription: #f4d1ae;
  --color-bg-slot: #c5d8d133;
  --color-big-slot-title: #222222;
  --color-small-slot-title: #222222;
  --color-bg-slot-border: #ffffff;
  --color-bg-header: rgba(197, 216, 209, 0.2);
  --color-border-header: rgba(197, 216, 209, 0.2);
  --color-border-line: #999999;
  --color-white: #ffffff;
  --color-transparent: rgba(255, 255, 255, 0);
  --color-img-border: rgba(197, 216, 209, 0.2);
  --color-pagination: #35d7c7;
  --color-quiz: #35d7c7;
  /* Gallery */
  --color-gallery-text: #222222;
  --color-gallery: #35d7c7;
  --color-gallery-overlay: rgba(0, 0, 0, 0.6);
  --shadow-slot:
    0px 9px 28px 8px #0000000d, 0px 3px 6px -4px #0000001f,
    0px 6px 16px 0px #00000014;
  --shadow-btn: 0px 1px 1px 1px rgba(5, 145, 255, 0.1);
  /* Calculators */
  --color-calculator-primary: #35d7c7;
  --color-calculator-secondary: #2a887f;
  --radius-calculator-wrapper: 20px;
  --radius-calculator-button: 20px;
  /* Taboola feed */
  --font-family-taboola-feed: "Montserrat", 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);
  /* Border radiuses */
  --radius-lead-image: 20px;
  --radius-lead-gallery-main: 20px;
  --radius-lead-gallery-thumbnail: 20px;
  --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);
}

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

body.main-layout.screening .zpr_screening {
  background-attachment: fixed !important;
}

.zpr_combo .zpr_box_top1 {
  margin-top: 8px;
}

.tag-layout.wide section + section .gl_wrapper,
.author-layout.wide section + section .gl_wrapper,
.podcast-layout.wide section + section .gl_wrapper {
  padding-top: 16px;
}

/* header */
.header .header-bar {
  margin-left: calc(50vw - 640px);
  justify-content: flex-start;
  align-items: center;
  height: 64px;
  width: 1280px;
  z-index: 9999998;
  border-radius: 999999px;
  background: var(--color-bg-header);
  box-shadow:
    0 4px 40px 0 rgba(0, 0, 0, 0.06),
    0 20px 40px 0 rgba(0, 0, 0, 0.04),
    0 40px 40px 0 rgba(0, 0, 0, 0.02);
}

.header .header-bar-wrapper {
  position: relative;
  z-index: 9999998;
}

.header
  .header-bar
  .bottom-tap-bar
  .bottom-tap-bar-item
  .bottom-tap-bar-item__text
  span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--color-light-black);
  white-space: pre-line;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots {
  position: relative;
  font-size: 0;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  background: url(/media/poradnikzdrowie/desktop/images/hamburger-desktop.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  width: 35px;
  height: 28px;
  top: 1px;
  left: 0px;
  margin: 0;
  box-sizing: border-box;
}

.header
  .header-bar
  .bottom-tap-bar
  .bottom-tap-bar-item.dots.active
  .bottom-tap-bar-item__dots {
  width: 35px;
  height: 30px;
  background: url(/media/poradnikzdrowie/desktop/images/x-desktop.svg?nocache);
  background-size: contain;
  background-repeat: no-repeat;
  left: 2px;
  top: 0;
  opacity: 100%;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.dots {
  position: relative;
  top: 0;
  right: 0;
  padding: 0;
  margin-left: 80px;
}

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

.header .header-bar .header-bar__logo img {
  position: relative;
  top: 6px;
  left: 6px;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  height: 50px;
  z-index: 999999999999999999;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item {
  flex-direction: row;
  padding: 12px 0;
  margin: 0;
  font-size: 17px;
  line-height: normal;
  height: 32px;
  gap: 6px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.header .header-bar .bottom-tap-bar {
  height: 48px;
  justify-content: flex-end;
  margin-right: 20px;
}

.bottom-tap-bar .bottom-tap-bar-wrapper {
  justify-content: flex-end;
  gap: 40px;
}

.header .header-bar .bottom-tap-bar a {
  position: relative;
  top: 0;
}

.header .header-bar .bottom-tap-bar a:hover .bottom-tap-bar-item span,
.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.active span {
  color: var(--color-main);
}

.header .header-bar .bottom-tap-bar a:hover .bottom-tap-bar-item__icon img,
.header
  .header-bar
  .bottom-tap-bar
  .bottom-tap-bar-item.active
  .bottom-tap-bar-item__icon
  img,
.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots:hover {
  filter: invert(64%) sepia(43%) saturate(647%) hue-rotate(125deg)
    brightness(105%) contrast(86%);
}

body.menu-tapbar-open section.main__section section + section .gl_wrapper {
  border-radius: 32px 32px 0 0;
}
/* /header */

/* footer */
footer .gl_wrapper > .row {
  border-top: 1px solid var(--color-border-line);
  padding: 24px 0 0 0 !important;
}

footer .legal-info--additional {
  border-bottom: 1px solid var(--color-border-line);
}

footer .legal-info {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
  margin: 0 0 24px 0 !important;
  text-align: center;
  width: 100% !important;
}

footer .show-list,
footer .copyright {
  background-color: var(--color-main);
  border-radius: 9999px;
}

footer .list {
  background-color: var(--color-main);
  border-radius: 24px;
  border-bottom: 1px solid var(--color-white);
}

footer .serwis-list .copyright:before {
  border-top: 1px solid var(--color-white);
  margin-top: -1px;
}

footer .fa-caret-down:before {
  background-size: contain;
  width: 14px;
  height: 8px;
  content: "";
  background-image: url("/media/urzadzamy/desktop/images/white_caret_down.svg");
  background-size: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

footer .copyright .copyright__text {
  position: relative;
}

footer .serwis-list.show::before {
  height: 220px;
}

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

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

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

footer .legal .h3,
footer .about .h3 {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

footer .logo,
footer .about {
  margin-bottom: 24px;
}

footer ul li,
footer ol li,
footer dl li {
  line-height: 16px;
  height: 16px;
}

footer .legal-info .h5 {
  text-align: left;
}

footer ul li a:hover {
  color: var(--color-main);
}
/* /footer */

/* sekcja otwarciowa SG */
.main-layout .section__v2.slot-one-open {
  position: relative;
  top: 0;
  left: 24px;
  display: inline-grid;
  width: 584px;
  max-width: 584px;
}
.main-layout .section__v2.slot-one-open .section__header .section__title {
  display: block;
  max-width: 588px;
  max-height: 34px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 24px;
  margin-left: 0;
}
.main-layout .section__v4.slot-one-open {
  position: relative;
  display: inline-grid;
  top: 0;
  left: 32px;
}
.main-layout .section__v4.slot-one-open .section__slots .slot_container {
  border-bottom: 0;
}
.main-layout .section__v4.slot-one-open .section__slots a {
  position: relative;
  padding-left: 24px;
}
.main-layout .section__v4.slot-one-open .section__slots a:hover {
  color: var(--color-main);
}
.main-layout .section__v4.slot-one-open .section__slots a::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 6px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: var(--color-main);
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.main-layout .section__v4 .section__title {
  display: block;
  max-width: 300px;
  max-height: 34px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--color-main);
  margin-bottom: 16px;
}
.main-layout #side_1_noscroll {
  position: relative;
  top: 12px;
  left: 40px;
  display: inline-grid;
}
/* /sekcja otwarciowa SG */

/* sekcje */
.section__container .section__header {
  display: flex;
  flex-direction: column;
}

.special-section.section__container .section__header {
  margin-left: 16px;
  margin-right: 16px;
}

.slot__superscription p,
.element__superscription p {
  text-transform: uppercase;
}

.section__more-button .more-button,
.section__more-button .more-button:hover {
  min-width: 151px;
  border-radius: 9999px;
  color: var(--color-black);
  border: 0;
  box-shadow: var(--shadow-btn);
}

.section__more-button .more-button:hover {
  background-color: var(--color-main-second);
}

.section__v1 .section__slots .slot:hover,
.section__v2 .section__slots .slot:hover,
.section__v3 .section__slots > a:hover,
.section__v6 .section__slots .slot:hover,
.listing-container.listing-vertical-triple .element:hover {
  filter: brightness(1.05);
}

.section__v3
  .section__slots
  .slot
  .slot__image
  picture
  img:not(.lead-gallery-more img),
.section__v3 .section__slots .slot .slot__image,
.section__v2
  .section__slots
  .slot.slot__small
  .slot__image
  picture
  img:not(.lead-gallery-more img),
.section__v2 .section__slots .slot.slot__small .slot__image {
  border-radius: 24px;
  width: 252px;
  height: 210px;
}

.section__v3
  .section__slots
  .slot
  .slot__image
  picture
  img:not(.lead-gallery-more img) {
  border: 1px solid var(--color-img-border);
  box-shadow: var(--shadow-slot);
  min-height: 210px;
}

.section__v3 .section__slots .slot .slot__image figure,
.section__v2 .section__slots .slot.slot__small .slot__image figure {
  width: 252px;
  height: 210px;
  margin: 24px;
}

.section__v2
  .section__slots
  .slot.slot__big
  .slot__image
  picture
  img:not(.lead-gallery-more img),
.section__v2 .section__slots .slot.slot__big .slot__image {
  border-radius: 32px;
  width: 552px;
  height: 462px;
}

.section__v2 .section__slots .slot.slot__big .slot__image img {
  box-shadow: var(--shadow-slot);
  border: 1px solid var(--color-img-border);
}

.section__v2 .section__slots .slot.slot__big .slot__image figure {
  width: 552px;
  height: 462px;
  margin: 16px;
}

.section__v2 .section__slots .slot.slot__big {
  height: 728px;
  background-color: var(--color-bg-slot);
  border-radius: 40px;
  width: 584px;
  max-width: 584px;
  box-shadow: var(--shadow-slot);
}

.section__v2.section__light
  .section__slots
  .slot.slot__small
  .slot__content::after,
.section__v2.section__dark
  .section__slots
  .slot.slot__small
  .slot__content::after,
.section__v2 .section__slots .slot.slot__big .slot__content::after {
  display: none;
}

.section__v2 .section__slots .slot.slot__big .slot__superscription {
  top: 420px;
  left: 40px;
  text-align: left;
  color: var(--color-text-big-superscription);
}

.section__v2
  .section__slots
  .slot.slot__big
  .slot__content
  .slot__superscription
  p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-big-superscription);
  background-color: var(--color-bg-big-superscription);
  padding: 8px 16px;
  margin-bottom: 0;
  text-align: left;
  border-radius: 9999px;
}

.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 {
  top: 506px;
  font-weight: 400;
  font-size: 44px;
  line-height: 58px;
  -webkit-line-clamp: 3;
  color: var(--color-big-slot-title);
  text-align: left;
}

.section__v2
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription {
  top: 200px;
  left: 32px;
  width: 260px;
  color: var(--color-text-small-superscription);
}

.section__v2.section__light
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__title
  p {
  top: 230px;
  left: 0;
}

.section__v3 .section__slots .slot .slot__content .slot__superscription p,
.section__v2
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  p {
  font-weight: 400;
  line-height: 100%;
  color: var(--color-text-small-superscription);
  background-color: var(--color-bg-small-superscription);
  padding: 5px 16px;
  text-align: left;
  width: max-content;
  border-radius: 32px;
  margin: 0;
}

.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v3 .section__slots .slot .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v3 .section__slots .slot .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h3,
.section__v3 .section__slots .slot .slot__content .slot__title h3 {
  padding: 27px 0 0 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: var(--color-small-slot-title);
  margin: 0 24px;
}

.section__v3 .section__header .section__title,
.section__v2 .section__header .section__title {
  margin-bottom: 16px;
  margin-left: 8px;
}

.section__v3 .section__header .section__title,
.section__v2 .section__header .section__title,
.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 {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  justify-content: flex-start;
}

.section__v2 .section__header .section__links,
.section__v3 .section__header .section__links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 24px;
  height: auto;
  width: 100%;
  margin: 0 8px;
  gap: 24px;
}

.section__v2 .section__header .section__links a,
.section__v3 .section__header .section__links a {
  display: inline-flex;
  align-items: flex-start;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--color-black);
  max-width: unset;
  margin: 0 0 4px 0 !important;
}

.section__v2 .section__header .section__links a:hover,
.section__v3 .section__header .section__links a:hover,
.section__header .section__title a:hover {
  color: var(--color-main);
}

.section__v2 .section__slots .slot.slot__small,
.section__v3 .section__slots .slot {
  width: 300px;
  max-width: 300px;
  height: 375px;
  max-height: 375px;
  border-radius: 32px;
  background: var(--color-white);
}

.section__v3 .section__slots > a .slot__content,
.section__v3 .section__slots > a .slot__content .slot__superscription {
  width: 226px;
  top: 200px;
  left: 36px;
}

.section__v3 .section__slots > a .slot__content .slot__title {
  background-color: unset;
  top: unset;
}
/* /sekcje */

/* sekcja specjalna SG */
.section__container.special-section {
  position: relative;
  background-color: var(--color-img-border);
  border-radius: 40px;
  padding: 16px 0;
}
.section__container.special-section .section__header .section__title {
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
}
.section__container.special-section .section__header .section__links {
  justify-content: center;
}
.section__container.special-section .section__slots .slot {
  background-color: unset;
}
/* /sekcja specjalna SG */

/* Sponsor sekcji */
.section__container.special-section.sponsor-philips .section__header {
  min-height: 72px;
}
.section__container.special-section.sponsor-philips
  .section__header
  .section__title {
  justify-content: flex-start;
  margin-bottom: 16px;
  text-align: left;
  max-width: 1000px;
}
.section__container.special-section.sponsor-philips
  .section__header
  .section__links {
  justify-content: flex-start;
}
.section__container.special-section.sponsor-philips::before {
  position: absolute;
  top: 16px;
  right: 32px;
  content: "";
  display: flex;
  background-image: url(/media/poradnikzdrowie/desktop/images/sponsor-sekcji/sponsor-tematu-miesiaca-philips-desktop.svg);
  background-size: 150px 82px;
  background-repeat: no-repeat;
  width: 150px;
  height: 82px;
}
/* /Sponsor sekcji */

/* Sponsor sekcji z klikanym logo dodany przez skrypt sponsored_section.js */
.section__container.special-section.month-topic .section__header {
  min-height: 72px;
}
.section__container.special-section.month-topic
  .section__header
  .section__title {
  justify-content: flex-start;
  margin-bottom: 16px;
  text-align: left;
  max-width: 920px;
}
.section__container.special-section.month-topic
  .section__header
  .section__links {
  justify-content: flex-start;
}
.section__container.special-section.month-topic .sponsored-placement-logo-link {
  position: absolute;
  top: 40px;
  right: 16px;
  display: flex;
  height: 52px;
  width: auto;
}
.section__container.special-section.month-topic
  .sponsored-placement-title-wrapper {
  position: absolute;
  top: 16px;
  right: 48px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 120%;
}
/* /Sponsor sekcji z klikanym logo dodany przez skrypt sponsored_section.js */

/* Partnerzy */
.actions_logo .listing-horizontal-full .element__media {
  background-color: var(--color-white);
}
.listing.actions_logo .main-title-listing {
  margin-left: 0 !important;
  justify-content: center !important;
  text-align: center !important;
  margin-bottom: 24px !important;
}
/* /Partnerzy */

/* Elementy SG */
.main-layout.wide #side_1_noscroll {
  width: 300px;
  height: 615px;
  max-height: 615px;
  margin-top: 8px;
  margin-bottom: 0;
}

.main-layout.wide .section__v2.short + .section__v4 + #side_1_noscroll {
  margin-left: 16px;
}

.main-layout.wide .section__v2.short + #side_1_noscroll {
  margin-left: -64px;
}

.section__rotator {
  padding: 8px 0;
  width: 1240px;
}

.section__rotator .section__title {
  margin-bottom: 24px;
}

.section__rotator .section__title,
.section__rotator .section__title a,
.section__rotator .section__title h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  justify-content: flex-start;
  color: var(--color-black);
}

.section__rotator .section__title {
  margin-left: 8px;
}

.section__rotator .section__slots .rotator::before,
.section__rotator .section__slots .rotator::after {
  display: none;
}

.rotator .swiper-slide figure {
  width: 198px;
  height: 164px;
}

.rotator .swiper-slide {
  width: 198px !important;
  height: 220px !important;
}

.rotator .swiper-slide:hover img {
  filter: brightness(1.05);
}

.rotator .swiper-slide img {
  width: 198px !important;
  border-radius: 24px;
}

.section__rotator .section__slots .rotator .slot__content {
  width: 198px;
  max-width: 198px;
  background-color: var(--color-white);
  padding: 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section__rotator .section__slots .rotator .slot__content p {
  font-weight: 600;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 18px;
  text-transform: unset;
}

.rotator .swiper-button-prev {
  left: 12px !important;
  right: auto;
  top: 88px !important;
  width: 40px;
  height: 40px;
}

.rotator .swiper-button-prev::after {
  background: url("/media/poradnikzdrowie/desktop/images/rotator-chevron-left.svg?nocache");
  height: 60px;
  width: 60px;
  min-width: 60px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--color-main);
  border-radius: 100%;
  box-shadow: var(--shadow-slot);
}

.rotator .swiper-button-next {
  right: 12px !important;
  left: auto;
  top: 88px !important;
  width: 40px;
  height: 40px;
}

.rotator .swiper-button-next::after {
  background: url("/media/poradnikzdrowie/desktop/images/rotator-chevron-right.svg?nocache");
  height: 60px;
  width: 60px;
  min-width: 60px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--color-main);
  border-radius: 100%;
  box-shadow: var(--shadow-slot);
}

.article-layout .main__section section + section:has(.article__wide) {
  margin-top: 16px;
}

.main-layout.wide .main-content .main-title-listing,
.article-layout .section__title,
.article-layout .main-title-listing,
.category-layout .main-title-listing,
.page-layout .main-title-listing,
.section__v1 .section__title,
.blockinfo .blockinfo__text h1 {
  margin-bottom: 24px;
}

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

.main-layout .listing.v34_radio.short + #side_1_noscroll {
  margin-left: -24px;
}

.main-layout.wide .main-content .main-title-listing,
.main-layout.wide .main-content .main-title-listing a,
.article-layout .section__title,
.article-layout .main-title-listing,
.article-layout .main-title-listing a,
.category-layout .main-title-listing,
.category-layout .main-title-listing a,
.page-layout .main-title-listing,
.page-layout .main-title-listing a,
.section__v1 .section__title,
.section__v1 .section__title a,
.blockinfo .blockinfo__text h1 {
  display: flex;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  margin-left: 24px;
  text-transform: uppercase;
  color: var(--color-black);
}

.article-layout .section__title,
.category-layout .main-title-listing,
.category-layout .main-title-listing a {
  margin-left: 0;
}

.article-layout .main-title-listing a,
.category-layout .main-title-listing a {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.main-title-listing a:hover {
  color: var(--color-main);
}

.blockinfo .blockinfo__text h1,
.listing.v32-news .main-title-listing span {
  margin-bottom: 40px;
  margin-left: 0;
}

.category-layout.wide .gl_wrapper section .row {
  padding-top: 0;
}

.listing .button {
  display: flex;
  background-color: var(--color-main);
  border: 0;
  margin: 20px auto 40px;
  color: var(--color-black);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border-radius: 9999px;
  width: fit-content;
  justify-content: center;
  align-items: center;
  min-width: 151px;
  height: 40px;
  box-shadow: var(--shadow-btn);
}

.listing .button:hover {
  background-color: var(--color-main-second);
  border: 0;
}
/* /Elementy SG */

/* menu */
.header .bottom-tap-menu {
  position: absolute;
  top: 76px;
  right: calc((100vw - 1304px) / 2);
  width: 1280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 1280px;
  min-height: 96px;
  height: max-content;
  background: var(--color-white);
  padding: 16px;
  z-index: 9998888;
  border-radius: 32px;
  box-shadow:
    0 4px 40px 0 rgba(0, 0, 0, 0.06),
    0 20px 40px 0 rgba(0, 0, 0, 0.04),
    0 40px 40px 0 rgba(0, 0, 0, 0.02);
}

.header .bottom-tap-menu.hide {
  min-height: 0;
  padding: 0 0 0 16px;
}

@media (max-width: 1280px) {
  .header .bottom-tap-menu {
    right: 0;
  }
}

.header .bottom-tap-menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 16px 32px;
  z-index: 15;
}

.header .bottom-tap-menu ul li ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 97%;
}

.header .bottom-tap-menu ul li ul.subnav {
  flex-direction: row;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
  margin-top: 16px;
  padding: 16px;
  border-radius: 20px;
  background-color: rgba(197, 216, 209, 0.2);
  min-width: 1248px;
}

.header .bottom-tap-menu ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  text-align: left;
}

.header .bottom-tap-menu ul .subnav li {
  padding: 0;
  box-shadow: unset;
}

.header .bottom-tap-menu ul li > a:first-of-type {
  height: auto;
  color: var(--color-black);
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header .bottom-tap-menu ul.subnav li a {
  font-size: 14px;
  font-weight: 400;
  max-width: unset;
}

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

.wide.article-layout .tags {
  padding-top: 24px;
}

article h1 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 500;
  color: var(--color-font);
  margin-bottom: 24px;
}

article .lead {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: var(--color-font);
  margin-bottom: 24px;
}

article p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: var(--color-font);
}

article .toc {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-font);
  margin-bottom: 8px !important;
}

article .toc + ol,
article .toc + ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  border-radius: 10px;
  padding: 0 24px;
  margin-bottom: 40px;
}

article .toc + ol li,
article .toc + ol li a,
article .toc + ul li,
article .toc + ul li a {
  font-size: 18px !important;
  line-height: 32px !important;
  font-weight: 700 !important;
  color: var(--color-main);
}

article .toc + ol li a,
article .toc + ul li a {
  text-decoration: none !important;
  text-decoration-color: var(--color-main) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
}

article .toc + ol li a:hover,
article .toc + ul li a:hover {
  text-decoration: underline !important;
}

article li {
  font-size: 17px !important;
  line-height: 32px !important;
  font-weight: 400 !important;
  color: var(--color-font);
  text-decoration: none;
}

article a,
article li a {
  font-size: 17px;
  font-weight: 400;
  color: var(--color-main);
  text-decoration: underline !important;
  text-decoration-color: var(--color-main) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
}

article a:hover,
article li a:hover {
  text-decoration: none !important;
}

article li::marker {
  color: var(--color-font);
  font-weight: 500;
}

article .toc + ol li {
  color: var(--color-main);
  padding-left: 4px;
}

.wide.article-layout .block_list__container {
  font-size: 17px;
}

.wide.article-layout .block_list__container > h2,
.wide.article-layout .block_list__container > h3,
.wide.article-layout .block_list__container > h4,
.wide.article-layout .block_list__container > h5,
.wide.article-layout .block_list__container > h6 {
  margin-top: 24px;
  font-weight: 500;
}

article h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: var(--color-font);
}

article h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--color-font);
}

article h4,
article h5,
article h6 {
  font-weight: 600;
  color: var(--color-font);
}

.article-layout .player__title {
  font-weight: 700;
}

/* - Quiz in article - */
article .quizv2 > div {
  background-color: var(--color-white) !important;
  padding: 16px !important;
}

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

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

/* - recommended content - */
article .recommended-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  border: 0;
  padding: 0;
}

article .recommended-content .title {
  display: flex;
  width: 100%;
  line-height: 15px;
  margin-bottom: 8px;
}

article .recommended-content .recommendedTitle__text {
  position: relative;
  display: flex;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: var(--color-white);
  background-color: var(--color-main);
  text-transform: uppercase;
  border-radius: 9999px;
  padding: 1px 8px;
  height: 24px;
}

article .recommended-content .item a {
  display: inline;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-black);
  text-decoration: none !important;
}

article .recommended-content .item a:hover span {
  color: var(--color-main);
}

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

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

/* video */
article .player.video_player {
  padding-top: 0 !important;
  border-radius: 16px;
}

article .player.video_player .player__title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  color: var(--color-black);
  padding: 10px;
  margin-bottom: 0;
}

.wide.article-layout:has(.one_column_article__container)
  .one_column_article__container
  .block_list__container
  .player.video_player {
  padding: 24px;
  background-color: var(--color-bg-slot);
  box-shadow: var(--shadow-slot);
}

/* expert */
article .expert-block .expert-name .expert__nameText {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--color-font);
}

article .expert-block .expert-name .expert__nameText {
  position: relative;
}

article .expert-block .expert-name .expert__nameText::before {
  display: block;
  position: absolute;
  content: "";
  width: 4px;
  height: 28px;
  left: 160px;
  top: 0;
  background: var(--color-main);
}

article .expert-block .expert-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: var(--color-font);
}

article .expert-block .expert-images img {
  border-radius: 0;
}

article .expert-block .expert__main {
  border: 0;
}

/* zpr-shopping */
article .zpr_shopping__article .stm-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--color-font);
}

article .zpr_shopping__article .stms-title-link span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-font);
}

article .zpr_shopping__article .stm-shopping-container .btn-link {
  background-color: var(--color-main);
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-white);
  padding: 10px 16px;
}

/*---------------
ZPR Shopping 2.0
---------------*/
article
  #article_zpr_shopping.zpr_shopping__article
  .stms-3-in-row.active
  .btn-link,
article
  #article_zpr_shopping.zpr_shopping__article
  .stms-3-in-row:hover
  .btn-link {
  background-color: var(--color-white);
  color: var(--color-main);
  border: 1px solid var(--color-main);
}

/* legal */
article .infoLegal {
  border: 1px solid #99acbb;
  border-radius: 8px;
}

.article .infoLegal p {
  font-size: 18px;
  line-height: 32px;
  color: var(--color-main);
}

/* SIL */
.article .infoSil p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.45);
}

/* product presentation */
article .product-presentation .product-presentation__label {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.45);
}

article .product-presentation .product-presentation__image--small {
  margin-bottom: 24px;
}

article .product-presentation .product-presentation__image img {
  border-radius: 8px;
}

article .product-presentation .product-presentation__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--color-font);
  text-align: center;
}

article .product-presentation .product-presentation__text p {
  font-size: 18px;
  line-height: 32px;
  color: var(--color-font);
}

article .product-presentation .product-presentation__button-link {
  background-color: var(--color-main);
  padding: 10px 96px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-white);
  border-radius: 8px;
  text-decoration: none !important;
}

article .product-presentation .product-presentation__button-link:hover {
  filter: brightness(1.1);
}

article
  .product-presentation
  .product-presentation__image.product-presentation__image--big
  img {
  width: 932px;
  height: auto;
}

/* highlight */
article .highlight {
  border-bottom: 0;
  padding: 8px;
  border-radius: 8px;
}

article .highlight .highlight__title {
  float: none;
  width: auto;
  margin-bottom: 8px;
}

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: 32px;
  color: var(--color-font);
}

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

article .highlight .highlight__button .hightlight__button-link {
  background-color: var(--color-white);
  border: 1px solid #d9d9d9;
  padding: 8px 48px;
  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;
  text-align: center;
  height: 40px;
  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__button .hightlight__button-link:hover {
  border-color: var(--color-main);
}

article .highlight .highlight__image {
  position: relative;
  overflow: hidden;
}

article .highlight .highlight__image:has(.highlight__image-box img) {
  margin-bottom: 16px;
  margin-right: 16px;
}

article .highlight__image-box,
article .highlight__image-box img {
  border-radius: 16px;
}

article .highlight .highlight__figcaption {
  line-height: 1;
  padding-left: 12px;
}

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

article .highlight .highlight__figcaption {
  position: relative;
  margin-left: 4px;
}

article .highlight .highlight__figcaption::before {
  position: absolute;
  top: -3px;
  left: -1px;
  content: "•";
  font-size: 24px;
  margin-right: 6px;
  color: var(--color-main);
}

/* live */
article .liveTimeline {
  margin-left: 0;
}

article .liveTime__timeline {
  padding-bottom: 32px;
  margin-bottom: -16px;
}

article .liveTimeline .liveTimeline__title {
  border-left: 0;
  padding-left: 0;
}

article .liveTimeline .liveTimeline__title p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: var(--color-font);
}

article .liveTimeline .liveTimeline__head .liveTimeline__headTitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--color-font);
}

article .liveTimeline .liveTime__timelineColumn--Time p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-font);
}

article .liveTimeline .liveTime__timelineText p {
  font-size: 18px;
  line-height: 32px;
  color: var(--color-font);
}

article .liveTimeline .liveTime__timelineColumn {
  margin-top: -8px;
}

.liveTime__timeline .liveTime__timelineColumn--Time:before {
  background-color: var(--color-main);
}

article .liveTimeline .galleries .lead-gallery picture img {
  width: 100% !important;
}

/* product */
article .single-photo.single__photo--productBlock figcaption .author,
article .single-photo.single__photo--productBlock figcaption .title,
article .single-photo.single__photo--productBlock figcaption .link,
article .single-photo.single__photo--productBlock figcaption .price {
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.45);
}

article .single-photo.single__photo--productBlock figcaption .link a {
  font-size: 14px;
  line-height: 18px;
  color: var(--color-main);
  text-decoration: none;
}

article .single-photo.single__photo--productBlock figcaption .text p {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--color-font);
  margin-bottom: 8px;
  margin-top: 8px;
}

/* recommended article link */
article .recommendedArticle {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  border: 0;
  padding: 0;
}

article .recommendedArticle .recommendedArticle__link {
  display: inline;
  margin: 0;
}

article .recommendedArticle .recommendedArticle__title {
  position: relative;
  width: max-content;
  margin-bottom: 8px;
}

article .recommendedArticle .recommendedArticle__title p {
  position: relative;
  display: flex;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: var(--color-white);
  background-color: var(--color-main);
  text-transform: uppercase;
  border-radius: 9999px;
  padding: 1px 8px;
  height: 22px;
  width: max-content;
}

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

article .recommendedArticle__link a:hover {
  color: var(--color-main) !important;
}

/* embed button */
.gl_plugin.socials .expand {
  background-color: var(--color-main) !important;
  border: 1px solid var(--color-main) !important;
  color: var(--color-white) !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 28px !important;
  border-radius: 0 0 5px 5px !important;
}

.gl_plugin.socials .expand:hover {
  filter: brightness(1.1);
}

.gl_plugin.socials.collapsed {
  border-bottom: 1px solid #d9d9d9 !important;
}
/* /embed button */

.article-layout .listing .button {
  margin-top: 24px;
}

/* tagi */
.breadcrumb__item {
  margin-right: 8px;
}
.tags .breadcrumb__link {
  border: 1px solid var(--color-main);
  color: var(--color-white);
  background-color: var(--color-main);
  border-radius: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: none;
  padding: 3px 8px;
}
.tags .breadcrumb__link:hover {
  background-color: var(--color-white);
  color: var(--color-font);
}
.tags .breadcrumb__link:hover {
  border: 1px solid var(--color-main);
}

.wide.article-layout .tags .breadcrumb__item:first-child::before,
.wide.article-layout .tags .breadcrumb__item:last-child::after {
  display: none;
}
/* /tagi */

/* NCES */
.promo-wrapper {
  border-top: 1px solid #d9d9d9 !important;
  border-bottom: 1px solid #d9d9d9 !important;
  padding-top: 14px !important;
  margin: 24px auto !important;
}

.promo-wrapper .promo-header {
  margin-left: 8px !important;
  margin-top: -8px;
  background-color: var(--color-white);
  width: max-content;
  padding: 0 8px;
  text-transform: uppercase;
  font-size: 15px !important;
  line-height: 21px !important;
  font-weight: 100 !important;
  color: var(--color-font) !important;
}

.promo-wrapper .promo-title-header a {
  margin-top: 16px;
  margin-right: 16px;
  text-align: left;
  color: var(--color-font);
  text-decoration: none !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: absolute;
}

.promo-wrapper .promo-title-header a:hover {
  text-decoration: underline !important;
  text-decoration-color: var(--color-font) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
}

.promo-wrapper.has-photo {
  background-color: var(--color-white);
  display: flex;
  align-items: flex-start;
}

.promo-wrapper.has-photo figure.promo-image-wrapper img {
  width: 320px;
  height: 213px;
  margin-left: 16px;
}

.promo-wrapper figure.promo-image-wrapper {
  width: 320px;
  height: 213px;
  padding-bottom: 0;
  margin-right: 16px;
}

.promo-wrapper figure.promo-image-wrapper img:hover {
  filter: brightness(1.1);
}
/* NCES */

/* zpr_shopping & promo labels */
.zpr_shopping__article .stm-shopping-container .btn-link {
  order: 3;
}

.zpr_shopping__article .stm-shopping-container .stms-title-link {
  order: 2;
}

.zpr_shopping__article .stm-shopping-container .stms-image {
  order: 1;
}

article .zpr_shopping__article .zpr_promotion_corner {
  font-family: var(--font-family-main);
  border-color: var(--color-main) rgba(255, 255, 255, 0);
}

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

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

article .zpr_shopping__article.wariantD .stm-shopping-container .btn-link,
article .zpr_shopping__article.wariantC .stm-shopping-container .btn-link {
  font-family: var(--font-family-main);
  background-color: var(--color-main);
  color: var(--color-white);
}

article .zpr_shopping__article .stms-3-in-row {
  background-color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0);
}

.zpr_shopping__article {
  overflow: hidden;
}
/* /zpr_shopping & promo labels */

/* listing v32 */
.v32.listing-container .element:nth-child(1) .element__media,
.v32.listing-container .element:nth-child(2) .element__media {
  height: 760px;
}

.v32.listing-container .element:nth-child(n + 3) {
  height: 370px;
  position: relative;
}

.v32.listing-container .element:nth-child(1) .element__content a::after,
.v32.listing-container .element:nth-child(2) .element__content a::after,
.v32.listing-container .element:nth-child(n + 3) .element__content a::after {
  display: none;
}

.v32 .element__media a {
  background-color: var(--color-white);
}

.v32.listing-container
  .element:nth-child(1)
  .element__media
  img:not(.lead-gallery-more img),
.v32.listing-container .element:nth-child(1) .element__media a,
.v32.listing-container
  .element:nth-child(2)
  .element__media
  img:not(.lead-gallery-more img),
.v32.listing-container .element:nth-child(2) .element__media a {
  border-radius: 52px;
  width: 568px;
  height: 476px;
}

.v32.listing-container .element:nth-child(1) .element__media,
.v32.listing-container .element:nth-child(2) .element__media {
  border-radius: 52px;
  width: 568px;
  height: 476px;
  margin: 24px 24px 0 24px;
}

.v32.listing-container
  .element:nth-child(2)
  .element__media
  img:not(.lead-gallery-more img),
.v32.listing-container .element:nth-child(2) .element__media,
.v32.listing-container .element:nth-child(2) .element__media a {
  border-radius: 52px;
}

.v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__superscription,
.v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__superscription {
  margin-top: 0px;
  text-align: left;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--color-text-big-superscription);
  height: 40px;
  margin-bottom: 40px;
}

.v32.listing-container .element:nth-child(1) {
  background-color: var(--color-main);
}

.v32.listing-container .element:nth-child(1) .element__headline {
  background-color: unset !important;
}

.v32.listing-container .element:nth-child(1),
.v32.listing-container .element:nth-child(2) {
  border-radius: 40px;
  height: 756px;
  background-color: var(--color-bg-slot);
  box-shadow: var(--shadow-slot);
}

.v32.listing-container .element:nth-child(1) .element__headline,
.v32.listing-container .element:nth-child(2) .element__headline {
  border-radius: 0 0 64px 64px;
}

.v32.listing-container .element:nth-child(n + 3) {
  border-radius: 32px;
}

.v32.listing-container .element:nth-child(n + 3) .element__headline {
  border-radius: 0 0 32px 32px;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__media
  img:not(.lead-gallery-more img),
.v32.listing-container .element:nth-child(n + 3) .element__media a,
.v32.listing-container .element:nth-child(n + 3) .element__media {
  height: 237px;
  width: 284px;
  border-radius: 32px;
}

.v32.listing-container .element:nth-child(n + 3) .element__media {
  margin: 8px;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline
  a,
.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline
  a,
.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline
  h2,
.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline
  h2,
.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline
  h3,
.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline
  h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  -webkit-line-clamp: 3;
  color: var(--color-small-slot-title);
  padding: 0 16px;
  max-height: 124px;
  padding-top: 8px;
}

.v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__headline
  a,
.v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__headline
  a,
.v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__headline
  h2,
.v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__headline
  h3 {
  position: relative;
  top: -110px;
  font-weight: 400;
  font-size: 44px;
  line-height: 58px;
  -webkit-line-clamp: 3;
  color: var(--color-big-slot-title);
  text-align: left;
  min-height: 264px;
  max-height: 264px;
  height: 264px;
  padding: 40px 24px 0;
  margin: 32px 0;
}

.v32.listing-container
  .element:nth-child(1)
  .element__content:not(:has(.element__superscription))
  .element__headline
  a,
.v32.listing-container
  .element:nth-child(2)
  .element__content:not(:has(.element__superscription))
  .element__headline
  a,
.v32.listing-container
  .element:nth-child(2)
  .element__content:not(:has(.element__superscription))
  .element__headline
  h2,
.v32.listing-container
  .element:nth-child(2)
  .element__content:not(:has(.element__superscription))
  .element__headline
  h3 {
  top: -64px;
  min-height: 220px;
  max-height: 220px;
  height: 220px;
}

.v32.listing-container
  .element:nth-child(1)
  .element__media
  img:not(.lead-gallery-more img) {
  border: 1px solid var(--color-img-border);
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__media
  img:not(.lead-gallery-more img) {
  width: 252px;
  height: 210px;
  margin: 16px;
  border: 1px solid var(--color-img-border);
  box-shadow: var(--shadow-slot);
}

.v32.listing-container
  .element:nth-child(1)
  .element__content:has(.element__superscription)
  .element__headline
  a,
.v32.listing-container
  .element:nth-child(1)
  .element__content:has(.element__superscription)
  .element__headline
  h2,
.v32.listing-container
  .element:nth-child(1)
  .element__content:has(.element__superscription)
  .element__headline
  h3
  .v32.listing-container
  .element:nth-child(2)
  .element__content:has(.element__superscription)
  .element__headline
  a,
.v32.listing-container
  .element:nth-child(2)
  .element__content:has(.element__superscription)
  .element__headline
  h2,
.v32.listing-container
  .element:nth-child(2)
  .element__content:has(.element__superscription)
  .element__headline
  h3 {
  min-height: 260px;
  max-height: 260px;
}

.v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__headline
  a
  .v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__headline
  h2,
.v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__headline
  h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  -webkit-line-clamp: 3;
  color: var(--color-white);
  text-align: left;
  padding-top: 8px;
  min-height: 212px;
  max-height: 212px;
}

.v32.listing-container
  .element:nth-child(1)
  .element__content:has(.element__superscription)
  .element__headline
  a,
.v32.listing-container
  .element:nth-child(2)
  .element__content:has(.element__superscription)
  .element__headline
  a,
.v32.listing-container
  .element:nth-child(1)
  .element__content:has(.element__superscription)
  .element__headline
  h2,
.v32.listing-container
  .element:nth-child(2)
  .element__content:has(.element__superscription)
  .element__headline
  h2,
.v32.listing-container
  .element:nth-child(1)
  .element__content:has(.element__superscription)
  .element__headline
  h3,
.v32.listing-container
  .element:nth-child(2)
  .element__content:has(.element__superscription)
  .element__headline
  h3 {
  padding-top: 0;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline {
  top: 196px;
  left: 6px;
  padding: 0 16px;
  width: 295px;
  height: 124px;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__content:not(:has(.element__superscription))
  .element__headline {
  top: 236px;
}

.v32.listing-container .element:nth-child(1) .element__headline,
.v32.listing-container .element:nth-child(2) .element__headline {
  padding: 0 32px !important;
  top: 516px;
  text-align: left !important;
}

.v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__superscription
  p,
.v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__superscription
  p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-big-superscription);
  background-color: var(--color-bg-big-superscription);
  padding: 8px 16px;
  text-align: left;
  border-radius: 9999px;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__superscription
  p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--color-text-small-superscription);
  background-color: var(--color-bg-big-superscription);
  padding: 0 8px;
  text-align: left;
  border-radius: 9999px;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__superscription {
  position: relative;
  top: -20px;
  left: 4px;
  padding: 6px 0;
  color: var(--color-text-small-superscription);
  text-align: left;
}

.v32.listing-container .element .element__content .element__superscription {
  width: 100%;
  text-align: center;
  color: var(--color-main);
}

.v32.listing-container.with-pagination .element:last-of-type {
  margin-bottom: 40px;
}

/* /listing v32 */

/* Pagination */
ul.horizontal.paginacja li.prev,
ul.horizontal.paginacja li.next,
ul.horizontal.paginacja li.disable,
ul.horizontal.paginacja a {
  color: var(--color-black) !important;
}

ul.horizontal.paginacja a:hover,
ul.horizontal.paginacja li.active,
ul.horizontal.paginacja li.active a {
  border-radius: 100%;
  color: var(--color-pagination) !important;
  font-weight: 600;
}

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

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

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

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

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

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

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

.paginacja li.active {
  border: 1px solid var(--color-pagination) !important;
  border-radius: 6px !important;
}

.paginacja li.next,
.paginacja li.prev {
  background-color: unset !important;
}

ul.horizontal.paginacja .fa-angle-right:before,
ul.horizontal.paginacja .fa-angle-left:before {
  background-size: contain;
  width: 10px !important;
  height: 10px !important;
  content: "";
  background-image: url(/media/icons/f105.svg) !important;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 9px;
  margin-left: 2px;
}

ul.horizontal.paginacja li.disable {
  background-color: unset !important;
  border-radius: 50%;
}

ul.horizontal.paginacja .fa-angle-left:before {
  transform: rotate(180deg);
}
/* /Pagination */

.category-layout .listing.v34_radio {
  width: 932px;
  max-width: 932px;
}

.category-layout .bottom_hook #side_1_noscroll,
.author-layout .bottom_hook #side_1_noscroll {
  margin-left: 16px;
  margin-top: 75px;
}

.category-layout .bottom_hook .listing.v18_side,
.author-layout .bottom_hook .listing.v18_side {
  position: absolute;
  top: 680px;
  left: 948px;
  margin-left: 16px;
  margin-top: 75px;
}

.category-layout .bottom_hook .section__v1 .section__header .section__title,
.author-layout .bottom_hook .section__v1 .section__header .section__title,
.article-layout .bottom_hook .section__v1 .section__header .section__title {
  display: flex;
  justify-content: center;
  margin-left: 320px;
}

/* gdy mamy sekcje v1, reklame i najnowsze */
.category-layout
  .bottom_hook
  .section__v1
  + .zpr_side_1_noscroll
  + .listing.v18_side {
  top: 680px;
}
/* gdy mamy tylko sekcje v1 i najnowsze */
.category-layout .bottom_hook .section__v1 + .listing.v18_side {
  top: 32px;
}

.bottom_hook
  .section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  p {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  text-transform: unset;
}

.bottom_hook
  .section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  + .slot__title
  p,
.bottom_hook
  .section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__title
  p,
.bottom_hook
  .section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  + .slot__title
  h2,
.bottom_hook
  .section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__title
  h2,
.bottom_hook
  .section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  + .slot__title
  h3,
.bottom_hook
  .section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__title
  h3 {
  text-align: left;
}

.article-layout #hook_content_right .listing.v18_side,
.author-layout #hook_content_right .listing.v18_side,
.category-layout #hook_content_right .listing.v18_side {
  position: relative;
  height: auto;
  max-height: 100%;
  margin: 0;
}

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

.author-layout .author__spec {
  text-align: center;
}

.author-layout .author__desc p,
.author-layout .author__desc ul,
.author-layout .author__desc ol,
.author-layout .author__desc li,
.author-layout .author__desc a {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}

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

.author-layout .author__desc 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;
}

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

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

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

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

.author-layout .col-8 .listing-horizontal-full .element__headline a,
.author-layout .col-8 .listing-horizontal-full .element__headline h2,
.author-layout .col-8 .listing-horizontal-full .element__headline h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: var(--color-font);
}

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

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

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

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

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

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

.author-layout .listing-horizontal-full .element__media,
.author-layout
  .listing-horizontal-full
  .element__media
  img:not(.lead-gallery-more img),
.author-layout .author__image {
  border-radius: 32px;
}

.author-layout .gl_plugin.author + .listing .listing-container {
  width: 932px;
  justify-content: flex-start;
}
/* /Strona autora */

/* Strona Podcastu */
.player__dedicated_streams .player__dedicated_streams-title {
  text-transform: none;
}
/* /Strona Podcastu */

/* Zmiana kolejnosci slotow w sekcjach SG */
.section__v2.slot-big-middle .section__slots .slot_1 {
  grid-area: 1 / 2 / 3 / 3;
}

.section__v2.slot-big-middle .section__slots .slot_2 {
  grid-area: 1 / 1 / 2 / 2;
}

.section__v2.slot-big-middle .section__slots .slot_3 {
  grid-area: 2 / 1 / 3 / 2;
}

.section__v2.slot-big-middle .section__slots .slot_4 {
  grid-area: 1 / 3 / 2 / 4;
}

.section__v2.slot-big-middle .section__slots .slot_5 {
  grid-area: 2 / 3 / 3 / 4;
}

.section__v2.slot-big-last .section__slots .slot_1 {
  grid-area: 1 / 3 / 3 / 4;
}

.section__v2.slot-big-last .section__slots .slot_2 {
  grid-area: 1 / 1 / 2 / 2;
}

.section__v2.slot-big-last .section__slots .slot_3 {
  grid-area: 2 / 1 / 3 / 2;
}

.section__v2.slot-big-last .section__slots .slot_4 {
  grid-area: 1 / 2 / 2 / 3;
}

.section__v2.slot-big-last .section__slots .slot_5 {
  grid-area: 2 / 2 / 3 / 3;
}
/* /Zmiana kolejnosci slotow w sekcjach SG */

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

/* player video SG */
.player--main {
  position: relative;
  display: flex;
  justify-content: center;
  width: max-content;
  margin: 64px auto;
  padding: 16px 32px;
  border-radius: 40px;
  background: var(--color-bg-slot);
}

.main-layout .player--main::before {
  position: absolute;
  content: "";
  background-image: url("/media/poradnikzdrowie/desktop/images/logo-pz2025.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 26px;
  width: 210px;
  display: inline-block;
  top: 180px;
  left: -220px;
  z-index: 1;
}

.player--main .player__media {
  display: flex;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
}

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

.player.player--main video-js {
  width: 664px !important;
}

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

/* Listing v30 */
.listing-container.v30 {
  min-height: 360px;
}

.listing-container.v30
  .element
  .element__media
  img:not(.lead-gallery-more img) {
  width: 252px;
  height: 210px;
  border-radius: 24px;
  box-shadow: var(--shadow-slot);
  border: 1px solid var(--color-img-border);
}

.listing-container.v30 .element .element__media {
  margin: 16px 24px 0;
  width: 252px;
  height: 210px;
  border-radius: 32px;
}

.listing-container.v30 .element .element__content .element__headline {
  top: 252px;
  height: 120px;
}

.listing-container.v30 .element .element__content .element__headline > a {
  margin: 0 32px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-small-slot-title);
}

.listing-container.v30 .element .element__content .element__superscription {
  background-color: var(--color-bg-small-superscription);
  color: var(--color-text-small-superscription);
  margin: 0;
  width: max-content;
  height: 21px;
  line-height: 19px;
  border-radius: 9999px;
  top: -54px;
  left: 38px;
  max-width: 220px;
}

.listing-container.v30 .element .element__content .element__superscription p {
  padding: 0 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  background-color: unset;
  text-align: center;
  color: var(--color-text-small-superscription);
}
/* /Listing v30 */

/* Listing v34 */
.hero-img-v34.listing-container .element:nth-child(1),
.hero-img-v34.listing-container .element:nth-child(1) .element__media {
  height: 760px;
}

.hero-img-v34.listing-container .element:nth-child(1) {
  border-radius: 40px;
  background-color: var(--color-img-border);
  box-shadow: var(--shadow-slot);
}

.hero-img-v34.listing-container .element:nth-child(1) .element__headline {
  border-radius: 0 0 64px 64px;
  background-color: unset !important;
}

.hero-img-v34.listing-container .element:nth-child(n + 2) {
  position: relative;
  height: 370px;
  width: 300px;
}

.hero-img-v34.listing-container
  .element:nth-child(1)
  .element__content
  a::after,
.hero-img-v34.listing-container
  .element:nth-child(n + 2)
  .element__content
  a::after {
  display: none;
}

.hero-img-v34.listing-container
  .element:nth-child(1)
  .element__media
  img:not(.lead-gallery-more img),
.hero-img-v34.listing-container
  .element:nth-child(n + 2)
  .element__media
  img:not(.lead-gallery-more img) {
  box-shadow: var(--shadow-slot);
}

.hero-img-v34.listing-container
  .element:nth-child(1)
  .element__media
  img:not(.lead-gallery-more img),
.hero-img-v34.listing-container .element:nth-child(1) .element__media a {
  border-radius: 32px;
  width: 568px;
  height: 476px;
}

.hero-img-v34.listing-container
  .element:nth-child(1)
  .element__media
  img:not(.lead-gallery-more img) {
  border: 1px solid var(--color-img-border);
}

.hero-img-v34.listing-container
  .element:nth-child(n + 2)
  .element__media
  img:not(.lead-gallery-more img) {
  border: 1px solid var(--color-img-border);
  box-shadow: var(--shadow-slot);
}

.hero-img-v34.listing-container .element:nth-child(1) .element__media {
  border-radius: 32px;
  width: 568px;
  height: 476px;
  margin: 24px 24px 0 24px;
}

.hero-img-v34.listing-container .element:nth-child(n + 2) .element__media {
  margin: 16px;
}

.hero-img-v34.listing-container
  .element:nth-child(n + 2)
  .element__media
  img:not(.lead-gallery-more img),
.hero-img-v34.listing-container .element:nth-child(n + 2) .element__media a,
.hero-img-v34.listing-container .element:nth-child(n + 2) .element__media {
  height: 210px;
  width: 252px;
  border-radius: 24px;
}

.hero-img-v34.listing-container .element:nth-child(n + 2) .element__headline {
  border-radius: 0 0 32px 32px;
}

.hero-img-v34.listing-container
  .element:nth-child(n + 2)
  .element__content
  .element__headline
  a,
.hero-img-v34.listing-container
  .element:nth-child(n + 2)
  .element__content
  .element__headline
  a,
.hero-img-v34.listing-container
  .element:nth-child(n + 2)
  .element__content
  .element__headline
  h2,
.hero-img-v34.listing-container
  .element:nth-child(n + 2)
  .element__content
  .element__headline
  h2,
.hero-img-v34.listing-container
  .element:nth-child(n + 2)
  .element__content
  .element__headline
  h3,
.hero-img-v34.listing-container
  .element:nth-child(n + 2)
  .element__content
  .element__headline
  h3 {
  position: relative;
  top: -57px;
  left: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  -webkit-line-clamp: 3;
  color: var(--color-small-slot-title);
  max-height: 130px;
  width: 300px;
  padding: 0px 24px;
  margin: 0;
  height: 130px;
}

.hero-img-v34.listing-container
  .element:nth-child(n + 2):not(:has(.element__superscription))
  .element__content
  .element__headline
  a,
.hero-img-v34.listing-container
  .element:nth-child(n + 2):not(:has(.element__superscription))
  .element__content
  .element__headline
  a,
.hero-img-v34.listing-container
  .element:nth-child(n + 2):not(:has(.element__superscription))
  .element__content
  .element__headline
  h2,
.hero-img-v34.listing-container
  .element:nth-child(n + 2):not(:has(.element__superscription))
  .element__content
  .element__headline
  h2,
.hero-img-v34.listing-container
  .element:nth-child(n + 2):not(:has(.element__superscription))
  .element__content
  .element__headline
  h3,
.hero-img-v34.listing-container
  .element:nth-child(n + 2):not(:has(.element__superscription))
  .element__content
  .element__headline
  h3 {
  top: 0;
  max-height: 80px;
  height: 80px;
}

.hero-img-v34.listing-container
  .element:nth-child(1)
  .element__content
  .element__headline
  a,
.hero-img-v34.listing-container
  .element:nth-child(1)
  .element__content
  .element__headline
  h2,
.hero-img-v34.listing-container
  .element:nth-child(1)
  .element__content
  .element__headline
  h3 {
  position: relative;
  top: -62px;
  font-weight: 400;
  font-size: 44px;
  line-height: 58px;
  -webkit-line-clamp: 3;
  color: var(--color-big-slot-title);
  text-align: left;
  min-height: 270px;
  max-height: 270px;
  height: 270px;
  padding: 40px 24px 0;
  margin: 32px 0;
}

.hero-img-v34.listing-container
  .element:nth-child(1):not(:has(.element__superscription))
  .element__content
  .element__headline
  a,
.hero-img-v34.listing-container
  .element:nth-child(1):not(:has(.element__superscription))
  .element__content
  .element__headline
  h2,
.hero-img-v34.listing-container
  .element:nth-child(1):not(:has(.element__superscription))
  .element__content
  .element__headline
  h3 {
  top: 0;
  min-height: 220px;
  max-height: 220px;
  height: 220px;
}

.hero-img-v34.listing-container
  .element:nth-child(n + 2)
  .element__content
  .element__headline {
  background: var(--color-transparent);
  top: 240px;
  padding: 0;
  width: 300px;
  height: 124px;
}

.hero-img-v34.listing-container .element:nth-child(1) .element__headline {
  padding: 0 16px;
  background: var(--color-white);
  top: 462px !important;
}

.hero-img-v34.listing-container
  .element:nth-child(1)
  .element__content
  .element__superscription {
  position: relative;
  height: 60px;
  top: -40px;
  margin: 0;
  width: 100%;
  color: var(--color-text-big-superscription);
  text-align: left;
  line-height: 40px;
  text-transform: uppercase;
}

.hero-img-v34.listing-container
  .element:nth-child(1)
  .element__content
  .element__superscription
  p {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0;
  padding: 8px 16px;
  border-radius: 32px;
  background-color: var(--color-bg-big-superscription);
  margin-top: 0;
  text-align: left;
  line-height: 40px;
  text-transform: uppercase;
  color: var(--color-text-big-superscription);
}

.hero-img-v34.listing-container
  .element:nth-child(n + 2)
  .element__content
  .element__superscription
  p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--color-text-small-superscription);
  background-color: var(--color-bg-small-superscription);
  text-align: left;
  border-radius: 32px;
  padding: 2px 8px;
}

.hero-img-v34.listing-container
  .element:nth-child(n + 2)
  .element__content
  .element__superscription {
  position: relative;
  top: 8px;
  left: 4px;
  height: 24px;
  line-height: 22px;
  margin: 0 16px 24px 0;
  text-align: left;
  color: var(--color-text-small-superscription);
  width: auto;
  border-radius: 32px;
  padding: 0 16px 0 0;
}
/* /Listing v34 */

/* Strona Tagu */
.tag-layout .main-title-listing,
.tag-layout .main-title-listing a {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  margin-left: 0;
  margin-bottom: 40px;
  color: var(--color-font);
  text-align: center;
}

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

.tag-layout .col-8 .listing-horizontal-full .element__headline a,
.tag-layout .col-8 .listing-horizontal-full .element__headline h2,
.tag-layout .col-8 .listing-horizontal-full .element__headline h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: var(--color-font);
}

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

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

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

.tag-layout .tag_img img {
  border-radius: 24px;
  width: 932px;
  height: auto;
}

.tag-layout .main-title-listing h1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
}

.tag-layout .main-title-listing h1::first-letter {
  text-transform: uppercase;
}

.tag-layout .listing-horizontal-full .element__media,
.tag-layout
  .listing-horizontal-full
  .element__media
  img:not(.lead-gallery-more img) {
  border-radius: 24px;
}
/* /Strona Tagu */

/* Strona Quizu */
body.quiz-layout .gl_wrapper {
  margin-top: 16px;
}
/* /Strona Quizu */

/* Strona Galerii */
.gallery-layout
  .last-page
  .article-container:first-of-type
  .element__content
  .element__superscription
  p {
  color: var(--color-main);
}
/* /Strona Galerii */

/* hook_content_bottom */
#hook_content_bottom .main-title-listing {
  margin-left: 0;
}

#hook_content_bottom .main-title-listing span,
#hook_content_bottom .main-title-listing a {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-black);
}
/* /hook_content_bottom */

.main-layout .section__rotator .section__slots .rotator {
  height: 218px;
}

.category-layout .listing + .blockinfo.gl_plugin {
  margin-top: 44px;
}

/* Indeks chorob */
.alphabetical_index_title,
.alphabetical_index_entries
  .alphabetical_index_entries_more
  .letter_entries::after {
  display: none;
}
.alphabetical_index_letters {
  display: flex;
  justify-content: center;
  align-items: center;
}
.alphabetical_index_entries .alphabetical_index_entries_letter {
  width: 120px;
}
.alphabetical_index_letters .index-letter {
  background-color: var(--color-main);
  margin-right: 6px;
}
.alphabetical_index_letters .index-letter:hover {
  background-color: var(--color-main-second);
}
.alphabetical_index_entries_items {
  width: 812px;
}
.alphabetical_index_entries_items .paginacja {
  margin-left: -120px;
}
.alphabetical_index_entries .alphabetical_index_entries_more {
  border-top: 0;
}
.alphabetical_index_entries .alphabetical_index_entries_more .letter_entries {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: unset;
  min-width: 151px;
  height: 40px;
  padding: 8px 16px;
  box-sizing: border-box;
  background-color: var(--color-main);
  box-shadow: var(--shadow-btn);
  border-radius: 9999px;
  text-align: center;
}
.alphabetical_index_entries
  .alphabetical_index_entries_more
  .letter_entries:hover {
  background-color: var(--color-main-second);
}
.alphabetical_index_entries .alphabetical_index_entries_letter .letter_entries {
  color: var(--color-black);
}
.alphabetical_index_entries
  .alphabetical_index_entries_items
  > a.entry_link:hover,
.alphabetical_index_entries
  .alphabetical_index_entries_letter
  a.letter_entries:hover {
  color: var(--color-main);
}
/* /Indeks chorob */

.wide.article-layout .listing-container.v30,
.page-layout.wide .listing-container.v30,
.tag-layout.wide .listing-container.v30 {
  grid-template-columns: repeat(4, 1fr);
  width: 1248px;
  max-width: 1248px;
  column-gap: 0;
}

.bottom_hook .listing-container.v30 .element:nth-child(4) {
  grid-area: 1 / 4 / 2 / 5 !important;
}

body #hook_content_bottom .listing-nces .main-title-listing {
  margin-left: 16px;
  margin-bottom: 16px;
}

.listing-horizontal-full-v18 .element__headline a {
  color: var(--color-main);
}

/* Zaslepka slota */
.slot__image img::after {
  top: 37%;
}
.slot__small .slot__image img::before,
.section__v3 .slot .slot__image img::before {
  width: 252px;
  height: 210px;
  border-radius: 24px;
}
/* /Zaslepka slota */

.wide.article-layout:has(.one_column_article__container) .mediateka-widget {
  margin: 24px 0 16px auto;
}

.slot__label .slot__label-text {
  right: 32px;
  top: 16px;
  border-radius: 16px;
}

.slot__small .slot__label .slot__label-text {
  top: 24px;
}

/* listing triple */
.listing:has(.listing-vertical-triple) .main-title-listing {
  margin-bottom: 0;
}
.listing-container.listing-vertical-triple {
  display: flex;
  gap: 16px;
}
.listing-container.listing-vertical-triple .element {
  width: 300px;
  margin: 0;
}
.listing-vertical-triple .element__media,
.listing-vertical-triple .element__media img:not(.lead-gallery-more img) {
  width: 252px;
  height: 168px;
  border-radius: 24px;
}
.listing-vertical-triple .element__media img:not(.lead-gallery-more img) {
  border: 1px solid var(--color-img-border);
}
.listing-vertical-triple .element__media {
  margin: 16px 24px 0;
}
.listing-vertical-triple .element__content {
  margin: 8px 32px 0;
  width: 252px;
}
.listing-vertical-triple .element__headline {
  height: 180px;
}
.listing-vertical-triple .element__content .element__headline a {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* /listing triple */

.poly_type_video::after {
  top: 25px;
  left: 25px;
  border-radius: 16px;
}

/* listing gallery count - position */
.slot__big .slot__image .lead-gallery-more {
  top: 32px;
  right: 32px;
}

.slot__image .lead-gallery-more {
  top: 24px;
  right: 24px;
}
