html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

body {
	line-height: 1
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a, button, input, select, textarea {
	outline: none
}

a {
	text-decoration: none
}

.container {
	width: 100%;
	max-width: 1458px;
	margin: 0 auto
}

.container-fluid {
	width: calc(100% - 2*$fluidGap);
	margin: 0 5vw
}

:root {
	font-size: 16px
}

body {
	font-size: 1rem;
	font-family: "Inter", sans-serif;
	line-height: 1.835;
	font-weight: 400;
	color: #000;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures
}

body b, body strong {
	font-weight: bold
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	margin: 30px 0 20px;
	line-height: 1.2;
	color: #212121
}

h1::first-of-type, h2::first-of-type, h3::first-of-type, h4::first-of-type, h5::first-of-type, h6::first-of-type, .h1::first-of-type, .h2::first-of-type, .h3::first-of-type, .h4::first-of-type, .h5::first-of-type, .h6::first-of-type {
	margin-top: 0
}

h1, .h1 {
	font-size: 4.1875rem
}

h2, .h2 {
	font-size: 3.125rem
}

h3, .h3 {
	font-size: 2.375rem
}

h4, .h4 {
	font-size: 1.75rem
}

h5, .h5 {
	font-size: 1.3125rem
}

h6, .h6 {
	font-size: 1rem
}

.sub h1, .sub .h1 {
	font-size: 4.1875rem
}

.sub h2, .sub .h2 {
	font-size: 3.125rem
}

.sub h3, .sub .h3 {
	font-size: 2.375rem
}

.sub h4, .sub .h4 {
	font-size: 1.75rem
}

.sub h5, .sub .h5 {
	font-size: 1.3125rem
}

.sub h6, .sub .h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.3125rem;
	line-height: 1.85
}

p, ul, ol {
	margin-bottom: 16px
}

ul, ol {
	margin-left: 30px
}

ul>li, ol>li {
	margin-bottom: 8px
}

ul>li {
	list-style: none outside
}

ol>li {
	list-style: decimal outside
}

blockquote {
	display: block;
	padding-left: 90px;
	position: relative;
	margin-bottom: 1rem
}

blockquote em, blockquote small {
	display: block
}

blockquote em {
	font-size: 2rem;
	line-height: 2.5rem;
	font-style: italic;
	margin-bottom: 1rem
}

blockquote small {
	text-align: right;
	font-size: 1rem
}

blockquote::before {
	position: absolute;
	top: 3.5rem;
	left: 0;
	content: "”";
	font-family: serif;
	opacity: 0.1;
	font-size: 180px
}

.well {
	background: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem
}

.text-left, .tl {
	text-align: left
}

.text-center, .tc {
	text-align: center
}

.text-right, .tr {
	text-align: right
}

.bold, .strong, b, strong {
	font-weight: bold
}

.fw-100 {
	font-weight: 100
}

.fw-200 {
	font-weight: 200
}

.fw-300 {
	font-weight: 300
}

.fw-400 {
	font-weight: 400
}

.fw-500 {
	font-weight: 500
}

.fw-600 {
	font-weight: 600
}

.fw-700 {
	font-weight: 700
}

.fw-800 {
	font-weight: 800
}

.fw-900 {
	font-weight: 900
}

.fluid {
	max-width: 100%;
	height: auto;
	display: block
}

.responsive-media, .r-m {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%
}

.responsive-media iframe, .r-m iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.alerts {
	position: relative
}

.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
	background-color: #cccccc;
	width: calc(100% - 30px)
}

.alert.alert-success {
	background-color: #008020;
	z-index: 20
}

.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2
}

.alert.alert-danger {
	background-color: #e32416;
	z-index: 1
}

.alert.alert-info {
	background-color: #4babe2;
	z-index: 20
}

.btn {
	background: #000;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #000;
	border-radius: 0;
	padding: 1.1rem 1.5rem;
	line-height: 1em;
	font-size: .75rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: white;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-family: "Poppins", sans-serif
}

.btn:hover {
	background: #141414;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2)
}

.btn:focus {
	background: #000;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2)
}

.btn.block {
	display: block
}

.btn.big {
	padding: 1rem 3rem;
	font-size: 1.5rem
}

.btn.small {
	font-size: .9rem;
	padding: .4rem .8rem
}

button {
	cursor: pointer
}

.btn.alt {
	background: transparent;
	color: #000;
	border: 1px solid #000
}

.btn.alt:hover {
	color: white;
	background: #000;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2)
}

