/** @format */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
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:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,
button,
input,
select,
textarea {
	outline: 0;
}
a {
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 1194px;
	margin: 0 auto;
}
.container-fluid {
	width: 100%;
	max-width: calc(100% -);
	margin: 0 auto;
}
:root {
	font-size: 14px;
}
body {
	font-size: 1rem;
	font-family: Montserrat, sans-serif;
	line-height: 1.5em;
	font-weight: 400;
	color: #212121;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body b,
body strong {
	font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #252e3e;
}
.h1,
h1 {
	font-size: 3.57143rem;
}
.h2,
h2 {
	font-size: 3rem;
}
.h3,
h3 {
	font-size: 2.57143rem;
}
.h4,
h4 {
	font-size: 1.14286rem;
}
.h5,
h5 {
	font-size: 1.07143rem;
}
.h6,
h6 {
	font-size: 1rem;
}
.sub .h1,
.sub h1 {
	font-size: 3.57143rem;
}
.sub .h2,
.sub h2 {
	font-size: 3rem;
}
.sub .h3,
.sub h3 {
	font-size: 2.57143rem;
}
.sub .h4,
.sub h4 {
	font-size: 2.14286rem;
}
.sub .h5,
.sub h5 {
	font-size: 1.71429rem;
}
.sub .h6,
.sub h6 {
	font-size: 1.14286rem;
}
.lead {
	font-size: 1.42857rem;
	line-height: 2rem;
}
ol,
p,
ul {
	margin-bottom: 14px;
}
ol,
ul {
	margin-left: 30px;
}
ol > li,
ul > li {
	margin-bottom: 7px;
}
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;
}
.tc,
.text-center {
	text-align: center;
}
.text-right,
.tr {
	text-align: right;
}
.bold,
.strong,
b,
strong {
	font-weight: 700;
}
.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;
}
.r-m,
.responsive-media {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.r-m iframe,
.responsive-media 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: #fff;
	font-weight: 700;
	background-color: #ccc;
	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: #e42417;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}
.btn {
	background: #1aafe3;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #1aafe3;
	border-radius: 0;
	padding: 1rem 2.5rem;
	line-height: 1em;
	font-size: 1rem;
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: Montserrat, sans-serif;
}
.btn:hover {
	background: #3dbce9;
	-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: #1693be;
	-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: 0 0;
	color: #1aafe3;
	border: 1px solid #1aafe3;
}
.btn.alt:hover {
	color: #fff;
	background: #1aafe3;
	-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: #fff;
	background: #1693be;
	-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: #008020;
	border-color: #008020;
}
.bg-primary {
	background: #1aafe3;
	border-color: #1aafe3;
}
.bg-secondary {
	background: #1f3d7d;
	border-color: #1f3d7d;
}
.color-white {
	color: #fff;
}
.color-black {
	color: #000;
}
.color-info {
	color: #4babe2;
}
.color-danger {
	color: #e42417;
}
.color-warning {
	color: #f59f00;
}
.color-success {
	color: #008020;
}
.color-primary {
	color: #1aafe3;
}
.color-secondary {
	color: #1f3d7d;
}
.bg-none {
	background: 0 0 !important;
}
.navbar__toggler {
	display: none;
}
#navbar {
	background: rgba(0, 0, 0, 0);
	height: 140px;
	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.2);
}
#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: 100px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#navbar.affix {
	background: #1f3d7d;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.navbar-nav li {
	list-style: none;
	margin-left: 3px;
	margin-bottom: 0;
	position: relative;
}
.navbar-nav li:first-child {
	margin-left: 0;
}
.navbar-nav a {
	text-decoration: none;
	font-family: Montserrat, sans-serif;
	font-size: 0.85714rem;
	color: #fff;
	padding: 10px 15px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
	text-transform: uppercase;
	font-weight: 800;
	position: relative;
}
.navbar-nav .active > a,
.navbar-nav a.active,
.navbar-nav a:focus,
.navbar-nav a:hover {
	background: rgba(255, 255, 255, 0.2);
}
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 230px;
	background: rgba(255, 255, 255, 0.9);
	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;
	text-transform: none;
	font-weight: 400;
	color: #212121;
	border-top: 1px solid #e2e2e2;
	line-height: 1.1em;
	font-size: 0.92857rem;
	font-family: Montserrat, sans-serif;
	border-radius: 0;
}
.dropdown a::after {
	display: none;
}
.dropdown > li:hover > a {
	background: #1aafe3;
	color: #fff;
}
.dropdown > li:first-child > a {
	border: 0;
}
body {
	width: 100%;
	overflow-x: hidden;
}
#main a {
	color: #1aafe3;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:hover {
	color: #1693be;
	text-decoration: underline;
}
header {
	position: relative;
	margin-bottom: 80px;
}
header .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .swiper-slide img {
	display: block;
	max-width: 100%;
}
#header_top {
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 100%;
}
#header_top::after {
	content: "";
	display: block;
	height: 100%;
	width: 60%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(15%, #1f3d7d),
		color-stop(50%, rgba(31, 61, 125, 0.8)),
		to(rgba(31, 61, 125, 0))
	);
	background: linear-gradient(
		90deg,
		#1f3d7d 15%,
		rgba(31, 61, 125, 0.8) 50%,
		rgba(31, 61, 125, 0)
	);
}
#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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 20;
}
.slogan {
	width: 100%;
	color: #fff;
}
.slogan h1 {
	color: #fff;
	margin: 0 0 30px;
	line-height: 1.2em;
	width: 35%;
}
.slogan p {
	width: 35%;
}
.slogan .tel {
	color: #fff;
	font-size: 2.14286rem;
	margin-top: 30px;
}
.slogan .tel img {
	display: block;
	margin-right: 15px;
}
#infos {
	position: absolute;
	bottom: -80px;
	width: 100%;
	background: #1f3d7d;
	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-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
}
#infos a {
	width: calc(33.33334% - 80px);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	font-weight: 800;
	color: #fff;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 36px 40px;
	font-size: 1.14286rem;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#infos a:first-of-type {
	border-left: 0;
}
#infos a img {
	display: block;
	margin-right: 20px;
}
#uslugi {
	padding: 120px 0;
}
figure {
	background: #e9ebee;
}
figure > a {
	overflow: hidden;
	display: block;
}
figure > a img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}
figcaption {
	background: #e9ebee;
	text-align: center;
	font-weight: 800;
	font-size: 1.14286rem;
	padding: 30px 60px;
}
figcaption a {
	color: #252e3e;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.home section h2,
.sub h1 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.home section h2:after,
.sub h1:after {
	content: "";
	width: 60px;
	height: 4px;
	display: block;
	background: #1aafe3;
	position: absolute;
	bottom: 0;
	left: 0;
}
#wielkopolska {
	background: #010a11;
	height: 449px;
	color: #fff;
}
#wielkopolska .container,
#wielkopolska .row {
	height: 100%;
}
#wielkopolska .container {
	background: #010a11 url(../../img/wielkopolska.jpg) 0 0 no-repeat;
}
#wielkopolska h2 {
	color: #fff;
}
#wielkopolska p:last-of-type {
	margin-bottom: 0;
}
#sections .row {
	padding-top: 120px;
}
#sections .row p:last-of-type {
	margin-bottom: 0;
}
.row.reversed {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.row.reversed .col-5 {
	margin-right: 0;
}
.row.reversed .col-6 {
	margin-right: 30px;
}
#marki {
	padding: 120px 0;
}
#marki .row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

