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: 'Source Sans Pro', sans-serif;
	line-height: 1.6rem;
	font-weight: 400;
	color: #717a90;
	-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: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #303778;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em {
	color: #4f78e0;
	font-style: normal;
}
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.375rem;
	line-height: 2.2rem;
	color: #303778;
}
p,
ul,
ol {
	margin-bottom: 16px;
}
ul,
ol {
	margin-left: 30px;
}
ul > li,
ol > li {
	margin-bottom: 8px;
}
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: #006319;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59500;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #ae0e15;
	z-index: 1;
}
.alert.alert-info {
	background-color: #1d43a3;
	z-index: 20;
}
.btn {
	background: #4f78e0;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 2px solid #4f78e0;
	border-radius: 50px;
	padding: 1.3rem 2.5rem;
	line-height: 1em;
	font-size: 0.75rem;
	color: white;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.btn:hover {
	background: #7293e6;
	-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: #2c5dda;
	-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: #4f78e0;
	border: 2px solid #4f78e0;
}
.btn.alt:hover {
	color: white;
	background: #4f78e0;
	-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: #2c5dda;
	-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: #1d43a3;
	border-color: #1d43a3;
}
.bg-danger {
	background: #ae0e15;
	border-color: #ae0e15;
}
.bg-warning {
	background: #f59500;
	border-color: #f59500;
}
.bg-success {
	background: #006319;
	border-color: #006319;
}
.bg-primary {
	background: #4f78e0;
	border-color: #4f78e0;
}
.bg-secondary {
	background: #717a90;
	border-color: #717a90;
}
.color-white {
	color: white;
}
.color-black {
	color: black;
}
.color-info {
	color: #1d43a3;
}
.color-danger {
	color: #ae0e15;
}
.color-warning {
	color: #f59500;
}
.color-success {
	color: #006319;
}
.color-primary {
	color: #4f78e0;
}
.color-secondary {
	color: #717a90;
}
.bg-none {
	background: transparent !important;
}
.navbar__toggler {
	display: none;
}
#navbar {
	background: none;
	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: 28.3px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#navbar.affix {
	background: white;
	height: 60px;
	-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: 22px;
}
.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 > li > a {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #303778;
	padding: 10px 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
	position: relative;
}
.navbar-nav > li > a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -50px;
	left: -8px;
	-webkit-transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	background: #4f78e0;
	width: 25px;
	height: 25px;
	z-index: -1;
	border-radius: 100%;
	opacity: 0;
}
.navbar-nav .active > a,
.navbar-nav a.active,
.navbar-nav a:hover,
.navbar-nav a:focus {
	color: #4f78e0;
}
.navbar-nav .active > a::after,
.navbar-nav a.active::after,
.navbar-nav a:hover::after,
.navbar-nav a:focus::after {
	opacity: 0.4;
	bottom: 10px;
}
.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.15);
	box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.15);
	-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%;
	z-index: 999;
}
.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;
	font-family: 'Source Sans Pro', sans-serif;
	color: #717a90;
	border-radius: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.dropdown a::after {
	display: none;
}
.dropdown > li:hover > a {
	background: #4f78e0;
	color: white;
	-webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
}
.dropdown > li:first-child > a {
	border: 0;
}
body {
	width: 100%;
	overflow-x: hidden;
}
#main a:not(.btn) {
	color: #4f78e0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:not(.btn):hover {
	color: #2c5dda;
	text-decoration: underline;
}
header {
	position: relative;
	height: 100vh;
	z-index: 10;
}
header .swiper-slide img {
	width: 100%;
}
#header_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}
#header_top .container,
#header_top .row {
	height: 100vh;
}
#header_top .slogan {
	width: 33%;
}

.social_media {
	position: fixed;
	bottom: 30px;
	right: 0;
	-ms-flex-item-align: end;
	align-self: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 555;
	width: 250px;
	background: #ffffff;
	padding: 25px;
	border-radius: 50px 0 0 50px;
}

