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: 100%;
	margin: 0;
	padding: 0 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	font-size: 16px;
}
body {
	font-size: 1rem;
	font-family: 'Rubik', sans-serif;
	line-height: 1.85em;
	font-weight: 400;
	color: #525252;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body b,
body strong {
	font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #303030;
}
h1,
.h1 {
	font-size: 4.375rem;
}
h2,
.h2 {
	font-size: 3.3125rem;
}
h3,
.h3 {
	font-size: 2.5rem;
}
h4,
.h4 {
	font-size: 1.875rem;
}
h5,
.h5 {
	font-size: 1.375rem;
}
h6,
.h6 {
	font-size: 1rem;
}
.sub h1,
.sub .h1 {
	font-size: 4.375rem;
}
.sub h2,
.sub .h2 {
	font-size: 3.3125rem;
}
.sub h3,
.sub .h3 {
	font-size: 2.5rem;
}
.sub h4,
.sub .h4 {
	font-size: 1.875rem;
}
.sub h5,
.sub .h5 {
	font-size: 1.375rem;
}
.sub h6,
.sub .h6 {
	font-size: 1rem;
}
.lead {
	font-size: 1.3125rem;
	line-height: 2rem;
}
p,
ul,
ol {
	margin-bottom: 16px;
}
ul,
ol {
	margin-left: 30px;
}
ul > li,
ol > li {
	margin-bottom: 8px;
}
ul > li {
	list-style: disc 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: 500;
}
.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: #0bb14e;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #0bb14e;
	border-radius: 12px;
	padding: 1rem 2.5rem;
	line-height: 1em;
	font-size: 1rem;
	color: white;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: 'Rubik', sans-serif;
}
.btn:hover {
	background: #0ed85f;
	-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: #098b3d;
	-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: 0.9rem;
	padding: 0.4rem 0.8rem;
}
button {
	cursor: pointer;
}
.btn.alt {
	background: transparent;
	color: #0bb14e;
	border: 1px solid #0bb14e;
}
.btn.alt:hover {
	color: white;
	background: #0bb14e;
	-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: #098b3d;
	-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: #0bb14e;
	border-color: #0bb14e;
}
.bg-secondary {
	background: #f36a20;
	border-color: #f36a20;
}
.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: #0bb14e;
}
.color-secondary {
	color: #f36a20;
}
.bg-none {
	background: transparent !important;
}
.navbar__toggler {
	display: none;
}
body {
	padding-top: 155px;
}
#navbar {
	background: #fff;
	height: 155px;
	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: 57.1px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.infolinia {
	margin-left: 60px;
}
.infolinia img {
	display: block;
	margin-right: 15px;
}
.infolinia span {
	color: #303030;
	font-weight: 500;
	font-size: 1.375rem;
	font-family: 'Rubik', sans-serif;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.infolinia:hover span {
	color: #0bb14e;
}
.infolinia:hover img {
	-webkit-animation: animInfoImg linear 2s infinite both;
	animation: animInfoImg linear 2s infinite both;
}
@-webkit-keyframes animInfoImg {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	25% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	50% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	75% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@keyframes animInfoImg {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	25% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	50% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	75% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
#navbar.affix {
	background: white;
	height: 70px;
	-webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}
#navbar.affix .logo img {
	height: 50px;
}
.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.navbar-nav li {
	list-style: none;
	margin-left: 45px;
	margin-bottom: 0;
	position: relative;
}
.navbar-nav li:first-child {
	margin-left: 0;
}
.navbar-nav a {
	text-decoration: none;
	font-family: 'Rubik', sans-serif;
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #303030;
	padding: 10px 0;
	font-weight: 500;
	letter-spacing: 1px;
	-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: -35px;
	left: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: #0bb14e;
	width: 100%;
	height: 15px;
	border-radius: 150% 150% 0 0;
}
.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 {
	bottom: -5px;
}
.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 {
	right: 0;
	left: auto;
}
.dropdown .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: 0.875rem;
	text-transform: none;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	border-radius: 0;
}
.dropdown a::after {
	display: none;
}
.dropdown > li:hover > a {
	background: #0bb14e;
	color: white;
}
.dropdown > li:first-child > a {
	border: 0;
}
body {
	width: 100%;
	overflow-x: hidden;
}
#main a:not(.btn) {
	color: #0bb14e;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:not(.btn):hover {
	color: #098b3d;
	text-decoration: underline;
}
header,
header .container-fluid {
	position: relative;
}
header::after {
	content: '';
	display: block;
	width: 100vw;
	height: 438px;
	background: #f7f7f8;
	position: absolute;
	bottom: -250px;
	left: 0;
	z-index: -1;
}
#slogan {
	width: calc(100% - 160px);
	height: 100%;
	position: absolute;
	left: 80px;
	bottom: -1px;
	z-index: 20;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: url(/img/mask.svg) center bottom no-repeat;
	background-size: 97% auto;
}
#slogan h1,
#slogan h2 {
	text-transform: uppercase;
	line-height: 1.7em;
	font-weight: 500;
	color: white;
	margin: 0;
	text-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
