#header .header-body {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-top: 3px solid #ededed;
	border-bottom: 1px solid transparent;
}

#header .header-top {
	display: flex;
	align-items: center;
	min-height: 47px;
}

#header .header-top .container,
#header .header-container {
	position: relative;
}

#header .header-row {
	display: flex;
	flex-grow: 1;
	align-items: center;
	align-self: stretch;
	max-height: 100%;
}

#header .header-container > .header-row {
	min-height: 100px;
}

#header .header-column {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-self: stretch;
	align-items: center;
}

#header .header-column .header-row {
	width: 100%;
	justify-content: inherit;
}

#header .header-nav-top {
	display: flex;
	align-items: center;
	align-self: stretch;
}

#header .header-nav-top .nav {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .header-nav-top .nav-item {
	display: flex;
	align-items: center;
}

#header .header-nav-top .nav-item-anim-icon > p {
	position: relative;
	top: 0;
	margin: 0;
	color: #222222;
}

#header .header-logo {
	position: relative;
	z-index: 1;
	margin: 16px 0;
	display: flex;
	align-items: center;
}

#header .header-logo a {
	display: inline-flex;
	align-items: center;
}

#header .header-logo img {
	width: 255px;
	height: 40px;
}

#header .header-nav {
	display: flex;
	align-items: center;
	align-self: stretch;
	justify-content: flex-end;
	padding: 16px 0;
	min-height: 70px;
}

#header .header-nav-main {
	display: flex;
	align-items: center;
	align-self: stretch;
}

#header .header-nav-main nav > ul {
	display: flex;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .header-nav-main nav > ul > li {
	position: relative;
	display: flex;
	align-items: stretch;
	margin-left: 2px;
}

#header .header-nav-main nav > ul > li > a {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 1rem;
	height: 100%;
	border-radius: 4px;
	text-decoration: none;
	color: #ffffff !important;
	cursor: pointer;
}

#header .header-nav-main nav > ul > li > a:hover,
#header .header-nav-main nav > ul > li > a:focus {
	background: transparent;
	color: #fb0200 !important;
}

#header .header-nav-main nav > ul > li > a i {
	display: none;
}

#header .header-btn-collapse-nav {
	display: none;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 36px;
	margin-left: 1rem;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #fb0200;
	color: #ffffff;
	font-size: 16px;
}

#header .header-btn-collapse-nav i {
	line-height: 1;
}

#header .header-top .footer-social-icons.social-icons {
	display: flex;
	align-items: center;
	gap: 4.75px;
	list-style: none;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	margin-left: 3.5px;
}

.social-icons {
	list-style: none;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-right: 0;
}

.social-icons li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	font-size: 12.8px;
	line-height: 28px;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

#header #dropdownLanguage {
	display: inline-flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
	color: #000000 !important;
	position: relative;
	left: 28px;
}

#header .header-column.justify-content-end > .header-row {
	justify-content: flex-end;
}

#header .header-top .dropdown {
	margin-right: 6px;
}

#header .header-top .footer-social-icons.social-icons li a {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.18);
	color: #000000 !important;
}

#header .header-top .footer-social-icons.social-icons li:hover a,
#header .header-top .footer-social-icons.social-icons li:focus-within a,
#header .header-top .footer-social-icons.social-icons li a:hover,
#header .header-top .footer-social-icons.social-icons li a:focus,
#header .header-top .footer-social-icons.social-icons li:hover.social-icons-instagram a,
#header .header-top .footer-social-icons.social-icons li:hover.social-icons-youtube a,
#header .header-top .footer-social-icons.social-icons li:hover.social-icons-facebook a,
#header .header-top .footer-social-icons.social-icons li:hover.social-icons-soundcloud a,
#header .header-top .footer-social-icons.social-icons li:hover.social-icons-tiktok a {
	background: #fb0200 !important;
	border-color: #fb0200;
	color: #ffffff !important;
}

#footer {
	background: #000000;
	border-top: 4px solid #000000;
	clear: both;
	margin-top: 0;
	padding: 0;
	font-size: 0.9em;
}

#footer > .container > .row.py-5 {
	padding-top: 38.9px !important;
	padding-bottom: 38.9px !important;
}

#footer .row {
	align-items: flex-start;
}

#footer h5 {
	margin: 0 0 1rem;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

#footer .footer-section-title {
	margin: 0 0 1rem;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: #ffffff;
}

#footer .list {
	margin: 0;
	padding: 0;
}

