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

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

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

:root {
    --color-font: #222222;
    --color-black: #000000;
    --color-light-black: #303030;
    --color-main: #38B000;
    --color-main-dark: #1C5800;
    --color-white: #ffffff;
    --color-quiz: #38B000;
    --color-gallery: #38B000 !important;
}

body {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	color: var(--color-font);
}

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

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

.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 {
    position: relative;
}

.header .header-bar {
    background-color: var(--color-main);
    margin-left: calc(50vw - 620px);
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    width: 1280px;
    z-index: 9999998;
}

.header .header-bar-wrapper {
    position: relative;
    z-index: 9999998;
    background-color: var(--color-main);
    border-radius: 32px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item .bottom-tap-bar-item__text span {
    font-size: 17px;
    line-height: normal;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: lowercase;
    color: var(--color-white);
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item:hover .bottom-tap-bar-item__text span {
    opacity: 100%;
}

.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/supersport.se/desktop/images/header-desktop-hamburger.svg);
	background-size: 26px;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	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: 32px;
    height: 32px;
    background: url(/media/supersport.se/desktop/images/header-desktop-close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 2px;
    top: 1px;
    opacity: 100%;
}

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

.header .header-bar .header-bar__logo {
	margin-left: 59px;
}

.header .header-bar .header-bar__logo img {
    position: relative;
    top: 4px;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    height: 50px;
    padding: 6px 24px;
    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: 16px;
	height: 16px;
	object-fit: contain;
}

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

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

.header .header-bar .bottom-tap-bar a:last-of-type {
	margin-right: 16px;
}

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

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

.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(66%) sepia(92%) saturate(6980%) hue-rotate(63deg) brightness(91%) contrast(105%);
}
/* /header */

/* footer */
footer .gl_wrapper > .row {
    border-top: 1px solid #666;
    padding: 24px 0 0 0 !important;
}

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 .list,
footer .copyright {
    background-color: var(--color-black);
}

footer .serwis-list:before,
footer .serwis-list .copyright:before {
    position: absolute;
    background-color: var(--color-black);
    content: '';
    height: 42px;
    width: 100vw;
    z-index: 0;
    left: calc(-50vw - -50%);
}

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

footer .fa-caret-down:before {
    background-size: contain;
    width: 14px;
    height: 8px;
    content: "";
	background-image: url("/media/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);
}

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

/* sekcje */
.slot__superscription p::first-letter,
.element__superscription p::first-letter {
  text-transform: uppercase;
}

.section__v3 .section__slots .slot .slot__image img, 
.section__v3 .section__slots .slot .slot__image, 
.section__v2 .section__slots .slot.slot__small .slot__image img, 
.section__v2 .section__slots .slot.slot__small .slot__image {
     border-radius: 32px;
     width: 284px;
     height: 237px;
}

.section__v3 .section__slots .slot .slot__image figure, 
.section__v2 .section__slots .slot.slot__small .slot__image figure {
	width: 284px;
    height: 237px;
	margin: 8px;
}

.section__v2 .section__slots .slot.slot__big .slot__image img, 
.section__v2 .section__slots .slot.slot__big .slot__image {
    border-radius: 52px;
    width: 568px;
    height: 476px;
}

.section__v2 .section__slots .slot.slot__big .slot__image figure {
	width: 568px;
	height: 476px;
    margin: 24px;
}

.section__v2 .section__slots .slot.slot__big {
    height: 760px !important;
    background-color: var(--color-main);
    border-radius: 64px;
}

.section__v2 .section__slots .slot.slot__big .media__count {
	right: 40px;
	top: 440px;
}

.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: 502px !important;
    text-align: left;
}
 
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription p {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: var(--color-main-dark);
    background-color: var(--color-main);
    padding: 16px 0;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
}

.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: 516px;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    padding-top: 12px;
    -webkit-line-clamp: 3;
    color: var(--color-white);
    text-align: left;
}

.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h3 {
    top: 250px !important;
}

.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-white);
    padding: 5px 16px;
    background-color: var(--color-main);
    text-align: left;
    width: max-content;
    border-radius: 32px;
}

.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-top: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-font);
}

.section__v3 .section__slots .slot .slot__content .slot__superscription + .slot__title p, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title p,
.section__v3 .section__slots .slot .slot__content .slot__superscription + .slot__title h2, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h2,
.section__v3 .section__slots .slot .slot__content .slot__superscription + .slot__title h3, 
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription + .slot__title h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-font);
    padding-top: 0;
    top: 280px !important;
}

.section__v3 .section__slots .slot .slot__content .slot__superscription + .slot__title p, 
.section__v3 .section__slots .slot .slot__content .slot__superscription + .slot__title h2, 
.section__v3 .section__slots .slot .slot__content .slot__superscription + .slot__title h3 {
	padding-top: 8px;
}

.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title p,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title h2,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription + .slot__title h3 {
    top: 556px;
    text-align: left;
    padding-top: 0;
}

.section__v3 .section__header .section__title, 
.section__v2 .section__header .section__title {
	margin-bottom: 24px;
}

.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: 900;
	font-size: 40px;
	line-height: 58px;
	display: flex;
	justify-content: center;
	text-transform: unset;
	margin-left: 0;
}
 
