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: 1140px;
	margin: 0 auto;
}
.container-fluid {
	width: calc(100% - 2 * $fluidGap);
	margin: 0 5vw;
}
:root {
	font-size: 15px;
}
body {
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
	line-height: 1.5em;
	font-weight: 400;
	color: #0c1624;
	-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: 700;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #0c1624;
}
h1,
.h1 {
	font-size: 4.66667rem;
}
h2,
.h2 {
	font-size: 3.53333rem;
}
h3,
.h3 {
	font-size: 2.66667rem;
}
h4,
.h4 {
	font-size: 2rem;
}
h5,
.h5 {
	font-size: 1.46667rem;
}
h6,
.h6 {
	font-size: 1.06667rem;
}
.sub h1,
.sub .h1 {
	font-size: 4.66667rem;
}
.sub h2,
.sub .h2 {
	font-size: 3.53333rem;
}
.sub h3,
.sub .h3 {
	font-size: 2.66667rem;
}
.sub h4,
.sub .h4 {
	font-size: 2rem;
}
.sub h5,
.sub .h5 {
	font-size: 1.46667rem;
}
.sub h6,
.sub .h6 {
	font-size: 1.06667rem;
}
.lead {
	font-size: 1.4rem;
	line-height: 2em;
}
p,
ul,
ol {
	margin-bottom: 15px;
}
ul,
ol {
	margin-left: 30px;
}
ul > li,
ol > li {
	margin-bottom: 7.5px;
}
ul > li {
	list-style: square 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: #005b44;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #e42417;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}
.btn {
	background: #005b44;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #005b44;
	border-radius: 0;
	padding: 1rem 2.5rem;
	line-height: 1em;
	font-size: 1rem;
	color: white;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: 'Poppins', sans-serif;
}
.btn:hover {
	background: #008462;
	-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: #003226;
	-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: #005b44;
	border: 1px solid #005b44;
}
.btn.alt:hover {
	color: white;
	background: #005b44;
	-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: #003226;
	-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: #e42417;
	border-color: #e42417;
}
.bg-warning {
	background: #f59f00;
	border-color: #f59f00;
}
.bg-success {
	background: #005b44;
	border-color: #005b44;
}
.bg-primary {
	background: #005b44;
	border-color: #005b44;
}
.bg-secondary {
	background: #0c1624;
	border-color: #0c1624;
}
.color-white {
	color: white;
}
.color-black {
	color: black;
}
.color-info {
	color: #4babe2;
}
.color-danger {
	color: #e42417;
}
.color-warning {
	color: #f59f00;
}
.color-success {
	color: #005b44;
}
.color-primary {
	color: #005b44;
}
.color-secondary {
	color: #0c1624;
}
.bg-none {
	background: transparent !important;
}
.navbar__toggler {
	display: none;
}
#navbar {
	background: rgba(0, 0, 0, 0);
	height: 150px;
	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.6px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.infolinia img {
	display: block;
	margin-right: 30px;
}
.infolinia span {
	color: white;
	font-weight: bold;
	font-size: 1rem;
	display: flex;
	flex-direction: column;
}
#navbar.affix {
	background: #003226;
	height: 70px;
}
#navbar.affix .logo img {
	height: 50px;
}
.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar-nav li {
	display: inline;
	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: 'Poppins', sans-serif;
	font-size: 1.06667rem;
	font-weight: bold;
	color: white;
	padding: 10px 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: inline-block;
	position: relative;
	overflow: hidden;
	opacity: 0.7;
}
.navbar-nav .active > a,
.navbar-nav a.active,
.navbar-nav a:hover,
.navbar-nav a:focus {
	opacity: 1;
}
.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: 'Poppins', sans-serif;
	border-radius: 0;
	color: #005b44;
	opacity: 1;
	font-weight: normal;
}
.dropdown > li:hover > a {
	background: #005b44;
	color: white;
}
.dropdown > li:first-child > a {
	border: 0;
}
body {
	width: 100%;
	overflow-x: hidden;
	background-color: #fcf6f5;
}
#main a:not(.btn) {
	color: #005b44;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:not(.btn):hover {
	color: #003226;
	text-decoration: underline;
}
header {
	position: relative;
	height: 100vh;
	width: 100%;
}
header .swiper-container {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}

main, footer {
	z-index: 10;
	position: relative;
	background-color: #fcf6f5;
}
header .swiper-container::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0, 91, 68, 0.6);
}
header .swiper-container::before {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	top: -25%;
	left: 0;
	z-index: 20;
	background: radial-gradient(#005b44, rgba(0, 91, 68, 0) 70%);
}
header .swiper-container img {
	display: block;
	height: 100vh;
	width: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}
#header_top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 666;
	width: 100%;
	height: 100.1%;
	background: url(/img/mask.svg) bottom no-repeat;
	background-size: 100.5%;
}
#header_top .container {
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 666;
}
.slogan {
	color: white;
	max-width: 45%;
}
.slogan h1 {
	margin: 0 0 30px;
	color: white;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}
