:root {
	--section-margin: 10vh;
	--shadow: 0px 20px 70px 10px rgba(66, 68, 90, 0.7);
	--color-white: #fff;
	--color-black: #222;
	--color-dark-white: #333;
	--color-dark-black: #ddd;
	--color-accent: hsl(223, 100%, 58%);
	--color-accent-dark: hsla(213, 100%, 40%, 0.8);
	--dark-filter: brightness(1);


	--pagefind-ui-scale: 1;
	--pagefind-ui-primary: #034ad8;
	--pagefind-ui-text: #393939;
	--pagefind-ui-background: #ffffff;
	--pagefind-ui-border: #eeeeee;
	--pagefind-ui-tag: #eeeeee;
	--pagefind-ui-border-width: 2px;
	--pagefind-ui-border-radius: 8px;
	--pagefind-ui-image-border-radius: 8px;
	--pagefind-ui-image-box-ratio: 3 / 2;
	--pagefind-ui-font: sans-serif;
}

@media (prefers-color-scheme: light) {
    :root {
        --color-primary: var(--color-white);
        --color-secondary: var(--color-black);
		--color-accent: hsl(223, 100%, 58%);
		--color-accent-dark: hsla(213, 100%, 40%, 0.8);
		--dark-filter: brightness(1);

		--pagefind-ui-primary: #034ad8 !important;
		--pagefind-ui-text: #393939 !important;
		--pagefind-ui-background: #ffffff !important;
		--pagefind-ui-border: #eeeeee !important;
		--pagefind-ui-tag: #eeeeee !important;
    }
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-primary: var(--color-dark-white);
        --color-secondary: var(--color-dark-black);
		--color-accent: hsl(223, 100%, 78%);
		--color-accent-dark: hsla(213, 100%, 30%, 0.8);
		--dark-filter: brightness(0.25);

		--pagefind-ui-primary: #eeeeee !important;
		--pagefind-ui-text: #eeeeee !important;
		--pagefind-ui-background: #152028 !important;
		--pagefind-ui-border: #152028 !important;
		--pagefind-ui-tag: #152028 !important;
    }
}

html[data-theme="light"] {
	--color-primary: var(--color-white);
	--color-secondary: var(--color-black);
	--color-accent: hsl(223, 100%, 58%);
	--color-accent-dark: hsla(213, 100%, 40%, 0.8);
	--dark-filter: brightness(1);

	--pagefind-ui-primary: #034ad8 !important;
	--pagefind-ui-text: #393939 !important;
	--pagefind-ui-background: #ffffff !important;
	--pagefind-ui-border: #eeeeee !important;
	--pagefind-ui-tag: #eeeeee !important;
}
html[data-theme="dark"] {
	--color-primary: var(--color-dark-white);
	--color-secondary: var(--color-dark-black);
	--color-accent: hsl(223, 100%, 78%);
	--color-accent-dark: hsla(213, 100%, 30%, 0.8);
	--dark-filter: brightness(0.25);

	--pagefind-ui-primary: #eeeeee !important;
	--pagefind-ui-text: #eeeeee !important;
	--pagefind-ui-background: #152028 !important;
	--pagefind-ui-border: #152028 !important;
	--pagefind-ui-tag: #152028 !important;
}

body {
    background-color: var(--color-primary);
    color: var(--color-secondary);
	min-width: 250px; /* ??? */
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font: normal 16px 'Quicksand', sans-serif;
	color: var(--color-secondary);
	scroll-behavior: smooth;
}

ul,
nav {
	list-style: none;
}

.content ul {
	list-style: disc;
	margin-left: 1em;
}