#marki .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#marki .image {
	width: 100%;
	height: 80px;
	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;
	margin-bottom: 30px;
}
#marki .image img {
	display: block;
	max-width: 60%;
	max-height: 60px;
}
#marki p {
	margin-bottom: 0;
	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;
}
#marki p strong {
	font-size: 1.14286rem;
	font-weight: 800;
	color: #252e3e;
}
#marki p span {
	font-size: 1.14286rem;
	font-weight: 400;
	color: #252e3e;
	opacity: 0.5;
}
#pliki {
	padding: 120px 0;
	background: #e9ebee;
}
#pliki .col-12.tc {
	margin-bottom: 60px;
}
#pliki h2 {
	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;
}
#pliki h2:after {
	left: auto;
}
.sub {
	padding-top: 140px;
}
.sub #navbar {
	background: #1f3d7d;
}
.sub h1 {
	margin-top: 60px;
}
.sub .lead {
	line-height: 2em;
	font-weight: 300;
}
#main {
	padding-bottom: 30px;
}
#main ul {
	margin-left: 0;
	padding: 0;
}
#main ul li {
	position: relative;
	display: block;
	padding-left: 20px;
	list-style: none;
}
#main ul li::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 12px;
	height: 12px;
	background: url(../../img/bullet.svg) center no-repeat;
	background-size: contain;
}
#main ul ul li {
	padding-left: 15px;
}
#main ul ul li::before {
	top: 5px;
	width: 9px;
	height: 9px;
}
#main ul ol,
#main ul ul {
	margin-top: 1rem;
}
.sub #pliki {
	padding: 60px 0;
}
.sub #pliki h4 {
	margin-top: 0;
}
footer {
	background: #fff;
	padding: 0 0 60px;
}
footer .row:first-child {
	padding: 110px 0 40px;
}
footer span:not(.ic) {
	color: #212121;
	opacity: 0.5;
	font-size: 1rem;
}
footer a {
	text-decoration: none;
	color: #212121;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
footer a:hover {
	color: #1aafe3;
}
footer .footer_left .ic {
	font-size: 1rem;
	margin-right: 60px;
}
footer .footer_left .ic img {
	display: block;
	margin-right: 15px;
}
footer .footer_right a {
	margin-left: 15px;
}
footer .footer_right a img {
	display: block;
}
footer #top img {
	margin-right: 5px;
}
footer hr {
	margin: 60px 0;
	height: 1px;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#footer_tel {
	font-size: 2.57143rem;
	font-weight: 800;
	color: #252e3e;
	line-height: 1em;
}
#footer_tel img {
	display: block;
	margin-right: 15px;
}
.madeby {
	line-height: 1em;
}
.madeby img {
	display: block;
	width: 92px;
}
.madeby small {
	float: left;
	color: #212121;
	font-size: 1rem;
	opacity: 0.5;
	margin: 1px 3px 0 0;
	display: inline-block;
	font-family: arial;
}
.lg-backdrop.in {
	opacity: 0.8 !important;
}
.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}
.r-m,
.responsive-media {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.r-m iframe,
.responsive-media 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: #fff;
	font-weight: 700;
	background-color: #ccc;
	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: #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: #fff;
}
.sub #main li li {
	margin-top: 5px;
}