#slogan h1 {
	font-size: 4.375rem;
}
#slogan h2 {
	font-size: 1.375rem;
	letter-spacing: 3px;
	margin-bottom: 60px;
}
header .swiper-slide img {
	display: block;
	width: 100%;
	border-radius: 30px;
}
#uslugi {
	position: relative;
	z-index: 300;
	margin-top: -60px;
}
#uslugi a {
	position: relative;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#uslugi a::before {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 20;
	width: 56px;
	height: 56px;
	background: url(/img/plus.svg) center no-repeat;
	background-size: contain;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
#uslugi a img {
	display: block;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
#uslugi a .caption {
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 0;
	padding: 50px 50px 0 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 0.8))
	);
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	color: white;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 1.875rem;
	line-height: 1.1em;
}
#uslugi a .caption::after {
	content: '';
	display: block;
	width: 80px;
	height: 10px;
	background: #0bb14e;
	margin-top: 15px;
}
#uslugi a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}
#uslugi a:hover::before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
#uslugi a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
section:not(#pliki) a,
section:not(#galeria) a {
	color: #0bb14e;
}
section:not(#pliki) a:hover,
section:not(#galeria) a:hover {
	text-decoration: underline;
}
#firma {
	padding: 120px 0;
}
#firma h3 {
	margin-top: 0;
	margin-bottom: 30px;
}
#firma p:last-of-type {
	margin-bottom: 0;
}
#liczby {
	background: #f7f7f8;
	padding: 120px 0;
}
#liczby .col-3 {
	text-align: center;
}
#liczby .col-3 p:last-of-type {
	margin-bottom: 0;
}
#galeria {
	margin-top: 1rem;
}
.sub header::after {
	display: none;
}
.sub h1 {
	margin-top: 60px;
	margin-bottom: 30px;
}
.sub h1::after {
	content: '';
	display: block;
	width: 100px;
	height: 10px;
	background: #0bb14e;
	margin-top: 15px;
}
footer {
	padding: 120px 0 80px;
}
footer h4 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 1.375rem;
}
footer h6 {
	margin-top: 0;
	margin-bottom: 5px;
}
footer a {
	color: #0bb14e;
}
footer .tel {
	margin-top: 1rem;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	color: #0bb14e;
	font-size: 1.375rem;
}
footer .tel img {
	display: block;
	margin-right: 15px;
}
footer hr {
	border: 0;
	width: 100%;
	height: 5px;
	background: #0bb14e;
	margin: 120px 0 80px;
}
.copy {
	color: rgba(61, 61, 61, 0.5);
}
.copy a {
	margin-left: 15px;
}
.footer_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer_links li {
	list-style: none;
	margin: 0;
}
.footer_links li:not(:first-child) {
	margin-left: 30px;
}
.footer_links a {
	color: #303030;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	font-weight: 500;
	font-size: 0.75rem;
	text-transform: uppercase;
}
.footer_links a:hover {
	color: #0bb14e;
}
.madeby {
	line-height: 1em;
}
.madeby img {
	display: block;
	width: 92px;
}
.madeby small {
	float: left;
	color: #000;
	font-size: 0.625rem;
	margin: 2.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;
}

header .swiper-container {
	border-radius: 30px;
}

header .swiper-slide img {
	transition: transform 5s;
}

header .swiper-slide-active img {
	transform: scale(1.1);
}

.sub footer {
	border-top: 1px solid hsl(0, 0%, 95%);
	margin-top: 100px;
}

.thumbnail {
	float: right;
	margin: 0 0 30px 30px;
	max-width: 50%;
	transition: all .2s;
}

.thumbnail img {
	width: 100%;
	display: block;
}

.thumbnail:hover {
	transform: scale(1.03);
	box-shadow: 0 10px 15px -5px hsla(0, 0%, 0%, 0.2);
}


#subPages .row {
	margin-top: 60px;
}

.reversed {
	flex-direction: row-reverse !important;
}

.reversed .col-6:first-child {margin-right: 0;}
.reversed .col-6:last-child {margin-right: 30px;}



#partnerzy .gallery {
	align-items: stretch;
}

#partnerzy .gallery .marka {
	width: 16.66668%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	box-sizing: border-box;

}

#partnerzy .gallery img {
	display: block;
	max-width: 100%;
	max-height: 80px;
}
/*

.partnerzy #main ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.partnerzy #main ul li {
	flex-basis: 33%;
	padding-right: 60px;
	box-sizing: border-box;
}
*/

.zespol .col-3 span {
	margin-bottom: 15px;
	display: block;
	opacity: .48;
	line-height: 1.15em;
	margin-top: -10px;
}


.kontaktowa .zespol img {
	max-height: 450px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
/*# sourceMappingURL=main.min.css.map */