.content img {
	width: 100%;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

section a {
	color: var(--color-accent);
}

a.btn {
	color: var(--color-primary);
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #34a853;
	font-weight: 800;
	text-align: center;
}

hr {
	width: 6em;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 0;
	margin-bottom: 80px;
	margin-top: 1em;
}

.logo-bg {
	position: absolute;
	opacity: 0;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
}

.about svg.visible {
	transform: none;
	opacity: 0;
	animation: 4s ease-in 0s logo-mlu-bg forwards;
	animation-delay: 2s;
}

.logo {
	position: absolute;
	margin-top: 10px;
	top: 90px;
	width: 254px;
	height: 45px;
	left: 50px;
	opacity: 1;
	animation: 4s ease-in 0s logo-mlu forwards;
}
.logo.top {
	top: 0px !important;
}

.logo-front {
	left: 10px;
}

.logo-back {
	background-color: rgb(250, 0, 250);
	width: 0px;
	height: 100px;
	left: -20px;
	z-index: -2;
	opacity: 0;
}

@keyframes logo-mlu {
	0% {
		opacity: 0;
		stroke-dasharray: 2473;
		stroke-dashoffset: 2473;
	}

	10% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		stroke-dasharray: 2473;
		stroke-dashoffset: 0;
	}
}

@keyframes logo-mlu-bg {
	0% {
		opacity: 0;
		stroke-dasharray: 2473;
		stroke-dashoffset: 2473;
	}

	30% {
		opacity: 0.25;
	}

	100% {
		opacity: 0.25;
		stroke-dasharray: 2473;
		stroke-dashoffset: 0;
	}
}

.hero {
	border: 0px solid red;
}

#cbox {
	position: absolute;
	top: 0;
	left: 0;
	/* border: 2px solid blue;
	background-color: rgba(255,255,255,0.7); */
	width: 100%;
	height: 100%;
	-webkit-filter: url("#goo");
	filter: url("#goo");
}

.c {
	opacity: 0;
	transition: opacity 3s linear;
	/* outline: 2px solid rgba(0, 220, 0, 0);
	outline-offset: 0px; */
}

/* .c:hover {
	outline: 2px solid rgba(0, 220, 0, 0.9);
	outline-offset: 6px;
} */

.c-anim {
	transition: transform 3s linear, opacity 3s linear, outline 0.2s ease-in-out, outline-offset 0.2s ease-in-out;
}

section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 125px 100px;
}

section.sub {
	padding-top: 25px !important;
}

section.sub img {
	max-width: 900px;
}
.sub .table-container {
	/* fix: http://localhost:1313/produkty/ankersmid-asp-13xx-14xx-15xx-stacjonarne-sondy-poboru-gazu/ */
	max-width: calc(100vw - 20px);
	overflow: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	/* max-height: 500px; */
	border-radius: 10px;
}
.sub table {
	border-collapse: collapse;
	margin-top: 0rem;
	margin-bottom: 0rem;
	background-color: color-mix(in srgb, var(--color-primary), var(--color-secondary) 10%);
	width: 100%;
	/* outline: 2px solid red; */
	 
	/* table-layout:fixed; */
	/* overflow: hidden; */
}
.sub table thead {
	/* background-color: #eee; */
}
.sub table th {
	font-weight: normal !important;
}
.sub table th, .sub table td {
	font-size: 80%;
}
/* .sub table thead>tr {
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: red;
} */
.sub table th:first-of-type, .sub table td:first-of-type {
	position: sticky;
	left: 0;
	background-color: color-mix(in srgb, var(--color-primary), var(--color-secondary) 10%);
	border-right: 1px solid var(--color-secondary);
}
.sub table tr:hover  {
	background-color: #aaa !important;
}
.sub table tr:first-child th {
	padding-top: 5px;r
}
.sub table tr:last-child td {
	padding-bottom: 5px;
}
.sub table td:first-child, .sub table th:first-child {
	
}
.sub table td:first-child {
	padding-right: 10px;
}

