@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-white: #FFFFFF;
    --color-black: #000000;
    --color-light-black: #000000D9;
    --color-main: #0f4cc1;
    --color-quiz: #0f4cc1;
    --color-gallery: #0f4cc1 !important;
}

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

body.body-blocked {
    overflow: visible !important;
}

.main-layout .section__v1 {
	margin-bottom: 0;
}

header .logo img {
    width: auto;
    height: 60px;
}

header .mobile-box .logo {
    width: auto;
    padding: 0;
}

.header .header-container.menu-v5 {
    height: 60px;
}

.header .menu-v5 .display-flex>.gl_wrapper.display-flex.items-center-v.items-spaced-between {
	margin-top: -12px;
}

/* footer */
footer .legal-info .h5 {
	font-size: 9px;
	line-height: 13px;
	color: #505050;
}

footer .legal .h3,
footer .about .h3 {
	font-weight: 900;
}

footer .serwis-list:before {
    position: absolute;
    background-color: #040404;
    content: '';
    height: 100%;
    width: 100vw;
    z-index: 0;
    left: calc(-50vw - -50%);
	border-top: 2px solid var(--color-main);
}

footer .show-list {
    background-color: rgba(0,0,0,0);
    width: auto;
    float: right;
    border-bottom: 0;
	margin-top: 2px;
}

footer .show-list,
footer .list,
footer .copyright {
    background-color: #040404;
    color: #666;
}

footer .serwis-list a {
	color: #68696b;
}

footer .copyright {
    display: inline-block;
    width: auto;
	margin-top: 2px;
}
footer .copyright .copyright__text {
	color: #68696b;
	font-weight: 500;
}

footer h3 {
	font-size: 18px;
	line-height: 22px;
	color: #050505;
	font-weight: 500;
}

footer a {
	color: #68696b;
}

footer .serwis-list,
footer .list {
    position: relative;
}

footer .legal,
footer .about {
	margin-bottom: 8px;
}

footer .logo img {
	margin-top: 0;
}

body.screening footer {
    background-color: rgba(0,0,0,0);
}
/* /footer */

.section__v3 .section__title a,
.section__v3 .section__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
	margin-bottom: 16px;
	margin-left: 8px;
}

.section__v1 .section__header .section__title a,
.section__v2 .section__header .section__title a,
.section__v3 .section__header .section__title a,
.section__v1 .section__header .section__title,
.section__v2 .section__header .section__title,
.section__v3 .section__header .section__title,
.main-content .listing .main-title-listing,
.main-content .listing .main-title-listing a,
.section__v1 .section__header .section__links a:hover,
.section__v2 .section__header .section__links a:hover,
.section__v3 .section__header .section__links a:hover,
.section__v4 .section__title,
.section__v4 .section__title a,
.section__v4 .section__slots a:hover,
.section__v4 .section__title h2,
.section__v3 .section__title,
.section__v3 .section__title a,
.section__v3 .section__slots a:hover,
.wide.article-layout .main-title-listing,
.section__v3 .section__header .section__title h2,
.section__v3 .section__header .section__title h3 {
	color: var(--color-main);
}

.section__v1 .section__slots .slot .slot__content .slot__superscription p, 
.section__v2 .section__slots .slot .slot__content .slot__superscription p,
.section__v3 .section__slots .slot .slot__content .slot__superscription p,
.listing-container.v30 .element .element__content .element__superscription p {
    background-color: var(--color-main) !important;
}