#footer .list li {
	margin-bottom: 3px;
}

#footer .list a {
	font-family: "Poppins", Arial, sans-serif;
	font-size: 12.6px;
	font-weight: 400;
	line-height: 26px;
	color: #9b9b9b !important;
}

#footer a:not(.btn):not(.no-footer-css) {
	color: #9b9b9b;
}

#footer a:not(.btn):not(.no-footer-css):hover,
#footer a:not(.btn):not(.no-footer-css):focus,
#footer a:not(.btn):not(.no-footer-css):active {
	color: #c4c4c4;
}

#footer a:not(.btn):not(.no-footer-css).link-hover-style-1 {
	position: relative;
	left: 0;
	transition: all 0.1s ease-in-out;
}

#footer a:not(.btn):not(.no-footer-css).link-hover-style-1:hover {
	left: 3px;
}

#footer .list a:hover,
#footer .list a:focus {
	color: #ffffff !important;
}

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

.list.list-icons li {
	position: relative;
	padding-left: 13px;
}

.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 0.8em;
}

#footer .list.list-icons li > [class*="fa-"]:first-child,
#footer .list.list-icons li > .icons:first-child,
#footer .list.list-icons li a:first-child > [class*="fa-"]:first-child,
#footer .list.list-icons li a:first-child > .icons:first-child {
	color: #fb0200;
}

#footer .footer-contact-email {
	font-size: 1.18rem;
	line-height: 1.35;
	margin: 0 0 1rem;
	color: #ffffff !important;
}

#footer .footer-contact-email a {
	overflow-wrap: anywhere;
	color: #ffffff !important;
}

#footer .footer-social-icons.social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 4.38px;
}

#footer .footer-social-icons.social-icons li a {
	background: #ffffff;
	color: #000000 !important;
}

#footer .footer-social-icons.social-icons li:hover a,
#footer .footer-social-icons.social-icons li:focus-within a {
	background: #ffffff !important;
	color: #000000 !important;
}

#footer .footer-copyright {
	background: #1c2023;
	margin-top: 0;
}

#footer .footer-copyright .row {
	align-items: center;
}

#footer .footer-copyright nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .footer-copyright nav ul li {
	display: inline-flex;
	align-items: center;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
	padding-left: 0;
}

#footer .footer-copyright nav ul li:last-child {
	padding-right: 0;
}

#footer .footer-copyright nav ul li i {
	margin-right: 8px;
}

#footer .footer-copyright p,
#footer .footer-copyright nav ul li i {
	color: #707070;
}

#footer .footer-copyright p {
	color: #949494;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 11.34px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}

#footer p.text-color-light a {
	color: #ffffff !important;
}

#footer .footer-copyright nav {
	font-family: "Poppins", Arial, sans-serif;
	font-size: 11.34px;
	font-weight: 400;
	line-height: 12px;
	color: #ffffff !important;
}

#footer .footer-copyright nav ul li a {
	color: #ffffff !important;
}

#footer .footer-copyright nav ul li i {
	color: #ffffff !important;
}

#footer .logo {
	display: inline-flex;
	align-items: center;
}

#footer .logo img {
	position: relative;
	top: 2px;
	width: 82px !important;
	height: 24px !important;
	min-width: 82px;
	max-width: none;
}

@media (max-width: 991px) {
	#header .header-container {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#header .header-nav {
		padding: 0;
		min-height: 70px;
		display: flex;
		align-items: center;
	}

	#header .header-btn-collapse-nav {
		display: inline-flex;
	}

	html.mobile-nav-open,
	html.mobile-nav-open body {
		overflow: hidden;
	}

	html.mobile-nav-open #header {
		z-index: 1301;
	}

	#header .header-nav-main {
		position: absolute;
		background: transparent;
		width: 100%;
		top: 100%;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
		z-index: 1000;
	}

	#header .header-nav-main::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 100%;
		background: #ffffff;
		z-index: -1;
		transform: translateX(-50%);
	}

	#header .header-nav-main nav {
		max-height: calc(100vh - 170px);
		max-height: calc(100dvh - 170px);
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0 15px;
		transition: ease all 500ms;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}

	#header .header-nav-main nav.collapse.show {
		max-height: calc(100vh - 170px);
		max-height: calc(100dvh - 170px);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}

	#header .header-nav-main nav > ul {
		display: flex;
		flex-direction: column;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#header .header-nav-main nav > ul > li {
		display: block;
		margin-left: 0;
		border-bottom: 1px solid #e8e8e8;
		float: none;
		clear: both;
		padding: 0;
	}

	#header .header-nav-main nav > ul > li > a {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 7px 8px;
		margin: 1px 0;
		border-radius: 0;
		font-size: 13px;
		line-height: 20px;
		text-align: left;
		font-style: normal;
		font-weight: 700;
		text-transform: uppercase;
		color: #4a4a4a !important;
	}

	#header .header-nav-main nav > ul > li > a.dropdown-toggle::after {
		content: "\f107";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		font-size: 0.6rem;
		width: 30px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	#footer .footer-copyright nav ul {
		gap: 10px 0;
	}
}