.sub table td, .sub table th {
	text-align: left !important;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.sub img[src="dane%20techniczne.jpg"] {
	display: none;
}
section .title {
	/*margin-top: -2em;
	background-color: white;
	box-shadow: 0.5em 0 0 white, -0.5em 0 0 white;
    */
	color: var(--color-secondary);
	text-transform: none;
	font: bold 32px 'Dosis', sans-serif;
	margin-bottom: 30px;
	text-align: left;
	max-width: 800px;
	font-weight: 400;
}

section .title-products {
	margin-top: -2em;
	background-color: var(--color-primary);
	box-shadow: 0.5em 0 0 var(--color-primary), -0.5em 0 0 var(--color-primary);
	color: var(--color-secondary);
	text-transform: none;
	font: bold 32px 'Dosis', sans-serif;
	margin-bottom: 30px;
	text-align: left;
	max-width: 800px;
	font-weight: 400;
}

section .title-man {
	color: #555;
	text-transform: none;
	font: bold 20px 'Dosis', sans-serif;
	margin-bottom: 30px;
	margin-top: -30px;
	text-align: left;
	max-width: 800px;
	font-weight: 400;
}

section .title-man i {
	color: #aaa;
	font-style: normal;
}

section h3 {
	margin-top: 1rem;
	margin-bottom: 0.1rem;
}

section h3.title>strong {
	margin: 0rem;
	background-color: #eee;
	color: var(--color-secondary);
	font-weight: inherit;
}

section h4 {
	margin-top: 1rem;
}

.prod a>strong {
	font-weight: bold;
}

p {
	margin-bottom: 0.5rem;
}

section>p {
	max-width: 800px;
	text-align: left;
	margin-bottom: 35px;
	padding: 0;
	line-height: 1.5;
}

ul.grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

header {
	font: bold 16px 'Dosis', sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--color-secondary);
	padding: 35px 100px 0;
}

header h2 {
	font-family: 'Quicksand', sans-serif;
}

nav-small>div {
	cursor: pointer;
	top: -1em;
	left: -0.5em;
	width: 2em;
	height: 2em;
	position: absolute;
}

nav-small {
	display: none;
	position: fixed;
	right: 50px;
	width: 1em;
	height: 2px;
	transition: background-color 0.8s;
	background-color: var(--color-accent);
}

nav-small:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: -0.33em;
	transition: transform 0.8s;
	background-color: var(--color-accent);
}

nav-small:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: +0.33em;
	transition: transform 0.8s;
	background-color: var(--color-accent);
}

header nav {
	text-transform: uppercase;
	display: flex;
	position: fixed;
	right: 4em;
	font-size: 100%;
}

header nav li {
	margin: 0 15px;
	height: 70px;
	padding-top: 0px;
	transform: skewX(0);
}

header nav li svg {
	display: inherit;
	pointer-events: none;
}
header nav li span {
	display: none;
}

nav-small.small {
	/*transform: translateX(0.0em) translateY(0.0em) rotateZ(45deg);*/
	background-color: rgba(33, 33, 255, 0);
}

nav-small.small:before {
	transform: translateX(0.0em) translateY(0.3em) rotateZ(45deg);
}

nav-small.small:after {
	transform: translateX(0.0em) translateY(-0.3em) rotateZ(-45deg);
}

