html {
	scroll-padding-top: 100px;
}

#stream-video {
	max-width: 100%;
	height: auto;
	max-height: 75dvh;
}

#main h1, #faq h1 {
	margin-top: 0;
	margin-bottom: 30px;
}

.sub aside,
.sub main {
	padding-top: calc(var(--sectionPadding) / 2);
}

.sub aside + main {
	padding-left: 60px !important;
}

aside h4 {margin-top: 0; margin-bottom: 30px;}

aside .nav {
	margin: 0;
	padding: 30px;
	background-color: #fff;
	border-radius: var(--borderRadius);
	width: 100%;
}

aside .nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside .nav a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.3;
	padding: 8px 25px;
	border-left: 2px solid var(--borderColor);
	transition: all .2s;
	color: var(--textColor);
}

aside .nav a + ul a {
	padding: 5px 25px;
}

aside .nav a:hover,
aside .nav a.active,
aside .nav .active > a {
	border-left-color: var(--primary);
}

aside .nav a:hover {
	padding-left: 30px;
	padding-right: 20px;
}

aside .nav a.active,
aside .nav .active > a {color: var(--primary);}



aside .card {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: nowrap;
}

aside .card-image {
	width: 100px;
	margin-right: 20px;
}

aside .card-image::after {display: none;}

aside .card-title {
	margin: 0 0 5px;
	line-height: 1.1;
	font-size: 1rem;
}

aside .card-body small img {display: none;}


.gallery a {
	overflow: hidden;
	border-radius: var(--borderRadius);
}

.gallery img {
	transition: all var(--fastSpeed) var(--easeOutBack);
}

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


.downloads a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 15px 30px;
	text-decoration: none;
	color: var(--textColor);
	transition: all var(--fastSpeed);
	box-shadow: 0 0 30px hsl(0, 0%, 0%, .1);
}

.downloads a:hover {
	color: var(--primary);
	transform: translateY(-2px);
	box-shadow: 0 15px 20px -5px hsl(0, 0%, 0%, .2);
}

.downloads a img:not(.download-icon) {
	height: 52px;
	border-radius: 0;
}

.download-icon {
	height: 18px;
	display: block;
	margin-left: 30px;
	border-radius: 0;
}

.downloads .text {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 30px;
}

.downloads .text strong {
	font-weight: normal;
	line-height: 1.3;
}

form {
	width: 100%;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

label {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.125rem;
}

label p {
	margin: 0;
}

input,select,textarea {
	width: 100%;
	box-sizing: border-box;
	padding: .6rem .9rem;
	border: 1px solid var(--primary);
}

input[type="checkbox"] {
	width: auto;
	/* transform: translateY(2px); */
}

textarea {
	height: 13.8rem;
}

.ok {
	border-color: vaer(--primary);
}

.error {
	border-color: red;
}

.error-msg {
	color: red;
	font-size: 1rem;
	margin-top: 5px;
}

.star {
	color: red;
}

#alert {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5rem 1rem;
	color: white;
	font-weight: bold;
}

#alert.success {
	background-color: rgb(0, 133, 22);
}


#alert.danger {
	background-color: rgb(165, 0, 0);
}


form .flex-nowrap label {
	font-size: 0.8125rem;
}


main + aside h3 {
	margin-top: 10px;
}

aside .card-image {
	max-width: 180px;
	height: 80px;
	flex-shrink: 0;
}

aside .card-image img {
	display: block;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

aside .card-body {padding-top: 0;}


.members #main ul {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

.container .container {
	max-width: 100%;
	width: 100%;
}


ol > li::marker {
	color: var(--textColor);
}


#main table th,
#main table td {
	border: 1px solid hsl(73deg 45% 80%);
}

.mapa-strony {
	display: grid;
	gap: 60px;
	grid-template-columns: repeat(2, 1fr);
	padding: 0;
	margin: 0;

}


.mapa-strony li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mapa-strony a {
	color: var(--textColor);
	transition: all .2s;
}

.mapa-strony a:hover {color: var(--primary);}


.mapa-strony > li > a {
	font-weight: bold;
	font-family: var(--fontTitle);
	font-size: 1.5rem;
}

.mapa-strony > li > ul > li > a {
	font-weight: normal;
	font-size: 1.3rem;
}

.mapa-strony > li > ul > li li a {
	font-weight: normal !important;
	font-size: 1rem;
}

.mapa-strony li a strong {font-weight: normal;}


.akordeon-title {
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: hsl(0, 0%, 0%, .05);
	padding: 0.6em 1em;
	margin: 2px 0 0 0;
	transition: all .3s ease;
	cursor: pointer;
}

