<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Fira Sans', sans-serif;
}

@media (min-width:1360px) and (max-width:1919px)  {
    .container {
        width: auto;
        max-width: 1320px;
    }
}

@media (min-width: 1920px) {
    .container {
        width: auto;
        max-width: 1620px;
    }
}

a,
a:focus {
    -moz-outline-style: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}

.margin10 {height: 10px; line-height: 0; font-size: 0;}
.margin20 {height: 20px; line-height: 0; font-size: 0;}
.margin30 {height: 30px; line-height: 0; font-size: 0;}
.margin40 {height: 40px; line-height: 0; font-size: 0;}
.margin50 {height: 50px; line-height: 0; font-size: 0;}
.margin60 {height: 60px; line-height: 0; font-size: 0;}
.margin70 {height: 70px; line-height: 0; font-size: 0;}
.margin80 {height: 80px; line-height: 0; font-size: 0;}
.margin90 {height: 90px; line-height: 0; font-size: 0;}
.margin100 {height: 100px; line-height: 0; font-size: 0;}

.pt-0 {padding-top: 0;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-24 {padding-top: 24px;}
.pt-30 {padding-top: 30px;}
.pt-40 {padding-top: 40px;}
.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}
.pt-70 {padding-top: 70px;}
.pt-80 {padding-top: 80px;}
.pt-90 {padding-top: 90px;}
.pt-100 {padding-top: 100px;}

.pb-0 {padding-bottom: 0;}
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 30px;}
.pb-30 {padding-bottom: 30px;}
.pb-40 {padding-bottom: 40px;}
.pb-50 {padding-bottom: 50px;}
.pb-60 {padding-bottom: 60px;}
.pb-70 {padding-bottom: 70px;}
.pb-80 {padding-bottom: 80px;}
.pb-90 {padding-bottom: 90px;}
.pb-100 {padding-bottom: 100px;}

.mt-0 {margin-top: 0;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-70 {margin-top: 70px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}
.mt-100 {margin-top: 100px;}
.mt-110 {margin-top: 110px;}
.mt-120 {margin-top: 120px;}
.mt-130 {margin-top: 130px;}
.mt-140 {margin-top: 140px;}

.mb-0 {margin-bottom: 0;}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 30px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}

.img-thumb {
    border: 0px;
    padding: 0px 0px;
    margin: 0;
    max-width: 100% !important;
}

.img-right {
    float: right;
    margin: 0 0 5px 15px;
}

.img-left {
    float: left;
    margin: 0 15px 5px 0;
}

.img-radius {
    background-color: white;
    padding: 7px;
    margin: 10px;
    border-radius: 100%;
    min-width: 120px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-center-padding {
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0 0 10px 0;
}

.padding-top {
    padding-top: 30px;
}

.padding-bottom-none {
    padding-bottom: 0px;
}

.selected {
    font-weight: 700;
}

.no-border {
    border: 0px;
    padding: 10px 0 10px 0;
}

.clear {
    width: inherit;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    clear: both;
}

.nopadding {
    padding: 0;
    margin: 0;
}

/* ARTICLE STYLE */
.article {
    padding: 0 0 20px 0;
}

.article h2 {
}

.article h4 {
    font-size: 26px;
    margin-bottom: 25px;
}

.article h5 {
    text-align: center;
    background: #d90000;
    color:  #ffffff; 
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0 ;
}

.article h6 {
    margin-bottom: 20px;
}

.article h6 hr {
    margin-bottom: 5px;
    margin-top: 0px;
}

.article h6 span {
    font-weight: 700;
}

.article p {
}

.article a,
.article a:visited {
    text-decoration: underline;
}

.article a:hover {
    text-decoration: none;
}

.article b,
.article strong {
    font-weight: 700;
}

.article ul {
    padding: 10px 0 10px 50px;
}

.article ul li {
    list-style: disc;
}

.article img {
    max-width: 100% !important;
}

.article-inside h1 {
    line-height: 80px;
}

.article-inside h3 {
   font-size: 2.2em;
}

.article-links {
    padding: 5px 10px;
}

.article-links a {
    text-decoration: none;
}

.article-attach {
    padding: 5px 10px;
}

.article-attach a {
    text-decoration: none;
}

.attachemnt_loop {
    padding: 5px 10px;
    border: dotted 1px #e2e2e2;
    background: #fcfcfc;
    margin-top: 5px;
}

.attachemnt_loop h5 {
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #e2e2e2;
    font-size: 16px;
}

.attachemnt_loop p {
    padding: 3px 4px;
    font-size: 14px;
    border-bottom: solid 1px #e2e2e2;
    margin: 0 0 2px 0;
}

.attachemnt_loop p:last-child {
    border-bottom: none;
}

.attachemnt_loop p a {
    color: #436587;
    text-decoration: none;
    display: inline-block;
    padding: 0 20px 0 3px;
}

.attachemnt_loop p a:hover {
    text-decoration: underline;
}

.article .attachemnt_loop-gallery {
}

.article .attachemnt_loop-gallery .row div {
    list-style-type: none;
    text-align: center;
    padding-bottom: 20px;
}

.article .attachemnt_loop-gallery .row div img {
    margin-left: auto;
    margin-right: auto;
}

.article .attachemnt_loop-gallery .row div a {
}

.article-multi-pages {
}

.article-multi-pages a,
.article-multi-pages a:visited {
    color: #436587;
}

.article-multi-pages a:hover {
}


/* ================= COOKIE ================= */
#popup {
    display: none;
    background: #555666;
    position: fixed;
    z-index: 999999;
}

