@charset "UTF-8";

:root,
[data-bs-theme=light] {
	--font: 'Montserrat', system-ui, sans-serif;

	--primary-color: hsl(124 50% 45%);
	--primary-color-light: hsl(124 50% 55%);
	--primary-color-dark: hsl(124 50% 35%);

	--xxl: 7.5rem;
	--xl: 3.5rem;

	--bs-primary: hsl(124 50% 45%);
	--bs-primary-rgb: 57, 172, 65;

	--bs-secondary: hsl(200 70% 52%);
	--bs-secondary-rgb: 48, 162, 219;

	--bs-tertiary: hsl(22 90% 54%);
	--bs-tertiary-rgb: 243, 110, 32;

	--bs-light: hsl(0 0% 92%);
	--bs-light-rgb: 234, 234, 234;

	--bs-border-color: hsl(0 0% 87%);

	--bs-dark: hsl(0 0% 8%);
	--bs-dark-rgb: 20, 20, 20;

	--bs-body-color: var(--bs-dark);

	--bs-link-color: var(--bs-body-color);
	--bs-link-color-rgb: var(--bs-dark-rgb);
	--bs-link-hover-color: var(--primary-color);
	--bs-link-hover-color-rgb: var(--bs-primary-rgb);

	--h1: clamp(2.5rem, 4vw, 3.8125rem);
	--h2: clamp(2rem, 3.3vw, 3.05rem);
	--h3: clamp(1.6rem, 2.5vw, 2.44375rem);
	--h4: clamp(1.35rem, 2vw, 1.95625rem);
	--h5: clamp(1.25rem, 1.6vw, 1.5625rem);
	--h6: clamp(1.15rem, 1.2vw, 1.25rem);
	--lead: var(--h6);

	--affix-height: 80px;
}

/**
 * Minified by jsDelivr using clean-css v5.3.3.
 * Original file: /npm/lenis@1.3.23/dist/lenis.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
html.lenis,
html.lenis body {
	height: auto
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
	overflow: clip
}

.lenis [data-lenis-prevent-horizontal],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent] {
	overscroll-behavior: contain
}

.lenis.lenis-smooth iframe {
	pointer-events: none
}

.lenis.lenis-autoToggle {
	transition-property: overflow;
	transition-duration: 1ms;
	transition-behavior: allow-discrete
}

/*# sourceMappingURL=/sm/308b0824419095e7cbc908de08ce821fa0347e001fc8458c65e0b7b01c1d1619.map */

[x-cloak] {
	display: none !important;
}

:focus-visible {
	outline: 2px dashed var(--primary-color);
	outline-offset: 2px;
}

html {
	scrollbar-gutter: stable;
	scroll-behavior: smooth;
	scroll-padding-top: var(--affix-height);
}

body {
	font-family: var(--font);
	line-height: 1.7;
}

.font-size-12px {
	font-size: .75rem;
}

.font-size-14px {
	font-size: .875rem;
}

.font-size-16px {
	font-size: 1rem;
}

.font-size-18px {
	font-size: 1.125rem;
}

.font-size-20px {
	font-size: 1.25rem;
}

.font-size-22px {
	font-size: 1.375rem;
}

.font-size-24px {
	font-size: 1.5rem;
}

.font-size-26px {
	font-size: 1.625rem;
}

.font-size-28px {
	font-size: 1.75rem;
}

.font-size-30px {
	font-size: 1.875rem;
}

.font-size-32px {
	font-size: 2rem;
}

.font-size-34px {
	font-size: 2.125rem;
}

.font-size-36px {
	font-size: 2.25rem;
}

.font-size-38px {
	font-size: 2.375rem;
}

.font-size-40px {
	font-size: 2.5rem;
}

.font-size-42px {
	font-size: 2.625rem;
}

.font-size-44px {
	font-size: 2.75rem;
}

.font-size-46px {
	font-size: 2.875rem;
}

.font-size-48px {
	font-size: 3rem;
}