.btn.alt:focus {
	color: white;
	background: #000;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2)
}

.bg-info {
	background: #4babe2;
	border-color: #4babe2
}

.bg-danger {
	background: #e32416;
	border-color: #e32416
}

.bg-warning {
	background: #f59f00;
	border-color: #f59f00
}

.bg-success {
	background: #008020;
	border-color: #008020
}

.bg-primary {
	background: #3C91E6;
	border-color: #3C91E6
}

.bg-secondary {
	background: #000;
	border-color: #000
}

.color-white {
	color: white
}

.color-black {
	color: black
}

.color-info {
	color: #4babe2
}

.color-danger {
	color: #e32416
}

.color-warning {
	color: #f59f00
}

.color-success {
	color: #008020
}

.color-primary {
	color: #3C91E6
}

.color-secondary {
	color: #000
}

.bg-none {
	background: transparent !important
}

.navbar__toggler {
	display: none
}

#navbar {
	background: rgba(0, 0, 0, 0);
	height: 160px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

#navbar .container, #navbar .container-fluid {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.logo img {
	height: 37.8px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

.langs {
	margin-left: 50px
}

.langs a {
	color: white;
	font-size: .875rem;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.langs a:hover {
	opacity: .6
}

.langs a:not(:last-child)::after {
	content: '/';
	display: inline-block;
	margin: 0 1rem
}

#navbar.affix {
	background: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	height: 70px
}


.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.navbar-nav li {
	list-style: none;
	margin-left: 30px;
	margin-bottom: 0;
	position: relative
}

.navbar-nav li:first-child {
	margin-left: 0
}

.navbar-nav a {
	text-decoration: none;
	font-family: "Inter", sans-serif;
	font-size: .875rem;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
	position: relative;
	overflow: hidden
}

.navbar-nav a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -50%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: #3C91E6;
	width: 50%;
	height: 1px;
	border-radius: 2.5px
}

.navbar-nav li:hover>a::after, .navbar-nav .active>a::after, .navbar-nav a.active::after, .navbar-nav a:hover::after, .navbar-nav a:focus::after {
	left: 0
}

@media (min-width: 1024px) {
	.navbar-nav > li:last-child > a {
		border: 2px solid white;
		padding-inline: 1.25em;

		&::after {display: none;}

		&:hover,
		&:focus {
			color: #1c7ddd;
			background-color: #fff;
		}
	}
}

.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 230px;
	background: #fff;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

li:hover>.dropdown {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1
}

.dropdown .dropdown {
	top: 0;
	left: 100%
}

.toLeft>.dropdown {
	top: 0;
	right: 100%;
	left: auto
}

.dropdown li {
	margin: 0;
	list-style: none;
	padding: 0;
	display: block;
	width: 100%
}

.dropdown a {
	padding: 10px 15px;
	display: block;
	border-top: 1px solid #e2e2e2;
	line-height: 1.1;
	font-size: 14px;
	font-family: "Inter", sans-serif;
	border-radius: 0;
	color: #000;
	text-transform: none;
	font-weight: normal
}

.dropdown a::after {
	display: none
}

.dropdown>li:hover>a {
	background: #3C91E6;
	color: white
}

.dropdown>li:first-child>a {
	border: 0
}

body {
	width: 100%;
	overflow-x: hidden
}

#main a:not(.btn) {
	color: #3C91E6;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none
}

#main a:not(.btn):hover {
	color: #1c7ddd;
	text-decoration: underline
}

@media (max-width: 1536px) {
	.container {
		max-width: 90%;
		margin: 0 auto
	}
}

header {
	height: 100vh;
	position: relative;
	z-index: 30
}

header .swiper-slide img {
	display: block;
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

#header-top {
	z-index: 20;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #1e2227cc
}

#header-top .container {
	height: 100%
}

.slogan {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-top: 50px
}

.slogan h1, .slogan .lead {
	color: white;
	position: relative;
	z-index: 20
}

.slogan h1 {
	margin-top: 0
}

.slogan .lead {
	margin-bottom: 0
}

.slogan::after {
	content: "";
	display: block;
	width: 225px;
	height: 60%;
	background: -webkit-gradient(linear, left top, left bottom, from(#3C91E6), to(rgba(60, 145, 230, 0.2)));
	background: linear-gradient(#3C91E6, rgba(60, 145, 230, 0.2));
	position: absolute;
	z-index: 1;
	left: 20%;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg)
}

#scroll {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 100%;
	z-index: 20;
	border-right: 1px solid rgba(255, 255, 255, 0.2)
}

#scroll a {
	color: white;
	text-transform: uppercase;
	font-size: .625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	white-space: nowrap;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	letter-spacing: 1px;
	position: absolute;
	bottom: 0;
	left: 10px;
	opacity: 0.6;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s
}