#popup p {
    text-align: left;
    margin: 0 0 0 0;
    font-size: 12px;
    font-weight: 200;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

#popup .btn.btn-green {
    background: #ffffff;
    border: 0px;
    color: #1169b7;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

#popup .btn.btn-green:hover {
    background: #0e589a;
    color: #ffffff;
    border: 0px;
    text-decoration: none;
}

.popup-btn {
    float: right;
    padding-bottom: 4px;
    padding-left: 4px;
}

/*== GO TOP ==*/
#go-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 100;
}

#go-top a,
#go-top a:visited {
    width: 30px;
    height: 60px;
    display: block;
    background: #1169b7;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 0px;
    font-size: 18px;
    line-height: 56px;
    font-family: FontAwesome;
}

#go-top a:before {
    content: "\f106";
}

#go-top a:hover {
    background: #0e589a;
    text-decoration: none;
}

/*== zoom image ==*/
.img-zoom {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
}

.blue-line {
    background: #eeeeee;
    color: #2B2A29;
    font-size: 18px;
    font-weight: 300;
    text-align: right;
    padding: 9px 0;
}

.blue-line i {
    color:  #F03C00;
    font-size: 22px;
    margin-right: 5px;
    margin-left: 20px;
}

.blue-line span {
    display: inline-block;
}

.blue-line span.loc-1 {
    margin-right: 20px;
}

.blue-line span.loc-2 strong {
    font-weight: 500;
    margin-left: 3px;
}

.blue-line a,
.blue-line a:visited {
    color: #2B2A29;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.blue-line a:hover {
    color: #F03C00;
    text-decoration: none;
}

.navbar-wr {
    background: #ffffff;
    height: 70px;
}
.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, .30)
}

.affix + .affix-virtual {
    height: 70px;
}

.nav-cell {
    padding-top: 10px;
    padding-bottom: 10px;
}

.flags {
    max-height: 40px;
    margin-top: -5px;
    transition: all .3s ease-in-out; 
    -webkit-transition: all .3s ease-in-out; 
    -moz-transition: all .3s ease-in-out; 
    -o-transition: all .3s ease-in-out; 
    -ms-transition: all .3s ease-in-out;
    
}

.flags:hover {
    opacity: .6;
}

.h-logo {
    margin-top: -45px;
    position: relative;
    z-index: 1;
    float: left;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.affix .h-logo {    
    margin-top: -5px;
    position: relative;
    z-index: 1;
    float: left;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out; 
}

.affix .h-logo img {    
    height: 60px
}


main {
    margin: 70px 0 0 0;
}


/* swiper slider home */
.home-slider {}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative !important;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a,
.swiper-slide a img,
.swiper-slide img {
    width: 100%;
}

/*
.swiper-slide img,
.swiper-slide &gt; a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
}
*/
.swiper-container .swiper-pagination-bullet {
    position: relative;
    background: transparent !important;
    margin: 0 10px !important;
    width: 4px;
    height: 4px;
    opacity: 1 !important;
}

.swiper-container .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    background: #ffffff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    left: 0px;
    top: 0px;
    display: block;
    opacity: 1 !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.swiper-container .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: -4px;
    top: -4px;
    display: block;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 0 !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: -4px;
    top: -4px;
    display: block;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.swiper-container .swiper-pagination-bullet:hover::before {
    opacity: 0 !important;
}

.swiper-container .swiper-pagination-bullet-active::after,
.swiper-container .swiper-pagination-bullet:hover::after {
    opacity: 1;
}

.swiper-slide a {
    position: relative;
    display: block;
}

.swiper-slide a::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.swiper-container {
    position: relative;
}

.swiper-description {
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 20%;
    transform: translate(-50%, 0%);
    text-align: right;
    color: #ffffff; 
}

.swiper-description h3 {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, .9);
}