.section__v2 .section__header .section__links, 
.section__v3 .section__header .section__links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 24px;
    height: auto;
    width: 100%;
    margin: -20px 0 24px 0;
    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: 400;
    font-size: 14px;
    line-height: 22px;
    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: 370px;
    max-height: 370px;
    border-radius: 32px;
    background: var(--color-white);
    box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.01), 0px 8px 6px -4px rgba(0, 0, 0, 0.02), 0px 12px 16px 8px rgba(0, 0, 0, 0.02);
}

.section__v3 .section__slots > a .slot__content, 
.section__v3 .section__slots > a .slot__content .slot__superscription {
    width: 300px;
    position: initial;
    padding-top: 4px;
}

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

/* Sekcja 2 short SG - zmiana kolejnosci  */
.main-layout .section__v2.short .section__slots .slot_3 { 
    grid-area: 1 / 1 / 2 / 2;
}

.main-layout .section__v2.short .section__slots .slot_2 {
    grid-area: 2 / 1 / 3 / 2;
}

.main-layout .section__v2.short .section__slots .slot_1 {
    grid-area: 1 / 2 / 3 / 4;
}
/* /Sekcja 2 short SG - zmiana kolejnosci */

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

.main-layout.wide #side_1_noscroll + .listing.v18_side {
    width: 300px;
    max-height: 920px;
    overflow: hidden;
    height: auto;
    margin-top: 0;
    margin-left: 16px;
    margin-bottom: 0;
    top: 640px;
    left: 948px;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.section__rotator {
	padding: 8px 0
}

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

.section__rotator .section__title, 
.section__rotator .section__title a,
.section__rotator .section__title h2 {
    font-weight: 500;
    font-size: 38px;
    line-height: 58px;
    display: flex;
    justify-content: center;
    text-transform: unset;
    color: var(--color-black);
}

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

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

.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: flex-start;
    justify-content: flex-start;
}

.section__rotator .section__slots .rotator .slot__content p {
	text-align: left;
	font-weight: 400;
    -webkit-line-clamp: 3;
    line-height: 15px;
}

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

.rotator .swiper-button-prev::after {
    background: url('/media/urzadzamy/desktop/images/sg-rotator-prev.svg');
    height: 40px;
    width: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--color-white);
    border-radius: 100%;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
}

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

.rotator .swiper-button-next::after {
    background: url('/media/urzadzamy/desktop/images/sg-rotator-next.svg');
    height: 40px;
    width: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--color-white);
    border-radius: 100%;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
}

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

.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: center;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    margin-left: 0;
    margin-bottom: 24px;
    color: var(--color-black);
    text-align: center;
    text-transform: unset;
}

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

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

.blockinfo .blockinfo__text h1,
.listing.v32-news .main-title-listing span {
	font-size: 48px;
	font-weight: 900;
	line-height: 58px;
	justify-content: center;
	margin-bottom: 40px;
}

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

.blockinfo__text h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 14px;
    color: var(--color-black);
    text-align: left;
}

.blockinfo__text h3 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 14px;
    color: var(--color-black);
    text-align: left;
}

.blockinfo__text p,
.blockinfo__text li {
    color: var(--color-font);
    font-size: 14px;
	font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
}

.blockinfo__text p a {
    color: var(--color-font);
    font-size: 14px;
	font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
    text-decoration: underline;
    text-decoration-color: var(--color-font);
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.blockinfo__text p a:hover {
    text-decoration: unset;
}

.blockinfo__text li {
	margin-bottom: unset;
}

.blockinfo__text p:empty {
	margin-bottom: 0;
}

.listing .button {
    display: flex;
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
    margin: 16px auto 40px;
    color: var(--color-white);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border-radius: 10px;
    width: fit-content;
    justify-content: center;
    align-items: center;
}

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

/* menu */
.header .bottom-tap-menu {
    position: absolute;
    top: 48px;
    right: calc((100vw - 1296px)/2);
    width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 1280px;
    min-height: 564px;
    height: max-content;
    background: var(--color-white);
    padding: 24px 16px 16px 16px;
    z-index: 9998888;
}

.header .bottom-tap-menu.hide {
    min-height: 0;
    padding: 24px 16px 80px 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: 24px 0;
	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: 24px;
	margin-top: 0;
	margin-bottom: 0;
	width: 1024px;
}

.header .bottom-tap-menu ul li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	border-radius: 32px;
	background-color: var(--color-white);
	margin: 0;
	padding: 8px 16px;
	text-align: left;
	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);
}

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

.header .bottom-tap-menu ul li > a:first-of-type {
	min-width: 160px;
	margin: 0 10px 0 0;
	min-height: 24px;
	height: auto;
	color: var(--color-black);
	text-transform: none;
	text-align: left;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	max-width: 172px;
}

.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 {
    color: var(--color-main);
}

.header .bottom-tap-menu ul li a:hover {
	text-decoration: underline;
}
/* /menu */

/* breadcrumb_v2 */
.breadcrumb_v2 {
	width: 100%;
}

.category-layout .breadcrumb_v2,
.page-layout .breadcrumb_v2 {
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}