#scroll a img {
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: 5px
}

#scroll a:hover {
	opacity: 1
}

main {
	position: relative;
	z-index: 10
}

main section {
	position: relative;
	z-index: 20
}

#firma {
	padding: 160px 0
}

#firma h2 {
	margin-bottom: 60px
}

#firma h2 small, #firma h2 strong {
	display: block
}

#firma h2 small {
	text-transform: uppercase;
	font-size: .875rem
}

#firma p {
	margin-left: 16.666667%
}

#firma .col-9 .istr.cb, .sub.company .istr {
	margin-top: 60px
}

.sub.company .istr {
	padding: 4rem;
	margin: 4rem 0;
	background: #f4f4f4;
}

#firma .col-9 .istr.cb > div, .sub.company .istr.cb > div {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#firma .icon, .sub.company .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	margin-bottom: 15px;
	flex-shrink: 0;
	flex-grow: 0;
}

#firma .col-9 .istr.cb div img, .sub.company .istr.cb div img {
	display: block
}

#firma .col-9 .istr.cb div strong, .sub.company .istr.cb div strong {
	font-size: 1.3125rem;
	text-align: center;
	line-height: 1.3
}

#park-maszynowy {
	height: 720px;
	max-height: 100vh
}

#park-maszynowy .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	z-index: 20
}

.park-maszynowy--content {
	padding: 120px 60px;
	height: auto;
	width: 30%;
	background-color: #fff;
	position: absolute;
	z-index: 20;
	right: 0
}

.park-maszynowy--bg {
	width: 100vw;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	z-index: 1;
	right: 30%;
	background: url(/img/home-image--1.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed
}

#oferta {
	padding: 0px 0 130px
}

#oferta .box {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}
/*
#oferta .box::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 30px;
	height: 6px;
	background-color: #3C91E6;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}
*/
#oferta .caption {
	z-index: 20;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 100px 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
	background: linear-gradient(transparent, black);
	color: white;
	font-size: 1.3125rem;
	font-weight: bold;
	line-height: 1.3
}

#oferta .box img {
	display: block;
	width: 100%;
	height: 450px;
	max-height: 40vh;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 1;
	transition: all 300ms ease
}

#oferta a:hover::after {
	width: 100%
}

#oferta a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

#swiper-gallery {
	width: 100%;
	padding: 60px 0 120px
}

#swiper-gallery .swiper-button-prev {
	left: 0 !important;
}

#swiper-gallery .swiper-button-next {
	right: 0 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	color: white;
}

#swiper-gallery .swiper-button-prev,
#swiper-gallery .swiper-button-next {
	width: 15vw !important;
	height: 100% !important;
	top: 0 !important;
	margin-top: 0 !important;
}

#swiper-gallery .swiper-container {
	overflow: visible !important
}

#swiper-gallery .swiper-slide img {
	width: 100%;
	display: block;
	-webkit-transition: all .2s;
	transition: all .2s;
	opacity: .8;
	-webkit-transform: scale(0.7);
	transform: scale(0.7)
}

#swiper-gallery .swiper-slide-active img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 1;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

#swiper-gallery .swiper-pagination {
	position: relative;
	bottom: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 110px
}

#swiper-gallery .swiper-pagination-bullet {
	margin: 0 5px;
	width: 12px;
	height: 12px;
	outline: none !important
}

#swiper-gallery .swiper-pagination-bullet-active {
	background: #3C91E6;
	width: 16px;
	height: 16px
}

#recykling {
	height: 637px;
	background: url(/img/bg.jpg) right no-repeat;
	background-size: cover;
	color: white
}

#recykling .container, #recykling .row {
	height: 100%
}

#recykling h2 {
	color: white;
	margin-bottom: 25px;
}

#recykling h2 small, #recykling h2 strong {
	display: block
}

#recykling h2 small {
	text-transform: uppercase;
	font-size: .875rem;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 10px;
}

#recykling ul {
	margin-left: 0
}

#recykling li {
	position: relative;
	display: block;
	padding-left: 25px
}

#recykling li::before {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 12px;
	height: 12px;
	background: url(/img/check.svg) center no-repeat;
	background-size: contain
}