.main-content .main-title-listing {
	font-weight: 700;
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.main-content .main-title-listing a {
	font-weight: 700;
	font-size: 32px;
	line-height: 34px;
	text-transform: uppercase;
}

/* new header & new menu */
.header .menu-v5 .submenu-title:hover,
.header .menu-v5 .submenu ul li a:hover,
.header .menu-v5 .v5 a:hover {
    color: var(--color-main) !important;
}

.header .menu-v5 .submenu-box {
    background: rgba(0, 0, 0, 0.9);
}
/* /new header & new menu */

/* amount of photos - listings/sections */
.last-page .element__media .media__count {
    background-color: var(--color-main) !important;
}
body:not(.main-layout).wide .element__media .media__count,
body:not(.main-layout).wide .slot__image .media__count {
	background-color: var(--color-main) !important;
}
/* /amount of photos - listings/sections */

.article .turbo-vjs .video-js:not(.sticky-container__video) {
    margin: 0 auto;
}

/* title superscription */
.article .title_element__superscription {
    background-color: var(--color-main);
}
/* /title superscription */

.article .title h1 {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	font-size: 46px;
	line-height: 54px;
	font-weight: 700;
}

.article p.lead {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 35px;
	font-weight: 600;
}

.article h2 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
}

.article h3 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
}

article h4
article h5
article h6 {
    font-weight: 700;
}

article a {
	color: var(--color-main);
	font-weight: 700;
	text-decoration: underline;
}

blockquote {
    margin: 0 0 24px 0;
    position: relative;
    padding: 0 0 0 20px;
    border-left: none;
}

blockquote p {
    margin-left: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    position: relative;
}

.col-4 #hook_content_right .listing span {
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
	color: var(--color-main);
	text-transform: uppercase;
}

/* - 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: 700;
	font-size: 24px;
	line-height: 32px;
}

/* - recommended content - */
article .recommended-content {
	height: auto;
	border-top: 2px solid var(--color-main);
	border-bottom: 2px solid var(--color-main);
	margin-bottom: 24px;
}

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

article .recommended-content .recommendedTitle__text {
	font-weight: 600;
	font-size: 15px;
	line-height: 21px;
	color: var(--color-white);
	background-color: var(--color-main);
	text-transform: uppercase;
	padding: 0 8px;
}

article .recommended-content .recommendedLink__text {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: var(--color-black);
	padding: 0 16px;
}

article .recommended-content .recommendedLink__text:hover {
	color: var(--color-main);
}

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

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-black);
}

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

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

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

/* video */
article .video-js .vjs-big-play-button {
	background-color: rgba(255,255,255,0);
	border: 0;
}

article .video-js .vjs-big-play-button::after {
	font-family: "Source Sans Pro", sans-serif;
	content: "Odtwarzaj";
	position: absolute;
	top: 40px;
    left: 50%;
    transform: translateX(-50%);
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: var(--color-white);
}

article .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	content: url("/media/se/desktop/images/playbtn.svg");
    width: 28px;
    height: 32px;
    left: 32px;
    top: 0;
}

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

article .player.video_player {
    padding-top: 0 !important;
}

article .video-js:hover .vjs-big-play-button,
article .video-js .vjs-big-play-button:focus {
    background-color: rgba(255,255,255,0);
}

/* table of contents */
article .toc {
	margin-bottom: 8px !important;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: var(--color-black);
}

article li a,
.article li a  {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
    color: var(--color-main);
}

/* 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 img {
	border-radius: 8px;
}

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

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

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

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

article .highlight .highlight__title .hightlight__text {
	border-left: none;
	text-align: center;
	padding-left: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: var(--color-black);
	padding-bottom: 24px;
	border-bottom: 2px solid #d8d8d8;
}

article .highlight .highlight__textbox p {
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: var(--color-black);
}

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

article .highlight .highlight__button .hightlight__button-link {
	background-color: var(--color-main);
	border-radius: 8px;
	padding: 10px 40px;
	color: var(--color-white);
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
}

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

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

article .highlight .highlight__figcaption .hightlight__text {
	text-align: left;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: var(--color-white);
	font-size: 14px;
	line-height: 18px;
	padding: 2px 4px;
	left: 0;
}

/* 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-black);
}

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

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

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

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

article .liveTimeline .lead-gallery figure {
    max-width: 440px;
}

article .liveTimeline .lead_element__aspect_ratio {
    height: auto !important;
    max-width: 440px;
}

.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: 700;
	font-size: 24px;
	line-height: 32px;
	color: var(--color-black);
	margin-bottom: 8px;
	margin-top: 8px;
}

/* recommended article link */
article .recommendedArticle {
	display: flex;
	flex-direction: column;
	margin-top: 24px;
	border-top: 2px solid var(--color-main);
	border-bottom: 2px solid var(--color-main);
}