.breadcrumb_v2 .breadcrumb_v2-item:first-child {
	position: relative;
	margin-left: 24px;
}

.breadcrumb_v2 .breadcrumb_v2-item {
	position: relative;
	margin-left: 16px;
    border-right: 0;
}

.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: -1px;
    left: -24px;
    background-size: contain;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url(/media/icons/home_icon.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}

.breadcrumb_v2 .breadcrumb_v2-item:first-child a::after,
.breadcrumb_v2 .breadcrumb_v2-item:first-child::after {
	display: none;
}

.breadcrumb_v2 .breadcrumb_v2-item::after {
    position: absolute;
    margin-right: 10px;
    top: 0;
    left: -24px;
    background-size: contain;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url(/media/icons/chevron_right.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}

.breadcrumb_v2 .breadcrumb_v2-item,
.breadcrumb_v2 .breadcrumb_v2-item a {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.breadcrumb_v2 .breadcrumb_v2-item a {
    color: var(--color-main);
    text-decoration: underline;
}

.breadcrumb_v2 .breadcrumb_v2-item a:hover {
    text-decoration: none;
}
/* /breadcrumb_v2 */

/* new article gallery */
.wide.article-layout .thumbnails-gallery .lead-gallery>a {
    grid-row-gap: 18px;
}

.lead-gallery::after {
    background-color: var(--color-main);
    font-weight: 400;
    font-size: 14px;
    content: "Zobacz galerię";
    border-radius: 99px;
    top: 16px;
    left: 16px;
    text-transform: uppercase;
}

.lead-gallery .lead-gallery-more,
.galleries.with_recommended_galleries .lead-gallery-more {
    background: var(--color-white) !important;
    border: 1px solid #D9D9D9 !important;
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    transform: none !important;
    bottom: 16px !important;
    right: 16px !important;
}

#lead_object .lead-gallery .lead-gallery-more {
    bottom: 20px !important;
    right: 20px !important;	
}

.lead-gallery-more a {
	background-color: var(--color-main) !important;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: 76px !important;
	height: 76px !important;
}

.lead-gallery-more span.media__count {
    font-size: 24px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
}

.lead-gallery-more span.count_suffix {
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
}
/* /new article gallery */

/* Article author section */
.wide.article-layout .article .title_element__superscription, 
.wide.article-layout .article .title, 
.wide.article-layout .article .neck, 
.wide.article-layout .article .lead {
    margin-left: 0;
    margin-right: 0;
}

.wide.article-layout .article .neck {
	position: relative;
	align-items: flex-start;
	margin-bottom: 24px;
}

article .neck .autor.flex.display-flex #timezone span {
	font-size: 12px;
	line-height: 16px;
	color: var(--color-light-black);
}

article .neck .autor.flex.display-flex span.h3.pub_time_hours_minutes {
	margin-left: 0;
}

article .neck .autor.flex.display-flex span.h3.art-sp {
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 12px;
	line-height: 22px;
	margin-top: 0;
}

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: '•';
	font-size: 24px;
	margin-right: 8px;
	color: var(--color-main);
}

article .neck .article__author__croppimg {
    margin-right: 16px;
}

article .neck .article_authors_with_thumbnail {
    display: inline-flex;
    flex-direction: row;
    margin-right: 200px;
}

article .neck .autor {
	display: flex;
	flex-direction: column-reverse;
}

article .neck .autor.flex.display-flex #timezone {
	margin-bottom: 24px;
	margin-top: 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 .autor .article_author > a > div {
    height: 40px;
    width: 40px;
	min-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;
    min-width: 40px;
    border-radius: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 8px;
}

article .neck .share-buttons-wrapper {
	position: absolute;
	top: 40px;
	right: 0;
}

.article_authors_with_thumbnail .article_author, 
.article_authors_without_thumbnail .article_author {
    align-items: center;
    max-width: 360px;
}

.article_author span,
.article_authors_without_thumbnail span,
.article_author span a,  
.article_authors_without_thumbnail span a {
    color: var(--color-font) !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}

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

.article_author span a, 
.article_authors_without_thumbnail a {
	color: var(--color-font) !important;
    text-decoration: underline !important;
    text-decoration-color: var(--color-font) !important;
    text-underline-offset: 2px !important;
    text-decoration-thickness: 1px !important;
}

.article_author span a:hover, 
.article_authors_without_thumbnail a:hover {
	text-decoration: unset;
	color: var(--color-font) !important;
}
/* /Article author section */

.wide.article-layout .thumbnails-gallery .lead-gallery img:nth-child(1), 
.wide.article-layout .thumbnails-gallery.webp .lead-gallery picture:first-child {
	border-radius: 17px;
}

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

.wide.article-layout .lead_element__aspect_ratio {
	height: 442px;
}

article .single-photo.with-frames img {
    max-height: 615px;
    border-radius: 16px;
}

/* Podpis pod zdjeciem */
article .single-photo .element__info {
    display: none;
}

article .single-photo figure figcaption {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    bottom: 0;
    left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-font);
    width: 664px;
    text-shadow: unset;
    margin: 0 auto;
}

#lead_object .single-photo figure figcaption {
	width: 100%;
}