.social_media a {
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 100%;
}
.social_media a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
}
.social_media > div:not(:first-child) {
	margin-left: 15px;
}
.social_media img {
	display: block;
	height: 36px;
}
.slogan h1 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 3.125rem;
}
.slogan h1 em {
	text-transform: uppercase;
}
.slogan p {
	margin-bottom: 30px;
}
.slogan .btn.alt {
	margin-left: 15px;
}
main {
	position: relative;
	z-index: 20;
	background: linear-gradient(
		rgba(255, 255, 255, 0.9) 0,
		#fff 150px,
		#fff 100%
	);
}
#produkty {
	padding: 150px 0;
	background: url(/img/produktybg.png) left bottom no-repeat;
}
#produkty h2 {
	margin-top: 0;
	margin-bottom: 1.5rem;
}
#produkty .grid-3 {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#produkty .grid-3 .col-4 {
	margin-bottom: 30px;
}
.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.card_img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	display: block;
	overflow: hidden;
	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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #edf1f9;
	background-color: #fff;
	padding: 60px 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.card_img img {
	display: block;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	z-index: 1;
}
.card_img:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 10px 20px -5px #F3F4FB;
}
.card_img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.card_img .label {
	position: absolute;
	top: 30px;
	right: -40px;
	z-index: 20;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75rem;
	letter-spacing: 2px;
	background: #4f78e0;
	padding: 0.35rem 0;
	width: 180px;
	text-align: center;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.card_img .label.new {
	background: #f59500;
}
.card_body h3 {
	font-size: 1.3125rem;
	margin: 1rem 0 0;
}
.card_body h3 em {
	color: #4f78e0;
}
.card_body h3 a {
	color: #303778;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.card_body h3 a:hover {
	color: #4f78e0;
}
#zalety {
	background: #f3f4fb;
	padding: 150px 0;
}
#zalety h2 {
	margin-top: 0;
	margin-bottom: 1.5rem;
}
#zalety .lead {
	margin-bottom: 3rem;
}
.lista_zalet {
	margin: 0;
	padding: 0;
	position: relative;
}
.lista_zalet::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 14%;
	width: 5px;
	height: 70%;
	background: #e8ebf3;
}
.lista_zalet li {
	list-style: none;
	position: relative;
	z-index: 20;
	margin-bottom: 30px;
	margin-left: 200px;
}
.lista_zalet li strong {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3125rem;
	color: #303778;
	margin-bottom: 1rem;
}
.lista_zalet li:last-child {
	margin-bottom: 0;
}
.lista_zalet li .content {
	display: block;
	background: #ffffff;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.03);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.03);
}
.lista_zalet li::before {
	content: '';
	width: 200px;
	height: 5px;
	display: block;
	position: absolute;
	left: -200px;
	top: calc(50% - 2.5px);
	background: #e8ebf3;
	z-index: -1;
}
.lista_zalet li::after {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 100%;
	display: block;
	position: absolute;
	left: -10px;
	top: calc(50% - 10px);
	background: #000;
	z-index: -1;
}
.lista_zalet li:first-child::after {
	background: radial-gradient(#5d83e2, #1d43a3);
}
.lista_zalet li:nth-child(2)::after {
	background: radial-gradient(#f14b52, #ae0e15);
}
.lista_zalet li:last-child::after {
	background: radial-gradient(#ffc976, #f59500);
}
.sub {
	padding-top: 100px;
}
.sub #navbar {
	background: #fff;
	height: 100px;
}
.sub header {
	height: 40vh;
	min-width: 300px;
	max-height: 500px;
}
.sub header .swiper-container,
.sub header .swiper-slide {
	height: 100%;
}
.sub header .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.sub main {
	padding-top: 50px;
	margin-top: -50px;
}
.sub main h1 {
	margin-bottom: 2rem;
}
.sub .gallery {
	margin-top: 20px;
}
footer {
	position: relative;
	z-index: 30;
}
#pytania {
	text-align: center;
	background: #303778;
	border-radius: 8px;
	padding: 60px 0;
	margin-top: -100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: white;
	font-size: 1.375rem;
}
#pytania p {
	margin-bottom: 2rem;
}
#pytania a {
	font-weight: bold;
	color: white;
	font-size: 1.75rem;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
#pytania a:hover {
	opacity: 0.7;
}
.sub #pytania {
	margin-top: 50px;
}
footer .row:last-child {
	padding: 150px 0;
}
.sub footer .row:last-child {
	padding: 50px 0;
}
footer .social_media a,
footer .social_media img {
	display: block;
}
footer .social_media a:not(:first-child) {
	margin-left: 30px;
}
footer .social_media a {
	border-radius: 100%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
footer .social_media a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}
.madeby {
	line-height: 1em;
}
.madeby img {
	display: block;
	width: 92px;
}
.madeby small {
	float: left;
	color: #303778;
	font-size: 0.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: #006319;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59500;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #ae0e15;
	z-index: 1;
}
.alert.alert-info {
	background-color: #1d43a3;
	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;
}
/*# sourceMappingURL=main.min.css.map */