#mapa iframe {
	width: 100%;
	display: block
}

.sub header {
	height: 350px;
	overflow: hidden
}

.sub header .swiper-slide img {
	height: 350px
}

.sub header::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	background: rgba(0, 0, 0, 0.8)
}

.sub h1 {
	margin-top: 60px
}

.sub footer {
	margin-top: 60px
}

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

.bg-lines {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1
}

.bg-lines .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%
}

.bg-line {
	width: 1px;
	height: 100%;
	background: #efefef;
	position: relative;
}


@keyframes flow {
	0% {
		transform: translateY(-100vh);
	}

	100% {
		transform: translateY(100vh);
	}
}

.bg-line::after {
	content: '';
	display: block;
	width: 1px;
	height: 60px;
	top: -60px;
	background-color: #3C91E6;
	position: absolute;
	animation-name: flow;
	animation-timing-function: linear;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}

.bg-line--1::after {
	/* top: 40% */
	animation-delay: .05s;
}

.bg-line--2::after {
	/* top: 45%; */
	animation-delay: .9s;
}

.bg-line--3::after {
	/* top: 55%; */
	animation-delay: .5s;
}

.bg-line--4::after {
	/* top: 30%; */
	animation-delay: 1.2s;
}

.bg-line--5:after {
	/* top: 50%; */
	animation-delay: .35s;
}

footer {
	background-color: #000;
	padding: 60px 0;
	color: white;
	position: relative;
	z-index: 20
}

footer a {
	color: white;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

footer a:hover {
	opacity: .7;
	color: white;
	text-decoration: none
}

footer .ic .ic {
	margin-right: 30px;
	font-weight: 600;
}

footer .ic .ic img {
	display: block;
	margin-right: 10px
}

.madeby {
	line-height: 1em
}

.madeby img {
	display: block;
	width: 92px
}

.madeby small {
	float: left;
	color: white;
	font-size: .625rem;
	margin: 1.5px 3px 0 0;
	display: inline-block;
	font-family: arial
}

.lg-backdrop.in {
	opacity: 0.8 !important
}

.fluid {
	max-width: 100%;
	height: auto;
	display: block
}

.responsive-media, .r-m {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%
}

.responsive-media iframe, .r-m iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.alerts {
	position: relative
}

.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
	background-color: #cccccc;
	width: calc(100% - 30px)
}

.alert.alert-success {
	background-color: #008020;
	z-index: 20
}

.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2
}

.alert.alert-danger {
	background-color: #e32416;
	z-index: 1
}

.alert.alert-info {
	background-color: #4babe2;
	z-index: 20
}

.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 10000;
	width: 348px;
	height: 100px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out
}

.fb_slider_right .sliderbody {
	float: left;
	width: 320px
}

.fb_slider_right:hover {
	right: 0;
	height: 100%
}

.fb_slider_right .button, .fb_slider_right iframe {
	float: left;
	background: white
}

.sub #main li li {
	margin-top: 5px
}

#ue {
	z-index: 100 !important;
	background-color: #fff;
}

#ue img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
}



#galeria .gallery a {
	flex-direction: column;
  }

  #galeria .gallery a span {
	background-color: #fff;
	color: black;
	text-align: center;
	padding: 10px 0 0;
	font-size: .85rem;
	line-height: 1.3;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1000;
  }


img.circle {
	max-width: 100%;
	display: block;
	aspect-ratio: 1;
	height: auto;
	border-radius: 50%;
}

.subsection.bg-light .row:not(.gallery) {
	flex-direction: row-reverse;
}

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

main span:empty {display: none !important;}

.kontaktowa #main img:not([src*=".svg"]) {
	display: inline-block !important;
}


@media (max-width: 1280px) {
	#firma .col-9 .istr.cb div strong, .sub.company .istr.cb div strong {
		font-size: clamp(1rem, 1.3vw, 1.3rem);
	}
}


@media (max-width: 1199px) {
	#firma .col-9 .istr.cb, .sub.company .istr {
		flex-wrap: wrap;
		row-gap: 30px;
		justify-content: center;
		align-items: center;
	}
	#firma .col-9 .istr.cb > div, .sub.company .istr.cb > div {
			flex: 33% 0 0;
	}
}


@media (max-width:720px) {
	#firma .col-9 .istr.cb, .sub.company .istr {
		flex-direction: column !important;

	}
	#firma .col-9 .istr.cb > div, .sub.company .istr.cb > div {
			flex: 100% 0 0;
	}
}