article .single-photo figure figcaption .author::before {
    position: relative;
    top: 3px;
    left: 0;
    content: '•';
    font-size: 24px;
    margin-right: 6px;
    color: var(--color-main);
}
/* Podpis pod zdjeciem */

article h1 {
    font-size: 46px;
    line-height: 54px;
    font-weight: 700;
    color: var(--color-font);
    margin-bottom: 24px;
}

article .lead {
    font-size: 23px;
    line-height: 35px;
    font-weight: 500;
    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;
	margin-left: 24px;
}

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

article .toc + ol li,
article .toc + ol li a,
article .toc + ul li,
article .toc + ul li a,
article .toc + #inside_top_video + ol li,
article .toc + #inside_top_video + ol li a,
article .toc + #inside_top_video + ul li,
article .toc + #inside_top_video + ul li a {
	font-size: 16px !important;
	line-height: 32px !important;
	font-weight: 600 !important;
	color: var(--color-font);
	text-decoration: none;
}

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

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

article li,
article li a {
	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-font);
    text-decoration: underline !important;
    text-decoration-color: var(--color-main) !important;
    text-underline-offset: 2px !important;
    text-decoration-thickness: 1.5px !important;
}

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

article li::marker {
    color: var(--color-main);
}

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>p, 
.wide.article-layout .block_list__container>blockquote {
    margin-bottom: 40px;
}

.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: 600;
	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 blockquote {
    border-left: 0;
    margin-left: -16px;
    padding-bottom: 0;
}

article blockquote p {
    margin-left: 68px;
    margin-right: 16px;
    font-size: 19px;
    line-height: 34px;
    color: var(--color-font);
}

article blockquote:before {
    font-family: serif;
    top: -40px;
    left: 32px;
    font-size: 80px;
    color: var(--color-main);
    transform: rotate(180deg);
}

/* amount of photos - listings/sections */
.wide .element__media .media__count,
.wide .slot__image .media__count {
	background-color: var(--color-main) !important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04), 0px 1px 6px 0px rgba(0, 0, 0, 0.06), 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
}
.wide .element__media .media__count, 
.wide .slot__image .media__count,
.listing .v1 .element .media__count {
    top: 192px;
    right: 16px;
}
.v32.listing-container .element:nth-child(1) .media__count,
.v32.listing-container .element:nth-child(2) .media__count,
.slot__big .slot__image .media__count,
.slot__big .element__media .media__count {
    top: 410px;
    bottom: unset;
}
.v32.listing-container .element:nth-child(n+3) .media__count {
	top: 180px;
}
/* /amount of photos - listings/sections */

article .block_list__container .gl_plugin.galleries .single-photo {
    width: 664px;
    margin: 0 auto;
}

.block_list__container .single-photo figure img {
    border-radius: 16px;
}

article .block_list__container .gl_plugin.galleries {
	margin-bottom: 40px;
}

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

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

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

article .audioBlock .audioBlock__title {
	font-weight: 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: 0;
}

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

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

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

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

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

/* 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: 400;
	color: var(--color-black);
	padding: 10px;
	margin-bottom: 0;
}

/* 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-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: var(--color-main);
}

/* SIL */
.article .infoSil p {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #435360;
}

/* product presentation */
article .product-presentation .product-presentation__label {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #435360;
}

article .product-presentation .product-presentation__image--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-weight: 300;
	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;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
}

article .highlight .highlight__title {
	float: none;
	width: auto;
	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;
}

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

.gallery-description p:first-of-type {
	display: inline;
}

.gallery-description p {
	text-align: left;
	color: var(--color-font);
	font-size: 11px;
	line-height: 17px;
}

.gallery-description::before {
	position: relative;
	top: 4px;
	left: 4px;
    content: '•';
    font-size: 24px;
    margin-right: 8px;
    color: var(--color-main);
}

/* article gallery */
.article-layout.wide .one_column_article__container .lead-gallery,
.article-layout.wide .one_column_article__container .lead-gallery picture img {
    width: 932px;
    height: 615px;
    border-radius: 16px;
}

.article-layout.wide .one_column_article__container .lead-gallery {
	margin: 0 auto;
}

article .gallery-description {
	line-height: 1;
	width: 664px;
	margin: 0 auto;
}

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

article .liveTimeline .lead-gallery-more a span {
    display: flex !important;
    font-size: 10px !important;
    line-height: 48px;
}

article .liveTimeline .lead-gallery-more a {
    text-align: center !important;
    font-size: 0 !important;
    min-width: auto;
}

.liveTimeline .lead-gallery .lead-gallery-more {
    top: 84% !important;
    left: 89% !important;
}

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

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

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

article .single-photo.single__photo--productBlock figcaption .text p {
	font-weight: 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: 100%;
}

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

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

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

article .recommendedArticle__link a:hover {
	text-decoration: none !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 */

.wide.article-layout #placement2.article__placement, 
.wide.article-layout #comments.gl_plugin, 
.wide.article-layout .tags.gl_plugin, 
.wide.article-layout .breadcrumb_v2, 
.wide.article-layout .listing-container.listing-ron-nces.display-flex, 
.wide.article-layout .trc_rbox_container, 
.wide.article-layout #article_zpr_shopping, 
.wide.article-layout .listing[data-upscore-zone*="NCES"], 
.wide.article-layout #promo-wrapper {
    width: 100% !important;
}

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