.swiper-description h3 span {
    font-size: 30px;
}

.swiper-description p {
    font-size: 50px;
    font-weight: 400;
    line-height: 24px;
    line-height: 33px;
    margin-bottom: 15px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, .9);
}

.swiper-description p span {
    font-size: 20px;
    font-weight: 700;
}

.swiper-description .btn-swiper {
    margin-top: 10px;
    background: #FF6134;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    border: 0px;
    display: inline-block;
    width: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 4px 50px 6px 50px;
    letter-spacing: 1px;
}

.swiper-description .btn-swiper:hover {
    background: #E34E2E;
    color: #ffffff;
}

/* /swiper slider home */

.termin {
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    color:  #eaeaea;
    padding: 30px;
    background: #444444;
    margin-bottom: 70px;
}

.row-ul {
    padding-left: 0px;
    list-style-type: none;
}

.row-ul li {
    color: #444444;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.row-ul li ul {
    margin-left: -15px;
    margin-bottom: 15px;
}

.row-ul li ul h5 {
    margin-left:  -18px; 
    font-size: 18px;
    font-weight: 400;  
}

.home-icons-article {
    margin-right: -6px;
    margin-left: -6px;
    padding-bottom: 70px;
}

.home-icons-article &gt; div {
    padding-right: 6px;
    padding-left: 6px;
}