.font-size-50px {
	font-size: 3.125rem;
}

.icon {
	width: var(--icon-size, 72px);
}

.icon-72px,
[src*="_72px"] {
	width: 72px;
}

.icon-48px,
[src*="_48px"] {
	width: 48px;
}

.icon-32px,
[src*="_32px"] {
	width: 32px;
}

.icon-16px,
[src*="_16px"] {
	width: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: var(--font);
	margin-bottom: 1rem;
	font-weight: 900;

	&:has(strong) {
		font-weight: normal;

		strong {
			font-weight: 900;
		}
	}
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em {
	font-style: normal;
	color: var(--primary-color);
}

h1,
.h1 {
	font-size: var(--h1) !important;
	text-wrap: balance;
}

h2,
.h2 {
	font-size: var(--h2) !important;
}

h3,
.h3 {
	font-size: var(--h3) !important;
}

h4,
.h4 {
	font-size: var(--h4) !important;
}

h5,
.h5 {
	font-size: var(--h5) !important;
}

h6,
.h6 {
	font-size: var(--h6) !important;
}

.lead {
	font-size: var(--lead);
}

.lead,
p {
	text-wrap: pretty;
}

.container-fluid {
	padding-inline: 3vw;
}

@media (min-width: 1536px) {
	.container {
		max-width: 1470px;
	}
}

.inset-0 {
	inset: 0;
}

.p-xxl {
	padding: var(--xxl);
}

.p-xl {
	padding: var(--xl);
}

.px-xxl {
	padding-inline: var(--xxl)
}

.px-xl {
	padding-inline: var(--xl)
}

.pt-xxl {
	padding-top: var(--xxl);
}

.pb-xxl {
	padding-bottom: var(--xxl);
}

.py-xxl {
	padding-top: var(--xxl);
	padding-bottom: var(--xxl);
}

.mt-xxl {
	margin-top: var(--xxl);
}

.mb-xxl {
	margin-bottom: var(--xxl);
}

.my-xxl {
	margin-top: var(--xxl);
	margin-bottom: var(--xxl);
}

.pt-xl {
	padding-top: var(--xl);
}

.pb-xl {
	padding-bottom: var(--xl);
}

.py-xl {
	padding-top: var(--xl);
	padding-bottom: var(--xl);
}

.mt-xl {
	margin-top: var(--xl);
}

.mb-xl {
	margin-bottom: var(--xl);
}

.my-xl {
	margin-top: var(--xl);
	margin-bottom: var(--xl);
}

#main ol li ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#main ol li+li {
	margin-top: 1rem;
}

/*  MARK: navbar  */

.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: 1.875rem;
	--bs-navbar-active-color: white;
	--bs-navbar-nav-link-padding-x: 1rem;
	background-color: transparent;
	transition: padding 200ms, background-color 400ms, backdrop-filter 600ms;
}

.navbar.affix {
	--bs-navbar-padding-y: .5rem;
	background-color: hsl(0 0% 0% / .8);
	backdrop-filter: blur(1rem);
}

.navbar-brand-image {
	height: 84px;
	transition: height 200ms;
}

.navbar-brand-text {
	line-height: 1.3;
	font-weight: 900;
	transition: font-size 200ms;
}

.affix .navbar-brand-text {
	font-size: .875rem !important;
}

.affix .navbar-brand-image {
	height: 48px;
}

.organizator {
	text-decoration: none;
	color: white;
	font-size: .75rem;
	text-transform: uppercase;
	padding-left: 2.5rem;
	margin-left: 1.5rem;
	border-left: 1px solid hsl(0 0% 100% / .2);
}

.navbar-nav .nav-link {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	transition: color 200ms;

	&:hover,
	&:focus,
	&.active,
	&.show {
		color: var(--primary-color);
	}
}

.langs a {
	color: white;
	text-decoration: none;
}

.dropdown-menu {
	border: 0;
	padding: .75rem 1rem;
	border-radius: 0;
	box-shadow: 0 1rem 2.5rem -.5rem hsl(0 0% 0% / .25);
	background-color: hsl(0 0% 100% / .8);
}

