:root {
	--site-header-height: 76px;
}

body {
	padding-top: var(--site-header-height);
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
	transform: translateY(0);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.site-header--hidden {
	transform: translateY(-100%);
	box-shadow: none;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	padding: 10px 30px;
	gap: 16px;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

.site-header #logo.site-header__logo {
	display: block;
	flex-shrink: 0;
	width: 43px;
	height: 56px;
	background: url(../images/logo-dark.svg) no-repeat center;
	background-size: contain;
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	z-index: auto;
}

@media (min-width: 576px) {
	.site-header #logo.site-header__logo {
		width: 48px;
		height: 60px;
	}
}

@media (min-width: 1200px) {
	.site-header #logo.site-header__logo {
		width: 50px;
		height: 64px;
	}
}

.site-header__nav-wrap {
	flex: 1;
	min-width: 0;
}

.site-header #nav {
	display: flex;
	flex-direction: row !important;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	opacity: 1 !important;
	transition: none;
}

.site-header #nav .nav-item,
.site-header #nav li {
	float: none;
	width: auto;
}

.site-header #nav li {
	margin: 0 !important;
}

.site-header #nav a {
	color: #000 !important;
	font-size: 10px;
	line-height: 1.3;
	padding: 6px 10px !important;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.03em;
	transition: opacity 0.15s;
	background: none !important;
}

.site-header #nav li + li:not(.site-header__more)::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	background: rgba(0, 0, 0, 0.15);
	vertical-align: middle;
	margin-right: -1px;
}

.site-header #nav .current-menu-item a {
	opacity: 1;
	box-shadow: inset 0 -2px 0 #000;
}

.site-header #nav a:hover {
	opacity: 0.55;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.35);
}

.site-header #nav > li:has(> a[href="https://akademiarzezbieniatwarzy.pl/"]),
.site-header #nav > li:has(> a[href="https://akademiarzezbieniatwarzy.pl"]),
.site-header #menu-item-3838 {
	display: none !important;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
	margin-left: auto;
}

.site-header #i18n-link {
	position: static !important;
	transform: none !important;
	left: auto !important;
	top: auto !important;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	white-space: nowrap;
	z-index: auto;
	letter-spacing: 0.03em;
}

.site-header #i18n-link:hover {
	opacity: 0.55;
}

.site-header #show,
.site-header .site-header__toggle {
	position: static !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	flex-shrink: 0;
}

.site-header #show span {
	background: #000;
}

.site-header__more {
	position: relative;
	z-index: 1041;
}

.site-header__more.is-open {
	z-index: 1042;
}

.site-header__more-toggle {
	cursor: pointer;
}

.site-header__more-toggle::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #000;
	vertical-align: middle;
	transform: translateY(-1px);
}

.site-header__more-menu {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 240px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(0, 0, 0, 0.06);
	z-index: 1040;
}

.site-header__more-menu::before {
	content: '';
	position: absolute;
	top: -6px;
	right: 16px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-left: 1px solid rgba(0, 0, 0, 0.06);
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	transform: rotate(45deg);
}

.site-header__more.is-open .site-header__more-menu {
	display: block;
}

.site-header__more-menu li {
	margin: 0 !important;
	width: 100%;
}

.site-header__more-menu li::before {
	display: none !important;
}

.site-header__more-menu a {
	display: block;
	padding: 10px 18px !important;
	font-size: 11px !important;
	white-space: normal;
	box-shadow: none !important;
}

.site-header__more-menu a:hover {
	opacity: 1;
	background: #f5f5f5 !important;
	box-shadow: none !important;
}

.site-header__mobile-social {
	display: none;
	text-align: center;
	padding: 0 30px 24px;
}

.site-header__mobile-social a {
	margin: 0 10px;
}

.site-header__mobile-social svg {
	width: 30px;
	transition: 0.15s;
}

.site-header__mobile-social svg path {
	fill: #000;
}

.site-header__mobile-social a:hover {
	opacity: 0.6;
}

