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: 1190px;
  margin: 0 auto;
}
.container-fluid {
  width: calc(100% - 60px);
  margin: 0 30px;
}
:root {
  font-size: 15px;
}
body {
  font-size: 1rem;
  font-family: Poppins, 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: Poppins, sans-serif;
  font-weight: 700;
  margin: 30px 0 15px;
  line-height: 1.1em;
  color: #000;
}
.h1,
h1 {
  font-size: 6rem;
}
.h2,
h2 {
  font-size: 4.66667rem;
}
.h3,
h3 {
  font-size: 2rem;
}
.h4,
h4 {
  font-size: 1.8rem;
}
.h5,
h5 {
  font-size: 1.53333rem;
}
.h6,
h6 {
  font-size: 1.2rem;
}
.sub .h1,
.sub h1 {
  font-size: 3.33333rem;
}
.sub .h2,
.sub h2 {
  font-size: 2.8rem;
}
.sub .h3,
.sub h3 {
  font-size: 2.4rem;
}
.sub .h4,
.sub h4 {
  font-size: 2rem;
}
.sub .h5,
.sub h5 {
  font-size: 1.6rem;
}
.sub .h6,
.sub h6 {
  font-size: 1.33333rem;
}
.lead {
  font-size: 1.33333rem;
  line-height: 1.7em;
  color: #212121;
}
ol,
p,
ul {
  margin-bottom: 15px;
}
ol,
ul {
  margin-left: 30px;
}
ol > li,
ul > li {
  margin-bottom: 7.5px;
}
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: #ffcb01;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffcb01;
  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: Poppins, sans-serif;
}
.btn:hover {
  background: #ffd32a;
  -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: #d7ab00;
  -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: #ffcb01;
  border: 1px solid #ffcb01;
}
.btn.alt:hover {
  color: #fff;
  background: #ffcb01;
  -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: #d7ab00;
  -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: #ffcb01;
  border-color: #ffcb01;
}
.bg-secondary {
  background: #85888c;
  border-color: #85888c;
}
.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: #ffcb01;
}
.color-secondary {
  color: #85888c;
}
.bg-none {
  background: 0 0 !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;
}
#navbar .email,
#navbar .tel {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
#navbar .email img,
#navbar .tel img {
  display: block;
  margin-right: 10px;
}
.logo img {
  height: 69px;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#navbar.affix {
  background: rgba(0, 0, 0, 0.9);
  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 30px 0 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 a {
  text-decoration: none;
  font-family: Poppins, sans-serif;
  font-size: 0.93333rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
  -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: -25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #ffcb01;
  width: 25px;
  height: 5px;
}
.navbar-nav .active > a::after,
.navbar-nav a.active::after,
.navbar-nav a:focus::after,
.navbar-nav a:hover::after {
  left: 0;
}
.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%;
}
.navbar-nav > .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.86667rem;
  font-family: Poppins, sans-serif;
  border-radius: 0;
  text-transform: none;
  font-weight: 300;
  color: #212121;
}
.dropdown a::after {
  display: none;
}
.dropdown > li:hover > a {
  background: #ffcb01;
}
.dropdown > li:first-child > a {
  border: 0;
}
body {
  width: 100%;
  overflow-x: hidden;
}
#main a {
  color: #ffcb01;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