.dropdown-item {
	padding: 0.25rem 0;
	transition: color 200ms, border-color 200ms;
	border-bottom: 1px solid transparent;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
	color: var(--primary-color);
	background-color: transparent;
	border-bottom-color: var(--primary-color);
}

/*  MARK: header  */

.slogan {
	padding-top: 144px;
	color: white;
}

.hero {
	height: 100vh;
	will-change: transform;
	transform: scale(1.1);
}

.counter h3 {
	margin-bottom: 0;
}

.counter small {
	text-transform: uppercase;
	font-weight: bold;
}

/*  MARK: main content */

.btn {
	--bs-btn-padding-x: 1.875rem;
	--bs-btn-padding-y: 1.25rem;
	--bs-btn-font-size: .875rem;
	--bs-btn-font-weight: 700;
	--bs-btn-line-height: 1.5;
	text-transform: uppercase;
	transition: color 300ms, background-color 300ms, border-color 300ms;
}

.btn-primary {
	--bs-btn-bg: var(--primary-color);
	--bs-btn-border-color: var(--primary-color);
	--bs-btn-hover-bg: var(--primary-color-light);
	--bs-btn-hover-border-color: var(--primary-color-light);
	--bs-btn-active-bg: var(--primary-color-dark);
	--bs-btn-active-border-color: var(--primary-color-dark);
}

.btn-outline-primary {
	--bs-btn-color: var(--primary-color);
	--bs-btn-border-color: var(--primary-color);
	--bs-btn-hover-bg: var(--primary-color);
	--bs-btn-hover-border-color: var(--primary-color);
	--bs-btn-active-bg: var(--primary-color);
	--bs-btn-active-border-color: var(--primary-color);
}

#program strong,
.fw-black {
	font-weight: 900;
}

section h2 {
	margin-bottom: var(--xl);
}

.text-tertiary {
	color: var(--bs-tertiary);
}

.accent-tertiary .border-start {
	border-color: var(--bs-tertiary) !important;
	border-left-width: 5px !important;
}

.accent-secondary .border-start {
	border-color: var(--bs-secondary) !important;
	border-left-width: 5px !important;
}

.startowe ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;

	li {
		list-style: none;
		padding: .5rem .875rem;
		border-radius: .5rem;
		background-color: var(--bs-light);
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: .5rem;

		em {
			font-style: normal;
		}

		strong {
			font-weight: 900;
			text-transform: uppercase;
		}
	}
}

.system p:last-child {
	margin-bottom: 0;
}

iframe {
	border-radius: .5rem;
	width: 100%;
}

h1 small,
h2 small {
	font-size: .75rem;
	display: block;
	margin-bottom: 1rem;
}

/*  MARK: stopka */

footer a {
	text-decoration: underline;
	color: var(--primary-color);
	transition: color 200ms;
}

footer a:hover,
footer a:focus {
	color: var(--primary-color-light);
}

.list-unstyled li+li {
	margin-top: 0.75em;
}

.madeby {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: white;
}

.madeby small {
	font-size: 0.625rem;
	margin: 0.2em 0.2em 0 0;
}

/*  MARK: sub content  */

.sub {
	padding-top: 144px;
}

.sub .navbar {
	background-color: #fff;
}

.sub .affix {
	background-color: hsl(0 0% 100% / .8);
}

.sub .navbar-brand-text,
.sub .organizator,
.sub .langs,
.sub .langs a {
	color: var(--bs-body-color);
}

@media (width >=1200px) {
	.sub .navbar-nav .nav-link {
		color: var(--bs-body-color);
	}
}

.sub h1 {
	font-size: var(--h2) !important;
}

.sub #main .col-lg-6 h2 {
	margin-bottom: 1rem;
}

p:has(.btn:only-child) {
	margin-top: 1.5rem;
	display: block;
}

.gallery a {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: .5rem;
}