/* tagi */
.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: 600;
    line-height: 20px;
    text-transform: none;
    padding: 3px 8px;
}

.tags .breadcrumb__link:hover {
    background-color: var(--color-white);
	color: var(--color-main);
}

.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: 'Noto Sans', Arial, Helvetica, sans-serif;
    border-color: var(--color-main) rgba(255,255,255,0);
}

article .zpr_shopping__article .zpr_promotion_corner .zpr_promo_current_price span {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    background-color: var(--color-main);
    color: var(--color-white);
}

article .zpr_shopping__article .zpr_promotion_corner .zpr_promo_text span {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	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: 'Noto Sans', Arial, Helvetica, sans-serif;
    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 */

.wide article .share-buttons-wrapper .fb-button {
    background: url("/media/urzadzamy/desktop/images/fb-share-icon.svg");
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide article .share-buttons-wrapper .tt-button {
    background: url("/media/urzadzamy/desktop/images/twitterx.svg");
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide article .share-buttons-wrapper .mail-button {
    background: url("/media/urzadzamy/desktop/images/link-share-icon.svg");
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide article .share-buttons-wrapper .share-buttons > a {
    margin-right: 0;
    margin-left: 8px;
}

.wide article .share-buttons-wrapper .share-buttons > a:hover {
	filter: invert(52%) sepia(53%) saturate(1084%) hue-rotate(62deg) brightness(90%) contrast(102%);
}

.wide article .share-buttons-wrapper .share-buttons::before {
    font-weight: 500;
    color: var(--color-light-black);
}

.single-photo figure figcaption span a {
    color: var(--color-main);
    font-size: 9px;
    line-height: 12px;
    text-decoration: none;
}

/* 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,  
.v32.listing-container .element:nth-child(1) .element__media a,
.v32.listing-container .element:nth-child(2) .element__media 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,
.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 {
	background-color: var(--color-main);
	margin-top: 0;
	text-align: left;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--color-main-dark);
}

.v32.listing-container .element:nth-child(2) .element__content .element__superscription {
	text-align: left;
	line-height: 24px;
	text-transform: uppercase;
}

.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: 64px;
	height: 756px;
	box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.01), 0px 8px 6px -4px rgba(0, 0, 0, 0.02), 0px 12px 16px 8px rgba(0, 0, 0, 0.02);
}

.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;
	box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.01), 0px 8px 6px -4px rgba(0, 0, 0, 0.02), 0px 12px 16px 8px rgba(0, 0, 0, 0.02);
}

.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,
.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: 600;
    font-size: 20px;
    line-height: 24px;
    -webkit-line-clamp: 3;
    color: var(--color-font);
    background-color: var(--color-white);
    padding: 0 16px;
    max-height: 124px;
    padding-top: 4px;
}

.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 {
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    -webkit-line-clamp: 3;
    color: var(--color-font);
    text-align: left;
    padding-top: 8px;
    min-height: 194px;
    max-height: 194px;
}

.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(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: 212px;
    max-height: 212px;
}

.v32.listing-container .element:nth-child(1) .element__content .element__headline a {
	color: var(--color-white);
}

.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, 
.v32.listing-container .element:nth-child(n+3) .element__content .element__headline {
    background: var(--color-white);
    top: 254px;
    padding: 0;
    width: 295px;
    height: 124px;
}

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

.v32.listing-container .element:nth-child(1) .element__content .element__superscription p {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: var(--color-main-dark);
	background-color: var(--color-main);
	padding: 0;
	text-align: left;
}

.v32.listing-container .element:nth-child(2) .element__content .element__superscription p {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	border-radius: 32px;
	padding: 0 16px;
	color: var(--color-white);
	background-color: var(--color-main);
	text-transform: unset !important;
	text-align: left;
}

.v32.listing-container .element:nth-child(n+3) .element__content .element__superscription p {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-white);
    padding: 0 16px;
    background-color: var(--color-main);
    text-align: left;
    border-radius: 32px;
}

.v32.listing-container .element:nth-child(n+3) .element__content .element__superscription {
    position: relative;
    top: 2px;
    left: 0;
    padding: 6px 0;
    margin-top: -16px;
    color: var(--color-white);
	text-align: left;
}

.v32.listing-container .element .element__content .element__superscription {
	width: 100%;
	text-align: center;
    color: var(--color-main);
}
/* /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-font) !important;
}

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

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

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

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

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

.v32.listing-container ul.horizontal.paginacja .fa-angle-left:before {
	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-bottom: 0;
}

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

.paginacja li.next,
.paginacja li.prev {
	background-color: var(--color-main) !important;
	border-radius: 50% !important;
}

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

ul.horizontal.paginacja li.disable {
    background-color: #999;
    border-radius: 50%;
}

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

.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: 24px;
	line-height: 34px;
	font-weight: 700;
	text-transform: uppercase;
	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,
.author-layout .author__image {
	border-radius: 32px;
}

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

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

/* 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);
}
/* /audioBlock - ver. 02 */

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .fb-button {
    background: url(/media/icons/article2025-fb-share-icon.svg);
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .tt-button {
    background: url(/media/icons/article2025-twitterx-icon.svg);
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .mail-button {
    background: url(/media/icons/article2025-share-envelope-icon.svg);
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .share-buttons > a {
    margin-right: 0;
	margin-left: 24px;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .share-buttons::before {
    content: 'Podziel się';
    margin-right: 0;
    font-size: 12px;
	color: rgba(0, 0, 0, 0.45);
}

/* style przy usunięciu lewej kolumny polecanych*/
.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container #placement2.article__placement{
	margin: 0 auto 40px !important;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .gl_plugin.galleries {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .video_player__aspect_ratio, 
.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .player.video_player {
    width: 664px !important;
}

.article-layout.wide .sticky-container_in-content, .article-layout.wide .video_player__aspect_ratio, .article-layout.wide .sticky-container_in-content .sticky-container__video:not(.vjs-fullscreen) .vjs-tech, .article-layout.wide .sticky-container_in-content .sticky-container__video:not(.vjs-fullscreen) {
    height: 372px !important;
    border-radius: 16px;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .lead_element__aspect_ratio {
    width: 664px !important;
    height: 442px;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .gl_plugin.galleries .single-photo.with-frames {
    width: 100%;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .gl_plugin.galleries .single-photo.with-frames img {
    max-height: fit-content;
    width: 664px;
}
/* style przy usunięciu lewej kolumny polecanych*/

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

.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 .element .element__media img, 
.listing-container.v30 .element .element__media {
    height: 370px;
	border-radius: 2px 2px 0 0;
}

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

.listing-container.v30 .element .element__content .element__headline > a {
    margin: 16px 24px;
    font-size: 20px;
    line-height: 28px;
	font-weight: 600;
	color: var(--color-font);
}

.listing-container.v30 .element .element__content .element__superscription {
    background-color: var(--color-light-black);
    margin: 0;
}

.listing-container.v30 .element .element__content .element__superscription p {
    padding: 4px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: unset;
    background-color: unset;
    text-align: center;
    width: 100%;
    text-transform: unset;
}
/* /Listing v30 */

/* Listing v34 */
.hero-img-v34.listing-container .element {
	border-radius: 2px 2px 0 0;
}

.hero-img-v34.listing-container .element .element__media,
.hero-img-v34.listing-container .element .element__media img  {
	border-radius: 2px 2px 0 0;	
}

.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: 64px;
	box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.01), 0px 8px 6px -4px rgba(0, 0, 0, 0.02), 0px 12px 16px 8px rgba(0, 0, 0, 0.02);
}

.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;
    border-radius: 32px;
    box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.01), 0px 8px 6px -4px rgba(0, 0, 0, 0.02), 0px 12px 16px 8px rgba(0, 0, 0, 0.02);
}
.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, 
.hero-img-v34.listing-container .element:nth-child(1) .element__media {
    border-radius: 52px;
}

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

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

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

.hero-img-v34.listing-container .element:nth-child(n+2) .element__media 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: 237px;
    width: 284px;
    border-radius: 32px;
}

.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: 0;
    left: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    -webkit-line-clamp: 3;
    color: var(--color-font);
    max-height: 124px;
    width: 300px;
    padding: 0px 24px;
    margin: 0;
    height: 74px;
}

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

.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: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    -webkit-line-clamp: 3;
    color: var(--color-font);
    text-align: left;
    min-height: 164px;
    max-height: 164px;
    padding: 0 40px;
    margin: 0 -40px;
}

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

.hero-img-v34.listing-container .element:nth-child(n+2) .element__content .element__headline {
    background: var(--color-white);
    top: 252px;
    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: 540px !important;
}

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

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

.hero-img-v34.listing-container .element:nth-child(n+2) .element__content .element__superscription p {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: var(--color-white);
    background-color: var(--color-main);
    text-align: left;
    border-radius: 32px;
    padding: 4px 16px;
}

.hero-img-v34.listing-container .element:nth-child(n+2) .element__content .element__superscription {
    position: relative;
    top: 2px;
    left: 0;
    height: 24px;
    line-height: 22px;
    margin: 0 16px 8px 0;
    text-align: left;
    color: var(--color-white);
    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: 25px;
    width: 932px;
    height: auto;
}

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

.tag-layout .listing-horizontal-full .element__media,
.tag-layout .listing-horizontal-full .element__media img {
	border-radius: 17px;
}
/* /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-bottom: 24px;
}

#hook_content_bottom .main-title-listing span,
#hook_content_bottom .main-title-listing a {
	font-size: 48px;
	line-height: 58px;
	font-weight: 900;
	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;
}

#hook_content_bottom .main-title-listing {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
    margin-bottom: 24px;
    margin-left: 0;
}

/* Taboola */
#taboola-below-article-thumbnails .thumbnails-a .trc_rbox_header,
#taboola-below-category-thumbnails .thumbnails-a .trc_rbox_header {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-size: 48px;
    line-height: 58px;
    font-weight: 900;
    color: var(--color-black);
	text-align: center;
	padding-bottom: 16px;
}
#taboola-below-article-thumbnails span.thumbBlock,
#taboola-below-category-thumbnails span.thumbBlock,
#taboola-below-article-thumbnails div.videoCube,
#taboola-below-category-thumbnails div.videoCube {
    border-radius: 32px !important;
}
#taboola-below-article-thumbnails div.videoCube,
#taboola-below-category-thumbnails div.videoCube {
    box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.01), 0px 8px 6px -4px rgba(0, 0, 0, 0.02), 0px 12px 16px 8px rgba(0, 0, 0, 0.02);
}
#taboola-below-article-thumbnails .video-title,
#taboola-below-category-thumbnails .video-title {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--color-font);
    -webkit-line-clamp: 3 !important;
    height: 70px;
    min-height: 70px;
}
#taboola-below-article-thumbnails .thumbnails-a .video-label-box,
#taboola-below-category-thumbnails .thumbnails-a .video-label-box {
    margin: 0 8px !important;
}
#taboola-below-article-thumbnails .videoCube .video-label-box .branding.composite-branding,
#taboola-below-category-thumbnails .videoCube .video-label-box .branding.composite-branding {
    margin: 0 24px !important;
}
#taboola-below-article-thumbnails .videoCube .video-cta-href,
#taboola-below-category-thumbnails .videoCube .video-cta-href {
    margin-right: 24px;
}
/* /Taboola */

