[data-hidden] {display: none;}

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

main.bg-light {padding-bottom: var(--sectionPadding);}

footer {margin-top: var(--sectionPadding);}

.bg-light + footer {margin-top: 0;}

.breadcrumbs .container {
	border-top: 1px solid var(--borderColor);
	border-bottom: 1px solid var(--borderColor);
}

.breadcrumbs a {
	text-decoration: none;
	color: var(--textColor);
	transition: color 200ms;
}

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

.sub h1 {
	margin-top: 0;
	margin-bottom: 30px;
}

.sub .flex h1 {margin-bottom: 0;}

section .md\:w-4-12 {margin-bottom: 15px;}

aside h4 {
	font-size: var(--h5);
	margin-top: 0;
}

aside .nav {
	margin: 0;
	padding: 0;
	width: 100%;
}

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

aside .nav a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	line-height: 1.3;
	padding: 10px 25px;
	text-decoration: none;
	border-left: 2px solid var(--borderColor);
	transition: all .2s;
	color: var(--textColor);
}

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

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

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


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

.gallery img {
	display: block;
	width: 100%;
	transition: all var(--normalSpeed) var(--ease);
}

.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);
	border-radius: var(--borderRadius);
	-webkit-border-radius: var(--borderRadius);
	-moz-border-radius: var(--borderRadius);
	-ms-border-radius: var(--borderRadius);
	-o-border-radius: var(--borderRadius);
}

.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;
	filter: grayscale(1);
}

.downloads .size {
	opacity: .6;
	font-size: 0.875rem;
}

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

.downloads strong {
	font-weight: 400;
	line-height: 1.3;
	display: block;
	padding-right: 30px;
}


#form input,
#form select,
#form textarea {
	border-radius: calc(var(--borderRadius) / 2);
	-webkit-border-radius: calc(var(--borderRadius) / 2);
	-moz-border-radius: calc(var(--borderRadius) / 2);
	-ms-border-radius: calc(var(--borderRadius) / 2);
	-o-border-radius: calc(var(--borderRadius) / 2);
}


.minigallery {
	gap: 10px;
}

.minigallery a:first-child {
	grid-column: span 3;
}

.category, .time {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: var(--fontTitle);
	font-weight: 600;
	margin-top: 5px;
}

.time {color: var(--textLight);}

/* .price {
	line-height: 1;
	font-size: 1.125rem;
	color: var(--textLight);
	margin-top: 3px;
}

.price strong {
	color: var(--primary);
	font-size: var(--h4);
} */

.price {
	line-height: 1.1;
	font-family: var(--font);
}





.price strong {
	color: var(--titleColor);
	font-weight: bold;
}

.price span {
	font-weight: 300;
	font-size: 1rem;
}

.mt-hsp {
	margin-top: calc(var(--sectionPadding) / 2);
}

[type="checkbox"] {
	appearance: none;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .15rem;
	-webkit-border-radius: .15rem;
	-moz-border-radius: .15rem;
	-ms-border-radius: .15rem;
	-o-border-radius: .15rem;
	background-color: white;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	cursor: pointer;
}

[type="checkbox"]:checked {background-color: var(--primary);}

[type="checkbox"]:checked::after {
	content: '\2713';
	display: block;
	color: white;
	font-family: monospace;
	font-size: .875rem;
}

.mt-12 {margin-top: 12px;}




.tabs-controls a {
	flex: 1;
	display: block;
	padding: 30px 0;
	line-height: 1;
	text-align: center;
	border-left: 1px solid white;

	font-size: 1.3125rem;
	font-family: var(--font);
	font-weight: bold;
	color: var(--titleColor);

	transition: all 200ms;
	position: relative;
}

.tabs-controls a:hover {
	background-color: hsl(0 0% 100% / .3);
}

.tabs-controls a.tab-active {
	background-color: white;
}

.tabs-controls a.tab-active::before {
	content: '';
	display: block;
	width: 100%;
	height: 6px;
	background-color: var(--primary);
	position: absolute;
	top: 0;
	left: 0;
}

.tabs-controls a:last-of-type {border-right: 1px solid white;}


.rezerwacja .card {
	box-shadow: none;
	background-color: var(--bgLight);
}

.rezerwacja input {
	border-radius: .5rem;
}

.rezerwacja [type="checkbox"] {
	border-radius: .25rem;
}


.btn.dark {
	background-color: hsl(211 90% 12%);
}

.btn.dark:hover {
	background-color: hsl(211 90% 22%);
}

.btn.dark:focus,
.btn.dark:active {
	background-color: hsl(211 90% 2%);
}


.buttony-rezerwacji {
	clear: both;

	& .btn {
		width: 100%;
		padding: 0.5rem 1.5rem;
		justify-content: flex-start;
	}
}






/*

			M E D I A
			Q U E R I E S

*/


@media screen and (max-width: 1022px) {
	aside {order:999}

	.rezerwacja form .md\:w-4-12 {margin-bottom: 15px;}

	.oferta .col-reverse {
		gap: 30px;
	}
}



@media (max-width: 960px) {
	.tabs-controls a {
		font-size: .875rem;
	}
}


@media (max-width: 680px) {
	.tabs-controls a {
		flex: auto;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}


@media screen and (max-width: 599px) {
	.download-icon, .downloads .size {display: none;}

	.downloads a {
		padding: 15px;
	}

	.downloads .text {
		margin-left: 15px;
	}

	.downloads strong {
		padding-right: 0;
		font-size: 0.875rem;
	}

	.downloads a img:not(.download-icon) {
		height: 30px;
	}

	.sub h1 {font-size: clamp(var(--h4), var(--h2), 6vw)}
	.sub h2 {font-size: clamp(var(--h5), var(--h3), 5.25vw)}
	.sub h3 {font-size: clamp(var(--h6), var(--h4), 5vw)}
	.sub h4 {font-size: clamp(var(--h6), var(--h5), 4.5vw)}
	.sub h5 {font-size: clamp(var(--h6), var(--h6), 4vw)}

	#main .price {
		align-items: flex-start;
		margin-top: 30px;
	}

	#form.p-30 {
		padding: 15px;
	}


	.rezerwacja form .btn {
		text-align: left;
	}

	.oferta .tabs-controls .flex {
		flex-direction: column;
	}

	.oferta .tabs-controls a {
		flex: 1;
		border-bottom: 1px solid var(--borderColor);
		border-left: 0;
		border-right: 0;
		padding: 0.5rem;
	}

	.tabs-controls a.tab-active::before {display: none;}

	.tabs-content .py-sp {
		padding: 30px 0 !important;
	}
}

.print-only {display: none;}



/*  PRINT  */


@media print {
	:root {
		--sectionPadding: 1em;
	}

	.affix {
		box-shadow: none;
		position: relative !important;
		top: auto;
	}

	.navbar-top,
	.navbar-nav,
	.mobile-menu,
	.breadcrumbs,
	.fb-share-button,
	.tabs-controls,
	.minigallery a:not(:first-child),
	.gallery.grid-cols-2,
	.zainteresowany,
	footer,
	.cookies
	{display: none;}

	.minigallery {
		break-after: auto;
	}

	.tabs-content > div {
		clear: both;
		display: block !important;
		margin-bottom: 1.5em;
		break-after: always;
	}

	.navbar {
		position: relative !important;
		top: auto;
	}

	.py-sp {padding: .5em 0 !important;}

	li, p {break-inside: avoid !important;}

	.print-only {display: block;}

	.affix .navbar-logo-image {height: 63px !important;}

	.lightUp--ready {
		transform: none !important;
		opacity: 1 !important;
	}
}