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

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

:root {
	/* Fonts */
	--font-family-main: "Commissioner", sans-serif;

	/* Colors */
	--color-main: #FCE4DE;
	--color-main-second: #F07051;
	--color-main-third: #F8BDAF;
	--color-black: #000000;
	--color-white: #FFFFFF;
	--color-font: #222222;
	--color-quiz: #F07051;
	--color-gallery: #F07051 !important;

	--color-text-primary: #000000E0; 
	--color-text-secondary-dark: #00000073;
	--color-text-secondary-light: #F07051;
	--color-text-secondary-light-accent: #F49780;

	--color-border-primary-dark: #F07051;
	--color-border-primary-light: #F49780;
	--color-border-secondary-light: #FCE4DE;

	/* Calculators */
	--color-calculator-primary: #F07051;
	--color-calculator-secondary: #F49780;
	--border-radius-calculator-wrapper: 20px;
	--border-radius-calculator-button: 20px;
}

* {
	box-sizing: border-box;
}

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

a {
	text-decoration: none;
}

p {
	margin: 0;
}

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


/* ---------------------------------------------------------------------------------------- */
/* --------------------------- To do: Clean lo-fi styles ---------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------- START - sitebuilder LO-FI STYLES -------------------------- */
/* ---------------------------------------------------------------------------------------- */