.slogan h2 {
	color: white;
	font-size: 1.06667rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.slogan p {
	font-size: 1.06667rem;
	line-height: 2em;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#scroll {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#scroll:hover {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	opacity: 0.8;
}
#scroll strong {
	color: white;
	font-weight: bold;
	font-size: 0.93333rem;
}
.mouse {
	width: 25px;
	height: 40px;
	border: 2px solid white;
	border-radius: 20px;
	display: block;
	margin-right: 20px;
	position: relative;
}
.scroll {
	width: 2px;
	height: 8px;
	border-radius: 1px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 5px;
	left: calc(50% - 1px);
	-webkit-animation: scroll 1.5s infinite forwards;
	animation: scroll 1.5s infinite forwards;
}
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
a.more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	color: #0c1624;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a.more:hover {
	color: #005b44;
}
a.more:hover img {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}
a.more img {
	display: block;
	margin-right: 15px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
.home section h2:first-of-type,
.home section h3:first-of-type {
	margin-top: 0;
	margin-bottom: 20px;
}
#profesjonalizm .row:first-child {
	margin-bottom: 175px;
}
#profesjonalizm .row:first-child .col-6 {
	position: relative;
}
#profesjonalizm .row:first-child .col-6::after {
	content: '';
	display: block;
	width: 174px;
	height: 174px;
	background-size: contain;
	background: url(/img/dots.svg) center no-repeat;
	position: absolute;
	bottom: -90px;
	left: -100px;
	z-index: -1;
}
#wyroznia {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#wyroznia .col-6 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
#wyroznia .col-6 h3 {
	margin: 0;
}
#wyroznia .is h4 {
	margin: 0 0 20px;
	font-size: 1.33333rem;
}
#wyroznia .is img {
	display: block;
	margin-right: 30px;
}
#wyroznia .content.ml {
	padding-left: 95px;
}
#doswiadczenie {
	padding: 150px 0;
	background: url(/img/dosw.jpg) center no-repeat;
	/*background-attachment: fixed;*/
}
#doswiadczenie .container {
	height: 715px;
	position: relative;
}
.doswiadczenie_box {
	border-left: 7px solid #005b44;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	width: 535px;
	position: absolute;
	bottom: 70px;
	right: 0;
}
.doswiadczenie_box h4 {
	margin-top: 0;
	font-size: 1.33333rem;
}
#mapa iframe {
	display: block;
	width: 100%;
}
.sub {
	padding-top: 150px;
}
.sub #navbar {
	background-color: #005b44;
}
.sub h1 {
	margin: 90px 0 60px;
}
#pliki,
#galeria {
	margin-top: 20px;
}
#footer_top {
	padding: 120px 0;
	border-bottom: 1px solid #e2e2e2;
}
#footer_top .ic img {
	display: block;
	margin-right: 20px;
}
#footer_top .ic span,
#footer_top .ic a {
	color: #0c1624;
	font-weight: bold;
	font-size: 1.46667rem;
}
#footer_top .ic a {
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
#footer_top .ic a:hover {
	color: #005b44;
}
#footer_bottom {
	padding: 55px 0;
}
.madeby {
	line-height: 1em;
}
.madeby img {
	display: block;
	width: 92px;
}
.madeby small {
	float: left;
	color: #0c1624;
	font-size: 0.66667rem;
	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: #005b44;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #e42417;
	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;
}








.sub #realizacje .col {
	margin: 0;
	flex-basis: 33.333%;
}

.sub #realizacje .row a {
	display: flex;
	position: relative;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	height: 100%;
}

.sub #realizacje .row a::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 7px solid rgba(0,0,0,.1);
}

.sub #realizacje .row a::after {
	content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    will-change: border;
	z-index: 10;
	border: 2px solid #ffffff80;
	clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem));
	-webkit-clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem));

	transition: all .2s;
}

.sub #realizacje .row a .caption {
	z-index: 30;
	position: absolute;
	color: white;
	box-sizing: border-box;
	padding: 15px 30px;
	background-color: #005b44;
	bottom: 30px;
	text-transform: uppercase;
	transition: all .2s;
}

.sub #realizacje .row a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 1s;
	position: relative;
	z-index: 1;
}

.sub #realizacje .row a:hover img {
	transform: scale(1.03);
}

.sub #realizacje .row a:hover .caption {
	background-color: #008462;
}

.sub #realizacje .row a:hover::after {
	top: 21px;
	left: 21px;
	right: 21px;
	bottom: 21px;
}





/*# sourceMappingURL=main.min.css.map */