.gallery a img {
	width: 100%;
	display: block;
	transition: transform 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.gallery a:hover img {
	transform: scale(1.1);
}

.downloads a {
	text-decoration: none;
	color: black;
	border: 1px solid var(--bs-border-color);
	border-radius: .25rem;
	transition: color 200ms, border-color 200ms;

	.h5 {
		font-weight: normal;
		font-size: 1rem !important;
	}
}

.downloads a:hover {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.form-control,
.form-select {
	border-radius: .25rem;
}

.form-control.error {
	border-color: red;
}

.error-msg {
	color: red;
}

.table, .table * {
	background-color: transparent !important;
}

.table-hover * {
	transition: background-color 200ms;
}

*+h2, *+h3, *+h4 {margin-top: 2rem;}

/* MARK: archiwum */

.sub #news {
	a {
		width: 100%;
		display: block;
		transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 600ms ease;

		&:hover,
		&:focus {
			transform: scale(1.05);
			box-shadow: 0 .5rem .75rem hsl(0 0% 0% / .25);
		}
	}
}



/*  MARK: paginator  */

.pagination {
	display: flex;
}

.pagination li {
	display: none;
}

.pagination .active,
.pagination .insertPage,
.pagination li:first-child,
.pagination li:last-child {
	display: block;
}

.pagination a,
.pagination input {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	padding: 0;
	text-align: center;
	color: #bbb;
	border: 1px solid #e1e1e1;
	text-decoration: none;
	transition: all .2s;
}

.pagination a:focus,
.pagination a:hover,
.pagination input:focus,
.pagination input:hover {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.pagination input::placeholder {
	color: #bbb;
	font-size: 16px;
	font-weight: 500;
}

.pagination .active a {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
	cursor: text;
}

.pagination .insertPage+.insertPage {
	display: none;
}

small.text-primary {font-weight: bold;}

.table-simple td,
.table-simple th {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.flex-1 {
	flex: 1;
}

/*  MARK: RWD  */


@media (width < 1400px) {

	.offcanvas {
		height: 100vh;
	}


	.navbar-dark,
	.navbar[data-bs-theme=dark] {
		--bs-navbar-toggler-border-color: rgba(255, 255, 255, 1);
		--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}

	.sub {

		.navbar-dark,
		.navbar[data-bs-theme=dark] {
			--bs-navbar-toggler-border-color: rgba(0, 0, 0, 1);
			--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
		}
	}

	.navbar-brand-image {
		height: 60px;
	}

	.navbar-brand-text {
		font-size: 1rem;
	}

	.organizator img {
		height: 45px;
	}

	.sub {
		padding-top: 132px;
	}
}


@media (width < 992px) {
	footer {
		text-align: center;
	}
}


@media (width <=767px) {
	.navbar .container {
		max-width: 100%;
		padding-inline: 3vw;
	}

	.col+.col {
		margin-top: 1rem;
	}

	.sub {
		padding-top: 132px;
	}
}



@media (width <=575px) {
	:root {
		--xxl: 3.5rem;
		--xl: 1.5rem;
	}

	header,
	main,
	footer {
		overflow: hidden;
	}

	.affix .navbar-brand-text {
		font-size: .75rem !important;
	}

	.organizator {
		font-size: .66rem;
		padding-left: 1rem;
		margin-left: .5rem;
	}

	.offcanvas {
		max-width: 280px;
	}

	.navbar-brand-image {
		height: 36px !important;
	}

	.navbar-brand-text {
		font-size: .66rem !important;
	}

	.organizator img {
		height: 40px;
	}

	.organizator {
		font-size: .46rem;
		margin-left: 0;
	}

	table,
	tbody {
		display: block;
		width: 100%;

		tr {
			display: flex;
			flex-direction: column;
			gap: .5rem;
		}

		th,
		td {
			display: block;
		}
	}

	.startowe ul li {
		flex-direction: column;
		align-items: stretch;
	}

	.sub {
		padding-top: 113px;
	}
}