/* Sponsorzy sekcji */
.section__container.sponsor-sekcji-rehau {
    position: relative;
}
.section__container.sponsor-sekcji-rehau::before {
    position: absolute;
    top: 16px;
    right: 8px;
    content: '';
    display: flex;
    background-image: url(/media/urzadzamy/desktop/images/sponsor-sekcji/sponsor-sekcji-rehau-desktop.svg);
    background-size: 196px 29px;
    background-repeat: no-repeat;
    width: 196px;
    height: 29px;
}
/* /Sponsorzy sekcji */

/* Poprawa kadrowania zdjecia leadowego w artykule */
#lead_object .single-photo.with-frames img {
    max-height: 776px;
}
/* /Poprawa kadrowania zdjecia leadowego w artykule */

.wide.article-layout:has(.one_column_article__container) .breadcrumb_v2 {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
}

.wide.article-layout:has(.one_column_article__container) section .row:has(.breadcrumb_v2) {
    padding-top: 0;
}

.wide.article-layout:has(.one_column_article__container) article .title {
    margin-top: 0;
}

.wide.article-layout:has(.one_column_article__container) #lead_object .single-photo.with-frames img {
    max-height: 615px;
}

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

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

/* ==================== START ======================
=========== Zmiany w szablonie artykułu ============
================================================= */