article .recommendedArticle .recommendedArticle__title p {
	margin-top: -16px;
	background-color: var(--color-main);
	width: 174px;
	padding: 0 8px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 21px;
	font-weight: 600;
	color: var(--color-white);
}

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

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

/* 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.collapsed {
    border-bottom: 1px solid var(--color-main) !important;
}

.gl_plugin .embed.twit-embed {
    display: flex;
    justify-content: center;
    min-height: 420px;
    max-height: 420px;
    overflow: hidden;
    transition: 1s ease-out;
}
/* /embed button */

/* related articles */
.two_columns_article__container .related_articles__container .related_article__superscription p {
	background-color: var(--color-main);
}

.two_columns_article__container .related_articles__container .related_articles__header {
    color: var(--color-main);
}
/* /related articles */

/* listing v18_side */
.listing.v18_side .element__headline a:hover,
.listing.v18_side .element__headline h2:hover,
.listing.v18_side .element__headline h3:hover {
	color: var(--color-main);
}
/* /listing v18_side */

/* tagi */
.tags .breadcrumb__link {
    border: 1px solid var(--color-main);
    color: var(--color-main);
    background-color: var(--color-white);
    border-radius: 8px;
    font-weight: 600;
    text-transform: none;
	transition: 0.4s;
}

.tags .breadcrumb__link:hover {
    border: 1px solid var(--color-white);
    color: var(--color-white);
    background-color: var(--color-main);
}
/* /tagi */

.wide.article-layout .col-4 .aside #hook_content_right .listing-horizontal-full .element__content .element__headline a:hover,
.wide.article-layout .col-4 .aside #hook_content_right .listing-horizontal-full .element__content .element__headline h2:hover,
.wide.article-layout .col-4 .aside #hook_content_right .listing-horizontal-full .element__content .element__headline h3:hover {
    color: var(--color-main);
}

/* breadcrumb_v2 */
.breadcrumb_v2 {
	padding: 0 0 16px 0;
}
.category-layout .breadcrumb_v2 {
    margin: 0 0 24px 0 !important;
}
.wide.article-layout section .row:has(.breadcrumb_v2),
.wide.category-layout section .row:has(.breadcrumb_v2) {
    padding-top: 0;
}
.breadcrumb_v2 .breadcrumb_v2-item:first-child {
	position: relative;
	margin-left: 24px;
}

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

.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 {
    border-right: 0;
}

.breadcrumb_v2 .breadcrumb_v2-item:first-child a::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:first-child::after {
    display: none;
}

.breadcrumb_v2 .breadcrumb_v2-item a {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-main);
    text-decoration: underline;
}

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

/* video player SG */
.video-player-sg {
    padding: 16px;
    background-color: var(--color-black);
    margin: 0 -16px 24px -16px;
}

.video-player-sg + .section__v5 {
    margin-top: -24px;
}

.video-player-sg .video-js,
.video-player-sg video {
    width: 932px !important;
    max-width: 932px !important;
    height: 527px !important;
}

.video-player-sg .video-js.vjs-fullscreen video {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
}

.video-player-sg .player__media {
    display: flex;
    width: 932px;
    height: 527px;
}

.video-player-sg .player__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    background: #222;
    padding: 12px;
}

.video-player-sg .player__header:empty {
    display: none;
}

.video-player-sg .player__header .player__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: var(--color-white);
    text-transform: uppercase;
    margin-bottom: 0;
    max-width: 960px;
    max-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.page-layout.wide .video-player-sg .player__header .player__title {
    max-width: 660px;
}

.video-player-sg .player__header .player__icons {
	display: flex;
	flex-direction: row;
}

.video-player-sg .player__header .player__icons a {
	display: flex;
	flex-direction: column;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: var(--color-white);
	margin-right: 16px;
    align-items: center;
    text-transform: uppercase;
}

