@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--zscku1: #4868a3; /* niebieski główny */
	--zscku2: #00aeef; /* niebieski z prawej strony */
	--zscku3: #1ac0eb; /* niebieski z lewej strony */
	--zscku4: #e53022; /* czerwony z prawej strony */
	--zscku5: #ee1d23; /* czerwony z lewej strony */
	--zscku6: #f58220; /* pomarańczowy */
	--zscku-alt: #106cb5;
	--bg: #32518a;
}

body {
	font-family: "Inter";
	font-size: 15px;
	color: #333;
}

* {
	font-feature-settings: 'ss07' 1;
}

body.bigger-font p {
	font-size: 18px;
}
body.bigger-font h1 {font-size: 44px;}
body.bigger-font h2 {font-size: 38px;}
body.bigger-font h3 {font-size: 32px;}
body.bigger-font h4 {font-size: 28px;}
body.bigger-font h5 {font-size: 25px;}
body.bigger-font h6 {font-size: 22px;}
body.bigger-font span:not(.fa), body.bigger-font dd {font-size: 110%;}
body.bigger-font .breadcrumb {font-size: 110%;}
body.bigger-font footer, body.bigger-font .site_info {font-size: 16px;}


h2 a {color: inherit;}
h2 a:hover {color: inherit;}

.bg-zscku {background: var(--zscku1);}

.pasek-gorny {
	background-color: #ededed;
	-webkit-box-shadow: inset 0 -1px 2px rgb(0 0 0 / 18%);
	box-shadow: inset 0 -1px 2px rgb(0 0 0 / 18%);
}

.pasek-gorny .row>div {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
}

.pasek-gorny {
	font-size: 14px;
	height: 40px;
}

.pasek-gorny a {text-decoration: none; vertical-align: middle; display: inline-block;}
.pasek-gorny a:hover {text-decoration: underline; box-shadow: 0 0 4px rgb(0 0 0 / 40%);}

#menu_gorne {margin-left: -10px; display: block;}
#menu_gorne a {padding: 8px 10px; vertical-align: middle; display: inline-block; margin-top: -5px;}
#menu_gorne a:hover {
	background: var(--zscku4);
	color: #fff;
}

.form-search {
	margin-left: 6px;
	display: inline-block;
	vertical-align: middle;
}

.input-wyszukiwarka {
	/* height: 30px;
	width: 160px;
	border: 0;
	padding: 4px;
	border: 1px solid #d5d7da;
	font-size: 12px;
	display: block;
	margin: -5px 0 0 0;
	background-color: #f5f6f8; */
	padding: 4px 12px;
	font-size: 13px;
}

a {
	color: var(--zscku1);
	text-decoration: none;
}

a:hover {
	color: var(--zscku-alt);
	text-decoration: underline;
}

@media screen and (max-width: 510px) {
	.ukryte-mobilne {
		display: none;
	}
}

#dodatki-pasek-gorny a {
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -4px;
}