@media (max-width: 700px) {
	.logo-front.small {
		display: none !important;
	}



	header nav.small {
		display: block;
		/* top: auto; */
		/* text-align: center; */
		width: 100px;
		left: auto;
		height: 50%;
		top: 70px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	header nav.small li {
		margin: 0px !important;
		transform: skewX(0);
	}

	header nav.small li svg {
		display: none;
	}
	header nav.small li span {
		display: inherit;
	}

	.background-image-back.small {
		height: 100% !important;
		opacity: 0.95 !important;
		transition: height 0.5s, opacity 0.5s, background-color 1s;
	}

	header nav {
		display: none;
	}

	header nav-small {
		display: block;
	}

	.userlist tr.date span {
		right: 0;
	}

	footer {
		padding: 30px 40px 30px 40px !important;
	}

}

.background-image-back.full-slow {
	transition: height 1.5s, opacity 1.5s, background-color 3s !important;
	transition-timing-function: ease-in-out;
	z-index: -1 !important;
}

.background-image-back.full {
	/*height: 100% !important;
	opacity: 0.0 !important;
	background-color: rgb(255, 255, 255) !important;*/
}

header nav li:first-child {
	margin-left: 0;
}

header nav li:last-child {
	margin-right: 0;
}

header nav li a {
	padding: 25px 5px 25px 5px;
	display: block;
	text-align: center;
}

.thumb {
	margin: 10px 10px 0 0;
}

@keyframes ef2 {
	0% {
		transform: scale(0.8);
		transform-origin: center center;
		opacity: 0;
	}

	30% {
		transform: scale(1.1);
		transform-origin: center center;
		opacity: 1;
	}

	100% {
		transform: scale(1.0);
		transform-origin: center center;
		opacity: 1;
	}
}

@keyframes ef1 {
	0% {
		transform: scaleX(0);
		opacity: 0;
	}

	30% {
		transform: scaleX(1);
	}

	100% {
		transform: scaleX(1);
		opacity: 1;
	}
}

header nav li:hover:after {
	content: '';
	width: calc(100% + 0.5em);
	height: 4px;
	border-radius: 2px;
	background-color: var(--color-accent);
	position: fixed;
	top: 80%;
	left: -0.25em;
	display: block;
	z-index: -1;
	transform-origin: left;
	animation: 1s ef1;
	animation-delay: 0.0s;
	animation-fill-mode: forwards;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media all and (-ms-high-contrast:none) {
	.products {
		margin-top: 100px !important;
	}

	header nav li:hover {
		color: #888 !important;
	}

	header nav {
		top: 0;
	}

	header nav li:hover:after {
		width: 100px;
		height: 100px;
		display: none;
	}

	/*
	selector { color: green }
 */
	/* IE10 */
	/*
	*::-ms-backdrop, selector { color: red }
 */
	/* IE11 */
}

/* for pos. fixed elements, firefox aa */

@-moz-document url-prefix() {
	header nav li:hover:after {
		outline: 1px solid transparent;
	}

	header nav li.act:after {
		outline: 1px solid transparent;
	}
}

header nav li.act:after {
	content: '';
	width: calc(100% + 0.5em);
	height: 4px;
	border-radius: 2px;
	background-color: var(--color-accent);
	position: absolute;
	top: 80%;
	left: -0.25em;
	display: block;
	z-index: -1;
	transform-origin: left;
	animation: 1s ef1;
	animation-delay: 0.0s;
	animation-fill-mode: forwards;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

header nav li.act {
	color: var(--color-accent);
}

header nav li:hover {
	color: var(--color-accent);
}

@keyframes ef-show {
	0% {
		transform: translateX(-20px) scaleX(1);
		opacity: 0;
	}

	100% {
		transform: translateX(0px) scaleX(1);
		opacity: 1;
	}
}

.visible {
	transform: translateX(-20px) scaleX(1);
	opacity: 0;
}

.show {
	animation: 0.5s ef-show;
	animation-delay: 0.0s;
	animation-fill-mode: forwards;
}

#gallery {
	z-index: 10000;
	position: fixed;
	text-align: center;
	display: none;
	background-color: color-mix(in srgb, var(--color-primary), transparent 10%);
	background-position: center;
	background-repeat: no-repeat;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: 1s background-color;
}

#gallery-title {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	color: color-mix(in srgb, var(--color-secondary), transparent 10%);
	transition: 1s color;
}

#gallery-pic {
	position: absolute;
	top: 60px;
	left: 20px;
	right: 20px;
	bottom: 120px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#gallery.show {
	transform-origin: left;
	animation: 1s ef-show;
	animation-delay: 0.0s;
	animation-fill-mode: forwards;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block !important;
}

.userlist {
	border-collapse: collapse;
}

.userlist thead tr {
	text-align: left;
}

.userlist thead th {
	padding-left: 1em;
	padding-bottom: 1em;
}

.userlist tbody tr :first-child {
	text-align: left;
	padding-right: 6px;
	padding-top: 1em;
	width: 30em;
}

.userlist tr td small {
	font-size: 80%;
}

/*
.userlist tr :nth-child(2) span {
	text-align: center;
	color: #333;
	padding: 0.5em;
	margin: 0;
	width: 6em;
	display: inline-block;
}
*/

.userlist tr.date span {
	color: var(--color-primary);
	padding: 1em;
	margin: 0;
	width: 4.5em;
	font-size: 120%;
	display: block;
	position: absolute;
	right: -4.5em;
	top: -0.0em;
}