.video-player-sg .player__header .player__icons a:hover {
	color: var(--color-main);
}

.video-player-sg .player__header .player__icons a img {
    width: 30px;
	height: 30px;
	margin-bottom: 4px;
    filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(24deg) brightness(125%) contrast(100%);
	-webkit-filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(24deg) brightness(125%) contrast(100%);
}
/* video player SG */

/* video player CATEGORY */
.wide.page-layout .video-player-sg {
    position: relative;
    flex-direction: row;
    padding: 16px 16px 40px 16px;
    margin: 0 0 24px 0;
    background-color: #222222;
}

.wide.page-layout .video-player-sg .video-js,
.wide.page-layout .video-player-sg video {
    width: 640px !important;
    max-width: 640px !important;
    height: 360.14px !important;
}

.wide.page-layout .video-player-sg .player__media {
    display: flex;
    width: 640px;
    height: 360.14px;
}
/* video player CATEGORY */

.wide.article-layout.listing-container.v30 .element .element__content .element__superscription p {
    background-color: var(--color-main);
}

.wide.article-layout .main-content .main-title-listing {
	color: var(--color-main);
}

/* NCES */
.promo-wrapper {
    border-top: 2px solid var(--color-main) !important;
    border-bottom: 2px solid var(--color-main) !important;
    padding-top: 14px !important;
}

.promo-wrapper .promo-header {
    margin-bottom: 24px;
    margin-left: 0;
    margin-top: -16px;
    background-color: var(--color-main);
    width: 174px;
    padding: 0 8px;
    text-transform: uppercase;
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 600 !important;
    color: var(--color-white) !important;
}

.promo-wrapper .promo-title-header a {
    text-align: left;
    color: var(--color-black);
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.promo-wrapper .promo-title-header a:hover {
    color: var(--color-main);
}

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

.advice__item:before {
    background-color: var(--color-main);
}

.advice__item a {
    color: var(--color-main);
}

/* new article gallery SE */
.lead-gallery::after {
	background-color: var(--color-main) !important;
}

.lead-gallery .lead-gallery-more,
.galleries.with_recommended_galleries .lead-gallery-more {
    background: var(--color-main) !important;
}
/* /new article gallery SE */

/* listing v32 & also similar v33 */
.wide.page-layout .listing .listing__links a:hover {
    color: var(--color-main) !important;
}

.wide.page-layout  .listing .listing__links {
	scrollbar-color: var(--color-main) var(--color-white) !important;
}

.wide.page-layout  .listing .listing__links::-webkit-scrollbar-thumb {
	background-color: var(--color-main) !important;
}

.paginacja a {
    color: var(--color-main) !important;
}

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

.paginacja li.next,
.paginacja li.prev {
    background-color: var(--color-main) !important;
}
/* /listing v32 & also similar v33 */

.section__v5 .section__slots > a .slot__content .slot__superscription p {
	background-color: var(--color-main) !important;
}

.article_author span,
.article_author span a,
.article_authors_without_thumbnail span,
.article_authors_without_thumbnail span a {
    font-size: 13px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    color: #999999 !important;
    text-decoration: none;
}

.article_authors_without_thumbnail span a:hover {
    text-decoration: underline;
}

/* schedule video section */
.schedule__video__container .schedule__streams::-webkit-scrollbar-thumb {
    background-color: var(--color-main) !important;
}

.schedule__video__container .schedule__header .schedule__info,
.schedule__video__container .schedule__streams .stream__container:hover {
	color: var(--color-main) !important;
}

.schedule__video__container .schedule__streams {
	scrollbar-color: var(--color-main) #999999 !important;
}
/* /schedule video section */

/* 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 .share-buttons > a:hover {
    -webkit-filter: invert(14%) sepia(89%) saturate(5880%) hue-rotate(11deg) brightness(96%) contrast(110%);
    filter: invert(14%) sepia(89%) saturate(5880%) hue-rotate(11deg) brightness(96%) contrast(110%);
}

.highlight__image-box {
    height: auto;
}

/* exclusive breadcrumb */
div#hook_content section:first-child > nav > ol {
    margin-left: 0;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 85% !important;
}
.single-photo.hero.with-frames + script + .two_columns_article__container {
    margin-top: 16px;
}
.gl_plugin.galleries.webp.thumbnails-gallery + script + .two_columns_article__container {
    margin-top: 16px;
}