.logo-bip {
	background-image: url('../images/bip.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	width: 30px;
	height: 14px;
	display: inline-block;
	margin-top: 4px;
}

.logo-header {
	background: var(--bg);
}

.nav-item a:hover {
	text-decoration: none;
}

.navbar .dropdown-menu {
	margin-top: 7px !important;
	font-size: 15px;
	border-radius: 0;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-item {
	width: 220px;
	min-width: 220px;
}

.navbar-dark .navbar-nav .dropdown-menu a.nav-link {
	color: #666;
	font-size: 15px;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-header {
	color: #666;
	font-weight: 700;
	font-family: "Inter";
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px dashed #f1f1f1;
}

.nav-header.nav-link.dropdown-toggle::after {
	content: "";
	display: none !important;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-item:not(.deeper.parent.dropdown):hover a.nav-link {
	background: #fafafa;
	color: var(--zscku1);
}

.navbar-dark .navbar-nav .dropdown-menu .nav-item a.nav-link {
	font-family: "Inter";
	font-size: 12px;
}

.navbar-dark .navbar-nav .dropdown-menu a.nav-link::before, .menu_boczne ul.navbar-nav > li:not(.dropdown.deeper.parent)::before {
	display: inline-block;
    margin-right: 8px;
	content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
	color:#666;
    height: 21px;
    vertical-align: middle;
    line-height: 21px;
}

.menu_boczne ul.navbar-nav > li:not(.dropdown.deeper.parent)::before {
	color: var(--zscku2);
}

.navbar-dark .navbar-nav .dropdown-menu a.nav-link:hover::before {
	color: var(--zscku1);
}

.navbar-dark .navbar-nav .dropdown-menu .nav-item:not(.deeper.parent.dropdown) {
	border-bottom: 1px dashed #f1f1f1;
	vertical-align: top;
}

.navbar-dark .nav-item a {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav.menu {
	padding: 10px;
	min-height: 210px;
	max-width: 710px;
	margin-right: 10px;
}

ul.nav.menu > .nav-item:not(.dropdown.deeper.parent) {
    display: inline-block;
    /* background: red; */
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-header {
		/* padding: 7px 15px; */
		padding: 2px 5px 10px 15px;
		font-size: 14px;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown ul.nav li {margin-left: 15px; margin-right: -15px;}
	.navbar-expand-lg .navbar-nav .dropdown-menu a.nav-link {
		/* padding: 7px 15px; */
		padding: 3px 15px;
		font-size: 14px;
	}
	.nav {
		display: block;
	}
	ul.nav.menu {
		display: block;
		min-width: 150px;
		width: max-content;
	}
	ul.nav.menu li.nav-item.dropdown {
		display: inline-block !important;
		width: auto;
		vertical-align: top;
		margin-right: 5px;
		margin-bottom: 10px;
	}
}

.nav-item img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	margin-left: 20px;
}

.with-image {border-bottom: 1px dashed #fff !important;}

.menu_boczne .with-image {display: none !important; opacity: 0 !important; visibility: hidden !important;}

.menu_boczne ul.navbar-nav > li:not(.dropdown.deeper.parent) {
	padding: 3px 10px 3px 10px;
	background: #e4f5f9;
}

.menu_boczne ul.navbar-nav > li:not(.dropdown.deeper.parent):hover {
	background: #c8eaf5;
}

.menu_boczne ul.navbar-nav > li:not(.dropdown.deeper.parent):hover a {
	text-decoration: underline;
}

.menu_boczne ul.navbar-nav > li:not(.dropdown.deeper.parent) a {
	padding: 0;
	display: inline-block;
	width: calc(100% - 22px);
    font-size: 13px;
	color: var(--zscku1);
}

.btn-outline-primary {
    color: var(--zscku1) !important;
    border-color: var(--zscku1) !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: var(--zscku1) !important;
    border-color: var(--zscku1) !important;
}

.btn-primary {
    color: #fff;
    background-color: var(--zscku1) !important;
    border-color: var(--zscku1) !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #31518c !important;
    border-color: #31518c !important;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus, .btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {box-shadow: 0 0 0 0.25rem rgb(72 104 163 / 50%);}

#content {
	margin-top: 25px;
	margin-bottom: 25px;
}

.menu_boczne .navbar-nav {
	width: 100%;
}

.menu_boczne .nav-header {
	padding: 10px 10px;
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    background: var(--zscku-alt);
    font-family: "Inter";
    text-transform: uppercase;
}

.menu_boczne .nav .nav-item {
	padding: 0 15px;
	font-size: 14px;
}

.menu_boczne .nav .nav-item::before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	display: inline-block;
	position: absolute;
	color: var(--zscku3);
	margin-top: 3px;
}

.menu_boczne .nav .nav-item:hover::before {
	color: var(--zscku2);
}

.menu_boczne .nav .nav-link {
	list-style: none;
    padding: 3px 0 3px 15px;
    color: var(--zscku1);
    font-family: "Inter";
    font-size: 13px;
}

.menu_boczne .nav .nav-item:hover .nav-link {
	text-decoration: underline;
}

.menu_boczne .nav-child li::before {
	content: "";
	display: inline-block;
}

.menu_boczne ul.nav:last-child {
	padding-bottom: 10px;
}

.menu_boczne .nav .nav-item.active {
	background: #c8eaf5;
}

.menu_boczne .nav-item.dropdown {
	background: #e4f5f9;
	margin-bottom: 15px;
}

/* Breadcrumb */
#path {margin-top: 0px;}
.sciezka {background: #e9edf4; font-size: 14px; color: #848484; box-shadow: inset 0 -1px 2px rgb(207 207 207);}
.breadcrumb a {color: #848484;}
.breadcrumb {margin-bottom: 0; padding: 7px 3px; font-size: 13px;}
.breadcrumb span.divider {
	user-select: none;
	margin-right: 4px;
	color: #bfbfbf;
}

.h1, h1 {font-size: 36px; font-weight: 600;}
.h2, h2 {font-size: 26px; font-weight: 700;}
.h3, h3 {font-size: 19px; margin: 30px 0 20px; font-weight: 700;}
.h4, h4 {margin-top: 16px; margin-bottom: 14px; font-size: 17px; font-weight: 700;}
.h5, h5 {font-size: 16px; font-weight: 700; color: var(--zscku1);}
.h6, h6 {font-size: 13px; font-weight: 700;}
.page-header h3, .page-header h4 {margin-top: 0;}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {font-family: "Inter";}

.blog h2 {font-size: 24px;}

/* info o autorze i dacie publikacji artykułu */
dl.article-info {font-size: 12px; margin-top: 15px; color: #808080;}
dl.article-info dd {margin-bottom: 0;}
.blog dl {margin-bottom: 0;}
.blog img {margin-top: 15px; max-height: 500px;}
.blog p {margin-bottom: 10px;}
.category-desc {margin-bottom: 35px;}
.item-page .article-info {
	margin-top: 20px !important;
    margin-bottom: 30px !important;
}
#main .item-page .item-image {margin-bottom: 15px;}

#main .item-page>div>p {margin-bottom: 10px;}
#main .item-page>div ol, #main .item-page>div ul {margin-bottom: 10px;}

#main .item-page {font-size: 15px;}

img, table {max-width: 100%;}

table td p:last-child {
	margin-bottom: 0;
}

[role="tooltip"] {display: none !important; visibility: hidden !important;}

table.tabela {
	width: auto;
	min-width: 140px;
	border-spacing: 0;
	border-collapse: collapse;
}

table.tabela th {
    font-size: 14px;
    border: 1px solid #e9edf4 !important;
    padding: 5px 12px;
    background: #eeeeee;
    color: inherit;
}

table.tabela td {
    border: 1px solid #e9edf4 !important;
    padding: 5px 12px;
    vertical-align: top;
	font-size: 14px;
}

table {margin-bottom: 10px;}

/* stopka strony */
footer {font-family: "Inter"; background: var(--bg); color: #ced5e2; min-height: 10px; padding: 50px 0; font-size: 13px; margin-top: 30px;}
footer p {margin-bottom: 6px;}
footer h3 {font-size: 18pt; font-weight: normal; font-family: "Inter"; margin: 0 0 10px 0; color: #fff;}
footer h3 + * {margin-top: 20px;}
footer a, .site_info a, footer a:hover {color: inherit;}
.footer-main-page {margin-top: 0 !important;}

.page-header + [itemprop="articleBody"] {
	margin-top: 30px;
}

.page-header, .page-header a {
	color: inherit;
}

.carousel-item h5 {
	display: inline-block;
	backdrop-filter: blur(20px);
	padding: 15px 25px;
	background: #4cb9d80f;
	color: #fff;
    font-size: 20px;
	font-weight: 600;
}

.carousel-item a {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.carousel-item::before {
	content: "";
	background: linear-gradient(180deg, transparent 0, #4868a38c 35%, #2c487b);
	display: block;
	width: 100%;
	min-height: 180px;
	position: absolute;
	bottom: 0;
}

.mod_slajdy-slajd {
	height: calc(100vh - 176px);
	object-fit: cover;
	-webkit-user-drag: none;
	user-select: none;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1080px;
	}
}

.carousel::before {
	content: "";
	background: linear-gradient(0deg, transparent 0, var(--bg)57);
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 1;
}

#content .blog .item, #content .blog .items-leading>div {
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgb(50 81 138 / 14%), 0 1px 5px 0 rgb(50 81 138 / 12%), 0 3px 1px -2px rgb(50 81 138 / 20%);
	padding: 20px;
	margin-bottom: 25px;
}

/* obrazek na liście artykułów */
.item-image img {
	max-width: 100%;
}

.btn-szukaj {
	color: #fff;
	background: #ffffff33;
	border-color: #5d7db7;
	border-left: 0;
	margin-left: 0 !important;
	font-size: 13px;
}

.input-szukaj {
	background: #ffffff33;
	color: #fff !important;
	border: 1px solid #5d7db7;
	font-family: "Inter";
	font-size: 13px;
	border-right: 0;
}

.input-szukaj:focus {
	background: #ffffff33;
	box-shadow: none;
	border-color: #5d7db7;
}

.input-szukaj::placeholder {
	color: #e9edf49c;
}

.na-skroty .btn {
	width: 100px !important;
	margin-bottom: 8px;
	background: var(--zscku4);
	border-color: var(--zscku4);
	color: #fff;
}

.na-skroty .btn:focus {
	box-shadow: none;
}

.na-skroty .dropdown-item {
	font-size: 13px;
	font-family: "Inter";
}

.kontrast .dropdown-item:hover {text-decoration: none;}

.kontrast .btn {
	margin-bottom: 8px;
	background: var(--zscku1);
	border-color: var(--zscku1);
	color: #fff;
}

.kontrast .btn:focus {
	box-shadow: none;
}

.kontrast .dropdown-item {
	font-size: 13px;
	font-family: "Inter";
}

.kontrast ul, .kontrast li {min-width: 50px !important;}

.kontrast li a {
	height: 25px;
}

.kontrast li a#hc-normal {background-image: url('/templates/zscku/assets/images/hc/hc-normal.png') !important; background-size: 18px auto !important; background-repeat: no-repeat !important; background-position: center !important;}
.kontrast li a#hc-black-yellow {background-image: url('/templates/zscku/assets/images/hc/hc-black-yellow.png') !important; background-size: 18px auto !important; background-repeat: no-repeat !important; background-position: center !important;}
.kontrast li a#hc-black {background-image: url('/templates/zscku/assets/images/hc/hc-black.png') !important; background-size: 18px auto !important; background-repeat: no-repeat !important; background-position: center !important; background-color: #000}
.kontrast li a#hc-yellow {background-image: url('/templates/zscku/assets/images/hc/hc-yellow.png') !important; background-size: 18px auto !important; background-repeat: no-repeat !important; background-position: center !important;}
.kontrast li a#dark-mode {background-image: url('/templates/zscku/assets/images/hc/dark-mode.png') !important; background-size: 18px auto !important; background-repeat: no-repeat !important; background-position: center !important; background-color: #000}

.kontrast .dropdown-item:hover {text-decoration: none;}

.logo {
	height: 74px;
}

.szkola {
	padding-left: 15px;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-family: "Inter";
	font-weight: 700;
	color: #fff;
}

.link-with-icon {
	display: block;
	width: 100%;
}

.link-with-icon span {
	width: 20px;
	display: inline-block;
	text-align: center;
	font-size: 10pt;
	margin-right: 5px;
	opacity: 0.5;
}

.link-with-icon a {
	display: inline-block;
	width: calc(100% - 26px);
}

.footer-nav {
	list-style: none;
	text-align: left;
	padding-left: 0;
}

.footer-nav li:not(:last-of-type) {
	margin-bottom: 10px;
}

.site_info {
	font-family: "Inter";
	font-size: 13px;
	width: 100%;
	background: var(--zscku1);
	min-height: 30px;
	padding: 16px 0;
	color: #fff;
}

.underline {text-decoration: underline;}

.navbar.navbar-expand-lg.navbar-dark .nav-item a[role="button"] {
	font-size: 15px;
	font-family: "Inter";
}

.navbar.navbar-expand-lg.navbar-dark .nav-item a[role="button"]:hover, .navbar li.nav-item:not(.deeper):hover a {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.navbar ul.nav .current {
	font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link, .navbar.navbar-expand-lg.navbar-dark .nav-item a[role="button"]:hover, .navbar li.nav-item:not(.deeper):hover a {
	color: #ffffff;
}

.contact {
	list-style: none;
	padding-left: 0;
}

.contact li {
	margin-bottom: 10px;
}
.contact li .link-with-icon span {
	vertical-align: top;
	margin-top: 4px;
}

.contact li div div {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 25px);
}

.bip {
	width: 24px;
	height: 24px;
	display: inline-block;
	background-image: url('/images/tresci_stale/logo/bip.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}

#dodatki_logo .a {
	vertical-align: middle;
}

.accessibility-link {
	margin-right: 8px;
	color: #fff;
	font-weight: 600;
	vertical-align: text-bottom;
	display: inline-block;
}

.accessibility-link:hover {
	text-decoration: none;
	color: #Fff;
}

p.card-title {
	font-size: 18px;
    line-height: 1.45rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.card-title a {
	color: inherit;
	text-decoration: none;
}

.card-aktualnosci {
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	margin: 0 0 15px 10px;
	padding: 0;
	width: calc(33% - 7px);
	transition: all 0.2s;
}

.card-aktualnosci:hover {
	transform: scale(1.02);
	transition: all 0.2s;
}

.card-aktualnosci .card {
	border: 0;
}

.card-aktualnosci .card-img-top {
	height: 200px;
	object-fit: cover;
}

.card-aktualnosci .data-publikacji {
	font-size: 13px;
	margin-top: 10px;
	display: block;
	opacity: 0.7;
}

.card-aktualnosci .card-text {
	font-size: 14px;
}

@media (max-width: 800px) {
	.mod_slajdy-slajd {
		height: 350px;
	}
	.na-skroty .btn {width: calc(100% - 10px) !important; margin-left: 6px; display: block;}
	.form-search {width: calc(100% - 10px); display: block;}
	.logo {margin: 0 auto; display: block; margin-bottom: -20px;}
	.szkola {display: none;}
	.site_info .text-end {text-align: left !important;}
	.card-aktualnosci {width: calc(100% - 20px);}
	.with-image {display: none !important;}
	.navbar .dropdown-menu.show {
		height: 300px;
   		overflow-y: scroll;
	}
}

@media (max-width: 800px) {
	footer .container .row .col-sm-4 {padding: 0 20px 10px 20px;}
	footer .container .row .col-sm-4:not(:last-of-type) {border-bottom: 2px solid var(--zscku1); margin-bottom: 30px;}
	footer, .site_info {font-size: 14px; line-height: 1.5rem;}
	.site_info {padding-bottom: 32px;}
}

.btn {font-size: 14px;}
.btn:hover {text-decoration: none;}

.plik {
	display: block;
	margin-bottom: 5px;
}

.plik a:hover span:last-of-type {
	text-decoration: underline;
}

.plik small {color: #8e8e8e; display: inline-block;}

.galeria {
	width: calc(25% - 5px);
	display: inline-block;
	height: 120px;
	object-fit: cover;
	margin-right: 5px;
	margin-bottom: 5px;
}

.mini .galeria {
	width: calc(15% - -3px);
    height: 95px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.placeholder {
	width: 100%;
	height: 100%;
	background: url("/images/tresci_stale/placeholder.png");
	background-repeat: repeat-y;
}

#main p {
	line-height: 1.42rem!important;
}

#main li {
	margin-bottom: 4px;
}

.pagination {
	display: block;
	clear: both;
	width: 100%;
	float: left;
	font-size: 13px;
}

.pagination .counter {
	float: right;
}

.pagination nav {
	float: left;
	width: calc(100% - 110px);
}

.pagination li {
	display: inline-block;
}

.page-item {
	padding: 3px 5px;
}

.pagination::after {
	content: " ";
	display: block;
	clear: both;
}

h2 .subheading-category {
	font-size: 28px;
	margin-bottom: 15px;
	display: inline-block;
}

.dyrekcja td p {
	margin-bottom: 10px;
}

.dyrekcja td p:last-of-type {
	margin-bottom: 0;
}

.dyrekcja table {
	margin-bottom: 15px;
	width: 100%;
}

.dyrekcja td {
	border-left: 15px solid var(--zscku-alt);
	padding: 5px 20px;
}

.dyrekcja table:nth-of-type(1) td {border-left-color: var(--zscku1);}
.dyrekcja table:nth-of-type(2) td {border-left-color: var(--zscku2);}
.dyrekcja table:nth-of-type(3) td {border-left-color: var(--zscku3);}

.category.table {
	margin-top: 15px;
}

.category.table td {
	padding: 8px 12px;
	font-size: 0.88em;
}

table {max-width: 100%;}

.table {font-size: 14px;}

.table-striped>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg: #f9f9f9;
}

.table-hover>tbody>tr:hover {
	--bs-table-accent-bg: #f5f5f5;
}

.filters .pull-right {
	float: right;
	text-align: right;
	display: block;
	width: 100%;
}

.administracja p:not(:first-of-type) > b, .administracja p:not(:first-of-type) > strong {
	margin-top: 10px;
	display: inline-block;
}

.administracja p {
	margin-bottom: 5px;
}

blockquote {
	border-left: 5px solid #c8eaf5;
	padding-left: 20px;
	font-size: 13px;
	margin: 20px 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main blockquote p {
	line-height: 1.52em !important;
}

#main blockquote p:last-child {margin-bottom: 0;}

.item-page .page-header + .item-image {
	margin-top: 30px;
}

#dodatki_logo a:not(.dropdown-item) {
	color: #fff;
}

[data-fancybox="zdjecie"]:first-child::before {
	content: " ";
	display: block;
	width: 100%;
	height: 15px;
}

/* .article-info dd {
	font-size: 13px;
	color: inherit !important;
	display: inline-block;
}

.article-info dd:not(:nth-of-type(1))::before {
	content: ", ";
	display: inline-block;
	margin-left: -2px;
}

.article-info dd:not(:nth-of-type(1)) {
	text-transform: lowercase;
} */

#cookies {
	background: #ced5e2;
	position: fixed;
	width: 100%;
	z-index: 9999999;
	bottom: 0;
	padding: 15px 0;
	box-shadow: 0 -2px 5px 0 rgb(0 0 0 / 25%);
	font-size: 13px;
}

#cookies .btn {
	margin-left: 35px;
	font-size: 13px !important;
}

.custom_item {
	font-size: 20px;
	font-weight: 700;
	color: inherit;
}

.custom_category img {
	width: 170px;
	/* height: 170px; */
	min-height: 92px;
	max-height: 170px;
	object-fit: cover;
	margin-top: 0;
	margin-right: 15px;
	border-radius: 2px;
}

@media screen and (max-width: 510px) {
	.custom_category img {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
}

.sponsorzy .container {
	padding: 25px 0;
}

.sponsorzy img {
	max-height: 64px;
	margin-right: 5px;
	width: auto;
}

@media screen and (max-width: 640px) {
	.sponsorzy img {
		display: block;
		text-align: center;
		margin: 0 auto 20px auto;
	}
	.sponsorzy img:last-child {
		margin-bottom: 0;
	}
}

.formularz * {
	font-family: "Inter";
}

.formularz textarea {
	line-height: 1.4;
}


.black-border th, .black-border td {
  	border: 1px solid #000 !important;
}

.mod_slajdy-slajd {
    object-position: top center;
}

iframe {
	max-width: 100%;
}

.zscku-galeria {
	cursor: pointer;
}

.zscku-galeria .zdjecia-2 {width: calc(50% - 5px); height: 270px;}
.zscku-galeria .zdjecia-3 {width: calc(33% - 3px); height: 170px;}
.zscku-galeria .zdjecia-4 {width: calc(25% - 5px);}

h2 + p, h2 + table, h2 + div {
	margin-top: 20px;
}

p + table {
	margin-top: 15px;
}

.mod_wyswietlenia_strony #totalViews {
	font-variant-numeric: tabular-nums;
}