@media (max-width: 767px) {
	#footer .col-6 {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 575px) {
	#header .header-top .nav {
		gap: 12px;
	}

	#header #dropdownLanguage {
		left: 0;
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	#header .header-top .dropdown {
		margin-right: 0;
	}

	#header .header-nav-top .nav-item-anim-icon > p {
		font-size: 14px;
		line-height: 22px;
	}

	#header .header-logo img {
		width: 255px;
		height: 40px;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	body.page-home .body > .bg-color-primary {
		padding-top: 137px;
	}

	body:not(.page-home) .body > .bg-color-primary {
		height: 137px;
	}

	#header,
	html.sticky-header-active #header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1100;
	}

	html.sticky-header-active #header .header-body {
		overflow: visible;
		transform: none !important;
	}

	#header .header-top,
	html.sticky-header-active #header .header-top {
		display: flex !important;
		height: auto !important;
		min-height: 31px;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}

	#header .header-top .header-row.py-2 {
		padding-top: 0.1875rem !important;
		padding-bottom: 0.1875rem !important;
	}

	#header .header-top .header-nav-top,
	#header .header-top .header-nav-top .nav-item-anim-icon > p,
	#header .header-top .header-nav-top #dropdownLanguage,
	#header .header-top .footer-social-icons.social-icons {
		line-height: 17px;
	}

	#header .header-top .footer-social-icons.social-icons {
		gap: 10px;
	}

	#header .header-top .site-theme-switch__button {
		width: 40px;
		height: 20px;
	}

	#header .header-top .site-theme-switch__thumb {
		width: 14px;
		height: 14px;
	}

	#header .header-top .site-theme-switch__icon {
		width: 10px;
		font-size: 9px;
	}

	#header .header-top .site-theme-switch__button[aria-pressed="true"] .site-theme-switch__thumb {
		transform: translateX(20px);
	}

	#header .header-top .footer-social-icons.social-icons li a {
		width: 24px;
		height: 24px;
		border: 0;
		border-radius: 0;
		background: transparent !important;
		line-height: 24px;
	}

	#header .header-top .footer-social-icons.social-icons li:hover a,
	#header .header-top .footer-social-icons.social-icons li:focus-within a,
	#header .header-top .footer-social-icons.social-icons li a:hover,
	#header .header-top .footer-social-icons.social-icons li a:focus,
	#header .header-top .footer-social-icons.social-icons li:hover.social-icons-instagram a,
	#header .header-top .footer-social-icons.social-icons li:hover.social-icons-youtube a,
	#header .header-top .footer-social-icons.social-icons li:hover.social-icons-facebook a,
	#header .header-top .footer-social-icons.social-icons li:hover.social-icons-soundcloud a,
	#header .header-top .footer-social-icons.social-icons li:hover.social-icons-tiktok a {
		background: transparent !important;
		border: 0;
		color: #fb0200 !important;
	}

	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown-sprzet > .dropdown-menu {
		left: 0 !important;
		right: auto !important;
	}

	#header .header-nav-main nav > ul > li.dropdown.dropdown-reverse > .dropdown-menu {
		left: auto !important;
		right: 0 !important;
	}

	#header .header-nav-main nav > ul > li.dropdown:last-child > .dropdown-menu {
		left: auto !important;
		right: 0 !important;
	}

	#header .header-nav-main nav > ul > li.dropdown.dropdown-contact > .dropdown-menu {
		left: 0 !important;
		right: auto !important;
		min-width: 210px;
	}
}

#cookieNoticeAcknowledge.cookie-notice-bar__button {
	background: #c90000;
	border-color: #c90000;
}

#cookieNoticeAcknowledge.cookie-notice-bar__button:hover {
	background: #b80000;
	border-color: #b80000;
}