/* Listing Mediateka */
.listing.actions_logo.mediateka_listing {
    margin-left: -16px;
	margin-right: -16px;
}
/* /Listing Mediateka */

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

/* header z tapbarem */
.main-layout.wide .header {
    margin-bottom: 16px;
}

.header {
	position: relative;
}

.header .header-bar {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 60px;
	z-index: 10;
	width: 1280px;
	margin: 0 auto;
	background-color: var(--color-white);
	border-bottom: 3px solid rgba(255,255,255,0);
}

.header .header-bar .header-bar__logo img {
    position: relative;
    height: 60px;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 24px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    line-height: 10px;
    margin-right: 0;
    padding: 4px 16px;
    transition: 0.6s;
}

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

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item:hover .bottom-tap-bar-item__icon img {
	filter: invert(17%) sepia(72%) saturate(7206%) hue-rotate(351deg) brightness(93%) contrast(108%);
	-webkit-filter: invert(17%) sepia(72%) saturate(7206%) hue-rotate(351deg) brightness(93%) contrast(108%);
}

.header .header-bar:not(.active) .bottom-tap-bar .bottom-tap-bar-item.dots:hover .bottom-tap-bar-item__dots {
	background: url(/media/se/desktop/images/tapbar-hamburger-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item .bottom-tap-bar-item__text span {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: unset;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap;
	color: #222222;
}

.header .header-bar .bottom-tap-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 60px;
    margin-left: -40px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item.dots {
	cursor: pointer;
	padding: 14px;
}

.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/se/desktop/images/tapbar-hamburger-black.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 24px;
	margin: 0 0 8px 0;
	top: -5px;
	left: 0;
}

.header .header-bar.active .bottom-tap-bar .bottom-tap-bar-item__dots {
	background: url('/media/se/desktop/images/tapbar-close-desktop.svg');
	background-size: contain;
	background-repeat: no-repeat;
	left: 8px;
}

.header .header-bar .header-bar__logo {
	height: 60px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots::after {
	position: absolute;
	content: 'MENU';
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.03em;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap;
	color: #222222;
	top: 30px;
	right: 2px;
}

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

.header .header-bar.active .bottom-tap-bar .bottom-tap-bar-item__dots::after {
	content: 'ZAMKNIJ';
	color: var(--color-white);
	right: 2px;
}

.header .header-bar:not(.active) .bottom-tap-bar .bottom-tap-bar-item__dots:hover::after {
	color: var(--color-main);
}

.header .header-bar.active {
	z-index: 999999999999999999;
	border-bottom: 3px solid var(--color-main);
	overflow: hidden;
}

.header .bottom-tap-menu {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    min-width: 1280px;
    width: 1280px;
    height: auto;
    background: var(--color-white);
    transition: 0.5s;
    margin-left: calc((100vw - 1296px)/2);
    -webkit-box-shadow: -2px 8px 24px -16px rgb(0 0 0);
    -moz-box-shadow: -2px 8px 24px -16px rgb(0 0 0);
    box-shadow: -2px 8px 24px -16px rgb(0 0 0);
    margin-bottom: 48px;
    z-index: 999999999999999999;
}

.header .bottom-tap-menu.hide {
    transform: translateY(-2000px);
    height: 0;
    padding: 0;
}

.header .bottom-tap-menu.hide::after {
	display: none;
}

.header .bottom-tap-menu.hide ul {
	display: none;
}

.header .bottom-tap-menu ul li a:hover {
    color: var(--color-main);
}

.header .bottom-tap-menu ul li a {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #222222;
}

.header .bottom-tap-menu .bottom-tap-menu-left {
	display: flex;
	flex-direction: column;
	width: 640px;
	background-color: #F4F4F4;
	padding-bottom: 40px;
}

.header .bottom-tap-menu .bottom-tap-menu-right {
	display: flex;
    flex-direction: column;
    width: 640px;
    padding: 16px;
    background-color: var(--color-white);
    border-bottom-right-radius: 100px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items {
	margin-top: 8px;
	margin-left: 48px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items ul li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.header .bottom-tap-menu .bottom-tap-menu-left ul {
	display: flex;
	flex-direction: column;
	padding: 16px 16px 0 40px;
	padding-left: 16px;
}

.header .bottom-tap-menu .bottom-tap-menu-left .third-level-menu-list {
	padding: 24px 0 0 0;
}

.bottom-tap-menu-left li.submenu-active {
    width: 100%;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-title,
.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-title a {
	font-size: 22px;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--color-main);
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.header .bottom-tap-menu .bottom-tap-menu-left ul li {
	text-align: left;
	margin-bottom: 16px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items ul li {
	width: 30%;
	text-align: left;
	margin-bottom: 24px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items ul li:nth-child(3n+2) {
    text-align: center;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items ul li:nth-child(3n+3) {
    text-align: right;
}

.header .bottom-tap-menu .bottom-tap-menu-left ul li {
	position: relative;
	padding-bottom: 4px;
	width: 561px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-title {
	margin-bottom: 30px;
}

.header .bottom-tap-menu .bottom-tap-menu-left .left-menu-submenu-more {
	content: '';
	position: absolute;
	top: -5px;
	left: 200px;
	display: block;
	background: url(/media/icons/white-chevron-down-icon-menu.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 56px;
	height: 40px;
	cursor: pointer;
	transform: rotate(180deg);
	background-color: var(--color-main);
	transition: 0.6s;
}

.header .bottom-tap-menu .bottom-tap-menu-left .left-menu-submenu.hide {
	display: none;
}

.header .bottom-tap-menu .bottom-tap-menu-left li.news-active .left-menu-submenu {
    border-top: 1px solid var(--color-main);
	margin-top: 4px;
}

.header .bottom-tap-menu .bottom-tap-menu-left li:not(.news-active) {
	border-bottom: 0;
}

.header .bottom-tap-menu .bottom-tap-menu-left li.news-active .left-menu-submenu-more {
	transform: rotate(0);
}

.header .bottom-tap-menu .bottom-tap-menu-left li.submenu-active .left-menu-submenu {
    border-top: 1px solid var(--color-main);
    margin-top: 6px;
    margin-left: 0;
    padding-left: 24px;
    justify-content: space-between;
}

.header .bottom-tap-menu .bottom-tap-menu-left li:not(.submenu-active) {
	border-bottom: 0;
}

.header .bottom-tap-menu .bottom-tap-menu-left li .submenu-active.left-menu-submenu-more {
	transform: rotate(0);
}

.header .bottom-tap-menu .bottom-tap-menu-left li .left-menu-submenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 16px 0 0 16px;
}

.header .bottom-tap-menu .bottom-tap-menu-left li .left-menu-submenu li {
    width: 33%;
    margin-bottom: 10px;
    margin-right: 0;
}

.header .bottom-tap-menu .bottom-tap-menu-left li .left-menu-submenu li a {
	font-size: 14px;
	line-height: 16px;
}

.bottom-tap-menu-left li.submenu-active {
    width: 100% !important;
}

.header .bottom-tap-menu .bottom-tap-menu-left .left-menu-submenu-more.third-level {
	display: none;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item .bottom-tap-bar-item__icon img {
	width: 30px;
	height: 30px;
	margin-bottom: 4px;
}
/* /header z tapbarem */

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

/* podcasts player */
.podcasts-player .turbo_audio_podcast,
.podcasts-player .turbo_audio_podcast video {
    background-color: #EEEEEE !important;
}
.podcasts-player .vjs-control-bar .vjs-play-control,
.podcasts-player .vjs-control-bar,
.podcasts-player .vjs-playlist-vertical .vjs-playlist-item,
.podcasts-player .vjs-playlist .vjs-selected,
.podcasts-player .vjs-playlist .vjs-playlist-thumbnail-placeholder {
    background-color: var(--color-main) !important;
}
.podcasts-player .podcasts-player__title {
    color: var(--color-main) !important;
}
.podcasts-player .podcasts-player__title,
.podcasts-player .turbo_audio_podcast .vjs-title-bar p {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif !important;
}
.player-layout .main-content .listing .main-title-listing,
.podcast-layout .main-content .listing .main-title-listing {
    display: flex;
    justify-content: flex-start;
    color: var(--color-main) !important;
}
.player-layout .v33_podcasts .main-title-listing,
.podcast-layout .v33_podcasts .main-title-listing,
.player-layout .v33_podcasts,
.podcast-layout .v33_podcasts,
.player-layout .player__dedicated_streams,
.podcast-layout .player__dedicated_streams,
.player-layout .player__dedicated_streams-title,
.podcast-layout .player__dedicated_streams-title {
    width: 1280px;
}
.player-layout .listing-container.v33 > .element,
.podcast-layout .listing-container.v33 > .element,
.player-layout .player__dedicated_streams-streams > a,
.podcast-layout .player__dedicated_streams-streams > a {
    margin-right: 16px;
}
/* /podcasts player */

/* listing v32 */
.v32.listing-container .element:nth-child(1) .element__content .element__superscription p,
.v32.listing-container .element:nth-child(2) .element__content .element__superscription p,
.v32.listing-container .element:nth-child(n+3) .element__content .element__superscription p {
    background-color: var(--color-main);
}

.main-content .main-title-listing span {
    color: var(--color-main);
}
/* /listing v32 */

.author__desc a {
    color: var(--color-main);
}

#hook_content_bottom .listing .main-title-listing a,
#hook_content_bottom .listing .main-title-listing h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
	color: var(--color-main);
}

header .bottom_menu,
.breadcrumb__item.breadcrumb__item--highlight a,
.listing-container.hero-img-half .listing-item:first-child .item-description:after,
.listing-container.listing-vertical-full .listing-item .item-description:after,
.listing-container.hero-img .listing-item:first-child .item-description .listing-title:after,
.listing .button,
.lead-gallery-more a,
.paginacja li.prev,
.paginacja li.next,
.lead-gallery .lead-gallery-more,
article .lead:after, article ul li:before,
.highlight__button .hightlight__button-link,
.read-full__button {
	background-color: var(--color-main);
}
.blockinfo__text h1,
.paginacja li.active a,
.single-photo figure figcaption span.link a,
.blockinfo__text p a,
article table a,
article > a,
article li a,
article > div p a,
article > div a p,
article > p a,
.blockinfo__text h1,
.highlight__title .hightlight__text {
	color: var(--color-main);
}
.blockinfo__text h1,
.breadcrumb__item--highlight .breadcrumb__link,
.breadcrumb__item a,
.expert-block .expert-text h2,
.main-title-listing,
.dedykowany-box-title,
.listing .button,
.lead-gallery-more a,
.blockinfo__text h1,
.highlight__title .hightlight__text,
.read-full__button,
.article-layout article .quizv2 .answer__label:before,
.article-layout .quizv2 .answer__input:checked+.answer__label {
	border-color: var(--color-main);
}
/*------
hover
-------*/
.menu-box li a:hover:after {
	bottom: -3px;
	background-color: var(--color-main);
}
.product-cards.layout_1 {
    border: 1px solid var(--color-main);
}
.product-cards__details{
    border-left: 1px solid var(--color-main);
}
.product-cards__buy button{
    background: var(--color-main);
}
.product-cards.layout_1.double .product-cards__item {
    border: 1px solid var(--color-main);
}
.product-cards.layout_2{
    border: 1px solid var(--color-main);
}
.product-cards.layout_2.double .product-cards__item{
    border: 1px solid var(--color-main);
}
.product-card__description ul li:before {
    background: black;
}
.gl_plugin.logo a {
    background: white;
    display: block;
    padding: 0px;
}
header .mobile-box .logo {
    width: auto;
    margin-top: 22px;
}
.menu-v5 .mobile-box .logo {
    margin-top: 0;
}

/* Porady eksperta */
.advice__item:before {
	background-color: var(--color-main);
}
.advice__item a {
	color: var(--color-main);
}
/* /Porady eksperta */

.two_columns_article__container .related_articles__container .related_articles__header,
.block_list__container a,
header .menu-v5 .submenu-title:hover,
header .menu-v5 .submenu ul li a:hover,
header .menu-v5 a:hover,
article li a, 
.article li a {
    color: var(--color-main);
}

.two_columns_article__container .related_articles__container .related_article__superscription p {
    background-color: var(--color-main);
}

.advice__item:before {
	background-color: var(--color-main);
}
  
.advice__item a {
	color: var(--color-main);
}

.wide article .share-buttons-wrapper .share-buttons > a:hover {
    -webkit-filter: invert(30%) sepia(29%) saturate(2682%) hue-rotate(192deg) brightness(95%) contrast(91%);
    filter: invert(30%) sepia(29%) saturate(2682%) hue-rotate(192deg) brightness(95%) contrast(91%);
}

/* Listing Mediateka */
.listing.actions_logo.mediateka_listing {
	width: 932px;
	margin-left: 0;
}

.listing.actions_logo.mediateka_listing .element, 
.listing.actions_logo.mediateka_listing .element__media, 
.listing.actions_logo.mediateka_listing .element img {
    min-width: 180px !important;
    width: 180px !important;
}
/* /Listing Mediateka */

/* header z tapbarem */
.header .header-bar.active .bottom-tap-bar .bottom-tap-bar-item.dots,
.header .bottom-tap-menu .bottom-tap-menu-left .left-menu-submenu-more {
    background-color: var(--color-main);
}

.header .header-bar.active {
    border-bottom: 3px solid var(--color-main);
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-title, 
.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-title a,
.header .bottom-tap-menu ul li a:hover,
.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots:hover, 
.header .header-bar .bottom-tap-bar .bottom-tap-bar-item:hover .bottom-tap-bar-item__text span,
.header .header-bar:not(.active) .bottom-tap-bar .bottom-tap-bar-item__dots:hover::after {
    color: var(--color-main);
}

.header .bottom-tap-menu .bottom-tap-menu-left li.submenu-active .left-menu-submenu {
    border-top: 1px solid var(--color-main);
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item:hover .bottom-tap-bar-item__icon img {
    -webkit-filter: invert(30%) sepia(29%) saturate(2682%) hue-rotate(192deg) brightness(95%) contrast(91%);
    filter: invert(30%) sepia(29%) saturate(2682%) hue-rotate(192deg) brightness(95%) contrast(91%);   
}

.header .header-bar:not(.active) .bottom-tap-bar .bottom-tap-bar-item.dots:hover .bottom-tap-bar-item__dots {
	background: url(/media/se/desktop/images/tapbar-hamburger-superbiz.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

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

/* Taboola */
#taboola-below-article-thumbnails .tbl-feed-header-text,
#taboola-below-article-thumbnails .trc_rbox_header_span {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: var(--color-main);
    text-transform: uppercase;
}
#taboola-below-article-thumbnails .thumbnails-a .trc_rbox_header {
    margin-bottom: 8px;
}
#taboola-below-article-thumbnails .video-title {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 56px;
    max-height: 56px;
}
[data-feed-main-container-id="taboola-below-article-thumbnails"].tbl-feed-frame-DIVIDER .tbl-feed-card {
    box-shadow: unset !important;
}
/* /Taboola */

.category-layout .section__v4 {
    position: relative;
    margin: 0 0 24px 0;
}

/* SEO text */
.blockinfo .blockinfo__text h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	margin-bottom: 40px;
    color: var(--color-main);
}

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

.blockinfo__text h2, 
.blockinfo__text h3 {
    font-size: 24px;
    line-height: 30px;
    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;
}
/* /SEO text */

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

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