/* style przy usunięciu lewej kolumny polecanych*/
.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container #placement2.article__placement {
	margin: 0 auto 40px !important;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .gl_plugin.galleries {
    display: flex;
    justify-content: center;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .video_player__aspect_ratio, 
.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .player.video_player {
    width: 100% !important;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .lead_element__aspect_ratio {
    width: 932px !important;
    height: 615px;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .gl_plugin.galleries .single-photo.with-frames,
.wide.article-layout:has(.one_column_article__container) .mediateka-widget {
    width: 100%;
}

.wide.article-layout:has(.one_column_article__container) .one_column_article__container .block_list__container .gl_plugin.galleries .single-photo.with-frames img {
    max-height: fit-content;
    margin-top: 15px; 
}

.wide.article-layout:has(.one_column_article__container) .bottom_hook,
.wide.article-layout:has(.one_column_article__container) .bottom_hook .listing-container.v30 {
    width: 100%;
    max-width: 100%;
}

.wide.article-layout:has(.one_column_article__container) .bottom_hook .listing-container.v30 {
    grid-template-columns: repeat(4, 1fr);
}

.wide.article-layout:has(.one_column_article__container) .bottom_hook .listing-container.v30 .element:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2
}

.wide.article-layout:has(.one_column_article__container) .bottom_hook .listing-container.v30 .element:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3
}

.wide.article-layout:has(.one_column_article__container) .bottom_hook .listing-container.v30 .element:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4
}

.wide.article-layout:has(.one_column_article__container) .bottom_hook .listing-container.v30 .element:nth-child(4) {
    grid-area: 1 / 4 / 2 / 5
}

.wide.article-layout:has(.one_column_article__container) #placement2.article__placement, 
.wide.article-layout:has(.one_column_article__container) .tags.gl_plugin, 
.wide.article-layout:has(.one_column_article__container) .breadcrumb_v2, 
.wide.article-layout:has(.one_column_article__container) .listing-container.listing-ron-nces.display-flex, 
.wide.article-layout:has(.one_column_article__container) .trc_rbox_container, 
.wide.article-layout:has(.one_column_article__container) .listing[data-upscore-zone*="NCES"],
.wide.article-layout:has(.one_column_article__container) div#hook_content section:first-child > nav > ol {
    width: 100% !important;
}

.wide.article-layout:has(.one_column_article__container) .listing-ron-nces .element__media img {
    height: auto;
}