.userlist tr.c0.date span {
	background-color: rgba(0, 0, 0, 0.8);
	color: var(--color-primary);
}

.userlist tr.c0 td {
	background-color: rgba(240, 243, 78, 0.2);
	color: var(--color-secondary);
	border-right: 1px solid #777;
}

.userlist tr.date td {
	background-color: rgba(232, 243, 78, 0.2);
	color: var(--color-secondary);
	padding: 0;
	margin: 0;
}

.userlist tr.c1.date span {
	background-color: rgba(0, 0, 0, 0.8);
	color: var(--color-primary);
}

.userlist tr.c1 td {
	background-color: rgba(232, 243, 78, 0.5);
	color: var(--color-secondary);
	border-right: 1px solid #777;
}

.userlist td {
	padding: 1em;
}

@media (max-width: 300px) {
	.userlist tr.date span {
		display: none;
	}
}

@keyframes slidein {
	from {
		transform: scaleX(0);
		transform-origin: left;
	}

	to {
		transform: scaleX(1);
		transform-origin: left;
		opacity: 1
	}
}

.hero {
	position: relative;
	justify-content: center;
	min-height: calc(100vh - var(--section-margin));
	color: rgb(0, 0, 0);
	text-align: left;
}

.hero .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 1;
	background-position: center;
	transition: transform 0.6s, filter 0.6s;
	z-index: -1;
	filter: var(--dark-filter);
}

.hero .background-image.full {
	transform: scale(1.05);
}
.hero #cbox {
	transition: transform 0.6s;
}
.hero #cbox.full {
	transform: scale(1.25);
}
.hero .background-image-back {
	position: fixed;
	top: 0;
	right: 0px;
	width: 100%;
	height: 70px;
	background-color: var(--color-primary);
	transition: 1s background-color, 1s opacity;
	opacity: 0;
	z-index: 2;
}

.hero .background-image-back.moved {
	background-color:  var(--color-primary);
	opacity: 1;
}

.hero h1 {
	font: lighter 12px 'Quicksand', sans-serif;
	margin-bottom: 0px;
	position: absolute;
	top: 144px;
	display: block;
	padding: 5px;
	/* width: calc(100% - 250px); */
	color: var(--color-accent);
	transition: opacity 0.1s;
	transform: translate(0px, -100%);
	margin-left: 100px;
	/* left: 109px; */
	margin-right: 50px;
	max-height: 50px;
	/* border: 1px solid red; */
	/* text-wrap: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
}
@media (max-width: 300px),  (max-height: 400px) {
	.hero h1 { display: none; }
	.logo { 
		/* margin-left: 0px !important; */
		top: 0px !important;
	}
}
.hero h1.top {
	display: none;
}
.subtitle:after {
	content: '';
	background-color: var(--color-accent);
	display: block;
	width: 100%;
	height: 1px;
	border-radius: 2px;
	top: 100%;
	padding-left: 0em;
	margin-left: -0.5em;
	position: absolute;
	z-index: -1;
}

.subtitle.show:after {
	transform-origin: left;
	animation: 1s ef1;
	animation-delay: 0.0s;
	animation-fill-mode: forwards;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}

.subtitle.show {
	animation: none;
	animation-delay: 0s;
	animation-fill-mode: none;
	opacity: 1;
}

.hero a.btn {
	padding: 20px 46px;
}

@media (max-width: 800px) {

	/*
	.hero {
		min-height: 600px;
	}
	*/
	.hero h3 {
		font-size: 24px;
	}

	.hero a.btn {
		padding: 15px 40px;
	}
}

.email {
	color: var(--color-accent);
}

.link {
	color: var(--color-accent);
}

.about {
	background-color: var(--color-accent-dark);
	overflow: hidden;
	position: relative;
	min-height: calc(60vh - var(--section-margin));
	font-weight: 300;
	padding-bottom: 0px;
	padding-top: 70px;
	transition:1s background-color;
}

.about strong {
	font-weight: bold;
}

@media (max-width: 850px) {

	.grid li.color1,
	.grid li.color2,
	.grid li.color3 {
		flex-basis: 100%;
		height: 150px;
	}
}