#main a:hover {
  color: #d7ab00;
  text-decoration: underline;
}
header {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
header .swiper-slide img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
#header_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  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;
  text-align: center;
}
#header_top h1 {
  color: #fff;
  margin: 0 0 30px;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.5);
}
#header_top p {
  margin-bottom: 10vh;
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
}
.lead::after {
  content: "";
  display: block;
  background: #ffcb01;
  width: 40px;
  height: 4px;
  margin-top: 15px;
}
#dlaczego {
  padding: 120px 0;
}
#dlaczego h2 {
  margin-top: 0;
}
#dlaczego .col-5 img {
  display: block;
  width: 100%;
}
#dlaczego .col-5 img:not(:last-of-type) {
  margin-bottom: 15px;
}
#boxes {
  padding-bottom: 120px;
}
#boxes .row {
  justify-content: center;
  flex-wrap: wrap;
}
#boxes .col {
  width: calc(20% - 30px);
  min-width: 300px;
  margin: 0 15px 30px;
}
#boxes a {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  overflow: hidden;
}
#boxes a > img {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  filter: blur(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#boxes a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.3);
}
#boxes a:hover > img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
#boxes a:hover .caption {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(100%, rgba(0, 0, 0, 0.7)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0));
}
#boxes a:hover .caption small {
  opacity: 1;
}
#boxes a .caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px;
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.7)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#boxes a .caption strong {
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.3em;
}
#boxes a .caption small {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.9rem;
  line-height: 1.3em;
}
#boxes a .more {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 20;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: auto;
}
#boxes a .more img {
  display: block;
  margin-left: 10px;
}
#kontaktuj {
  background: url(../../img/paralaksa.jpg) center no-repeat;
  background-attachment: fixed;
  padding: 120px 0;
  color: #fff;
}
#kontaktuj h2 {
  color: #fff;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 30px;
}
#kontaktuj h2 small,
#kontaktuj h2 strong {
  display: block;
  line-height: 1.5em;
}
#kontaktuj h2 small {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.93333rem;
}
#kontaktuj h2 strong {
  font-size: 2.4rem;
}
#kontaktuj p {
  margin-bottom: 30px;
}
#kontaktuj .btn.alt {
  color: #fff;
  border-color: #fff;
}
#kontaktuj .btn.alt:focus,
#kontaktuj .btn.alt:hover {
  background: rgba(0, 0, 0, 0.3);
}
.sub header {
  height: auto;
}
.sub header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(16, 56, 167, 0.9)),
    to(rgba(16, 56, 167, 0))
  );
  background: linear-gradient(rgba(16, 56, 167, 0.9), rgba(16, 56, 167, 0));
}
.sub header .swiper-slide img {
  height: auto;
  width: 100%;
}
.sub h1 {
  margin-top: 60px;
  margin-bottom: 30px;
}
.sub footer {
  margin-top: 60px;
}
.sub #main ul {
  margin-left: 0;
}
.sub #main ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  list-style: none;
}
.sub #main ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../../img/bullet.svg) center no-repeat;
  background-size: contain;
}
.sub #main ul ol,
.sub #main ul ul {
  margin-top: 1rem;
}
.sub #pliki {
  margin-bottom: 15px;
}
footer {
  background: #000;
  padding: 60px 0;
  color: #fff;
}
footer a {
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
footer a:hover {
  color: #ffcb01;
}
.madeby {
  line-height: 1em;
}
.madeby img {
  display: block;
  width: 92px;
}
.madeby small {
  float: left;
  color: #fff;
  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;
}
.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;
}
header {
  background: #1038a7 url(../../img/slide.jpg) bottom no-repeat;
  background-size: 100% auto;
}
.sub header {
  height: 350px;
  background: #1038a7 url(../../img/subslide.jpg) bottom no-repeat;
  background-size: 100% auto;
}
.home #header_top .namiot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20vw;
  background: url(../../img/namiot-top.png) 30px bottom no-repeat;
  background-size: contain;
}
.card_img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.card_img img {
  width: 100%;
  display: block;
  transition: transform 0.2s;
}
.card_img:hover img {
  transform: scale(1.1);
}
.card_body h3 {
  margin: 15px 0;
  font-size: 1.325rem;
}
.card_body h3 a {
  color: #000;
  transition: color 0.2s;
}
.card_body h3 a:hover {
  color: #f59f00;
}
.card_body small {
  opacity: 0.5;
  border-top: 1px solid grey;
  padding-top: 10px;
  margin-top: 0;
  display: block;
}
.card.horizontal {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}
aside h4 {
  margin-top: 75px;
}
aside .card_img {
  width: 150px;
  margin-right: 15px;
  flex-shrink: 0;
  flex-grow: 0;
}
aside .card_body {
  flex-grow: 1;
  flex-shrink: 0;
  width: calc(100% - 165px);
}
aside .card_body h5 {
  margin: 0;
  font-size: 1.2rem;
}
aside .card_body h5 a {
  color: #000;
  transition: color 0.2s;
}
aside .card_body h5 a:hover {
  color: #f59f00;
}
aside .card_body small {
  padding-top: 0;
  border-top: 0;
  margin-top: 5px;
  font-size: 12px;
}
.thumbnail {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  max-width: 50%;
  display: block;
}


.tuv {
	max-width: 238px;
	margin-top: -60px;
	transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.tuv:hover {
	opacity: .7!important;
}