.lead_element__aspect_ratio,
article .single-photo.hero figure > div {
  padding-bottom: 0;
  height: initial;
}
.share-box-button-wrapper .share-box__icon {
  color: var(--color-font);
}
.share-box-button-wrapper .share-box__icon::after {
  background-color: var(--color-main);
}
.article_author .h3 {
  font-size: 12px !important;
  color: var(--color-font) !important;
}
.share-box-button-wrapper .share-box__icon::after {
  background: url(https://cdn.files.smcloud.net/t/share-link-white-sitebuilder.svg) no-repeat center !important;
}
.share-buttons-wrapper .tt-button {
  background: url(https://cdn.files.smcloud.net/t/twitter_x_without_circle-sitebuilder.svg) no-repeat center !important;
  background-size: contain !important;
  filter: invert(1);
}
.share-buttons-wrapper .fb-button {
  background: url(https://cdn.files.smcloud.net/t/face-black-sitebuilder.svg) no-repeat center !important;
  filter: invert(1);
}
.share-buttons-container.bottom .share-buttons-wrapper {
  bottom: -34px;
}
.share-buttons-wrapper {
  background: var(--color-main);
}
.article-layout .share-buttons-wrapper{
  bottom: 2px !important;
}
.article-layout .share-box-button-wrapper .share-box__icon::after{
  background-color: var(--color-main) !important;
}
p.toc {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}
p.lead {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: var(--color-font);
  margin-bottom: 8px;
}
.article_authors_with_thumbnail {
  width: 50%;
}
.tags.gl_plugin {
  margin-bottom: 24px;
}
.single-photo {
  overflow: initial;
}
.title_element__superscription {
  display: flex;
  max-height: 30px;
  align-items: center;
}
.gl_plugin.galleries .lead-gallery.lead_element__aspect_ratio {
  margin: 0;
}
.placeholder--after {
  left: 24px !important;
}
footer h3,
footer .h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
}
footer .show-list {
  font-weight: 400;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
}
footer .fa-caret-down:before {
  background-size: contain;
  width: 14px;
  height: 8px;
  content: "";
  background-image: url(https://cdn.files.smcloud.net/t/caret-down-footer-sitebuilder.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);
}
footer .serwis-list a,
footer .serwis-list a:hover {
  color: var(--color-white);
}
.article-layout footer .gl_wrapper {
  padding: 0;
}
.tags .breadcrumb__link {
  border: 1px solid var(--color-main);
  padding: 2px 4px;
  color: var(--color-font);
  text-decoration: none;
}
.main-content .main-title-listing span,
.main-content .main-title-listing a {
  padding-left: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: var(--color-font);
}
.article-layout .main-content .main-title-listing span,
.article-layout .main-content .main-title-listing a {
  padding-left: 0;
}
.gl_plugin.galleries {
  margin-bottom: 16px;
  margin-left: -16px;
  margin-right: -16px;
}
.main-title-listing a {
  margin-left: 0px;
  color: var(--color-font);
  text-decoration: none;
}
.article_authors_without_thumbnail {
  width: initial;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 230px;
}
.neck .autor {
  justify-content: space-between;
}
/* 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;
}
.video-js:not(.audioBlockNewPlayer):not(.podcastBlockNewPlayer):not(.podcastBlockPlayer--v2) .vjs-tech {
  aspect-ratio: 1.777 !important;
  position: inherit !important;
  height: auto !important;
}
.video_player > .turbo-vjs {
  min-height: 200px;
  box-sizing: border-box;
}
.vjs-fullscreen .vjs-tech {
  height: 100% !important;
}
.player.player--main video-js {
  padding-top: 56.25% !important;
}
.player.player--main video {
  position: absolute !important;
}
/* /poprawka CLS dla sticky video */

/* new sponsors on listings */
.extras_component.extras__component--spon {
  position: absolute;
  right: 0;
  top: -16px;
  background: var(--color-white);
  height: 17px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  left: initial !important;
  max-width: initial !important;
}
.extras_component.extras__component--spon p {
  font-weight: 400;
  font-size: 8px;
  line-height: 11px;
  text-transform: uppercase;
  color: var(--color-black);
  margin: 0;
  text-shadow: none;
}
.slot__label {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: var(--color-white);
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}
.slot__label span {
  font-weight: 400;
  font-size: 8px;
  line-height: 11px;
  text-transform: uppercase;
  color: var(--color-black);
  margin: 0;
}
#fb-root .fb-customerchat > div {
  display: none;
}
article .gl_plugin.player.video_player {
  margin-bottom: 24px;
}
article link + script + .gl_plugin.player.video_player {
  margin-bottom: 0;
}

/* NCES */
.promo-wrapper {
  border: 1px solid var(--color-main) !important;
  padding-top: 14px !important;
  overflow: hidden;
}
.promo-wrapper.has-photo figure.promo-image-wrapper {
  width: 70vw !important;
  height: auto;
  padding-bottom: 0;
}
.promo-wrapper .promo-header {
  margin-bottom: 24px;
  margin-left: 0;
  margin-top: -15px;
  background-color: var(--color-main);
  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 {
  text-align: left;
  color: var(--color-font);
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.promo-wrapper.has-photo figure.promo-image-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 0;
}
.promo-wrapper.has-photo figure.promo-image-wrapper img {
  width: 70vw;
}
.promo-wrapper.has-photo h3.promo-title-header {
  margin: 0 16px;
}
.promo-wrapper .promo-title-header a {
  text-align: left;
  color: var(--color-font);
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.main-title-listing a {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0;
  color: var(--color-font) !important;
}

/* article */
.single-photo.hero.with-frames {
  width: initial;
  margin-left: -16px;
  margin-right: -16px;
  max-width: initial;
}
.gl_plugin.socials {
  margin-bottom: 24px;
}
.product-presentation__button-link {
  background: var(--color-main);
  color: var(--color-font);
}

/* new article gallery */
.lead-gallery::after {
  position: absolute;
  display: block;
  content: "ZOBACZ GALERIĘ";
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 28px;
  color: var(--color-white);
  background-color: var(--color-main);
  font-weight: 400;
  padding: 2px 8px;
}

/*v30*/
.listing-container.v30 {
  margin-left: -16px;
  margin-right: -16px;
}
.listing-container.v30 .element {
  margin-right: 0;
  margin-left: 0;
}
.listing-container.v30 .element .element__content .element__headline a {
  margin: 14px 20px;
  text-align: center;
  width: calc(100% - 40px);
  line-height: 26px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  height: 52px;
}
.listing-container.v30 .element .element__content .element__superscription {
  background-color: unset;
  width: 100%;
  left: 0px;
}
.listing-container.v30 .element .element__content .element__superscription p {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	text-transform: uppercase;
	background-color: var(--color-main);
}
.listing-container.v30 .element .element__content {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    min-height: 80px;
    max-height: 80px;
}

/*v32*/
.v32 > div:nth-of-type(1) .element__content,
.v32 > div:nth-of-type(2) .element__content,
.v32 > div:nth-of-type(3) .element__content {
  position: relative;
}
.v32 > div:nth-of-type(1),
.v32 > div:nth-of-type(2),
.v32 > div:nth-of-type(3) {
  height: initial;
  width: 100%;
  position: relative;
  overflow: initial;
}
.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;
  margin-left: -16px;
  margin-right: -16px;
}
.v32 > div:nth-of-type(1) .element__content a,
.v32 > div:nth-of-type(2) .element__content a,
.v32 > div:nth-of-type(3) .element__content a,
.v32 > div:nth-of-type(4) .element__content a,
.v32 > div:nth-of-type(5) .element__content a,
.v32 > div:nth-of-type(6) .element__content a {
  color: var(--color-font);
  margin-top: 8px;
}
.v32 > div:nth-of-type(1) .element__content:after,
.v32 > div:nth-of-type(2) .element__content:after,
.v32 > div:nth-of-type(3) .element__content:after,
.v32 > div:nth-of-type(4) .element__content:after,
.v32 > div:nth-of-type(5) .element__content:after,
.v32 > div:nth-of-type(6) .element__content:after {
  display: none;
}
.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 {
	margin: 14px 8px;
	text-align: center;
	width: 96%;
	line-height: normal;
	height: 98px;
	font-size: 26px;
	font-weight: 700 !important;
}
.v32 > div:nth-of-type(n+4) .element__headline a {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  color: var(--color-font);
  margin: 14px 0;
}
.v32 > div:nth-of-type(1) .element__content,
.v32 > div:nth-of-type(2) .element__content,
.v32 > div:nth-of-type(3) .element__content,
.v32 > div:nth-of-type(4) .element__content,
.v32 > div:nth-of-type(5) .element__content,
.v32 > div:nth-of-type(6) .element__content {
  padding-bottom: 8px;
  background: var(--color-white);
  height: initial;
}
.category-layout .blockinfo__text.blockinfo__short h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  color: var(--color-font);
  text-align: center;
  margin: 0;
}
.category-layout .gl_plugin.header {
  margin-bottom: 0px;
}
.v32 .element .element__headline {
  margin: 0 16px;
  margin-left: 0;
}
.v32 > div .element__headline .element__superscription p {
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 15px !important;
  text-transform: uppercase;
  color: var(--color-white) !important;
  background: var(
  --color-main) !important;
  padding: 2px 8px !important;
  max-width: 80vw !important;
}
.v32 > div .element__headline .element__superscription {
  position: absolute;
  bottom: 100%;
  z-index: 1;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
.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 {
  top: -34px;
}
.v32 > div:nth-of-type(n+4) .element__headline .element__superscription {
  top: 0;
}
/* paginacja */
.v32 ul.horizontal.paginacja a,
ul.horizontal.paginacja a {
  color: var(--color-font);
}
.v32 li.active,
ul.horizontal.paginacja li.active {
  border: none;
  border-radius: 2px;
  background: var(--color-white);
  border: 1px solid var(--color-main);
  box-sizing: border-box;
}
.paginacja li.active a,
ul.horizontal.paginacja li.active a {
  color: var(--color-main) !important;
  font-weight: 400;
}
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 {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(https://cdn.files.smcloud.net/t/f105-sitebuilder.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 8px;
  margin-left: 0px;
  display: inline-block;
  transform: none;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.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 {
  width: 16px;
  height: 16px;
  content: "";
  margin-top: 8px;
  margin-left: 0;
  display: inline-block;
  background-image: url(https://cdn.files.smcloud.net/t/f105-sitebuilder.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
  -webkit-filter: invert(1);
  filter: invert(1);
}
ul.horizontal.paginacja li.disable {
  opacity: 0.4;
  background: #999;
	 border-radius: 2px;
}
ul.horizontal.paginacja li.next,
ul.horizontal.paginacja li.prev {
    background-color: var(--color-main);
    border-radius: 2px;
}
.v32 > div .element__content {
  height: 124px;
}
.main-title-listing {
	margin-bottom: 16px;
}
.main-title-listing span,
.main-title-listing a {
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0;
	text-transform: none;
}

.issue_index_entries_items .element {
  min-height: 280px;
  margin-bottom: 16px;
}
.issue_index_entries_items .element .element__headline a {
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #222222;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 4px;
}
@media (min-width: 500px) {
  .issue_index_entries_items .element {
    height: 429px;
    margin-bottom: 16px;
  }
}

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

/* author page */
h1.author__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-transform: unset;
}
.author__desc a {
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  color: var(--color-font);
  text-decoration: underline 2px var(--color-main);
}
.author__desc p {
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  color: var(--color-font);
}
.author__desc {
  margin-bottom: 24px;
}
.listing-horizontal-full .element__headline a {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: var(--color-font);
}

/* amount of photos - listings/sections */
.wide .element__media .media__count,
.wide .slot__image .media__count {
	background-color: var(--color-main) !important;
	color: var(--color-black) !important;
}
.media__count::before {
	background-image: url(https://cdn.files.smcloud.net/t/white-camera-gallery-icon-sitebuilder.svg) !important;
	background-size: 16px 12px !important;
}

/* Audioblock article */
.article-layout .audioBlock .turbo_audio_player {
	background-color: var(--color-main);
}
.article-layout .audioBlock {
  margin-bottom: 16px;
}
.article-layout .audioBlock .audioBlock__title {
  margin-left: 0;
}

/* audioBlock - ver. 02 */
.audioBlock.audio-block-ver-two .video-js .vjs-control-bar,
.audioBlock.audio-block-ver-two .vjs-play-control.vjs-control.vjs-button {
    background-color: var(--color-main);
}

/* lo-fi center slots & correct v34 */
.listing-container.hero-img-v34 .element .element__content .element__superscription {
  margin: 0 auto;
  text-align: center;
}
.listing-container.hero-img-v34 .element .element__content .element__headline > a {
  text-align: center;
}
.main-content .main-title-listing {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: normal !important;
  color: var(--color-font) !important;
  text-align: center !important;
  margin: 0 0 24px 0 !important;
  text-transform: none !important;
}
.v34_radio {
  display: block !important;
}
.v34_radio .listing-container .element:first-child .element__headline a {
  color: var(--color-font) !important;
}
.v34_radio .listing-container .element:first-child .element__content {
  background-color: var(--color-white) !important;
}
.v34_radio .listing-container .element__headline a {
  text-align: center !important;
}
.v34_radio .listing-container .element:first-child .element__content::after {
  display: none !important;
}
.v34_radio .element__superscription {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: unset !important;
  left: 0;
}
.v34_radio .element__superscription p {
  padding: 0 8px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 335px !important;
  background: var(--color-main);
}

.listing .button {
  background-color: var(--color-white);
  border: 1px solid var(--color-main);
  color: var(--color-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 12px;
  width: max-content;
  transition: 0.6s;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 16px auto;
}
.listing .button:hover {
	background-color: var(--color-main);
}

.main-layout #hook_content > .listing span.zpr-block:has(.zpr_m_top_1) {
  display: inline;
  text-align: center;
  max-width: unset;
  max-height: unset;
}

#hook_content_bottom .v34_radio .main-title-listing span {
	text-transform: none;
}

#hook_content_bottom {
    position: relative;
    z-index: 0;
}


/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* --------------------------- END - sitebuilder LO-FI STYLES ----------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */



/* turn on mtop0 */
.m_zpr_box_topboard {
	display: block !important;
}

/* gallery, quiz hide top0 */
.gallery-layout .m_zpr_box_topboard,
.quiz-layout .m_zpr_box_topboard  {
    display: none !important;
}

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

/* #region Header */

.header-bar {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	max-width: 600px;
	margin: 0 auto 8px;
	background-color: var(--color-white);
	height: 65px;
	padding: 0px 24px;
	gap: 10px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.header .header-bar .header-bar__logo {
	position: relative;
	overflow: visible;
}

.header-bar__logo img {
	position: relative;
	z-index: 1;
	max-width: 100%;
	width: 112px;
	height: 80px;
	flex-shrink: 0;
	margin: 12px 0 4px;
	transform: scale(1, 1.05);
}

.header-bar__logo a {
	height: 100%;
	display: flex;
	align-items: center;
}

/* #endregion */

/* #region Tapbar */

body.menu-tapbar-open {
	overflow-y: hidden;
	height: 100%;
	overflow-scrolling: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

body.menu-tapbar-open .bottom-tap-bar {
	pointer-events: all !important;
	touch-action: auto !important;
	-ms-touch-action: auto !important;
}

.bottom-tap-bar {
	position: fixed;
	display: flex;
	justify-content: space-around;
	align-items: center;
	bottom: 0;
	left: 0;
	z-index: 9999999999;
	overflow: hidden;
	width: 100%;
	height: 64px;
	border-radius: 9px 9px 0px 0px;
	background: var(--color-white);
	box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.25);
}

.bottom-tap-bar a {
	text-decoration: none;
	display: flex;
	align-items: center;
	max-height: 67px;
	height: 67px;
}

.bottom-tap-bar-item.active img {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.bottom-tap-bar-item.active .bottom-tap-bar-item__dots {
	color: var(--color-black);
}

.bottom-tap-bar > * {
	position: relative;
}

.bottom-tap-bar:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.5;
	background-image: url('/media/mjakmama24/desktop/images/article-shape-icon2024.svg');
	background-color: rgba(252, 228, 222, 0.2);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.bottom-tap-bar-item__icon  {
	display: none;
}

.bottom-tap-bar-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 44px;
	max-height: 48px;
	max-width: none;
	flex-shrink: 0;
	width: fit-content;
	text-align: center;
	line-height: 15px;
}

.bottom-tap-bar-item__icon img {
	min-width: 27px;
}

.bottom-tap-bar-item__text span {
	text-decoration: none;
	font-weight: 500;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 20px;
	color: var(--color-text-secondary-dark);
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bottom-tap-bar-item:hover,
.bottom-tap-bar-item.active {
	border-bottom: 2px solid var(--color-main-third);
}

.bottom-tap-bar-item.dots {
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
	height: auto;
}

.bottom-tap-bar-item.active .bottom-tap-bar-item__text span, 
.header .bottom-tap-bar .bottom-tap-bar-item.active .bottom-tap-bar-item__dots::after {
	color: var(--color-black) !important;
	text-shadow: none;
}

.header .bottom-tap-bar .bottom-tap-bar-item__dots::after {
	position: absolute;
	content: 'MENU';
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 20px;
	color: var(--color-text-secondary-dark);
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	top: 18px;
	left: -4px;
}

.header .bottom-tap-bar-item.dots.active .bottom-tap-bar-item__dots::after {
	content: 'Menu';
	right: 0;
    line-height: 20px;
	color: var(--color-text-secondary-dark);
	right: 8px;
    top: 18px;
	left: -4px;
}

.bottom-tap-bar .bottom-tap-bar-item__dots {
	cursor: pointer;
	position: relative;
	font-size: 0;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	background: url('/media/mjakmama24/desktop/images/tapbar-hamburger-icon2024.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 40px;
	margin-top: 4px;
}

.header .bottom-tap-bar-item.dots.active .bottom-tap-bar-item__dots {
	background: url(/media/mjakmama24/desktop/images/tapbar-close-mjm2024.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 40px;
	background-position: 0 -4px;
}

/* #endregion */

/* #region Menu */

body.menu-tapbar-open .bottom-tap-menu {
	pointer-events: all !important;
	touch-action: auto !important;
	-ms-touch-action: auto !important;
	overflow-y: scroll;
}
  
.bottom-tap-menu > ul > li:last-child {
	margin-bottom: 160px;
}

.bottom-tap-bar > a.active {
	pointer-events: none;
}

.bottom-tap-menu {
	position: fixed;
	z-index: 999999999;
	width: 100%;
	height: 100vh;
	top: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: center;
	background-color: var(--color-white);
	overflow-y: scroll;
	padding: 0;
}

.bottom-tap-menu a {
	font-weight: 700;
	font-size: 20px;
	line-height: 29px;
	text-align: left;
	text-transform: initial;
	color: var(--color-white);
}

.bottom-tap-menu ul li {
	list-style-type: none;
	text-align: left;
}

.bottom-tap-menu > ul > li {
	text-align: left;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 24px;
}

.bottom-tap-menu > ul > li > a {
	font-size: 16px;
	color: var(--color-text-secondary-light-accent);
	font-weight: 600;
	text-transform: uppercase;
}

ul.subnav {
	display: flex;
    flex-wrap: wrap;
}

ul.subnav li a {
	color: var(--color-text-primary);
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
}

ul.subnav li {
	flex: 0 0 50%;
}

.bottom-tap-menu ul:not(.subnav) {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 100dvh;
	overflow-y: scroll;
	padding: 40px
}

/* #endregion */

/* #region Footer */

footer .col.col-4.legal-info .h5 {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}

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

footer h3, 
footer .h3, 
footer .show-list, 
footer ul li a, 
footer .copyright .copyright__text  {
	color: var(--color-text-primary);
}

footer .fa-caret-down:before {
	content: "";
	background-image: url(https://cdn.files.smcloud.net/t/caret-down-footer-sitebuilder.svg);
}

footer .serwis-list .list ul li h5, 
footer .serwis-list .list ul li .h5, 
footer .list ul li a, 
footer .list ul li {
    color: var(--color-text-primary);
    display: inline;
}

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

footer .list ul {
	position: relative;
}

footer .serwis-list.show .list {
	padding: 40px;
	position: relative;
	background: url(/media/mjakmama24/desktop/images/sponsored-background.png);
}

footer .serwis-list.show .list:before {
	content: '';
	position: absolute;
	top: -58px;
	left: 5px;
	width: 200px;
	height:200px;
	background-image: url(/media/mjakmama24/desktop/images/big-white-m-icon2024.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

footer h5, 
footer .h5 {
	padding: 0;
	font-weight: 600
}

footer .show-list {
	border-bottom: none;
}

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

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

footer .legal-info {
	order: 2;
}

footer .about {
	order: 4;
}

footer .serwis-list {
	order: 6;
}

footer .legal {
	order: 5;
}

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

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

footer .fa-caret-down:before {
	content: "";
    background-image: url(/media/mjakmama24/desktop/images/footer-down-icon2024.svg);
	transform: rotate(180deg);
}

footer .serwis-list a {
	color: var(--color-text-primary);
}

div#hook_footer {
	border-top: none;
	padding-top: 16px;
}

footer .logo a {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	width: 95%;
	text-align: center;
}

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

/* #endregion */

/* #region Listings */ 

/* Common */

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

#hook_content_bottom .main-title-listing span,
#hook_content_bottom .main-title-listing a { 
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: normal !important;
  color: var(--color-font) !important;
  text-align: center !important;
  text-transform: none !important;
}

.element__media a:after {
	background-size: contain;
	width: 40px;
	height: 32px;
	content: "";
	background-color: #eee;
	-webkit-mask-image: url(https://cdn.files.smcloud.net/t/f03e-sitebuilder.svg);
	mask-image: url(https://cdn.files.smcloud.net/t/f03e-sitebuilder.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;
}

.slot__image {
	position: relative;
	z-index: 2;
}
  
.element__media,
.slot__image {
	background-color: #bfbfbf;
}

.listing {
	padding-top: 54px;
	padding-bottom: 10px;
	overflow-x: clip;
}

.listing .listing__links {
	border-radius: 9px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	background: var(--color-white);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	height: 46px;
	margin-bottom: 32px;
	display: flex;
	overflow-y: hidden;
	overflow-x: scroll;
	white-space: nowrap;
	align-items: center;
	position: relative;
} 

.listing .listing__links > a {
	color: var(--color-text-primary);
	font-size: 12px;
	line-height:  22px;
	margin: 0 10px;
}

.listing:before,
#hook_content_bottom .v34_radio.listing::before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 35px;
	width: 100%;
	height: 280px;
	opacity: 0.7;
	z-index: -1;
	background-image: url(/media/mjakmama24/desktop/images/listing-m-icon2024.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform-origin: center;
}

.listing-container.v30 .element, .hero-img .element, .v32 .element {
	margin-bottom: 48px;
}

.listing-container.v30 .element:last-of-type , 
.hero-img .element:last-of-type , .v32 .element:last-of-type {
	margin-bottom: 0;
}

.main-content .main-title-listing {
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 16px 0 !important;
	position: relative;
}

.listing-container.hero-img-v34 .element .element__content .element__superscription p,
.listing-container.v30 .element .element__content .element__superscription p {
	color: var(--color-black);
}

.listing-container .element .element__media, .element__media a, 
.listing-container .element .element__media img,
.v34_radio .listing-container .element:first-child, 
.v32 > div:nth-of-type(1) .element, .v32 > div:nth-of-type(2), 
.v32 > div:nth-of-type(3){
	border-radius: 9px;
}

.listing-container.v30 {
	margin-left: 0;
	margin-right: 0;
}

.listing-container.v30 .element .element__content {
    min-height: 70px;
    display: flex;
    align-items: flex-start;
}

.listing-container.v30 .element .element__content .element__headline,
.listing.v34_radio .listing-container .element:nth-of-type(n+2) .element__content .element__headline {
    display: flex;
    width: 100%;
    padding: 10px 4px;
    align-items: flex-start;
}

/* v32 */

.v32 .element .element__headline,
.v32 > div .element__content {
	margin: 0;
	min-height: 50px;
	padding: 8px 4px;
}

.v32 > div .element__content {
	height: auto;
}

.v32 .element:last-of-type {
	margin-bottom: 10px;
}

.v32 > div .element__headline .element__superscription {
	width: 100%;
}

.v32 > div .element__headline .element__superscription p {
	text-transform: none !important;
	line-height: 24px !important;
	font-size: 16px !important;
}

.v32 > div:nth-of-type(1) .element__media, .v32 > div:nth-of-type(2) .element__media, 
.v32 > div:nth-of-type(3) .element__media {
	margin-left: 0;
	margin-right: 0;
}

.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 {
	overflow: visible;
}

.v32 > div:nth-of-type(1) .element__headline .element__superscription p:before {
	content: '';
	position: absolute;
	top: -13px;
	left: -4px;
	width: 73px;
	z-index: -1;
	height: 75px;
	background-image: url(/media/mjakmama24/desktop/images/superscription-m-icon2024.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.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 {
	top: -70px;
}

/* v34 */

.v34_radio .listing-container .element__content {
	align-items: center;
	height: 100%;
}

.v34_radio .listing-container .element .element__content a, 
.listing-container.v30 .element .element__content .element__headline a,
.v32 > div:nth-of-type(1) .element__headline a, .v32 > div:nth-of-type(2) .element__headline a, 
.v32 > div:nth-of-type(3) .element__headline a, .v32 > div:nth-of-type(n+4) .element__headline a {
	text-align: start !important;
	padding: 0 4px;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	width: 100%;
	height: auto;
}

.v34_radio .listing-container .element__content .element__headline {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}

.v34_radio .element__superscription, .listing-container.v30 .element .element__content .element__superscription,
.listing-container.v30 .element .element__content .element__superscription p, 
.v32 > div .element__headline .element__superscription {
	justify-content: start;
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
	height: auto;
}

.v34_radio .element__superscription p, .v32 > div .element__headline .element__superscription p {
	color: var(--color-text-primary) !important;
}

.v34_radio .listing-container .element:first-child, 
.v32 > div:nth-of-type(1), .v32 > div:nth-of-type(2), .v32 > div:nth-of-type(3) { 
    height: auto;
}

.v34_radio .listing-container .element:first-child .element__superscription {
	top: -100px;
}

.v34_radio .listing-container .element:first-child .element__superscription p, 
.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 {
    margin-left: 10px;
    padding: 8px 30px !important;
    line-height: 32px !important;
    z-index: 1;
}

.v34_radio .listing-container .element:first-child .element__superscription p:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 6px;
	width: 73px;
	z-index: -1;
	height: 75px;
	background-image: url(/media/mjakmama24/desktop/images/superscription-m-icon2024.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.v34_radio .listing-container .element:first-child .element__content {
	position: relative  !important;
}

.v34_radio .listing-container .element:first-child .element__content a, 
.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-size: 20px;
	line-height: 28px;
}

.v34_radio .listing-container .element:first-child .element__media img, .v32 .element__media img  {
	height: 328px;
}

.v34_radio .element__superscription {
	font-weight: 400;
}

.v34_radio .main-title-listing span {
	color: var(--color-text-primary);
	text-transform: none;
}

.main-content .main-title-listing span, 
.main-content .main-title-listing a {
	font-size: 36px !important;
	line-height: 46px !important;
	border-bottom: 3px solid var(--color-border-primary-light);
	padding-bottom: 5px;
	font-weight: 600 !important;
	text-transform: none;
}

/* Sponsored */

.listing.sponsored {
	margin-left: -16px;
	margin-right: -16px;
	background: url(/media/mjakmama24/desktop/images/sponsored-background.png);
	overflow: hidden;
}

.listing.sponsored:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 11px;
	z-index: 0;
	opacity: 1;
	background-image: url(/media/mjakmama24/desktop/images/big-white-m-icon2024.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transform: scale(1.1, 1.95);
}

.v34_radio.sponsored .listing-container .element__content,
.listing.sponsored .listing-container.v30 .element .element__content {
	border-radius: 0 0 9px 9px;
}

.v34_radio.sponsored .listing-container .element:first-child .element__content {
	background-color: unset !important;
}

.sponsored.listing .listing__links {
	margin-left: 16px;
	margin-right: 16px;
}

.listing.sponsored .listing-container.v30,
.v34_radio.sponsored .listing-container.hero-img {
	margin-left: 16px;
	margin-right: 16px;
}

.media__count::before {
    background-image: url(/media/icons/black-camera.svg) !important;
    background-size: 16px 12px !important;
}

/* #endregion */

/* #region Pagination  */

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

ul.horizontal.paginacja li.disable .fa-angle-left::before,
ul.horizontal.paginacja li.disable .fa-angle-right::before,
ul.horizontal.paginacja li .fa-angle-right::before,
ul.horizontal.paginacja li .fa-angle-left::before {
	position: relative;
    top: -12px;
    left: 0;
    background-size: contain;
    width: 48px;
    height: 48px;
    content: "";
    background-image: url(/media/mjakmama24/desktop/images/pagination-arrow-left-active-icon2024.svg);
    transform: none;
    margin-top: 14px;
	-webkit-filter: unset;
    filter: unset;
}

ul.horizontal.paginacja li.disable .fa-angle-left::before {
	background-image: url(/media/mjakmama24/desktop/images/pagination-arrow-left-disabled-icon2024.svg);
}

ul.horizontal.paginacja li .fa-angle-right::before {
    background-image: url(/media/mjakmama24/desktop/images/pagination-arrow-right-active-icon2024.svg);
}

ul.horizontal.paginacja li.disable .fa-angle-right::before {
    background-image: url(/media/mjakmama24/desktop/images/pagination-arrow-right-disabled-icon2024.svg);
}

ul.horizontal.paginacja li.active, 
ul.horizontal.paginacja li.active a {
    background: var(--color-white) !important;
    border: unset;
    border-radius: 0;
    height: 48px;
	font-size: 20px;
	font-weight: 600;
	line-height: 46px;
	color: rgba(0, 0, 0, 0.25) !important;
}

ul.horizontal.paginacja li, 
ul.horizontal.paginacja li a {
    background: var(--color-white) !important;
    border: unset;
    border-radius: 0;
    height: 48px;
	font-size: 20px;
	font-weight: 600;
	line-height: 46px;
}

ul.horizontal.paginacja li a:hover {
	color: rgba(0, 0, 0, 0.25) !important;
}

ul.horizontal.paginacja > li:first-of-type.disable,
ul.horizontal.paginacja > li:first-of-type.prev {
	position: relative;
	top: 44px;
	left: 35px;
}

ul.horizontal.paginacja > li:last-of-type.disable,
ul.horizontal.paginacja > li:last-of-type.next {
	position: relative;
	top: 44px;
	right: 35px;
}

.author-layout .paginacja {
	width: 100%;
	height: 100px;
}

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

.v32.listing-container ul.horizontal.paginacja li.disable .fa-angle-left::before,
.v32.listing-container ul.horizontal.paginacja li.disable .fa-angle-right::before,
.v32.listing-container ul.horizontal.paginacja li .fa-angle-right::before,
.v32.listing-container ul.horizontal.paginacja li .fa-angle-left::before {
	position: relative;
    top: -12px;
    left: 0;
    background-size: contain;
    width: 48px;
    height: 48px;
    content: "";
    background-image: url(/media/mjakmama24/desktop/images/pagination-arrow-left-active-icon2024.svg);
    transform: none;
    margin-top: 14px;
	-webkit-filter: unset;
    filter: unset;
}

.v32.listing-container ul.horizontal.paginacja li.disable .fa-angle-left::before {
	background-image: url(/media/mjakmama24/desktop/images/pagination-arrow-left-disabled-icon2024.svg);
}

.v32.listing-container ul.horizontal.paginacja li .fa-angle-right::before {
    background-image: url(/media/mjakmama24/desktop/images/pagination-arrow-right-active-icon2024.svg);
}

.v32.listing-container ul.horizontal.paginacja li.disable .fa-angle-right::before {
    background-image: url(/media/mjakmama24/desktop/images/pagination-arrow-right-disabled-icon2024.svg);
}

.v32.listing-container ul.horizontal.paginacja li.active, 
ul.horizontal.paginacja li.active a {
    background: var(--color-white) !important;
    border: unset;
    border-radius: 0;
    height: 48px;
	font-size: 20px;
	font-weight: 600;
	line-height: 46px;
	color: rgba(0, 0, 0, 0.25) !important;
}

.v32.listing-container ul.horizontal.paginacja li, 
ul.horizontal.paginacja li a {
    background: var(--color-white) !important;
    border: unset;
    border-radius: 0;
    height: 48px;
	font-size: 20px;
	font-weight: 600;
	line-height: 46px;
}

ul.horizontal.paginacja li a:hover {
	color: rgba(0, 0, 0, 0.25) !important;
}

.v32.listing-container ul.horizontal.paginacja > li:first-of-type.disable,
.v32.listing-container ul.horizontal.paginacja > li:first-of-type.prev {
	position: relative;
	top: 44px;
	left: 60px;
}

.category-layout .v32.listing-container ul.horizontal.paginacja > li:first-of-type.disable,
.category-layout .v32.listing-container ul.horizontal.paginacja > li:first-of-type.prev {
	position: relative;
	top: 44px;
	left: 30px;
}


.v32.listing-container ul.horizontal.paginacja > li:last-of-type.disable,
.v32.listing-container ul.horizontal.paginacja > li:last-of-type.next {
	position: relative;
	top: 44px;
	right: 60px;
} 

.category-layout .v32.listing-container ul.horizontal.paginacja > li:last-of-type.disable,
.category-layout .v32.listing-container ul.horizontal.paginacja > li:last-of-type.next {
	position: relative;
	top: 44px;
	right: 30px;
} 

/* #endregion */

/* #region Article */

article > p {
	font-weight: 400;
	font-size: 17px;
	line-height: 32px;
	letter-spacing: 0;
	color: var(--color-font);
}

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

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

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

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

.single-photo figure {
	margin: 0;
}

.single-photo img {
	margin: 0;
	min-width: 100%;
	object-fit: cover;
}

.single-photo {
	max-width: 100%;
	margin: 0;
}

article .single-photo figure img {
	border-radius: 9px;
}

.single-photo.hero {
	width: calc(100vw - 32px);
	overflow: initial;
	height: 375px;
	max-width: calc(100vw - 32px);
}

article .author_lead_title_wrapper .single-photo.hero figure div img {
	height: 375px;
}

.single-photo.hero.with-frames {
	margin-left: 0;
	margin-right: 0;
}

.stm-shopping-container .btn-link {
	background-color: var(--color-font);
}

.article-layout .m_zpr_box_top1 {
	margin-top: 16px;
	margin-bottom: 0;
}

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

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

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

.article-layout .header-bar {
	margin: 0 auto 4px;
}

.article-layout .main-content {
	margin-bottom: 0px;
}

article .block_list__container > p {
	margin-bottom: 16px !important;
}

article h1 {
	font-weight: 700
	;letter-spacing: 0;
	color: var(--color-font);
	margin-top: 0;
	margin-bottom: 24px;
	font-size: 36px;
	line-height: 46px;
}

article .autor.flex.display-flex {
	flex-direction: row;
}

.article_authors_without_thumbnail,
.article_authors_with_thumbnail {
	order: 1;
	width: 100%;
}

.lead-gallery.lead_element__aspect_ratio figure {
	min-width: 100%;
	margin: 0;
}

#timezone {
	display: flex;
	height: 16px;
	justify-content: start;
	font-size: 12px;
	line-height: 22px; 
	width: 50%;
	margin-bottom: 20px;
}

.author_lead_title_wrapper .single-photo.hero figure {
	margin: 0;
}

@media (min-width: 600px) {
	.author_lead_title_wrapper .single-photo.hero figure {
	  max-width: 600px;
	  overflow: hidden;
	}
}

article .autor.flex.display-flex span.h3.art-sp {
	width: 50%;
	margin-bottom: 20px;
	text-align: right;
}

article .autor.flex.display-flex span.h3.pub_time_hours_minutes {
	border-left: none;
}

.art-sp {
	text-transform: none;
}

.article_authors_with_thumbnail .article_author, .article_authors_without_thumbnail .article_author {
	margin: 5px 0;
	align-items: center;
}

.article_authors_with_thumbnail .article_author a {
	width: 40px;
	margin-right: 14px;
}

article .autor.flex.display-flex span.h3 a {
	color: var(--color-text-primary) !important;
}

.author_lead_title_wrapper .single-photo.with-frames img {
	max-height: 375px;
	min-height: 375px;
	object-fit: cover;
	object-position: top;
}

.lead-gallery .lead-gallery-more,
.thumbnails-gallery .lead-gallery .lead-gallery-more {
	bottom: initial !important;
	top: 0 !important;
	transform: initial !important;
	top: 0 !important;
	max-width: 80px !important;
	right: 0px !important;
	max-height: 80px !important;
	min-height: 80px !important;
	left: initial !important;
	border-radius: 0 !important;
	min-width: 80px;
	border: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--color-main) !important;
}

.lead-gallery .lead-gallery-more a,
.thumbnails-gallery .lead-gallery .lead-gallery-more a {
	padding: 0px !important;
	min-height: 67px;
	display: flex !important;
	max-height: 67px !important;
	justify-content: center;
	flex-direction: column;
	border-radius: 50% !important;
	box-sizing: border-box;
	width: 67px;
	border: none !important;
	background-color: var(--color-main) !important;
	color: var(--color-font) !important;
	font-weight: 400 !important;
}

/* breadcrumb_v2 */
.breadcrumb_v2 {
  margin-top: 8px;
  margin-bottom: 12px;
}
.breadcrumb_v2 .breadcrumb_v2-item:first-child a {
  font-size: 0;
}
.breadcrumb_v2 .breadcrumb_v2-item:first-child a::before {
  position: absolute;
  margin-right: 10px;
  top: -2px;
  left: -13px;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url('/media/icons/breadcrumbs-home.svg');
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: invert(63%) sepia(0%) saturate(993%) hue-rotate(143deg) brightness(97%) contrast(89%);
}
.breadcrumb_v2 .breadcrumb_v2-item:first-child {
  margin-left: 12px;
}
.breadcrumb_v2 .breadcrumb_v2-item:first-child a::after {
  display: none;
}
.breadcrumb_v2 .breadcrumb_v2-item::after {
  position: absolute;
  margin-right: 10px;
  top: -4px;
  left: -24px;
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url('/media/icons/breadcrumb-slash.svg');
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumb_v2 .breadcrumb_v2-item:first-child::after {
  display: none;
}
.breadcrumb_v2 .breadcrumb_v2-item a {
  font-family: var(--font-family-main);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}
.breadcrumb_v2 .breadcrumb_v2-item:last-child {
  color: var(--color-font);
}
.breadcrumb_v2 .breadcrumb_v2-item {
  position: relative;
  margin-left: 16px;
  border-right: 0;
  font-family: var(--font-family-main);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}
.breadcrumb_v2 .breadcrumb_v2-item a:hover {
  text-decoration: none;
}
/* /breadcrumb_v2 */

.page-layout.wide .blockinfo .blockinfo__text.blockinfo__short:has(h1) {
	max-height: unset !important;
}

body article a, 
body article li a {
	font-weight: 400;
    color: var(--color-text-secondary-light);
	text-decoration: underline 2px var(--color-text-secondary-light);
}

body.article-layout .main-content,
.wide.article-layout .article .title_element__superscription, 
.wide.article-layout .article .title, 
.wide.article-layout .article .neck, 
.wide.article-layout .article .lead,
.wide.article-layout .breadcrumb_v2 {
	position: relative;
	z-index: 1;
}

body.article-layout .main-content::before,
body.gallery-layout .gallery-container::before,
body.author-layout .main-content::before,
body.tag-layout .main-content::before,
body.page-layout:has(.calc) .main-content::before,
body.page-layout:has(.listing-container.v1) .main-content::before,
body.page-layout:has(.alphabetical_index_title) .main-content::before,
body.page-layout:has(.listing-container.v27) .main-content::before {
    position: absolute;
    top: 39px;
    left: 0;
    display: block;
    content: '';
    background: url(/media/mjakmama24/desktop/images/article-shape-icon2024.svg);
    background-size: 585px;
    background-position: 0 -23px;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    transform: scale(1, 1.5);
    z-index: -1;
    opacity: 0.7;
}

body.gallery-layout .gallery-container::before {
	top: -15px;
	transform: scale(1);
	z-index: 0;
}

/* socials share icons */

.article-layout .share-box-button-wrapper .share-box__icon::after {
	background-color: unset !important;
	top: -30%;
}

.share-buttons-wrapper {
	width: 40px;
	border-radius: 9px !important;
	justify-content: center;
	top: -105px !important;
}

.article-layout .share-buttons-wrapper {
	bottom: unset !important;
	top: -185px !important;
	right: -7px;
	background: var(--color-main-third);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.share-box-button-wrapper .share-box__icon::after,
.swiper-gallery .gallery-container .gallery-share .share-box-button-wrapper .share-box__icon::before,
.thumbnails__modal .gallery-header.thumbnails .share-box-button-wrapper .share-box__icon::before, 
.swiper-gallery .gallery-container .gallery-share.last-page-icons .share-box-button-wrapper .share-box__icon::before {
	background: url(/media/mjakmama24/desktop/images/article-global-share-mobile-icon2024.svg) no-repeat center !important;
}

.wide .share-buttons > * {
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px !important;
    height: 24px !important;
    filter: none;
}

.wide .share-buttons-wrapper .mail-button {
	order: 0;
    background: url(/media/mjakmama24/desktop/images/article-link-share-mobile-icon2024.svg) !important;
}

.wide .share-buttons-wrapper .fb-button {
	order: 1;
	background: url(/media/mjakmama24/desktop/images/article-fb-share-mobile-icon2024.svg) !important;
}

.share-buttons-wrapper .share-buttons>* {
	margin-top: 0 !important;
	margin-bottom: 12px;
}

.share-buttons-wrapper .share-buttons>a:last-of-type {
	margin-top: 0 !important;
}

.wide .share-buttons-wrapper .tt-button {
	order: 2;
	background: url(/media/mjakmama24/desktop/images/article-x-share-mobile-icon2024.svg) !important;
	margin-bottom: 0;
}

.share-box-button-wrapper .share-box__icon {
	color: var(--color-text-secondary-light-accent);
	font-size: 18px;
	text-transform: none;
}

.thumbnails__modal .gallery-header.thumbnails .share-buttons-wrapper {
	top: 0 !important;
}


article .autor.flex.display-flex span.h3.pub_time_hours_minutes {
	position: relative;
    border-left: 0;
}

article .autor.flex.display-flex span.h3.pub_time_hours_minutes::before {
	content: '•';
	margin-right: 8px;
}

article .neck .autor .article_author .article__author__croppimg__plug:empty:before,
article .neck .article__author__croppimg img,
article .neck .article__author__croppimg,
article .neck .article_authors_with_thumbnail .article_author .article__author__croppimg {
    height: 40px;
    width: 40px;
    border-radius: 100%;
}
article .neck .autor .article_author .article__author__croppimg__plug:empty:before,
article .neck .article__author__croppimg,
article .neck .article_authors_with_thumbnail .article_author .article__author__croppimg {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 2px solid var(--color-white);
    outline: 2px solid var(--color-main);
    box-sizing: border-box;
    overflow: hidden;
}

.article_author span, 
.article_author span a, 
.article_authors_without_thumbnail span, 
.article_authors_without_thumbnail span a {
    color: var(--color-text-primary) !important;
}

.article_author span a {
	font-weight: 600 !important;
}

.article_author span a:hover, 
.article_authors_without_thumbnail a:hover {
	color: var(--color-text-primary) !important;
	text-decoration: underline 2px solid var(--color-border-primary-dark);
}

article .lead {
    font-weight: 400;
    color: var(--color-text-primary);
    line-height: 32px;
}

article p {
	font-size: 18px;
	line-height: 32px;
}

.wide.article-layout .thumbnails-gallery .lead-gallery img {
	border-radius: 9px !important;
}

span.media__count,
.thumbnails-gallery .lead-gallery .lead-gallery-more span.media__count {
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text-primary) !important;
}

span.count_suffix,
.thumbnails-gallery .lead-gallery .lead-gallery-more span.count_suffix {
  text-transform: uppercase;
  color: var(--color-text-primary) !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
}

.lead-gallery::after,
.lead-gallery-more span.media__count,
.lead-gallery-more span.count_suffix {
	color: var(--color-text-primary) !important;
}

.lead-gallery::after {
	border-radius: 9px 0 0 0;
}

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

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

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

article ol {
	display: flex;
	flex-direction: column;
    counter-reset: list-counter;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

article ol li:not(.podcastBlockWithPlaylist *) {
    counter-increment: list-counter;
    position: relative;
    margin-bottom: 16px;
    padding-left: 56px;
    list-style: none;
}

article ol li:not(.podcastBlockWithPlaylist *)::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: var(--color-main-third);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-primary);
    font-size: 18px;
}

article ol li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
	color: var(--color-font);
    text-decoration: none;
}

article ol li a:hover {
	text-decoration: underline 2px solid var(--color-border-primary-dark);
}

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

.galleries .lead-gallery figure img {
	width: 100%;
	display: block;
	height: 375px;
	object-fit: cover;
}

.gl_plugin.galleries.thumbnails-gallery {
	max-height: 492px;
}

.article-layout article .gl_plugin.galleries {
	margin-left: 0;
	margin-right: 0;
}

.article-layout article .gl_plugin.galleries .lead-gallery.lead_element__aspect_ratio {
	border-radius: 9px;
}

.title_element__superscription p {
	margin: 0;
	background: none;
	padding: 0 8px;
	height: 30px;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 335px !important;
	display: inline;
	font-weight: 400;
	font-size: 12px;
	line-height: 47px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--color-font);
	padding-left: 0;
}

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

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

.gl_plugin.socials .expand:after {
	background-color: var(--color-text-primary);
}

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

.audioBlock.audio-block-ver-two .vjs-skip-backward-10,
.audioBlock.audio-block-ver-two .video-js .vjs-play-control .vjs-icon-placeholder::before,
.audioBlock.audio-block-ver-two .vjs-skip-forward-10,
.audioBlock.audio-block-ver-two .vjs-button > .vjs-icon-placeholder::before,
.audioBlock.audio-block-ver-two .video-js .vjs-play-progress:before,
.audioBlock.audio-block-ver-two .video-js .vjs-time-control {
	filter: invert(1);
}

article .product-presentation .product-presentation__label,
.product-presentation {
	border-bottom: 2px solid var(--color-border-primary-dark);
}

article .product-presentation .product-presentation__button-link {
    background-color: var(--color-border-primary-dark);
    border: 1px solid var(--color-border-primary-dark);
    padding: 5px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--color-black);
    border-radius: 9px;
}

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

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

article .recommendedArticle,
article .recommended-content {
    display: flex;
    flex-direction: column;
    border-top: 0;
    border-bottom: 0;
	background: var(--color-white);
	margin-bottom: 16px;
    padding: 8px 0;
    width: 100%;
}

article .recommended-content .title {
	display: flex;
	margin-bottom: 12px;
}

article .recommended-content .recommendedTitle__text,
article .recommendedArticle .recommendedArticle__title p {
	font-style: normal;
	font-weight: 600;
	text-align: left;
	display: inline;
	margin: 0 0 16px 0;
	color: var(--color-font);
	font-size: 24px;
	line-height: 24px;
}

article .recommendedArticle__link a,
article .recommended-content .recommendedLink__text {
	display: flex;
	align-items: center;
	padding: 0;
	color: var(--color-text-secondary-light);
    text-decoration: underline;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

a.ctr_recommend_one {
	text-decoration: none;
}

#article_zpr_shopping.zpr_shopping__article .stm-shopping-container .btn-link {
	width: 80px;
	margin: auto;
	margin-bottom: 6px;
}

article .highlight {
	border-top: 2px solid var(--color-border-primary-dark);
	border-bottom: 2px solid var(--color-border-primary-dark);
	padding-top: 24px;
}

.wide.article-layout .tags .breadcrumb__item:first-child::before {
    font-size: 24px;
    line-height: 32px;
}

.tags .breadcrumb__link {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    border: 0;
    border-bottom: 2px solid var(--color-main-third);
    padding: 8px 8px 4px 8px;
} 

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

p.toc {
	font-weight: 700;
	font-size: 18px;
	line-height: 29px;
}



/* Expert block  */

article .expert-block .expert__main {
	display: grid;
	grid-template-columns: 30% 70%;
	grid-template-rows: auto auto;
	gap: 10px;
	border-bottom: 2px solid var(--color-main);
	border-top: 2px solid var(--color-main);
}

article .expert-block .expert-images {
	margin: 0;
	width: auto;
}

article .expert-block .expert-text.expert__text--other {
	grid-column: 1 / -1;
	width: 100%;
}

article .expert-block .expert-name .expert__nameText {
	font-size: 24px;
	line-height: 32px
}

article .expert-block .expert-name {
	padding-bottom: 5px;
	border-bottom: 2px solid var(--color-main-third);
}

article .expert-block .expert__text--other p {
	color: var(--color-text-secondary-dark);
	font-size: 16px;
	line-height: 32px;
}

article .expert-block .expert-description {
    flex: auto;
}


/* Product presentation */

.product-presentation__title {
    font-size: 20px;
    text-align: start;
}

.product-presentation__image--small {
    width: 144px;
    height: 144px;
    float: left;
    margin: 0 15px 0 0;
}

.product-presentation__text {
	line-height: 32px;
}

/* #endregion  */

.article-layout .player__title {
	color: var(--color-black);
	font-size: 21px;
}

.article-layout .gl_plugin.player.video_player {
	width: initial;
	margin-left: -16px;
	margin-right: -16px;
	padding: 16px;
}



/* #region Author */

h1.author__name {
	font-size: 36px;
	line-height: 46px;
}

.author-layout .listing::before {
	display: none;
}

.author-layout .listing-container .element .element__media, .author-layout .element__media a, 
.author-layout .listing-container .element .element__media img,
.author-layout .v34_radio .listing-container .element:first-child, 
.author-layout .v32 > div:nth-of-type(1) .element, .author-layout .v32 > div:nth-of-type(2), 
.author-layout .v32 > div:nth-of-type(3),
.tag-layout .listing-container .element .element__media, .tag-layout .element__media a, 
.tag-layout .listing-container .element .element__media img,
.tag-layout .v34_radio .listing-container .element:first-child, 
.tag-layout .v32 > div:nth-of-type(1) .element, .tag-layout .v32 > div:nth-of-type(2), 
.tag-layout .v32 > div:nth-of-type(3) {
	border-radius: unset;
}

.author-layout .listing-container .element .element__media a {
	background: none;
}

.author-layout .element__media, .tag-layout .element__media  {
	background: none;
	margin-top: 10px;
}

.listing-horizontal-full .element__headline a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

/* #endregion  */

/* #region Tag page */

.tag-layout .main-content .main-title-listing span {
	border-bottom: none;
}

.main-content .main-title-listing span h1 {
	font-size: 36px !important;
	line-height: 46px !important;
}

.tag-layout .blockinfo__text p {
	font-size: 18px;
	line-height: 24px;
}

.tag-layout .listing::before {
	display: none;
}

.blockinfo__text li a {
	color: var(--color-text-primary);
}

.blockinfo .blockinfo__text {
	font-size: 18px;
	line-height: 32px;
}

.blockinfo .blockinfo__text h2 {
	font-size: 26px;
	line-height: 32px;
}

.blockinfo .blockinfo__text {
	font-size: 18px;
	line-height: 32px;
}

.blockinfo__text p a {
    color: var(--color-text-secondary-light) !important;
    text-decoration: underline 1px solid var(--color-text-secondary-light) !important;
}

/* #endregion */

/* #region Znaczenie imion */

.blockinfo .blockinfo__text h1 {
	font-size: 36px;
	line-height: 46px;
	text-align: center;
}

.blockinfo__button {
	text-align: end;
}

.page-layout:has(.listing-container.v1) .main-content .blockinfo .blockinfo__text h2 {
	font-size: 20px;
	line-height: 28px;
}

.page-layout:has(.listing-container.v1) .listing:before {
	display: none;
}

.listing-container.v1:before {
    content: '';
    position: absolute;
    top: -45px;
    left: -9px;
    z-index: 0;
    opacity: 1;
    background-image: url(/media/mjakmama24/desktop/images/big-white-m-icon2024.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scale(0.9, 1.1);
    width: 200px;
    height: 200px;
    transform-origin: center;
}

.listing-container.v1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url(/media/mjakmama24/desktop/images/sponsored-background.png) !important;
	position: relative;
	border-radius: 12px !important;
	overflow: hidden;
	flex-wrap: nowrap;
	padding: 30px 0;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
}

.listing-container.v1 .element.type--teaser {
	position: relative;
	width: auto;
}

.listing-container.v1 .element__content {
	padding: 0
}

.listing-container.v1 .element:nth-of-type(2n) {
	margin: 0
}

.listing-container.v1 .element__headline a {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	padding: 4px 0;
}

.page-layout:has(.listing-container.v1) .main-content .main-title-listing span, 
.page-layout:has(.listing-container.v1) .main-content .main-title-listing a {
	border: none;
	font-size: 20px !important;
	line-height: 28px !important;
	text-align: start !important;
	width: 100%;
}

.page-layout:has(.listing-container.v1) .listing-horizontal-full-v18 .element__headline a {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: var(--color-black);
	text-decoration: underline 2px solid var(--color-border-secondary-light);
}

.page-layout:has(.listing-container.v1) .listing-container.listing-horizontal-full-v18 {
	padding-left: 16px;
}

.listing:has(.listing-horizontal-full-v18) .button {
    background-color: var(--color-white);
    border: 0;
    border-bottom: 2px solid var(--color-border-secondary-light);
    color: var(--color-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
    padding: 0 16px;
    width: max-content;
    transition: 0.6s;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    margin: 32px 0 16px 0;
    text-transform: lowercase;
}

/* #endregion */

/* #region  Name indexes pages */

.page-layout:has(.alphabetical_index_title) .blockinfo .blockinfo__text  {
	font-size: 16px;
	line-height: 24px;
}

.page-layout:has(.alphabetical_index_title) .alphabetical_index_title {
	font-size: 20px;
	line-height: 28px;
}

.alphabetical_index_letters {
	gap: 16px;
}

.alphabetical_index_letters .index-letter {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 32px;
	width: 32px;
	height: 32px;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	background-color: var(--color-main);
}

.alphabetical_index_entries .alphabetical_index_entries_letter .letter_entries {
	font-size: 96px;
	line-height: 120px;
	font-weight: 600;
	color: var(--color-main-third);
	background: none;
}

.alphabetical_index_entries .alphabetical_index_entries_container .alphabetical_index_entries_letter {
	justify-content: flex-start;
	padding-left: 34px;
}

.page-layout:has(.alphabetical_index_title) .alphabetical_index_entries_items {
	padding-left: 16px;
	margin-bottom: 30px;
}

.alphabetical_index_entries .alphabetical_index_entries_items>a.entry_link {
	border-bottom: 2px solid var(--color-main-third);
	width: fit-content;
	margin-bottom: 16px;
}

.alphabetical_index_entries .alphabetical_index_entries_more {
	border: none;
	padding: 0;
	justify-content: flex-start;
	padding-left: 8px;
}

.alphabetical_index_entries .alphabetical_index_entries_more .letter_entries {
    background-color: var(--color-white);
    border: 0;
	border-bottom: 2px solid var(--color-main-third);
    color: var(--color-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
    padding: 0 16px;
    width: max-content;
    transition: 0.6s;
    display: flex;
    justify-content: flex-start;
    text-align: center;
}

.alphabetical_index_letter_top .alphabetical_index_link {
	display: none;
}

.alphabetical_index_letter_top {
	border: none;
}

/* #endregion */

/* #region Calendar page */

.page-layout:has(.listing-container.v27) .listing,
.listing:has(.listing-container.v27) .listing {
	padding-top: 14px;
} 

.page-layout:has(.listing-container.v27) .listing:has(.listing-container.v27):before,
.listing:has(.listing-container.v27):before  {
	display: none;
}

.page-layout:has(.listing-container.v27) .main-content .main-title-listing span, 
.page-layout:has(.listing-container.v27) .main-content .main-title-listing a,
.listing:has(.listing-container.v27) .main-content .main-title-listing span, 
.listing:has(.listing-container.v27) .main-content .main-title-listing a {
	border: none;
	font-size: 20px !important;
	line-height: 28px !important;
}

.page-layout:has(.listing-container.v27) .main-content .main-title-listing,
.listing:has(.listing-container.v27) .main-content .main-title-listing  {
	justify-content: flex-start;
}

.page-layout:has(.listing-container.v27) .listing-container.v27 .element,
.listing:has(.listing-container.v27) .listing-container.v27 .element {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 32px;
	width: max-content;
	height: 32px;
	margin: 0;
	padding: 8px;
	background-color: var(--color-main);
	border-radius: 100px;
}

.page-layout:has(.listing-container.v27) .listing-container.v27,
.listing:has(.listing-container.v27) .listing-container.v27 {
	padding: 0;
	gap: 8px;
}

.page-layout:has(.listing-container.v27) .listing-container.v27 .element__headline a,
.listing:has(.listing-container.v27) .listing-container.v27 .element__headline a  {
	color: var(--color-black);
}

.page-layout:has(.listing-container.v27) .description__alternative {
	font-size: 18px;
	line-height: 32px;
	color: var(--color-black);
	margin-bottom: 16px;
}

.page-layout:has(.listing-container.v27) h2.description__alternative {
	font-size: 26px;
}

.page-layout:has(.listing-container.v27) .description__alternative a {
    color: var(--color-black);
    text-decoration: underline 2px solid var(--color-main-third);
}

/* #endregion */

/* #region c2c block */
.product-cards.layout_2 {
    border: 1px solid var(--color-border-primary-dark);
}

.product-cards__buy button {
    background-color: var(--color-main-third);
    border-color: var(--color-border-primary-light);
    color: var(--color-text-primary);
    text-decoration: none;
}

/* #endregion */

/* Advice item */
.advice__links .advice__item {
	list-style: none;
}

.advice__links .advice__item::before {
	display: none;
}

.advice__links .advice__item a {
    width: fit-content;
    margin-bottom: 16px;
	font-weight: 400;
    color: var(--color-text-secondary-light);
    text-decoration: underline 2px var(--color-text-secondary-light);
}
/* END - Advice item */

.listing:has(.listing-horizontal-full-v18)::before {
	display: none;
}

.listing-horizontal-full-v18 .element__headline a {
	font-weight: 400;
    color: var(--color-text-secondary-light);
	text-decoration: underline 2px var(--color-text-secondary-light);
	font-size: 18px;
    line-height: 32px;
}

.hero-img-v21 .zpr-block, 
.hero-img .zpr-block {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: unset;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 24px auto;
}

/* ============ SECTION styles ============ */
.section__v1,
.section__v2,
.section__v3 {
	position: relative;
    padding-top: 54px;
    padding-bottom: 10px;
}
.section__v1 .slot,
.section__v2 .slot,
.section__v3 .slot,
.section__v1 .slot .slot__image,
.section__v2 .slot .slot__image,
.section__v3 .slot .slot__image,
.section__v1 .slot .slot__image img,
.section__v2 .slot .slot__image img,
.section__v3 .slot .slot__image img {
	border-radius: 9px !important;
}
/* section pseudoclasses backgrounds */
.section__v1::before,
.section__v2::before,
.section__v3::before {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 35px;
    width: 100%;
    height: 280px;
    opacity: 0.7;
    z-index: -1;
    background-image: url(/media/mjakmama24/desktop/images/listing-m-icon2024.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform-origin: center;
}
.section__v1.sponsored,
.section__v2.sponsored,
.section__v3.sponsored {
    margin-left: -16px;
    margin-right: -16px;
    background: url(/media/mjakmama24/desktop/images/sponsored-background.png);
    overflow: hidden;
}
.section__v1.sponsored::before,
.section__v2.sponsored::before,
.section__v3.sponsored::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 11px;
    z-index: 0;
    opacity: 1;
    background-image: url(/media/mjakmama24/desktop/images/big-white-m-icon2024.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: scale(1.1, 1.95);
}
.section__v1.sponsored .section__slots,
.section__v2.sponsored .section__slots,
.section__v3.sponsored .section__slots {
    margin-left: 16px;
    margin-right: 16px;
}
.section__v1.sponsored .section__slots .slot__content,
.section__v2.sponsored .section__slots .slot__content,
.section__v3.sponsored .section__slots .slot__content {
    border-radius: 0 0 9px 9px !important;
}
.section__v1.sponsored .section__header,
.section__v2.sponsored .section__header,
.section__v3.sponsored .section__header {
	position: relative;
	z-index: 0;
}
.section__v2.section__light .section__slots .slot.slot__small .slot__content::after, 
.section__v1 .section__slots .slot .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 !important;
}
/* /section pseudoclasses backgrounds */

/* section titles */
.section__header {
	padding-left: 0 !important;
}
.section__v1 .section__header .section__title a, 
.section__v2 .section__header .section__title a, 
.section__v3 .section__header .section__title a {
	display: inline-flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
    font-size: 36px !important;
    line-height: 46px !important;
    padding-bottom: 5px !important;
    font-weight: 600 !important;
    text-transform: none !important;
	border-bottom: 3px solid var(--color-border-primary-light) !important;
}
.section__v1 .section__header .section__title, 
.section__v2 .section__header .section__title, 
.section__v3 .section__header .section__title {
	width: 100% !important;
	text-align: center !important;
	font-size: 36px !important;
    line-height: 46px !important;
	font-weight: 600 !important;
    text-transform: none !important;
	margin: 0 auto 8px !important;
}
/* /section titles */

/* section links */
.section__v1 .section__header .section__links, 
.section__v2 .section__header .section__links, 
.section__v3 .section__header .section__links {
	position: relative !important;
	display: flex !important;
    overflow-y: hidden !important;
    overflow-x: scroll !important;
    white-space: nowrap !important;
    align-items: center !important;
    border-radius: 9px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: var(--color-white) !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    height: 46px !important;
    margin-bottom: 32px !important;
}
.section__v1 .section__header .section__links a, 
.section__v2 .section__header .section__links a, 
.section__v3 .section__header .section__links a {
    color: var(--color-text-primary) !important;
    font-size: 12px !important;
    line-height: 22px !important;
    margin: 0 10px !important;
	text-transform: unset !important;
}
/* /section links */

/* section v1, v2, v3 */
.section__v1 .section__slots .slot.slot__big,
.section__v2 .section__slots .slot.slot__big {
    height: auto !important;
}
.section__v1 .section__slots .slot.slot__big .slot__image img, 
.section__v1 .section__slots .slot.slot__big .slot__image, 
.section__v2 .section__slots .slot.slot__big .slot__image img, 
.section__v2 .section__slots .slot.slot__big .slot__image {
    border-radius: 9px !important;
}
.section__v1 .section__slots .slot.slot__big .slot__content, 
.section__v2 .section__slots .slot.slot__big .slot__content {
    position: relative !important;
    text-align: left !important;
}
.section__v1 .section__slots .slot.slot__big .slot__content .slot__superscription,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription {
	position: absolute !important;
	overflow: visible !important;
	left: 0 !important;
	top: -56px !important;
}
.section__v1 .section__slots .slot.slot__big .slot__content .slot__superscription p, 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription p {
	display: flex !important;
	overflow: visible !important;
    margin-left: 10px !important;
    padding: 8px 30px !important;
    line-height: 32px !important;
    z-index: 1 !important;
	justify-content: start !important;
    font-size: 16px !important;
    line-height: 24px !important;
	font-weight: 400 !important;
    text-transform: none !important;
    height: auto !important;
}
.section__v1 .section__slots .slot.slot__big.slot_1 .slot__content .slot__title p, 
.section__v2 .section__slots .slot.slot__big.slot_1 .slot__content .slot__title p {
    color: var(--color-font) !important;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
    margin: 0 4px !important;
}
.section__v1 .section__slots .slot.slot__big.slot_1 .slot__content .slot__superscription p:before,
.section__v2 .section__slots .slot.slot__big.slot_1 .slot__content .slot__superscription p:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -8px;
    width: 73px;
    z-index: -1;
    height: 75px;
    background-image: url(/media/mjakmama24/desktop/images/superscription-m-icon2024.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.section__v1 .section__slots .slot .slot__content .slot__superscription p,
.section__v2 .section__slots .slot .slot__content .slot__superscription p,
.section__v3 .section__slots .slot .slot__content .slot__superscription p {
	position: relative !important;
    padding: 0 8px !important;
    margin: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 335px !important;
    background: var(--color-main) !important;
	color: var(--color-black) !important;
}
.section__v1 .section__slots .slot:not(.slot__big) .slot__content,
.section__v2 .section__slots .slot:not(.slot__big) .slot__content,
.section__v3 .section__slots .slot:not(.slot__big) .slot__content {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 2 !important;
    min-height: 57px !important;
    max-height: 57px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
    text-align: left !important;
    background: var(--color-white) !important;
	width: 100% !important;
}
.section__v1 .section__slots .slot:not(.slot__big) .slot__content p:not(.slot__superscription p),
.section__v2 .section__slots .slot:not(.slot__big) .slot__content p:not(.slot__superscription p),
.section__v3 .section__slots .slot:not(.slot__big) .slot__content p:not(.slot__superscription p) {
	text-align: start !important;
    padding: 2px 4px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
	display: -webkit-box !important;
	line-clamp: 2 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.section__v1 .section__slots .slot:not(.slot__big) .slot__superscription p,
.section__v2 .section__slots .slot:not(.slot__big) .slot__superscription p,
.section__v3 .section__slots .slot:not(.slot__big) .slot__superscription p {
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
	text-transform: unset !important;
	padding: 0 8px !important;
	margin: 0  !important;
	white-space: nowrap  !important;
	overflow: hidden  !important;
	text-overflow: ellipsis  !important;
	max-width: 335px !important;
}
.section__v2 .section__slots .slot:not(.slot__big) .slot__superscription p {
	padding: 4px 8px !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,
.section__v3 .section__slots .slot.slot__small .slot__content .slot__superscription {
  padding: 0 !important;
}
.section__v1 .section__slots .slot.slot__big .slot__image, 
.section__v1 .section__slots .slot.slot__big .slot__image img, 
.section__v2 .section__slots .slot.slot__big .slot__image,
.section__v2 .section__slots .slot.slot__big .slot__image img {
	height: 328px !important;
}
/* /section v1, v2, v3 */
/* /============ SECTION styles ============ */

/* Button 'wiecej' dla sekcji */
.section__more-button .more-button {
    color: var(--color-black);
}
/* /Button 'wiecej' dla sekcji */