.users {
	background-color: #f7f7f7;
	min-height: 100vh;
}

.users .grid li {
	padding: 0 20px;
	flex-basis: 33%;
	text-align: left;
}

.users .grid li i {
	font-size: 50px;
	color: #34a853;
	margin-bottom: 25px;
}

.users .grid li h4 {
	color: #555;
	font-size: 20px;
	margin-bottom: 25px;
	display: block;
	height: 2em;
}

.users .grid li p {
	margin: 0;
}

@media (max-width: 1000px) {
	.users .grid li {
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.users .grid li:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 500px), (max-height:500px) {
	.features .grid li {
		flex-basis: 100%;
	}

	section {
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 80%;
	}

	.logo {
		margin-left: -80px;
	}

	
	#contact-box-btn {
		margin-left: 1em !important;
	}
	#contact-box {
		margin-left: 0em !important;
	}
}

.reviews {
	background-color: var(--color-primary);
}

.reviews .quote {
	text-align: center;
	width: 80%;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 0;
}

.reviews .author {
	font-size: 18px;
	margin-bottom: 50px;
}

.reviews .author:last-child {
	margin-bottom: 0;
}

@media (max-width: 1000px) {
	.reviews .quote {
		font-size: 20px;
	}

	.reviews .author {
		font-size: 16px;
	}
}

.contact {
	background-color: #f7f7f7;
	padding-bottom: 0;
}

.contact form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 800px;
	width: 80%;
}

.contact form input {
	padding: 15px;
	flex: 1;
	margin-right: 30px;
	font-size: 18px;
	color: #555;
}

.contact form .btn {
	padding: 18px 42px;
}

@media (max-width: 800px) {
	.contact form input {
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}
}

footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	color: var(--color-secondary);
	background-color: color-mix(in srgb, var(--color-primary), black 50%);
	padding: 30px 0 60px 100px;
	transition: 1s background-color;
}

footer ul {
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li {
	margin: 0 8px;
}

footer ul li:first-child {
	margin-left: 0;
}

footer ul li:last-child {
	margin-right: 0;
}

footer p {
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 10px;
}

footer duv {
	color: color-mix(in srgb, var(--color-secondary), black 10%);
}

.map {
	height: 100%;
	width: 100%;
	display: block;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	filter: var(--dark-filter);
	transition: 1s filter;
}

/*fix gmaps*/

.map .gm-style-pbt {
	text-align: center;
	max-width: none;
}

.contact {
	min-height: calc(100vh - var(--section-margin));
	position: relative;
}

.sub .drop-product {
	position: sticky;
	z-index: 1;
	top: 70px;
	width: 100%;
	margin-left: -20px;
	padding-left: 20px !important;
	background-color: color-mix(in srgb, var(--color-primary), transparent 10%) ;
	 
	padding: 0.5em 0 0.5em 0;
}

.sub .download-zone {
	max-width: 400px;
	background-color: color-mix(in srgb, var(--color-primary), var(--color-accent) 30%);
	padding: 1em;
	border-radius: 8px;
	font-size: 75%;
}
.sub .download-zone h4 {
	text-transform: uppercase;
}
.sub h4.product {
	line-height: 3em;
	font-size: 1em;
	color: var(--color-secondary);
}
@keyframes slide3d {
	0% {
		transform: perspective(600px) rotateX(-90deg);
		opacity: 0;
	}

	1% {
		transform: perspective(600px) rotateX(-40deg);
		opacity: 0;
	}

	20% {
		transform: perspective(600px) rotateX(20deg);
		opacity: 1;
	}

	40% {
		transform: perspective(600px) rotateX(-5deg);
		opacity: 1;
	}

	60% {
		transform: perspective(600px) rotateX(2deg);
		opacity: 1;
	}

	80% {
		transform: perspective(600px) rotateX(-1deg);
		opacity: 1;
	}

	100% {
		transform: perspective(600px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes slide3d2 {
	0% {
		transform: perspective(600px) rotateX(0deg);
		opacity: 1;
	}

	99% {
		transform: perspective(600px) rotateX(-40deg);
		opacity: 0;
	}

	100% {
		transform: perspective(600px) rotateX(-90deg);
		opacity: 0;
	}
}

#contact-box {
	font-size: 100%;
	margin-top: -5em;
	margin-left: -1em;
	border-radius: 3em;
	background-color: var(--color-primary);
	backdrop-filter: blur(10px);
	padding: 1em 2em 1em 5em;
	pointer-events: auto;
	transform-origin: top;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
	
	transition: box-shadow 1s, background-color 1s;
	-webkit-box-shadow: var(--shadow);
	-moz-box-shadow: var(--shadow);
	box-shadow: var(--shadow);
}

#contact-box.hide {
	animation: 0.5s slide3d2;
	animation-direction: normal;
	animation-fill-mode: forwards;

	box-shadow: 0.0em 0 0 rgba(0, 12, 27, 0);
}

#contact-box.show {
	animation: 3s slide3d;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

.clickable {
	transition: 0.2s background-color, 0.2s color, 0.2s transform;
	background-color: rgba(17, 153, 255, 0.9);
	color: white;
	cursor: pointer;
}

.clickable:active {
	background-color: rgba(0, 0, 0, 0.9);
	color: rgba(17, 153, 255, 0.9);
	transform: scale(0.9) !important;
}

.clickable:hover {}

#contact-box-btn {
	z-index: 4000;
	position: relative;
	pointer-events: auto;
	margin-left: 0em;
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	padding: 0.5em;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);

	transition: box-shadow 1s;

	box-shadow: 0.0em 0 0 rgba(0, 12, 27, 0);
}
#contact-box-btn.shadow {
	-webkit-box-shadow: var(--shadow);
	-moz-box-shadow: var(--shadow);
	box-shadow: var(--shadow);
}