.home-icons-article h2 {
    color: #444444;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.home-icons-article h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}


.home-icons-article p {
    color: #222222;
    font-size: 1.23em;
    line-height: 1.47em;
    margin-bottom: 12px;
}

.home-icons-article hr {
    margin-top: 50px;
    margin-bottom: 0px;
    border-top: #999 1px solid;
}

.btn-home-icons,
.btn-home-icons:visited {
    color: #ffffff;
    font-size: 14px;
    background: #d90000;
    text-decoration: none;
    padding: 4px 25px;
    border: solid 1px #d20000;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.btn-home-icons:hover {
    color: #ffffff;
    background: #444444;
    text-decoration: none;
    border: solid 1px #444444;
}

/* ustaw sobie wysokoĹci do rozdzielczoĹci dla blokĂłw */
/* xs */
@media (max-width:767px) {
    .home-icons-article {
        height: auto;
    }
}

/* sm */
@media (min-width:768px) and (max-width:991px) {
    .home-icons-article {
        height: auto;
    }
}

/* md */
@media (min-width:992px) and (max-width:1199px) {
    .home-icons-article {
        height: auto;
    }
}

@media (min-width:1200px) {
    .home-icons-article {
        height: auto;
    }
}


.pricing-service {
}

.pricing-service h3 {
    margin-bottom: 20px;
}

.pricing-service h5 {
    color: #555555;
    font-size: 18px;
    padding: 5px 0;
    margin: 0 0 5px 0; 
}

.pricing-service p {
    color: #555555;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.pricing-service p::after {
    content: '..................................................................................................................';
    position: absolute;
    letter-spacing: 0.36rem;
    width: 100%;
    bottom: 0px;
}

span.price {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 1;
    padding-left: 5px;
    color: #000000;
    font-weight: 600;
}

.gallery {
    overflow: hidden;
    border: 2px solid #8d8d8d;
    margin-bottom: 25px;
}

.gallery img {   
    transition: all .3s ease; 
    -webkit-transition: all .3s ease; 
    -moz-transition: all .3s ease; 
    -o-transition: all .3s ease; 
    -ms-transition: all .3s ease;
}

.gallery a:hover {
    border: #4d4d4d;
    opacity: .75;
}

.udt p {
    font-size: 14px;
}
.udt p strong {
    font-size: 16px;
    font-weight: 500;
    color:  #000000;
}
.udt p i {
    font-size: 18px;
    color:  #2D7BBB;
}
.udt ol {
    margin-left: -25px;
    font-weight: 600;
}

thead {
    background: #f9f9f9;
}

.colors {
    background-color: #e5e5e5;
    padding: 25px 0 50px 0;
}
.article-border {
    background-color: #eee; 
    border: 1px solid #bbbbbb;
    min-height: 780px;
    margin-bottom: 20px;
}
.article-border h3 {
    margin-bottom: 30px;
}
.color-box {
    min-height: 160px;
}

.silver-box {
    background-color: #eeeeee;
    padding: 0;
    border-bottom: 8px solid #2B2A29;
}

.flex-disp-row {
    background: #2B2A29;
}

.l-col-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.spacer-block {
    height: 250px;
}

.flex-disp-row .article {
    padding: 50px 0px 60px 0px;
}

.flex-disp-row .article h2 {
    color: #eaeaea;
    font-size: 62px;
    font-weight: 100;
    letter-spacing: 2px;
}

.flex-disp-row .article h3 {
    color: #1168b7;
    font-size: 22px;
    margin-bottom: 20px;
}

.flex-disp-row .article p {
    color: #525252;
    font-size: 14px;
    line-height: 21px;
}

.flex-disp-row .article p.last {
    margin-bottom: 30px;
}

.btn.btn-small,
.btn.btn-small:visited {
    color: #ffffff;
    background: #1169b7;
    text-decoration: none;
    padding: 3px 18px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.btn.btn-small:hover {
    color: #ffffff;
    background: #0e589a;
    text-decoration: none;
}

@media screen and (min-width:767px) {
    .flex-disp-row .container-fluid:after,
    .flex-disp-row .container-fluid:before {
        display: block;
    }

    .flex-disp-row .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .flex-disp-row .row:after,
    .flex-disp-row .row:before {
        display: block;
    }

}

/* stopka */



footer {
    background-color: #ffffff;
    background-repeat: repeat;
    background-position: left;
    background-attachment: fixed;
    background-clip: padding-box;
    background-size: cover;
    background-origin: padding-box;    /*background-image: none;*/
}

.footer-ins {
    background: #f6f6f6;
}

.f-adress {
    padding: 60px 0 40px 0;
    text-align: center;
}

.f-adress h4 {
    font-size: 60px;
    margin-top: 0px;
    margin-bottom: 60px;
}

.f-adress p {
    color: #555555;
    font-size: 22px;
    line-height: 26px;
}

.f-adress i {
    color: #F03C00;
    font-size: 30px;
    padding-bottom: 16px;
}

.f-adress a,
.f-adress a:visited {
    color: #555555;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.f-adress a:hover {
    color: #1b1b1b;
}

.f-copyright {
    padding-bottom: 36px
}

.f-line {
    border-top: solid 1px #eeeeee;
    padding-top: 16px;
}

.f-line p {
    font-size: 14px;
    color: #868686;
    margin: 0 0 10px;
    text-align: right;
}

.form-control {
    background: #ffffff;
    color: #666666;
    border: solid 1px #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.form-control::placeholder {
    color: #444;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #444;
}

.form-control::-ms-input-placeholder {
    color: #444;
}

.form-control:focus {
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(199, 199, 199, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(199, 199, 199, 0.6);
}
.f-form textarea {
    height: 100px;
    margin-bottom: 8px !important
}

.f-form {
    margin: 40px 0;
}

.f-form .form-control {
    margin-bottom: 20px;
}

.formzgoda {
    width:40px;  
    border: 0;
    box-shadow: none;
   -webkit-box-shadow: none;
}

.rodo h6 {
    color:#333;
    width:100%;
    font-size:0.78em;
    font-weight: 400;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 0;
}


.rodo-form p {
    color:#666;
    width:100%;
    font-size:0.73em;
    text-align: justify;
    margin-bottom: 5px;
    padding-left: 12px;
}

.rodo-form strong {
    color:#444444;
    font-weight: 400;
}

.rodo-form a {
    text-decoration: none;
    color: #0054cc;
}
.rodo-form a:hover {
    text-decoration: underline;
    color: black;
}

.captcha {
    border:  1px solid #bbb;
    width: 80px;
    height: 33px;
    margin: 0 10px;
    padding: 0 8px;

}

.btn-send,
.btn-send:visited {
    text-align: center;
    color: #fff;
    padding: 4px 60px;
    font-size: 16px;
    font-weight: 400;
    background-color: #0059b2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: solid 1px #0059b2;
    margin-bottom: 3px
}

.btn-send:hover {
    border: solid 1px #0059b2;
    background-color: #fff;
    color: #0059b2;
}

.budowa {
    color: #ffff;
    background-color: #414141;
    margin-bottom: 80px;
    padding: 40px 60px;
}

.budowa h3 {
    font-size: 2.5em;
    font-weight: 400;
    color: #cccccc;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
}

.budowa h4 {
    font-size: 2em;
}

.flex {
    display: flex;
    margin-bottom: 20px;
}

.flex-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.flex-left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}







table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table&gt;tbody&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;thead&gt;tr&gt;th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table&gt;thead&gt;tr&gt;th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}


.table-bordered&gt;tbody&gt;tr&gt;td,
.table-bordered&gt;tbody&gt;tr&gt;th,
.table-bordered&gt;tfoot&gt;tr&gt;td,
.table-bordered&gt;tfoot&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;thead&gt;tr&gt;th {
    border-top: 2px solid white;
}

.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;thead&gt;tr&gt;th {
    border-bottom-width: 2px
}

.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover&gt;tbody&gt;tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive&gt;.table {
        margin-bottom: 0
    }

}

