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: 16px;
}
body {
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
	line-height: 1.835em;
	font-weight: 400;
	color: #242424;
	-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: #191919;
}
h1,
.h1 {
	font-size: 4.1875rem;
}
h2,
.h2 {
	font-size: 3.15625rem;
}
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.15625rem;
}
.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: 2em;
}
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: #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: transparent;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 0;
	padding: 1.3rem 2rem;
	line-height: 1em;
	font-size: 1rem;
	color: white;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: 'Poppins', sans-serif;
	position: relative;
	overflow: hidden;
}
.btn::before {
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background-color: red;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.btn::after {
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background-color: #c20000;
	position: absolute;
	top: 0;
	left: -101%;
	z-index: -1;
	-webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
	transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.btn img {
	display: block;
	margin-left: 1rem;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.btn:hover::after,
.btn:focus::after {
	left: 0;
}
.btn:hover img,
.btn:focus img {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}
.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: red;
	border: 1px solid red;
}
.btn.alt:hover {
	color: white;
	background: red;
	-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: #d60000;
	-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: red;
	border-color: red;
}
.bg-secondary {
	background: #242424;
	border-color: #242424;
}
.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: red;
}
.color-secondary {
	color: #242424;
}
.bg-none {
	background: transparent !important;
}
.navbar__toggler {
	display: none;
}
#navbar {
	background: rgba(0, 0, 0, 0);
	height: 129px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#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: 56.7px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#navbar.affix {
	background: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	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: 40px;
}
#navbar.affix .btn {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}
#navbar.affix .navbar-nav > li > a {
	padding: 24px 5px;
}
.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: 20px;
	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: 0.95rem;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 53px 5px;
	-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: -100%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: red;
	width: 100%;
	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;
}
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 230px;
	background: white;
	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 rgba(0, 0, 0, 0.5);
	line-height: 1.1;
	font-size: 0.875rem;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	text-transform: none;
	border-radius: 0;
	color: #191919;
}
.dropdown a::after {
	display: none;
}
.dropdown li:hover > a {
	background: #242424;
	color: #fff;
}

.dropdown .active > a,
.dropdown a.active {
	background: red;
	color: white;
}

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

#navbar .btn {
	font-family: 'Poppins', sans-serif;
	font-size: 0.75rem;
	font-weight: bold;
	text-transform: uppercase;
}

body {
	width: 100%;
	overflow-x: hidden;
}
#main a:not(.btn) {
	color: red;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:not(.btn):hover {
	color: #d60000;
	text-decoration: underline;
}
header {
	position: relative;
	width: 100%;
}
.home header {
	height: 100vh;
}
.header-top {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.8)),
		to(rgba(0, 0, 0, 0.3))
	);
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}
.header-top .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.slogan {
	width: 50%;
	color: white;
}
.slogan h1 {
	color: white;
	margin-top: 0;
	margin-bottom: 30px;
}
.slogan p {
	margin-bottom: 0;
}
.swiper-container {
	height: 100vh;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
#firma {
	padding: 150px 0;
}
#firma .row:first-child {
	margin-bottom: 75px;
}
#firma h5 {
	margin-top: 10px;
}
.firma-img {
	position: relative;
	width: 100%;
	height: 362.4px;
}
.firma-img img {
	display: block;
}
.firma-img--1 {
	position: relative;
	z-index: 1;
}
.firma-img--2 {
	position: absolute;
	z-index: 30;
	bottom: 0;
	left: 17%;
}
.firma-img--3 {
	position: absolute;
	z-index: 20;
	bottom: 9%;
	left: 37%;
}
#oferta {
	padding-bottom: 150px;
}
#oferta a {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
#oferta a::before {
	content: '';
	display: block;
	width: 72px;
	height: 72px;
	position: absolute;
	top: -1px;
	right: 0;
	z-index: 10;
	background: url(/img/plus.svg);
	transition: all .3s;
}
#oferta a::after {
	content: '';
	display: block;
	left: 40px;
	bottom: 0;
	width: 60px;
	height: 10px;
	background-color: red;
	position: absolute;
	z-index: 30;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#oferta a img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
#oferta a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#oferta a:hover::after {
	width: calc(100% - 80px);
}

#oferta a:hover::before {
	filter: brightness(.8);
}

#oferta .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	padding: 200px 40px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: white;
	width: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(transparent),
		to(black)
	);
	background: linear-gradient(transparent, black);
}
#oferta .caption small,
#oferta .caption strong {
	display: block;
}
#oferta .caption small {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}
#oferta .caption strong {
	font-size: 28px;
	margin-top: 10px;
}
#branze {
	padding-bottom: 150px;
}
#branze h3 {
	margin-top: 0;
	margin-bottom: 30px;
}
#branze p:last-of-type {
	margin-bottom: 0;
}
#branze a {
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 10px 50px rgba(0,0,0,.05) !important;
	box-sizing: border-box;
	padding: 15px;
}

.branza-image {
	overflow: hidden;
	width: 120px;
	margin-right: 30px;
}

#branze a img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#branze a strong {
	color: #191919;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
#branze a:hover strong {
	color: red;
}
#branze a:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#mapa iframe {
	display: block;
	width: 100%;
}
footer {
	background: #000;
	color: white;
}
footer h6 {
	margin-top: 0;
	margin-bottom: 30px;
	color: white;
	text-transform: uppercase;
}
footer p,
footer address {
	padding: 0;
	margin: 0;
}
footer a {
	color: white;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
footer a img {
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
footer a:hover {
	color: red;
}
footer a:hover img {
	opacity: 0.8;
}
.footer-top {
	padding: 150px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-bottom {
	padding: 30px 0;
}
.madeby {
	line-height: 1em;
}
.madeby img {
	display: block;
	width: 92px;
}
.madeby small {
	float: left;
	color: white;
	font-size: 0.625rem;
	margin: 1.5px 3px 0 0;
	display: inline-block;
	font-family: arial;
}
.sub header {
	height: 500px;
}
.sub .swiper-container,
.sub .swiper-slide img {
	height: 500px;
}
.sub .slogan {
	width: 100%;
	text-align: center;
}
.sub .slogan h1 {
	margin: 120px 0 0;
}
.sub main {
	padding: 75px 0 0;
}
.sub #mapa {
	padding-top: 75px;
}
#pliki {
	margin-bottom: 30px;
}
#galeria {
	margin-top: 30px;
}
.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;
}

.sub #main ul {
	padding-left: 0;
	margin-left: 0;
}

.sub #main ul li {
	list-style: none;
	display: block;
	position: relative;
	padding-left: 25px;
}

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

.thumbnail {
	display: block;
	float: right;
	margin: 0 0 30px 30px;
	max-width: 45%;
}


.langs {
	display: flex;
	align-items: center;
	color: white;
}

.langs a:not(:last-child)::after {
	content: '/';
	display: inline-block;
	margin: 0 0.8rem;
	opacity: .8;
	color: white !important;
}

.langs a {
	color: white;
	transition: color .2s;
}

.langs a:hover {
	color: #e32416;
	opacity: 1;
}

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