.arrow-down {
	margin-top: 26px;
	padding-top: 0.2em;
	display: block;
	position: relative;
	top: -100px;
	left: 50vw;
	margin-bottom: -66px;
	margin-left: -25px;
	bottom: 0px;
	border-radius: 0px;
	color: black;
	text-align: center;
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMzk1IDczNnEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDM5MyAzOTMgMzkzLTM5M3ExMC0xMCAyMy0xMHQyMyAxMGw1MCA1MHExMCAxMCAxMCAyM3oiLz48L3N2Zz4=') 50% 50% no-repeat;
	background-size: 60%;
	width: 40px;
	height: 40px;
}

.arrowsw {
	/* font: bold 1em 'Dosis', sans-serif; */
	top: 75px;
	float: left;
	position: relative;
	padding-bottom: 0em;
}
.arrowsw svg path {
	stroke: var(--color-accent) !important;
}
.arrowsw svg {
	vertical-align: middle;	
}

.arrowsw path:nth-of-type(2) {
	transform: scaleX(1);
	transform-origin: 10% center;
	transition: transform 0.3s ease-in-out;
}

.arrowsw:hover path:nth-of-type(2) {
	transform: translateX(0px) scaleX(0) scaleY(-1);
}

.arrowsw path:nth-of-type(1) {
	transform: scaleX(1);
	transform-origin: 10% center;
	transition: transform 0.3s ease-in-out;
}

.arrowsw:hover path:nth-of-type(1) {
	transform: scaleY(-1);
}

.arrow-down:hover:after {
	content: '';
	margin-left: -1px;
	margin-top: -1px;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid black;
	border-radius: 50%;
	transform-origin: left;
	animation: 1s ef2;
	animation-delay: 0.0s;
	animation-fill-mode: forwards;
	z-index: -1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}

.disable-after:after {
	content: none !important;
}

@media (max-width: 1200px) {
	#bsaHolder {
		display: none;
	}
}

.prod>div {
	min-height: 0vh;
}

.prod>div:last-child {
	min-height: 0vh;
}

.prod a:hover {
	text-decoration: underline;
}

.prod-num {
	display: none;
	float: left;
	margin-left: -3em;
	width: 2em;
	height: 2em;
	text-align: center;
	border: 1px solid #333;
	border-radius: 50%;
}

.products {
	font-size: 100%;
	width: 200px;
}