.tech-label {
    background-color: #ddd;
    width: 300px;
    text-align: right;
}

.tech-value {
    background-color: #444;
    color: white;
}

.window-home {
    margin-top: -85px;
}

    @media (min-width: 1080px) {
        .window-home {
            margin-top: -150px;
        }
    }




/*==== responsywnoĹÄ ==== */

/* XS Portrait */
@media (max-width:480px) {
}

@media (max-width:767px) {
    .affix {
        position: static;
    }

    .affix + .affix-virtual {
        height: 0;
    }

    .blue-line {
        text-align: center;
    }

    .nav-cell {
        text-align: center;
    }

    .h-logo {
        float: none;
    }

    .swiper-description {
        text-align: center;
    }

    .swiper-description h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .swiper-description .margin20 {
        display: none;
    }

    .swiper-description p {
        display: none;
    }

    .swiper-description .btn-swiper {
        font-size: 14px;
    }
    .flex-disp-row .article h2 {
        font-size: 30px;
    }

    #popup {
        padding: 15px;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 999999;
    }

    #popup p {
        padding: 0 100px 0 10px;
    }

    #go-top {
        bottom: 5px;
        right: 0px;
    }

    #go-top a {
        width: 32px;
        height: 32px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        font-size: 18px;
        line-height: 28px;
    }
    .termin {
        font-size: 20px;
    }

}

/* sm */
@media (min-width:768px) and (max-width:991px) {
    .blue-line {
        text-align: center;
    }

    .swiper-description {
        text-align: center;
    }

    .swiper-description h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .swiper-description .margin20 {
        height: 0;
    }

    .swiper-description p {
        font-size: 18px;
        line-height: inherit;
        margin-bottom: 0;
    }

    .swiper-description .btn-swiper {
        font-size: 14px;
    }

    #popup {
        padding: 15px;
        bottom: 20px;
        left: 10%;
        width: 80%;
        z-index: 999999;
    }

    #popup p {
        padding: 0 100px 0 10px;
    }
    .termin {
        font-size: 26px;
    }
}

/* md */
@media (min-width:992px) and (max-width:1199px) {
    #popup {
        padding: 15px;
        bottom: 20px;
        left: 10%;
        width: 80%;
        z-index: 999999;
    }

    #popup p {
        padding: 0 100px 0 10px;
    }
    .termin {
        font-size: 36px;
    }

}

@media (min-width:1200px) {
    #popup {
        padding: 15px;
        bottom: 20px;
        left: 10%;
        width: 80%;
        z-index: 999999;
    }

    #popup p {
        padding: 0 100px 0 10px;
    }
    .termin {
        font-size: 40px;
    }

}

@media (min-width:1460px) {
    .termin {
        font-size: 50px;
    }
}

@media (min-width:1600px) {
}
</pre></body></html>