#header {
	padding-bottom: 30px;
}

#header:after {
	display: none !important;
}

#panel {
	display: none !important;
}

#passion {
	margin: 30px 0 0 !important;
}

#height {
	margin-top: 0;
}

#video {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	display: block;
	object-fit: cover;
}

#animate {
	width: 15px !important;
	height: 45px !important;
	display: block;
	margin: 15px auto 0;
	animation: scroll-arrow-bounce 1s infinite !important;
	will-change: transform;
}

@keyframes scroll-arrow-bounce {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(5px);
	}
}

@media (min-width: 992px) {
	:root {
		--site-header-height: 88px;
	}

	.site-header {
		overflow: visible;
	}

	.site-header__inner {
		flex-wrap: nowrap;
		align-items: center;
		min-height: 80px;
		padding: 12px 24px;
		overflow: visible;
	}

	.site-header__logo {
		order: 1;
	}

	.site-header__nav-wrap {
		order: 2;
		flex: 1 1 auto;
		min-width: 0;
		overflow: visible;
	}

	.site-header__actions {
		order: 3;
		margin-left: 0;
		flex-shrink: 0;
	}

	.site-header #nav {
		justify-content: center;
		flex-wrap: nowrap;
		width: 100%;
		max-width: 100%;
		overflow: visible;
	}

	.site-header #nav a,
	.site-header #i18n-link {
		font-size: 11px;
	}

	.site-header #nav a {
		padding: 8px 10px !important;
	}

	.site-header .site-header__toggle {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.site-header {
		overflow: visible;
	}

	.site-header__inner {
		padding: 10px 15px;
		gap: 12px;
		min-height: 76px;
		overflow: visible;
	}

	.site-header #logo.site-header__logo {
		width: 43px !important;
		height: 56px !important;
		background-size: contain !important;
	}

	.site-header__actions {
		margin-left: auto;
		gap: 28px;
	}

	.site-header #i18n-link {
		font-size: 11px;
		padding: 8px 0;
	}

	.site-header .site-header__toggle {
		margin-left: 4px;
	}

	.site-header__nav-wrap {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.35s ease;
		box-shadow: none;
		flex: none;
	}

	.site-header.menu-open .site-header__nav-wrap {
		max-height: calc(100vh - var(--site-header-height));
		overflow-y: auto;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	}

	.site-header.menu-open .site-header__mobile-social {
		display: block;
	}

	.site-header #nav {
		flex-direction: column !important;
		align-items: flex-start;
		flex-wrap: nowrap;
		padding: 16px 20px 8px;
	}

	.site-header #nav li::before {
		display: none !important;
	}

	.site-header #nav li {
		width: 100%;
	}

	.site-header #nav li + li {
		margin-top: 8px !important;
	}

	.site-header #nav a {
		font-size: calc(1rem + ((1vw - 3.6px) * 0.3846));
		padding: 8px 0 !important;
		display: block;
		width: 100%;
		box-shadow: none !important;
		white-space: normal !important;
		overflow-wrap: anywhere;
		word-wrap: break-word;
		line-height: 1.35;
	}

	.site-header #nav .current-menu-item a {
		box-shadow: none !important;
		padding-left: 48px !important;
		background: url(../images/menu-arrow-black.svg) no-repeat left center !important;
		background-size: 36px auto !important;
	}

	.site-header #nav a:hover {
		box-shadow: none !important;
		opacity: 0.6;
	}

	.site-header__more {
		width: 100%;
	}

	.site-header__more-menu {
		position: static;
		display: none;
		box-shadow: none;
		border: 0;
		padding: 0 0 0 16px;
		min-width: 0;
	}

	.site-header__more-menu::before {
		display: none;
	}

	.site-header__more.is-open .site-header__more-menu {
		display: block;
	}

	.site-header__more-menu a {
		padding: 8px 0 !important;
		white-space: normal !important;
		overflow-wrap: anywhere;
	}

	#slideshow {
		padding-top: 0;
	}
}