.products {
	display: flex;
	width: 100%;
	margin-top: 20px;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}
@media (orientation: landscape) and (min-width: 700px) {
	.products {
		flex-direction: row;
	}
}

.products li {
	pointer-events: auto;
	user-select: none;
	padding: 0px 0;
	margin: 10px;
}

.products li a {
	font: thin 32px 'Dosis', sans-serif;
	font-size: 150%;
	display: block;
	transition: 0.5s background-color, 0.5s box-shadow;
	box-shadow: 0.5em 0 0 transparent, -0.5em 0 0 transparent;
}

.products li a span {
	display: inline-block;
	width: 190px;
	line-height: 1.9em;
	border: 0px solid rgb(17, 153, 255);
	border-radius: 100px;
	padding: 0.7rem;
	margin: 0.7em;
	
	background-color: var(--color-accent-dark);
	 
	color: color-mix(in srgb, var(--color-primary), white 60%);
	padding-left: 0;
	/* box-shadow: 0.0em 0 0 rgba(0, 12, 27, 0);
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;  */
	transition: 0.5s background-color, 0.5s box-shadow, 1s border-bottom, 0.2s color, 0.2s transform;
}

.products li a:hover span {
	/* background-color: rgba(41, 102, 255, 0.8); */
	/* box-shadow: 0.5em 0 0 rgba(41, 102, 255, 0.8), -0.5em 0 0 rgba(41, 102, 255, 0.8); */
	/* border-bottom: 4px solid rgba(255, 255, 255, 0.9); */
	color: white;
	transform: rotate3d(1,1,0,0deg) scale(1.1);
	/* box-shadow: 0.5em 0.0em 0 rgba(41, 102, 255, 0.8), -0.5em -0.0em 0 rgba(41, 102, 255, 0.8); */

	-webkit-box-shadow: var(--shadow);
	-moz-box-shadow: var(--shadow);
	box-shadow: var(--shadow);
}

.products li a:hover:after {
	top: 100vh;
	height: 200vh;
	margin-top: -200vh;
	opacity: 0.9;
}

.fbox {
	line-height: 1.5;
	margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	font-size: 10px;
	color: color-mix(in srgb, var(--color-primary), white 70%);
	flex-direction: row;
	width: 100%;
}

.fbox>div {
	border-radius: 8px;
	margin-right: 0em;
	margin-top: 0em;
	flex: 0 1 auto;
	padding: 1em;
	border-right: 5em;
	/*background-color: rgba(41, 102, 255, 0.8);*/
	background-color: rgba(255, 255, 255, 0.08);
}

select.dropdown {
	border: 0px solid gray !important;
	padding: 0.4rem;
	padding-left: 20px;
	border-radius: 1.1rem;
	width: 100%;
	min-width: 100px;
	max-width: 300px;
	height: 2.2rem;
	margin-top: 0.5rem;
	margin-left: 0.5rem;
	margin-bottom: 1.0rem;
	font: normal 1.0rem 'Quicksand', sans-serif;
	color: var(--color-primary);
	outline: none;
	text-transform: uppercase;
	/* needed */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* SVG background image */
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' stroke='%23FFFFFF' fill='none' stroke-width='10'><polyline points='100,0 50,50 0,0'/></svg>") no-repeat;
	background-size: 12px;
	background-position: calc(100% - 20px) calc(50% + 3px);
	background-repeat: no-repeat;
	background-color:  var(--color-accent) ;
	transition: background-color ease-in-out 0.1s, color ease-in-out 0.1s;
	/* backdrop-filter: blur(4px); */
}

select.dropdown:hover {
	background-color: var(--color-accent-dark);
	color: white;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 var(--color-secondary);
}

select:-moz-focusring:hover {
	color: transparent;
	text-shadow: 0 0 0 var(--color-secondary);
}

@media (max-width: 700px),(max-height:700px) {
	.products {
		font-size: 100%;
	}
}

#theme-toggle {
	z-index: 100;
	position: fixed;
	right: 1.4em;
	bottom: 1.4em;
	width: 1.5em;
	height: 1.5em;
}