.wide.article-layout:has(.one_column_article__container) .article .title_element__superscription, 
.wide.article-layout:has(.one_column_article__container) .article .title, 
.wide.article-layout:has(.one_column_article__container) .article .neck, 
.wide.article-layout:has(.one_column_article__container) .article .lead {
    margin-left: 0;
    margin-right: 0;
}

.wide.article-layout:has(.one_column_article__container) div#hook_content section:first-child > nav > ol {
    margin-left: 0;
    padding-top: 0;
}

.wide.article-layout:has(.one_column_article__container) .article .title h1,
.wide.article-layout:has(.one_column_article__container) .article .neck,
.wide.article-layout:has(.one_column_article__container) .article p.lead {
    margin-bottom: 24px;
}
/* style przy usunięciu lewej kolumny polecanych*/

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .fb-button {
    background: url(/media/icons/article2025-fb-share-icon.svg);
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .tt-button {
    background: url(/media/icons/article2025-twitterx-icon.svg);
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .mail-button {
    background: url(/media/icons/article2025-share-envelope-icon.svg);
    width: 29px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .share-buttons > a {
    margin-right: 0;
	margin-left: 24px;
}

.wide.article-layout:has(.one_column_article__container) article .share-buttons-wrapper .share-buttons::before {
    content: 'Podziel się';
    margin-right: 0;
    font-size: 12px;
	color: rgba(0, 0, 0, 0.45);
}

/* Article author section */
.wide.article-layout:has(.one_column_article__container) .article .neck {
	position: relative;
	align-items: flex-start;
	margin-bottom: 24px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor.flex.display-flex #timezone span {
	font-size: 12px;
	line-height: 16px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor.flex.display-flex span.h3.art-sp {
	position: absolute;
	top: 2px;
	left: 140px;
	font-size: 14px;
	line-height: 22px;
	margin-top: 0;
}

.wide.article-layout:has(.one_column_article__container) article .autor.flex.display-flex span.h3.pub_time_hours_minutes {
	position: relative;
    border-left: 0;
}

.wide.article-layout:has(.one_column_article__container) article .autor.flex.display-flex span.h3.pub_time_hours_minutes::before {
	content: '•';
	margin-right: 8px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .article__author__croppimg {
    margin-right: 16px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .article_authors_with_thumbnail {
    display: inline-flex;
    flex-direction: row;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor {
	display: flex;
	flex-direction: column-reverse;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor.flex.display-flex #timezone {
	margin-bottom: 24px;
	margin-top: 8px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor .article_author .article__author__croppimg__plug:empty::before,
.wide.article-layout:has(.one_column_article__container) article .neck .article__author__croppimg img,
.wide.article-layout:has(.one_column_article__container) article .neck .article__author__croppimg,
.wide.article-layout:has(.one_column_article__container) article .neck .autor .article_author > a > div {
    height: 40px;
    width: 40px;
	min-width: 40px;
}

.wide.article-layout:has(.one_column_article__container) article .neck .autor .article_author .article__author__croppimg__plug:empty::before,
.wide.article-layout:has(.one_column_article__container) article .neck .article__author__croppimg,
.wide.article-layout:has(.one_column_article__container) article .neck .article_authors_with_thumbnail .article_author .article__author__croppimg {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 8px;
}

.wide.article-layout:has(.one_column_article__container) .article_authors_with_thumbnail .article_author, 
.wide.article-layout:has(.one_column_article__container) .article_authors_without_thumbnail .article_author {
    align-items: center;
    max-width: 360px;
}

.wide.article-layout:has(.one_column_article__container) .article_author span,
.wide.article-layout:has(.one_column_article__container) .article_authors_without_thumbnail span,
.wide.article-layout:has(.one_column_article__container) .article_author span a,  
.wide.article-layout:has(.one_column_article__container) .article_authors_without_thumbnail span a {
    color: var(--color-font) !important;
    font-weight: 600 !important;
}

.wide.article-layout:has(.one_column_article__container) .article_author span a {
	font-weight: 600 !important;
}

.wide.article-layout:has(.one_column_article__container) .article_author span a, 
.wide.article-layout:has(.one_column_article__container) .article_authors_without_thumbnail a {
	color: var(--color-font) !important;
    text-decoration: underline !important;
    text-decoration-color: var(--color-font) !important;
    text-underline-offset: 2px !important;
    text-decoration-thickness: 1px !important;
}

.wide.article-layout:has(.one_column_article__container) .article_author span a:hover, 
.wide.article-layout:has(.one_column_article__container) .article_authors_without_thumbnail a:hover {
	text-decoration: unset !important;
	color: var(--color-font) !important;
}
/* /Article author section */

.wide.article-layout:has(.one_column_article__container) .breadcrumb_v2 {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
}

.wide.article-layout:has(.one_column_article__container) section .row:has(.breadcrumb_v2) {
    padding-top: 0;
}

.wide.article-layout:has(.one_column_article__container) article .title {
    margin-top: 0;
}

.wide.article-layout:has(.one_column_article__container) #lead_object .single-photo.with-frames img {
    max-height: 615px;
}

.wide.article-layout:has(.one_column_article__container) .mediateka-widget {
    margin: 24px 0 16px auto;
}
/* ===================== END =======================
=========== Zmiany w szablonie artykułu ============
================================================= */