.akordeon-title:hover {
	background-color: hsl(0, 0%, 50%, .05);
	transform: translateY(-2px);
	box-shadow: 0 15px 20px -10px hsl(0, 0%, 0%, .15);
	position: relative;
	z-index: 20;
}

.akordeon-title::after {
	content: '+';
	display: block;
	font-family: monospace;
	color: var(--primary);
	font-size: 1.5rem;
	font-weight: normal;
	transition: all .3s ease;
}

.akordeon-title.active {
	background-color: var(--primary);
	color: white;
}

.akordeon-title.active::after {
	color: white;
	transform: rotate(45deg);
}

.akordeon-content {
	padding: 15px;
	background-color: hsl(0, 0%, 0%, .02);
}

#pliki,
#galeria {
	margin-top: 30px;
}

.gallery a,
.gallery a > img {
	width: 100%;
}


.bg-white {background-color: #fff;}

.harmonogramy-box label {
	font-size: .875rem;
}

.harmonogramy-box input {
	border-color: var(--primary);
	text-transform: capitalize;
}

.harmonogramy-datalist {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	border: 5px solid var(--borderColor);
	box-shadow: 0 10px 20px -5px hsl(0 0% 0% / .1);
}

.harmonogramy-datalist button {
	background-color: #fff;
	border: 0;
	width: 100%;
	padding: 10px 15px;
	text-align: left;
	font-size: .875rem;
	text-transform: uppercase;
	border-bottom: 1px solid var(--borderColor);
}

.harmonogramy-box .flex.col label {order:0}
.harmonogramy-box .flex.col input {order:1}
.harmonogramy-box .flex.col .harmonogramy-datalist {order:2}

.harmonogramy-box [disabled] {
	border-color: var(--borderColor);
}

.harmonogramy-box [disabled] + label {
	opacity: .4;
}

#faq .bg-white {
	border: 1px solid var(--borderColor);
}


.segregation input {
	border-radius: var(--borderRadius);
	-webkit-border-radius: var(--borderRadius);
	-moz-border-radius: var(--borderRadius);
	-ms-border-radius: var(--borderRadius);
	-o-border-radius: var(--borderRadius);
}

.segregation .btn {
	border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
	-webkit-border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
	-moz-border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
	-ms-border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
	-o-border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
}

.segregation-result {
	border: 1px solid var(--borderColor);
	margin-bottom: 30px;
}

.segregation-result h6::first-letter {
	text-transform: capitalize;
}

.segregation-result .text-sm {line-height: 1.3;}

.segregation-explanations {
	border: 1px solid var(--borderColor);
}

.segregation-explanations-content {
	border-top: 1px solid var(--borderColor);
}

.segregation-explanations-content ul {
	padding-left: 1em;
}

.segregation-explanations-content li {
	line-height: 1.5;
}

.segregation-explanations-content li + li {margin-top: 1em;}

.text-danger {
	color: red;
}

li.text-danger::marker {color: red;}


.segregation-results h5 em {
	color: var(--primaryLight);
}

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

.segregation-hints {
	top: 100%;
	left: 0;
	box-shadow: 0 15px 30px -5px hsl(0 0% 0% / .1);
	max-height: 30vh;
	overflow-y: auto;
}

.segregation-hints button {
	padding: 10px 15px;
	border: 0;
	width: 100%;
	text-align: left;
	background-color: #fff;
	display: block;
	font-size: 1rem;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.segregation-hints button:hover {
	background-color: var(--bgLight);
	color: var(--primary);
}

.segregation-hints button + button {
	border-top: 1px solid var(--borderColor);
}


.floating-widgets {z-index: 1020;}


/*
		RWD
*/


@media screen and (max-width: 1023px) {
	.w-full {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.sub aside + main {
		padding-left: 0 !important;
	}

	aside .card {
		align-items: center;
	}

	aside:not(main+aside) {
		display: none;
	}
}


@media screen and (max-width: 599px) {
	.sub h1 {font-size: var(--h2);}

	.download-icon {
		display: none;
	}

	.downloads a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.downloads .text {
		padding: 0;
		margin: 10px 0 0 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}


@media screen and (max-width: 425px) {
	.sub h1 {font-size: var(--h3);}
	.sub h2 {font-size: var(--h4);}
	.sub h3 {font-size: var(--h5);}
	.sub h4 {font-size: var(--h6);}

	.lead {
		font-size: 1.125rem;
		line-height: 1.4;
	}

	a {
		word-break: break-all;
	}
}