@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext');

/* CSS Document */
* {
    box-sizing: content-box;
}

html {
    height: 100%;
}

body,
html {
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
and,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
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,
input,
textarea,
select {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}


body,
.blog-entry.blog-medium-style .entry-meta,
.dt-sc-event-image-caption .dt-sc-image-content h3,
.dt-sc-events-list .dt-sc-event-title h5,
.dt-sc-team.type2 .dt-sc-team-details h4,
.dt-sc-team.type2 .dt-sc-team-details h5,
.dt-sc-contact-info.type5 h6,
.dt-sc-sponsors .dt-sc-one-third h3,
.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite,
.dt-sc-counter.type3 h4,
.dt-sc-contact-info.type2 h6,
.woocommerce ul.products li.product .onsale,
#footer .mailchimp-form input[type="email"],
.dt-sc-icon-box.type5 .icon-content h5,
.main-header #searchform input[type="text"],
.dt-sc-testimonial.type1 .dt-sc-testimonial-author cite small,
.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li,
.dt-sc-team.rounded .dt-sc-team-details h5,
.megamenu-child-container > ul.sub-menu > li > a .menu-item-description,
.menu-item-description {
    /*font-family: 'Nunito', sans-serif;*/
}

body {
    font-size: 16px;
    line-height: 150%;
}

body,
.layout-boxed .inner-wrapper {
    background-color: #f8f8f8;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
a:hover,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.dt-sc-button.filled.white:hover,
.menu-icons-wrapper .search a,
.menu-icons-wrapper .cart a,
.available-domains li .price,
ul.dt-sc-tabs-vertical > li > a,
.footer-widgets,
#footer,
.footer-copyright a:hover,
#footer ul li a,
#footer .footer-copyright a:hover,
#footer .footer-copyright ul li a:hover,
#footer .footer-widgets ul.custom-social li a:hover,
.about-us-content .dt-sc-sociable li a:hover,
.dt-sc-contact-info.type5 .dt-sc-contact-icon span,
.dt-sc-team-social li a:hover,
.dt-sc-team.type2:hover .dt-sc-team-details h4,
.dt-sc-team.type2:hover .dt-sc-team-details h5,
.dt-sc-team.type2:hover .dt-sc-team-details p,
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social a:hover,
.dt-sc-team.hide-social-show-on-hover.rounded .dt-sc-team-details .dt-sc-team-social li a:hover,
.dt-sc-icon-box.type9.switch-color .icon-content,
.dt-sc-icon-box.type9.switch-color .icon-content h4,
.dt-sc-icon-box.type9.switch-color .icon-content h5,
.dt-sc-team-carousel-wrapper .dt-sc-team-details ul.dt-sc-team-social li a:hover {
    color: #0E1336;
}

strong {
    font-weight: 600;
}

body {
    font-weight: normal;

    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* font-family: 'Nunito', sans-serif;*/
    /*font-family: 'Segoe UI', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.loader {
    margin: auto;
    border-radius: 50%;
    border: 15px solid gray;
    border-left: 15px solid red;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    animation: rotate 1s linear infinite, fade 0.5s ease 1s forwards;
}

.content-load {
    width: 100%;
    height: 100%;
    background: #00f;
    opacity: 0;
    animation: show .8s ease-in 1s forwards;

    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*----------------------Cookies--------------------------------------*/

#storageMessage {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background: rgba(0, 0, 0, .5) no-repeat 0 0;
    z-index: 9999999999999999;
}

#storageMessage p {
    color: #fff;
    font-size: 13px;
}

#storageMessage .content111 {
    position: relative;
    padding: 1em 2em 1em 1em;
    z-index: 999999999999999;
}

#storageMessage .content111 a.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}

.hidden {
    display: none;
}

/*----------------------MENU TOP-------------------------------------*/

b {
    font-weight: 400
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    color: #5C5C5C;
}

.clear {
    clear: both;
}

/*| Navigation |*/
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    height: 75px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 38px;
}

#navbar {
    /*overflow: hidden;*/
    background-color: #1d1d1d;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.3s;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu .main-menu {
    display: none;
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
}

#tm:checked + .main-menu {
    display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
    display: none;
}

#menu li,
#toggle-menu,
#menu .sub-menu {
    /* border-style: solid;
  border-color: rgba(0, 0, 0, .05);*/
}

#menu li,
#toggle-menu {
    border-width: 0;
}

#menu .sub-menu {
    background-color: #fff;
    /*border-width: 1px 1px 0;*/
    margin: 0 1em;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.10);
}

#menu .sub-menu li:last-child {
    border-width: 0;
}

#menu li,
#toggle-menu,
#menu a {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#menu,
#toggle-menu {
    background-color: #fff;
}

#toggle-menu,
#menu a {
    padding: 8px 22px;
    font-size: 14px;
    font-weight: 300;

    letter-spacing: 1px;
}

#menu a {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
    background-color: #0063b0;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#menu .sub-menu {
    display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
    display: block;
}

#menu .sub-menu a:hover {
    color: #fff;
}

#toggle-menu .drop-icon,
#menu li label.drop-icon {
    position: absolute;
    right: 1.5em;
    top: 1.25em;
}

#menu label.drop-icon,
#toggle-menu span.drop-icon {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, .125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, .75);
}

#menu .drop-icon {
    line-height: 1;
}




/*nav{
 
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;

   position: relative;

  height: 62px;
  top: 50%;
  margin-top: -31px;
}
  nav ul{
    list-style: none;
    position: relative;
    float: right;
   
    display: inline-table;
	
  }
    nav ul li{
      float: left;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }

     nav ul li:hover{background: rgba(0,152,209,.70);}
    nav ul li:hover > ul{display: block;}
    nav ul li{
      float: left;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }
      nav ul li a{
        display: block; 
        padding: 15px 15px;
        color: #0098d1; 
        font-size: 14px;
        letter-spacing: 0px;
        text-decoration: none;
        text-transform: uppercase;
      }
	   nav ul li a:hover{
        color: #fff; 
      }
      nav ul ul{
        display: none;
        background: #fff;
        position: absolute; 
        top: 100%;
        box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1);
        border: 1px solid rgba(0,0,0,.1);
      }
        nav ul ul li{float: none; position: relative;}
          nav ul ul li a {
            padding: 15px 30px; 
            border-bottom: 1px solid rgba(0,0,0,.05);
          }
          nav ul ul ul {
            position: absolute; 
            left: 100%; 
            top:0;
          }	
*/

/*-------------------------buton fly---------------------------------------*/
.button-fly-box {

    position: fixed;
    top: 300px;
    background-color: rgba(17, 147, 212, 0.48);
    z-index: 999999999;
    right: 0;
    padding: 4px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);

    border-radius: 2px;

}

.button-fly-box:hover {


    background-color: #37bafe;


}

.button-fly {

    width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;

}

.button-fly a {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

/*---------------------------------------------------------------------*/
button {
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #fff;
    color: #0f3b78;
    border: 0;
    border-radius: 30px;
    font-weight: 600;

    cursor: pointer;
}

button:hover {
    background-color: #0f3b78;
    color: #fff;

}

.container h1,
.container-2 h1 {

    font-size: 42px;
    /*text-align: left;*/
    font-weight: 700;
    /*margin: 44px 0 20px 0;*/
    margin: 0px 0 1px 0;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 1;
}

.container h2,
.container-2 h2 {

    font-size: 26px;
    text-align: left;
    font-weight: 300;
    margin: 44px 0 20px 0;
    text-transform: none;
    letter-spacing: 1px;
    color: #0E1336;
}

.container-2 ul,
.container-2 ul {

    padding: 0 0 0 20px;

}


.container h3 {

    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 20px 0;
    font-weight: 700;
    color: #0063b0;
}

.container-2 h3 {

    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0 0 38px 0;
    font-weight: 400;
    display: inline-table;

    text-align: left;
}

.container-2 h4 {

    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 20px 0;

}

.container a {
    text-decoration: none;
}

.podtytul-duzy {
    padding: 50px 0px 0 0;
    text-align: center;

}

/*-----------------------witamy blok-----------------------------------------*/
.text-blok-1 {
    width: 50%;
    font-size: 18px;
}


.witamy-box-tresc {

    /*width: 50%;*/
}

.witamy-blok-tresc-1 {

    width: 59%;
}

.witamy-blok-tresc-2 {
    float: left;
    width: 100%;
}

.witamy-blok-foto {

    float: right;
    width: 45%;

}

.witamy-blok-foto-all {
    /*float: right;*/
    width: 43%;
    margin-top: 0px;
    margin-bottom: 0px;
    align-self: center;
    display: flex;
}

.witamy-blok-foto-0 {

    width: 100%;
    height: auto;

    margin-top: 0px;
}


.witamy-blok-foto-0 img {

    width: 100%;
    height: 100%;
}

.witamy-blok-foto-1,
.witamy-blok-foto-2 {

    width: 309px;
    height: 193px;
    border: 3px solid #fff;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.48);

    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.48);

    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.48);
}

.witamy-blok-foto-1 img,
.witamy-blok-foto-2 img {

    width: 100%;
    height: 100%;
}

.witamy-blok-foto-1 {
    position: relative;
    top: 50px;
    z-index: 1;
}

.witamy-blok-foto-2 {
    position: relative;
    top: -40px;
    left: 190px;
    z-index: 0;
}

.bgnd-witamy {
    background-image: url(../img/home/tlo-witamy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 557px;
}

/*-----------------------certyfikaty box--------------------------------------*/




.line-dekor {
    float: left;
    width: 100%;
    height: 2px;
    background: rgb(187, 181, 178);
    background: -moz-linear-gradient(90deg, rgba(187, 181, 178, 1) 0%, rgba(242, 160, 1, 1) 31%, rgba(236, 86, 4, 1) 73%, rgba(51, 51, 51, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(187, 181, 178, 1) 0%, rgba(242, 160, 1, 1) 31%, rgba(236, 86, 4, 1) 73%, rgba(51, 51, 51, 1) 100%);
    background: linear-gradient(90deg, rgba(187, 181, 178, 1) 0%, rgba(242, 160, 1, 1) 31%, rgba(236, 86, 4, 1) 73%, rgba(51, 51, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bbb5b2", endColorstr="#333333", GradientType=1);
}

.line-dekor-bottom {
    position: relative;
    z-index: 999999;
    top: -50px;
    float: left;
    width: 100%;
    height: 2px;
    background: rgba(0, 176, 240, 1);
    background: -moz-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 176, 240, 1)), color-stop(36%, rgba(255, 0, 0, 1)), color-stop(68%, rgba(255, 191, 0, 1)), color-stop(100%, rgba(146, 208, 80, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: linear-gradient(to right, rgb(15, 59, 120) 0%, rgb(8, 94, 225) 36%, rgb(4, 87, 202) 68%, rgb(15, 59, 120) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b0f0', endColorstr='#92d050', GradientType=1);

}

.line-dekor-bottom-2 {
    position: relative;
    z-index: 999999;
    top: 0px;
    float: left;
    width: 100%;
    height: 2px;
    background: rgba(0, 176, 240, 1);
    background: -moz-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 176, 240, 1)), color-stop(36%, rgba(255, 0, 0, 1)), color-stop(68%, rgba(255, 191, 0, 1)), color-stop(100%, rgba(146, 208, 80, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 176, 240, 1) 0%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(146, 208, 80, 1) 100%);
    background: linear-gradient(to right, rgb(15, 59, 120) 0%, rgb(8, 94, 225) 36%, rgb(4, 87, 202) 68%, rgb(15, 59, 120) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b0f0', endColorstr='#92d050', GradientType=1);

}

.dekor_title {
    margin: 30px 0 0 0;
    display: block;
    width: 40px;
    height: 2px;
    background: rgb(15, 59, 120);

}

.wrapper {
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

.inner-wrapper {
    margin: 0px;
    width: 100%;
    float: left;
    padding: 0px;
    overflow: hidden;
}

#header-wrapper {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
}

.container {
    /*width: 1190px;
    margin: 0 auto;
    position: relative;

    clear: both;*/
    width: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
    max-width: 80rem;
}

.container-2 {
    width: 100%;
    margin: 0 auto;
    position: relative;

    clear: both;
}

.container-2 p {
    padding: 5px 0;
}

.container-2 p.podpis {
    text-align: right;
}

.container p.podpis {
    text-align: right;
}

.container p.podtytul-maly {
    padding: 25px 270px 50px 270px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

#header {
    width: 100%;
    margin: 0px;
    padding: 0px;

}


.top-bar {
    color: #fff !important;
    font-size: 14px;
    background: #333333;
    letter-spacing: 0px;
    font-weight: 300;
}

.top-bar {
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-height: 38px;
    /*line-height: 120px;*/
    height: 31px;
    position: relative;
    z-index: 99999999999;

    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}

.media_blok {
    /* width: 15%; */
    float: right;
    height: 40px;
    margin-top: 40px;
}

.adres-top {
    width: auto;
    float: right;
    line-height: 31px;
}

.adres-top .pozycja {
    margin-right: 10px;
    display: inline;
}

.ikona_media {
    margin: 0;
    float: left;
}

.ikona_mendia img {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}

.ikony_opis {
    margin: 0 20px 0 0;
    float: left;
    line-height: 40px;
    font-size: 14px;
}

ion-icon {
    font-size: 14px;
    line-height: 100%;
    position: relative;
    top: 2px;
    margin: 0 3px 0 0;
}

.opis_slide > ion-icon {
    font-size: 18px;
    line-height: 100%;
    position: relative;
    top: 2px;
    margin: 0 3px 0 0;
    color: #f25a07;
}

.pdf_link a {

    color: #0f3b78;

}

.pdf_link {

    color: #0f3b78;

}

.dzial_tytul {
    padding: 10px 0;

    font-weight: 600;
}

#main-header-wrapper {
    height: 131px !important;
    background-color: #fff !important;
}

.main-header-wrapper {
    position: relative;
    top: 0px;
    float: left;
    clear: both;
    width: 100%;
    z-index: 99999;
}

.main-header-wrapper {
    height: 75px;
    background-color: #1D1D1D;
}

#menu-wrapper {
    position: absolute;
    height: 40px;
    top: 50%;
    margin-top: -18px;
    right: 0px;
}

.main-header {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 1;
    height: 70px;
}

.main-menu-top-wrapper {
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-height: 46px;
    line-height: 46px;
    position: relative;
    background-color: #0198d1 !important;
    z-index: 0;
}

#logo {
    float: left;
    position: absolute;
    width: 97px;
    height: 55px;
    margin-top: 12px;
}

#logo img {
    width: 100%;
}

.main-wrapper {
    float: left;
    width: 100%;
    padding: 0px 0 0px 0;
    margin: 0px;
    position: relative;
    z-index: 1;
    top: 0px;

}

.main-wrapper-2 {
    float: left;
    width: 100%;
    padding: 0px 0 0px 0;
    margin: 0px;
    position: relative;
    z-index: 1;
    top: 0px;
    font-size: 14px;
}

.dekor-line-tytul {
    width: 60px;
    height: 7px;
    display: block;
    margin: 8px auto 40px auto;
    background-color: #ff4800;
    border-radius: 50px;
    background: rgb(242, 90, 7);
    background: -moz-linear-gradient(90deg, rgba(242, 90, 7, 1) 15%, rgba(157, 158, 158, 1) 83%);
    background: -webkit-linear-gradient(90deg, rgba(242, 90, 7, 1) 15%, rgba(157, 158, 158, 1) 83%);
    background: linear-gradient(90deg, rgba(242, 90, 7, 1) 15%, rgba(157, 158, 158, 1) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f25a07", endColorstr="#9d9e9e", GradientType=1);
}

.dekor-line-tytul-left {
    width: 60px;
    height: 7px;
    display: block;
    margin: 8px 0 10px 0;
    background-color: #ff4800;
    border-radius: 50px;
    background: rgb(242, 90, 7);
    background: -moz-linear-gradient(90deg, rgba(242, 90, 7, 1) 15%, rgba(157, 158, 158, 1) 83%);
    background: -webkit-linear-gradient(90deg, rgba(242, 90, 7, 1) 15%, rgba(157, 158, 158, 1) 83%);
    background: linear-gradient(90deg, rgba(242, 90, 7, 1) 15%, rgba(157, 158, 158, 1) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f25a07", endColorstr="#9d9e9e", GradientType=1);
}

.dekor-line-tytul-left-wewnatrz {
    width: 36px;
    height: 7px;
    display: block;
    margin: 0 auto;
    background-color: #ff4800;
    border-radius: 50px;
    background: rgb(248, 173, 131);
    background: -moz-linear-gradient(90deg, rgba(248, 173, 131, 1) 0%, rgba(197, 198, 198, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(248, 173, 131, 1) 0%, rgba(197, 198, 198, 1) 100%);
    background: linear-gradient(90deg, rgba(248, 173, 131, 1) 0%, rgba(197, 198, 198, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8ad83", endColorstr="#c5c6c6", GradientType=1);
}

.srodek {
    text-align: center
}

/*------------------------kolory----------------------------*/
.bialy {
    background-color: #ffffff !important;
}

.szary {
    background-color: #f5f5f5 !important;
}

.szary-2 {
    background-color: #E4E8EB !important;
}

.szary-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,edecec+100 */
    background: #f7f7f7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #edecec 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #edecec 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7f7f7 0%, #edecec 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#edecec', GradientType=0);
    /* IE6-9 */


}

.czerwony {
    background-color: #ff0000 !important;
}

.bialy {
    background-color: #ffffff !important;
}

.niebieski {
    background-color: #0f3b78 !important;
}

.jasnoniebieski {
    background-color: #1193d4 !important;
}

.szary3 {
    background-color: #535959 !important;
    color: #fff;
}

.ciemnoszary2 {
    background-color: #303135 !important;

}

.zolty {
    background-color: #ffc000 !important;
}

.brazowy {
    background-color: #574943;
}

.bialy-color {
    color: #ffffff !important;
}

.grafitowy-color {
    color: #1d1d1d !important;
}

.niebieski-color {
    color: #0063b0 !important;
    margin-right: 5px;
}



.czerwony-color {
    color: #ff0000 !important;
    margin-right: 5px;
}

.zolty-color {
    color: #ffc000 !important;
    margin-right: 5px;
}

.szary-color {
    color: #4D4D4D !important;
    margin-right: 5px;
}

.foto {
    display: block;
    width: 355px;
    float: right;
    margin: 0 0px 0 40px;
}

.foto-big {
    display: block;
    width: 40%;
    float: right;
    margin: 0 0px 15px 25px;
    padding: 7px 0 0 0;
}

.foto-big img {
    overflow: hidden;
    width: 100%;

}

.upper {
    text-transform: uppercase;
}

.container p,
.container-2 p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 10px 0;
    line-height: 1.5;
}

.container ul {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0px;
    list-style: outside;

}

.container ul li {
    padding: 0 0 0px 0;

}



/*--------------------liczniki-------------------------------------*/
.container-licznik {
    width: 1190px;
    margin: 0 auto;
    position: relative;

    clear: both;

}

.share {
    margin-top: 20px;
}

.half-left {
    float: left;
    width: 25%;
    border-color: #f2f2f2;
    margin: 60px 0;
}

.half-right {
    float: right;
    width: 25%;
}

.numscroller-big-bottom {
    font-size: 32px;
    text-align: left;
    font-weight: 700;
    color: #fff;
}

.numscroller-info-top {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
}

.ikona-licznik {
    display: block;
    width: 50px;
    height: 50px;


}

.lewa-licznik {
    float: left;
    border-right: 2px solid #fff;
    padding: 0 12px;
    margin: 0 10px 0 0;
}

.sppb-section {
    z-index: 1;
    position: relative;
}

.sppb-section {
    margin-top: 0;
}

.sppb-section.overlay-color::after {
    position: absolute;
    height: 100%;
    background-color: rgba(15, 59, 120, 0.95);
    background-repeat: repeat;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}

.sppb-section-2 {
    z-index: 1;
    position: relative;
}

.sppb-section-2 {
    margin-top: 0;
}

.sppb-section-2.overlay-color::after {
    position: absolute;
    height: 100%;

    background-repeat: repeat;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}

/*----------------------------------------------------------*/

/*--------------------------wycena-box-------------------------------*/

/*--------------------box-kontener---------------------------------*/
.box-container {
    background-color: #0f3b78;
    margin: 30px 0;
    padding: 30px;

}


.ikon-box {
    width: 33%;
    height: 280px;
    text-align: center;
    padding: 25px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    float: left;
    transition-duration: 0.8s;

}

.ikon-box:hover {
    color: #dbdbdb;
    background-color: #1b4a8b;
}

.ikon-box-ikona {
    text-align: center;
}

.ikon-box-tytul {
    text-align: center;
}

/*-----------------------grupy box--------------------------------------*/
.grupy-box-container {
    padding: 50px 0;
}

.grupa-box {
    width: 30%;
    padding: 20px;
    display: block;
    float: left;
    border: 1px solid #ececec;
    background-color: #fff;
    height: 300px;
    margin: 0 35px 20px 0;
}

.grupa-box-logo img {
    height: 100%;
}


.grupa-box-logo {
    margin-bottom: 10px;
    height: 68px;
}

/*------------------------certyfikaty------------------------------*/

/*-----------------------paralaxa------------------------------------*/


.bgnd {
    /*background-attachment: fixed;*/
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 54vh;*/
    max-height: 1900px;
    min-height: 260px;
}



.bgnd-2 {
    background-image: url(../img/oferta_box_bg.jpg);
}

.bgnd-3 {
    background-image: url(../img/realizacje_box_bg.jpg);
}

.bgnd-4 {
    background-image: url(../img/omnie_box_bg.jpg);

}

.bgnd-onas {
    background-image: url(../img/onas_tlo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.bgnd-onas h2 {
    color: #fff;
}

.bgnd-strefa-przew {
    background-image: url(../img/banner/soaring-eagle-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*--------------------kolumny-------------------------------------*/
.lewa-kol {

    display: block;
    width: 50%;
    float: left;

}

.prawa-kol {

    display: block;
    width: 50%;
    float: right;
    padding: 0;

}

.prawa-kol-2 {
    display: block;
    width: 50%;
    float: right;
    padding: 90px 50px;
    background-color: rgba(255, 255, 255, 0.80);
    font-size: 14px;

    line-height: 24px;
}

/*----------------------o formie box---------------------------*/

.o-firmie-box-opis {
    font-size: 14px;
    padding: 20px 0;

    line-height: 24px;
}

.punkty-blok {
    padding: 0px 0px;
}


.punkt {
    padding: 10px 0px;
}

.punkt a:hover {
    color: #1193d4;
}

.punkt-odstep {
    padding: 40px 0 0 0px;
}

.odstep {
    margin: 30px 0 30px 0px;
}

.odstep-1 {
    margin: 50px 0 70px 0px;
    text-align: center;
}

.odstep-2 {
    margin: 20px 0;
    text-align: center;
}

.odstep-3 {
    margin: 70px 0 0px 0px;
}

.odstep-wew {
    padding: 0px 0 50px 0px;
}

.odstep-gora-dol {
    padding: 50px 0 50px 0px;
}

.odstep-gora-dol-oferta {
    padding: 8rem 0px;
}

.odstep-gora {
    padding: 50px 0px 0px 0px;
}

.odstep-dol {
    padding: 0px 0px 50px 0px;
}

.fa-arrow-circle-right {
    color: #1193d4;
    padding: 0 5px 0 0;
}

.link-styl {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    color: #F25A07;
}

.button-styl {
    padding: 11px 18px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: .5px;
    background-color: #F25A07;
    color: #fff;
    border: 1px solid #F25A07;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition-duration: 0.5s;
}

.button-styl:hover {
    padding: 11px 18px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: .5px;
    background-color: #F4AF87;
    color: #fff;
    border: 1px solid #F4AF87;
    border-radius: 50px;
    font-weight: 600;

    cursor: pointer;

}



.container a {

    text-decoration: none;

}

.button-styl-1 {

    padding: 15px 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    font-weight: 600;
    cursor: pointer;
    transition-duration: 0.5s;

}

.button-styl-1:hover {
    padding: 15px 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #f7fafd;
    color: #0063b0;
    border: 1px solid #fff;
    border-radius: 0px;
    font-weight: 600;
    cursor: pointer;
    transition-duration: 0.5s;
}

/*------------------------oferta blok---------------------------*/
.oferta-blok-all {
    display: flex;
    flex-wrap: wrap;

}

.left {
    margin: 0 15px 15px 0
}

.right {
    margin: 0 0 15px 15px
}

.oferta_box {
    display: flex;

    transition: box-shadow 0.2s ease 0s;
    position: relative;
    overflow: hidden;
    background-color: rgb(247, 249, 251);
    box-shadow: rgba(25, 48, 82, 0.1) 0rem 0.5rem 0.875rem;
    border-radius: 0.5rem;
    flex: 45%;

}

.oferta_foto {
    background-color: #999999;
    flex-shrink: 0;
    width: 14rem;
    overflow: hidden;
    height: auto;
}

.oferta_foto img {
    max-width: 100%;
    display: block;
}

.oferta_foto img:hover {
    transform: scale(1.1);
}

.oferta_box:hover .oferta_foto img {
    transform: scale(1.1);
}

.ilfTet {
    transition: transform 0.2s ease 0s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oferta_blok_tresc {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    font-size: 18px;
    text-align: left;
}

.div.oferta-blo-tytul {

    font-weight: 700;
    color: #1b1b1b;
    line-height: 2rem;
    color: rgb(27, 27, 27);
    margin-bottom: 1.5rem;
}

.ofrta-blok-tekst {
    font-size: 0.995rem;
    font-weight: 300;
    line-height: 1.25rem;
    color: rgb(27, 27, 27);
    text-align: left;
}


.ofrta-blok-tekst p {
    text-align: left;
    color: #1b1b1b;
    font-weight: 300;
}

/*--------------------------etapy box-------------------------------------*/
.etapy_prac_box {
    width: 100%;
    display: block;
    padding: 0 20px 20px 20px;
    margin: 0 0 53px 0;
}

.etap {
    display: block;
    width: 20%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.etap_ikona {
    width: 120px;
    height: 78px;
    background-color: transparent;
    text-align: center;
    margin: 0 auto 50px auto;
    position: relative;

}

.etap_ikona img {
    width: 100%;
    border: none;
    position: absolute;
    top: 50%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.etap_tytul,
.etap_podtytul {
    text-align: center;
}

.etap_tytul {
    font-weight: 700;
    vertical-align: baseline;
}

.etap_numer {
    display: block;
    position: relative;
    bottom: 0;
    width: 24px;
    height: 24px;
    background-color: #ff4800;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    left: 50%;
    top: 115px;

    transform: translateX(-50%);
}

/*--------------------------realizacje ------------------------------*/

.tytul_blok_podstrona {
    font-size: 26px;
    font-weight: 500;
    margin: 40px 0 30px 0;
}

.realizacja-blok {
    display: block;
    padding: 40px 25px;
    background-color: #f6f6f6;
    margin: 0 0 20px 0;

    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
}

.realizacja-blok-tresc {
    display: block;
    width: 72%;
    float: left;
}

.realizacja-blok-tresc-1 {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.realizacja-blok-tytul {
    font-size: 20px;
    color: #0E1336;
    font-weight: 500;
}

.realizacja-blok-adres {
    font-size: 16px;
    color: #6b6b6b;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0 20px 0;
}

.realizacja-blok-opis {

    width: 100%;
}

.realizacja-blok-opis p {
    padding: 0;
}

.realizacja-blok-foto img {
    width: 100%;
    height: 100%;
}


.realizacja-blok-foto {
    width: 276px;
    height: 206px;
    float: right;
    border: 3px solid #fff;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.48);
}

.ciemnoszary {
    background-color: #e9e9e9;
    border: 1px solid #cacaca;
}
/*---------------------------realizacje portfolio with filtering----------------*/
#myBtnContainer {
  margin: 0 auto;
  text-align: center;
  margin: 0 0 35px 0;
}
.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column1 {
  padding: 0px;
}

/* Create three equal columns that floats next to each other */
.column1 {
  float: left;
  /*width: 30.3%;*/
    width: 46%;
  display: none; /* Hide columns by default */
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.obrazek {
  display: block;
  width: 100%;
  height: auto;
}
/* Content */
.content1 {
position: relative;
     width: 100%;
}



.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #F25A07;
}

.content1:hover .overlay1 {
  opacity: 0.9;
}

.text-obrazka {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn1 {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

/* Add a grey background color on mouse-over */
.btn1:hover {
    background-color: #f25a07;
}

/* Add a dark background color to the active button */
.btn1.active1 {
  background-color: #f25a07;
   color: white;
}
/*----------------------o mnie-------------------------------*/
.o-mnie-blok {

    margin-bottom: 50px;

}

.o-mnie-blok-foto {
    width: 225px;
    height: 300px;
}

.o-mnie-blok-foto img {
    width: 100%;
    height: 100%;
}

.o-mnie-blok-opis {
    color: #d0d0d0;
    width: 60%;
    padding: 0 20px 0 150px;
    line-height: 24px;
    float: left;
}

.o-mnie-blok-foto-box {
    width: 225px;
    float: right;
    padding: 10px 0 0 0;
    margin: 0 200px 0 0;
}

.o-mnie-blok-foto-podpis {
    color: #d0d0d0;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    padding: 10px 0 0 0px;
}

.o-mnie-blok-foto-podpis-2 {
    color: #d0d0d0;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding: 5px 0 0 0px;
    text-transform: uppercase;
}

/*----------------------------oferta podstrona--------------------------*/
.witamy-blok-tresc {
    display: flex;
    
    justify-content: space-around;
    align-items: center;
    /*width: 50%;*/
}
.row-reverse{flex-direction: row-reverse;}
.row {flex-direction: row;}
.text-blok-2 {
    width: 48%;
/*    padding: 7rem 13rem 7rem 5rem;*/
/*    min-height: 530px;*/
    align-content: center;
    display: grid;
    /* box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.38);*/
}

.ciemny {
    background-color: #333438ba;
}

.jasny {
    background-color: #ffffffba;
}

/*---------------------FAQ box-----------------------------------*/
.accordion-blok {

    margin: 0 0 30px 0;
}

#container > .accordion-blok ul li {
    margin: 3px 0;
    padding: 0 20px;
    background: linear-gradient(-178deg, #fff 2%, #f7f9fb);
    width: 100%;

    overflow: hidden;
    border-radius: 0 0 .25rem .25rem;
    /*box-shadow: 0 .0625rem .1875rem .0625rem rgba(49, 48, 48, .2);*/
    box-shadow: rgba(25, 48, 82, 0.1) 0rem 0.5rem 0.875rem;
}

#container h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: none;
    color: #0E1336;
}

.quest {
    background-color: #fff;
    color: #fff;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 1%;
    cursor: pointer;
    line-height: 28px;
    border-bottom: 1px solid #fff;
}

.answ {
    background-color: #fff;
    display: inline-block;
    float: left;
    width: 100%;
    max-height: 0px;
    -webkit-transition: max-height 400ms ease-in-out;
    -moz-transition: max-height 400ms ease-in-out;
    transition: max-height 400ms ease-in-out, opacity 400ms ease-in-out;
    overflow: hidden;
    position: relative;
    top: -11px;
    opacity: 0;
    /*visibility: hidden;*/
}

.answ p {
    margin: 10px;
    font-size: 16px;
}

.quest h3 {
    display: inline-block;
    line-height: 32px;
    float: left;
}

.icon {
    display: inline-block;
    float: left;
    height: 20px;
    width: 20px;
    padding-top: 27px;
    margin-right: 10px;
}

.bar {
    position: absolute;
    height: 3px;
    width: 20px;
    background-color: #ff4800;
    display: block;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;

}

.bar:first-child {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.active .bar:first-child {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.active {
    max-height: 500px;
    /*visibility: visible;*/
    opacity: 1;
}

/*-------------------realizacje carousel--------------------------*/
.container2 {
    padding: 34px 0;
}

.container2 .tytul_blok.srodek {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    padding: 0 0 0px 0;
}

.gallery {
    background: transparent;
}

.gallery-cell {
    width: 62%;
    height: 601px;
    margin-right: 10px;
    padding: 0 40px;
    /*background: #8C8;*/
    /*counter-increment: gallery-cell;*/
    opacity: .4;
    transition: opacity 400ms ease-in-out;
}

/* cell number */
.gallery-cell:before {
    display: block;
    text-align: center;
    /*content: counter(gallery-cell);*/
    line-height: 601px;
    font-size: 80px;
    color: white;
}

.gallery-cell.is-selected img {
    width: 100%;
    overflow: hidden;
    border-radius: 0.3rem;
    box-shadow: rgba(25, 48, 82, 0.1) 0rem 0.5rem 0.875rem;
}

.gallery-cell img {
    width: 100%;
    overflow: hidden;
    border-radius: 0.3rem;
    box-shadow: rgba(25, 48, 82, 0.1) 0rem 0.5rem 0.875rem;
}

.gallery-cell.is-selected {
    opacity: 1;

}

.flickity-prev-next-button.previous {
    left: 15%;
}

.flickity-prev-next-button.next {
    right: 15%;
}

.flickity-prev-next-button:hover {
    background: transparent;
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 0%;

    background: none;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ramka_realizacja {
    position: relative;
    z-index: 3;
    display: block;
}

.foto_realizacja {
    position: relative;
    z-index: 2;
    top: -92%;
}




/*---------------------cookies----------------------------------*/
//This is only here to demo the position absolute option
//html,body {
//    height:2000px;
//    position: relative;
//}
//The cookie styling
div.cookies {
    // position: absolute; //Use this if you want it below everything at the bottom of the page
    position: fixed; //Use this if you want it floating at the bottom of the browser window
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 74, 151, 0.9);
}

div.cookies .container {
    position: relative;
}

@media only screen and (min-width: 1025px) {
    div.cookies .container {
        height: 40px;
    }
}

div.cookies .container div {
    padding-left: 60px;
    padding-right: 10px;
}

div.cookies a {
    color: #fff;
    text-decoration: underline;
    border: none;
}

div.cookies a.close-cookie-warning {
    position: absolute;
    left: 15px;
    top: 0;
    display: block;
    background-color: rgb(0, 74, 151);
    color: #fff;
    padding: 9px 5px;
    cursor: pointer;
    font-size: 4rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
}

div.cookies a.close-cookie-warning:hover {
    background-color: #fff;
    color: rgb(47, 153, 205);
    border-bottom: none;
}

@media only screen and (max-width: 767px) {
    .mobile-hidden {
        display: none;
    }
}

/*---------------------button-----------------------------------*/
.container-3 {
    /*background: #8499B1; */
    margin: 0 auto;
    width: 124px;
    text-decoration: none;
}

.lewa-strona {
    margin: 15px 0 15px 0;
}

.container-3 a {
    /*background: #8499B1; */
    margin: 0 auto;
    display: block;
    text-decoration: none;
}


.btn {
   /* position: relative;
    text-align: center;
    font-size: 14px;
    width: 144px;
    color: #FFFFFF;
    height: 55px;
    line-height: 55px;
    transition: all 0.3s;

    span {
        transition: all 0.3s;
        transform: scale(1, 1);
    }*/
}


.btn::before,
.btn::after {
   /* content: '';
    position: absolute;
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; content: '';
    position: absolute;
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;*/
}

.btn-one::before {
    left: 4px;
    z-index: 1;

    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: scale(0.1, 1);
}

.btn-one:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-one::after {
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-one:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}



/* BTN THREE*/
.btn-three::before {
    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1, 0.1);
}

.btn-three:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-three::after {
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-three:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}

/* BTN THREE 2*/
.btn-three_2::before {
    opacity: 0;
    background: rgba(66, 179, 229, 0.1);
    transform: scale(1, 0.1);
}

.btn-three_2:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-three_2::after {
    transition: all 0.3s;
    border: 1px solid rgba(66, 179, 229, 0.5);
}

.btn-three_2:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}

/* BTN THREE 2a*/
.btn-three_2a::before {
    opacity: 0;
    background: rgba(146, 208, 80, 0.1);
    transform: scale(1, 0.1);
}

.btn-three_2a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-three_2a::after {
    transition: all 0.3s;
    border: 1px solid rgba(146, 208, 80, 0.5);
}

.btn-three_2a:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}

/* BTN THREE 2b*/
.btn-three_2b::before {
    opacity: 0;
    background: rgba(255, 0, 0, 0.1);
    transform: scale(1, 0.1);
}

.btn-three_2b:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-three_2b::after {
    transition: all 0.3s;
    border: 1px solid rgba(255, 0, 0, 0.5);
}

.btn-three_2b:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}

/* BTN THREE 2a*/
.btn-three_2a::before {
    opacity: 0;
    background: rgba(146, 208, 80, 0.1);
    transform: scale(1, 0.1);
}

.btn-three_2a:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-three_2a::after {
    transition: all 0.3s;
    border: 1px solid rgba(146, 208, 80, 0.5);
}

.btn-three_2a:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}

/* BTN THREE 2c*/
.btn-three_2c::before {
    opacity: 0;
    background: rgba(255, 211, 79, 0.1);
    transform: scale(1, 0.1);
}

.btn-three_2c:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-three_2c::after {
    transition: all 0.3s;
    border: 1px solid rgba(255, 211, 79, 0.5);
}

.btn-three_2c:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}

/* BTN THREE 2d*/
.btn-three_2d::before {
    opacity: 0;
    background: rgba(77, 77, 77, 0.1);
    transform: scale(1, 0.1);
}

.btn-three_2d:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-three_2d::after {
    transition: all 0.3s;
    border: 1px solid rgba(77, 77, 77, 0.5);
}

.btn-three_2d:hover::after {
    transform: scale(1, .1);
    opacity: 0;
}




/*-----------------------slider--------------------------------------- */
#slider {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px 0px 0px;
    padding: 0px;
    display: block;
    line-height: 0px;
    height: 263px;

    /*background: url(../img/baner.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    /*    background: #e8e8e8;*/
}

#slider-podstrona {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px 0px 0px;
    padding: 0px;
    display: block;
    line-height: 0px;
    height: 80px;
}

#slider,
#slider-podstrona img {
    width: 100%;
    height: 100%;
}

.slider-tytul-strony {
    display: block;
    width: 1190px;
    margin: 0 auto;
    top: 50px;
    position: relative;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

#slider-podstrona {
    float: none;
    clear: both;
    width: 100%;
    margin: 0px 0px 0px;
    padding: 0px;
    display: block;
    line-height: 0px;
    height: 100px;
}

.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("images/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.centered-btns_nav:active {
    opacity: 1.0;
}

.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    /* Fix for IE6-9 */
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%;
}

.transparent-btns_nav.next {
    left: auto;
    right: 0;
}

.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000 url("images/themes.gif") no-repeat left 50%;
    width: 38px;
}

.large-btns_nav:active {
    opacity: 1.0;
}

.large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
    outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    margin-top: -110px;
    text-align: center;
    position: relative;
    z-index: 9999;

}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0, 0, 0, .2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    width: 9px;
    height: 9px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
    background: #222;
    background: rgba(0, 0, 0, .8);
}

.caption {
    position: absolute;
    display: block;
    bottom: 110px;
    left: 15%;
    right: 0px;
    padding: 15px;
    text-align: left;
    /*background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);*/
    color: #FFF;
    font-size: 44px;
    color: #0E1336;
}

.blok_top {
    margin: 0 auto;
    width: 1001px;
    height: 233px;
    color: #0E1336;
    background-color: #CCCCCC;
    position: relative;
    z-index: 9999;
    top: 0px;
}

/* ---------------------- layerslider ---------------------------*/
#layerslider-container {
    margin: 0px auto;
    width: 100%;
    overflow: hidden;

}





.mySlides,.mySlides1, .mySlides2  {
    display: none;
}


/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;

}

/* Caption text */
.text {
    color: #0E1336;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 40%;
    left: 10%;
    width: 100%;
    text-align: center;

    line-height: 150%;
    z-index: 5;
}

.tytul_slide {
    line-height: 1;
    font-size: 66px;
    margin: 0 0 20px 0;
    width: 45%;
}

.opis_slide {
    line-height: 1.5;
    width: 49%;
    font-size: 22px;
    font-weight: 400;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #0E1336;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 6;
}

/* The dots/bullets/indicators */
.dot {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #CFD8DC;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.6s ease;
    position: relative;
    bottom: 20px;
    z-index: 6;
}

span.active {

    background-color: #B0BEC5;
    width: 20px;

    border-radius: 50px;
}

.active {

    background-color: #B0BEC5;
    /*    width: 20px;*/

    border-radius: 50px;
}


/* Fading animation */
.teksty {
    -webkit-animation-name: teksty;
    -webkit-animation-duration: 4s;
    animation-name: teksty;
    animation-duration: 4s;
    transition: teksty 0.6s ease;
    opacity: 0;
    animation-delay: 0s;
    font-weight: 700;
}

.tlo {
    -webkit-animation-name: tlo;
    -webkit-animation-duration: 4s;
    animation-name: tlo;
    animation-duration: 4s;
    transition: tlo 0.4s ease-out;
    animation-timing-function: ease-out;
    position: relative;
    left: 5%;

}

@-webkit-keyframes tlo {
    0% {
        transform: scale(1.0);
        opacity: 0;
    }

    15% {
        opacity: 1;
        transform: translateX(-30px) scale(1.0);
    }

    75% {
        opacity: 1;
    }

    100% {
        transform: scale(1.0) translateX(-30px) rotate(0deg);
        opacity: 0;
    }
}

@keyframes tlo {
    0% {
        transform: scale(1.0);
        opacity: 0;
    }

    15% {
        opacity: 1;
        transform: translateX(-30px) scale(1.0);
    }

    75% {
        opacity: 1;
    }

    100% {
        transform: scale(1.0) translateX(-30px) rotate(0deg);
        opacity: 0;
    }
}

@-webkit-keyframes teksty {
    0% {
        opacity: 0;
        left: 1%;
    }



    15% {
        opacity: 1;
        left: 6%;
    }

    75% {
        opacity: 1;
        left: 6%;
    }

    100% {
        opacity: 0;
        left: 6%;

    }
}

@keyframes teksty {
    0% {
        opacity: 0;
        left: 0;
    }



    15% {
        opacity: 1;
        left: 6%;
    }

    75% {
        opacity: 1;
        left: 6%;
    }

    100% {
        opacity: 0;
        left: 6%;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

/*-----------------------------------------------------*/

@media screen and (max-width: 600px) {
    h1 {
        font: 24px/50px "Nunito", Helvetica, Arial, sans-serif;
    }

    .callbacks_nav {
        top: 47%;
    }
}




/*----------------------------aktualnosci---------------------------------------*/

.aktualnosc-item-blok {
    display: block;
    width: 24%;
    border: 1px solid #dadada;
    overflow: hidden;
    padding: 3px;
    box-sizing: border-box;
    float: left;
    margin: 0 7px 7px 0;
    height: 500px;
}

.aktualnosc-item-blok img {
    width: 100%;
}

.aktualnosc-item-foto {
    height: 117px;
    overflow: hidden;
}

.aktualnosc-item-tytul {

    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 5px;
}

.aktualnosc-itep-opis {

    text-align: center;
    font-size: 14px;
    font-weight: 100;
    padding: 8px 5px;
}

.margin-ost {
    margin: 0 0 7px 0
}

/*---------------------------------dokumenty-----------------------------*/

.dok a {
    text-decoration: none;
    color: #4d4d4d;
    font-weight: 700;
    line-height: 50px;
    display: block;
    padding: 0 0 0 5px;
    /* border-bottom: 1px solid #bdbdbd; */
    /* float: left; */

    /* border-bottom: 1px solid #bdbdbd; */
}

.dok a:hover {
    background-color: #F8F8F8;
}

.border {
    border-top: 1px solid #bdbdbd;
}

.border-ost {
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
}

.ikona_download {
    width: 40px;
    height: 40px;
    /* background-color: #00b0f0;*/
    float: right;
    margin: 5px;
    display: block;
    border-radius: 100%;
    background-image: url(/img/download-icon.png);
}

/*-------------------------projekty-------------------------------------------*/
.projekty-blok {
    display: block;
    text-align: left;
}

.projekty-blok ul {
    margin: 0 0 0 20px;
}

.projekty-blok ol {

    font-weight: 100;
    font-size: 14px;
}

.projekty-blok ol li {
    margin: 0 0 0 30px;
    padding: 2px;
    font-weight: 100;
    font-size: 14px;
}

.projekt-box {
    display: block;
    width: 31%;
    border: 1px solid #efeeee;
    padding: 12px 12px 20px 12px;
    float: left;
    margin: 0 10px 10px 0;
}

.projekt-foto {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 209px;
}

.projekt-foto img {
    width: 100%;
}

.projekt-box:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.projekt-tytul {
    font-size: 24px;
    font-weight: 300;
    margin: 35px 0;
    text-align: center;
    height: 50px;
}

.container-3 {
    /* background: #8499B1; */
    margin: 0 auto;
    width: 124px;
    text-decoration: none;
}

/*--------------------------------grafik-------------------------------*/
.grafik img {
    width: 100%;
}

.grafik {
    margin-bottom: 20px;
}

/*---------------------------------blog------------------------------*/

.blog-blok {
    display: block;
    text-align: left;
}

.blog-blok ul {
    margin: 0 0 0 20px;
}

.blog-box {
    display: block;
    width: 31%;
    border: 1px solid #efeeee;
    padding: 12px 12px 20px 12px;
    float: left;
    margin: 0 10px 10px 0;
}

.blog-foto {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 209px;
}

.blog-foto img {
    width: 100%;
}

.projekt-box:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-tytul {
    font-size: 24px;
    font-weight: 300;
    margin: 35px 0 0 0;
    text-align: center;
    height: auto;
}

.container-3 {
    /* background: #8499B1; */
    margin: 0 auto;
    width: 124px;
    text-decoration: none;
}



.blog-wpis {
    margin: 0 0 25px 0;
}

.data-wpisu,
.autor-wpisu {
    font-size: 13px;
    font-weight: 600;

}

.blog-data-wpisu {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;

}

.blog-wpis h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;

}

.dekor_separator {
    margin: 10px auto;
    display: block;
    width: 10%;
    height: 2px;
    background: rgba(0, 176, 240, 0);
    background: -moz-linear-gradient(left, rgba(0, 176, 240, 0) 0%, rgba(99, 108, 147, 1) 14%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(194, 201, 45, 1) 86%, rgba(146, 208, 80, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 176, 240, 0)), color-stop(14%, rgba(99, 108, 147, 1)), color-stop(36%, rgba(255, 0, 0, 1)), color-stop(68%, rgba(255, 191, 0, 1)), color-stop(86%, rgba(194, 201, 45, 1)), color-stop(100%, rgba(146, 208, 80, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 176, 240, 0) 0%, rgba(99, 108, 147, 1) 14%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(194, 201, 45, 1) 86%, rgba(146, 208, 80, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 176, 240, 0) 0%, rgba(99, 108, 147, 1) 14%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(194, 201, 45, 1) 86%, rgba(146, 208, 80, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 176, 240, 0) 0%, rgba(99, 108, 147, 1) 14%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(194, 201, 45, 1) 86%, rgba(146, 208, 80, 0) 100%);
    background: linear-gradient(to right, rgba(0, 176, 240, 0) 0%, rgba(99, 108, 147, 1) 14%, rgba(255, 0, 0, 1) 36%, rgba(255, 191, 0, 1) 68%, rgba(194, 201, 45, 1) 86%, rgba(146, 208, 80, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b0f0', endColorstr='#92d050', GradientType=1);
}

/*------------------------------------o nas podstrona-------------------------*/
.flex {
    display: flex;
    flex-wrap: wrap;
}

.blok-tresc-left {
    width: 54%;
    padding: 0 20px 0 0;
}

/*-------------------------------kontakt--------------------------------------*/
.kontakt-tresc-lewy {
    width: 50%;
    float: left;
}

.kontakt-tresc-prawy {
    float: right;
    width: 45%;
    margin: 50px 0;
}

.kontakt-blok--foto {
    float: right;
    width: 65%;
    margin: 50px 0;
}

.kontakt-blok-tresc {
    width: 100%;
    float: left;
}

.kontakt-blok-tresc h2 {
    font-size: 18px;
    font-weight: 700;
}

.fa.fa-map-marker,
.fa.fa-phone,
.fa.fa-envelope-o,
.fa.fa-clock-o {
    padding: 0 9px 0 0;
}

.kontakt-pozycja-ikona {
    width: 25px;

    display: inline-block;
    margin: 0 auto;
    text-align: center;
    color: #ff4800;
}

.kontakt-pozycja-ikona > ion-icon {
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 5px;
}

.kontakt-pozycja-tresc {
    display: inline-block;
    line-height: 30px;
}

/*-------------------------------formularz-----------------------------------*/
input[type=text],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    background-color: #F9F9F9;
}

textarea {
    vertical-align: top;
    height: 5em;
    width: 100%;

}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    font-size: 16px;
    resize: none;
    background-color: #F9F9F9;
    margin: 10px 0;
}

input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #91D04F;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}

p.error {
    color: red;
}

p.dziekujemy {
    color: #00AFF0;
}

/*-----------------------------formularz kontaktowy----------------------------*/
.formularz-blok {
    padding: 3rem;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    box-shadow: rgba(25, 48, 82, 0.1) 0rem 0.75rem 1rem;
    border-radius: 0.5rem;
}

.podtytul {
    font-size: 28px;
}

.form {
    margin: 3rem auto;
    /* font-family: sans-serif;*/
    font-family: 'Roboto', sans-serif;
    max-width: 40rem;
}

.form .form-row {
    margin-bottom: 1rem;
}

.form .form-row:last-child {
    margin-bottom: 0;
}

.form input[type=text],
.form input[type=email],
.form textarea,
.form .checkbox-cnt .state {
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.07);
}

.form input[type=text],
.form input[type=email],
.form textarea {
    border-radius: 0.2rem;
    font-family: 'Roboto', sans-serif;
    padding: 0.8rem;
    border: 1px solid #aaa;
    display: block;
    width: 100%;
    color: #666;
}

.form input[type=text]:focus,
.form input[type=email]:focus,
.form textarea:focus {
    border-color: #9DC9F5;
    box-shadow: inset 0 0 0 1px #9DC9F5, inset 0 1px 5px rgba(0, 0, 0, 0.07);
    outline: none;
}

.form textarea {
    height: 10rem;
}

.form label {
    font-weight: bold;
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.form .submit-btn {
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #ff4800;
    color: #fff;
    border: 1px solid #ff4800;
    border-radius: 50px;
    font-weight: 4;
    cursor: pointer;
    transition-duration: 0.5s;
    width: 100%;
    text-align: center;
}

.form .submit-btn:hover {
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: transparent;
    color: #ff4800;
    border: 1px solid #ff4800;
    border-radius: 50px;
    font-weight: 400;
    cursor: pointer;

}

.form .checkbox-cnt {
    padding-left: 3rem;
    position: relative;
    font-weight: normal;
    font-size: 0.85rem;
    line-height: 1.1rem;
    color: #444;
    cursor: pointer;
}

.form .checkbox-cnt .state {
    width: 2rem;
    height: 2rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #aaa;
    border-radius: 0.2rem;
}

.form .checkbox-cnt .state:before {
    width: 1rem;
    height: 1rem;
    border-radius: 0.2rem;
    background: #ff4800;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
}

.form .checkbox-cnt input:checked ~ .state:before {
    animation: checkboxShowAnim 0.5s 1;
    opacity: 1;
}

.form .checkbox-cnt input {
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    z-index: 2;
    cursor: pointer;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.form input[type=text].error,
.form input[type=email].error,
.form textarea.error,
.form .checkbox-cnt input.error ~ .state {
    border-color: #E01546;
}

.field-error {
    color: #E01546;
    padding: 0.5rem 0;
    font-size: 0.8rem;
}
div.alert {
    background-color: #96ff99;
    padding: 15px;
    border-radius: 4px;
    font-weight: 500;
}
@keyframes checkboxShowAnim {
    0% {
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0.2);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.element-is-busy {
    position: relative;
    pointer-events: none;
    opacity: 0.5;
}

.element-is-busy::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.7);
    transform: translate(-50%, -50%) rotate(0deg);
    content: '';
    animation: rotateSingleLoading 0.3s infinite linear;
    z-index: 100;
}

@keyframes rotateSingleLoading {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.form .send-error {
    display: inline-block;

    font-size: 0.9rem;
    padding: 1rem 1.5rem;
    color: #E01546;
}

.form-send-success {

    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    border: 0px solid #eee;
    color: #333;
    padding: 10rem 0;
    margin: 3rem auto;
    max-width: 40rem;
}

.form-send-success strong {
    display: block;
    margin-bottom: 0.5rem;
}

.form-send-success span {
    font-size: 1rem;
    color: #888;
    font-weight: normal;
    display: block;
}

@media screen and (max-width:500px) {
    .form .submit-btn {
        display: block;
        width: 100%;
    }

    .form .send-error {
        text-align: center;
        display: block;
    }
}


/*-------------------------------polecamy------------------------------------*/

.bg-tlo {
    background-image: url(/img/home/polecamy_tlo.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

/*------------------------footer--------------------------------------------------*/

#footer {

    width: 100%;
    float: left;
    clear: both;
    margin: 0px 0 0px;

}

.footer-widgets {
    padding: 60px 0px 40px;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    position: relative;
    font-size: 18px;
    background-color: #171a1c;
    font-weight: 300;
}


.footer-widgets-2 {
    padding: 50px 0px 50px;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    position: relative;
    font-size: 14px;
}

#footer .footer-copyright {
    float: left;
    margin: 0px;
    padding: 12px 0px;
    width: 100%;
    clear: both;
    color: #fff;
    font-size: 14px;
    background-color: #1e2124;
    text-align: center;
}

.footer-copyright #menu-footer-menu.menu-links {
    text-align: right;
    margin: 0px;
    padding: 0px;
    float: right;
}

#footer .widgettitle {
    margin: 0px 0 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
}

.column.dt-sc-one-fourth h3 {
    padding: 0;
}

.column.dt-sc-one-fourth li {

    padding: 3px 0;

}

.widgettitle {
    margin: 0 0 30px;
    position: relative;
    clear: both;
    text-transform: capitalize;
}

.wpb_wrapper {
    text-align: center;
}

fa-linkedin::before {
    content: "\f0e1";
}

.fa-linkedin::before {
    content: "\f0e1";
}

.fa-linkedin::before {
    content: "\f0e1";
}

.widget_text ul.custom-social li a span {
    font-size: 14px;
    margin: 0;
}

.widget_text ul.custom-social li a span {
    font-size: 14px;
    margin: 0;
}

.custom-social li a span {
    margin: 0px 10px 0px 0px;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.custom-social li a span {
    margin: 0px 10px 0px 0px;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa,
.fa-stack {
    display: inline-block;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*="fa-"] {
    font-family: FontAwesome;
}

[class*="fa-"],
[class*="li_"],
[class*="sl-"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dt-sc-one-fourth {
    width: 23.0%;
}

.stopka-kol-info {
    display: block;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #6b6767;
    margin: 0 0 20px 0;
}

.textwidget p {
    border-left: 1px solid #6b6767;
    padding: 15px;
}

.lazyloaded {
    width: 37%;
    filter: contrast(100%) grayscale(100%);
    opacity: 0.4;
}

.column, .column1 {
    margin: 0px 0px 20px 2%;
    float: left;
    min-height: 1px;
    position: relative;
    box-sizing: border-box;
    color: #f2f2f2;
}

.dt-sc-one-fourth {
    width: 28.0%;
}

.dt-sc-one-two {
    width: 40.0%;

}

.dt-sc-two-two {
    width: 70.0%;
}

.column.dt-sc-one-two.first {

    margin: 0 0 0px 0;


}


.widget_text ul.custom-social li {
    float: left;
    width: auto;
    clear: none;
    margin-right: 20px;
    line-height: normal;
}

#footer .widget.widget_text ul li {
    border: none;
    list-style: none;
    border-bottom: 0px;
}

#footer .widget.widget_text ul li a {
    text-decoration: none;
    display: block;
    color: #f2f2f2;
}

#footer .widget.widget_text ul li a:hover {
    text-decoration: none;
    display: block;
    color: #ff5e1f;
}

.widget ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
    clear: both;
}

/*------------------------------RWD-------------------------------------------*/

@media (max-width: 500px) {

    #basicSlider .MS-content .item {
        width: 50%;
    }
}

@media (max-width: 991px) {

    #basicSlider .MS-content .item {
        width: 25%;
    }

    #mixedSlider .MS-content .item {
        width: 50%;
    }

    #mixedSlider2 .MS-content .item {
        width: 50%;
    }

    #mixedSlider .MS-controls button {
        font-size: 30px;
    }

    #mixedSlider2 .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {

    #basicSlider .MS-content .item {
        width: 35%;
    }

    .container {
        width: 100%;
    }

    #mixedSlider .MS-controls button {
        font-size: 20px;
    }

    #mixedSlider2 .MS-controls button {
        font-size: 20px;
    }

    #mixedSlider .MS-controls .MS-left {
        left: 10px;
    }

    #mixedSlider2 .MS-controls .MS-left {
        left: 10px;
    }

    #mixedSlider .MS-controls .MS-right {
        right: 10px;
    }

    #mixedSlider2 .MS-controls .MS-right {
        right: 10px;
    }

    #mixedSlider .MS-content .item {
        width: 100%;
    }

    #mixedSlider2 .MS-content .item {
        width: 100%;
    }

    .adres-top .pozycja {
        margin-right: 10px;
        display: block;
        text-align: center;
    }

    #slider {
        height: auto
    }

    #layerslider-container {
        margin: 0px auto;
        height: auto width: 100%;
    }

    #layerslider {
        height: auto;
    }

    .slideshow-container {
        max-width: 100%;
        position: relative;
        margin: auto;
        height: auto;
    }

    .promocja-data-opis {
        padding: 0 10px;
        width: 50%;

    }

    .promocja-data-oddo {
        padding: 0 28px;
        width: 50%;
    }

    .aktualnosc-item-blok {
        display: block;
        width: 99%;
        border: 1px solid #dadada;
        overflow: hidden;
        padding: 3px;
        box-sizing: border-box;
        float: left;
        height: auto;

    }

    .slider-tytul-strony {
        display: block;
        width: 1190px;
        margin: 0 auto;
        top: 50px;
        position: relative;
        font-size: 21px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        padding: 0 0 0 10px;
    }

    .tytul_slide {
        line-height: 1;
        font-size: 19px;
        margin: 0 0 10px 0;
        font-weight: 800;
        text-align: left;
    }

    .text {
        color: #333;
        font-size: 16px;
        padding: 9px 12px;
        position: absolute;
        top: 22%;
        left: 10%;
        width: 88%;
        text-align: center;
        line-height: 140%;
        z-index: 5;
        background: #ffffffc9;
    }

    .opis_slide {
        line-height: 1.2;
        width: 100%;
        font-size: 15px;
        text-align: left;
    }

    /*----------------------witamy--------------------------*/
    .witamy-blok-tresc {
        float: none;
        width: 100%;
        padding: 0 25px;
    }

    .witamy-blok-foto {
        float: none;
        width: 100%;
    }

    .witamy-blok-foto-1,
    .witamy-blok-foto-2 {
        margin: 10px auto;
    }

    .witamy-blok-foto-1 {
        position: relative;
        top: 0px;
        z-index: 1;
    }

    .witamy-blok-foto-2 {
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 0;
    }

    .witamy-blok-tresc-1 {
        float: none;
        width: 100%;
        padding: 0 20px;
    }

.bgnd-witamy {
    background-image: url(../img/home/tlo-witamy_small.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
}

    /*-------------------oferta blok--------------------*/
    .oferta-blok-all {
        display: block;

    }

    .oferta_box {
        display: block;
    }
    .text-blok-1 {
  width: 78%;
  font-size: 18px;
  padding: 0 0 0 30px;
}
    .oferta_blok_tresc {
        display: block;

        -moz-box-pack: justify;
        justify-content: space-between;
        padding: 1rem;
        font-size: 18px;
        text-align: left;
    }

    .oferta_foto {
        background-color: #999999;
        flex-shrink: 0;
        width: 100%;
        overflow: hidden;
        height: 280px;
    }

    .left {
        margin: 0 15px 15px 15px;
    }

    .right {
        margin: 0 15px 15px 15px;
    }

    .tytul_blok.grafitowy-color.srodek {
        padding: 20px 20px 0;
        line-height: 1;
    }

    /*-------------------realizacje blok--------------------*/
    .container2 .tytul_blok.srodek {
        padding: 20px 20px 0;
        font-size: 30px;
        font-weight: 300;
        line-height: 1;
        letter-spacing: 1px;

    }

    .realizacja-blok {
        display: block;
        padding: 40px 25px;
        background-color: #f6f6f6;
        margin: 0 20px 20px 20px;
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
    }

    .realizacja-blok-tresc {
        display: block;
        width: 100%;
        float: none;
    }

    .realizacja-blok-foto {
        width: 276px;
        height: 206px;
        float: none;
        border: 3px solid #fff;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.48);
        margin: 20px auto;
    }

    .realizacja-blok-tytul {
        font-size: 18px;
        color: #0E1336;
        font-weight: 500;
        text-align: left;
    }

    .realizacja-blok-adres {
        font-size: 14px;
        color: #6b6b6b;
        text-transform: uppercase;
        font-weight: 500;
        padding: 0 0 20px 0;
        text-align: left;
    }

    .realizacja-blok-tresc-1 {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .realizacja-blok-opis p {
        text-align: left;
        font-size: 16px;
    }

    .container .realizacja-blok-opis p {
        width: 100%;

        font-size: 16px;
    }


    .gallery-cell {
        width: 100%;
        height: auto;
        margin-right: 0px;
        padding: 0 40px;

        counter-increment: gallery-cell;
        opacity: .4;
        transition: opacity 400ms ease-in-out;
    }

    .flickity-prev-next-button.previous {
        left: 0;
    }

    .flickity-prev-next-button.next {
        right: 0;
    }



    /*------------------oferta-----------------------*/
    .witamy-blok-foto-all {
        float: none;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .witamy-blok-foto-0 {
        width: 100%;
        height: auto;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-top: 0px;
        margin: 0px auto;
    }

.row-reverse{flex-direction: column;}
.row {flex-direction: column;}
.text-blok-2 {
    width: 100%;
/*    padding: 7rem 13rem 7rem 5rem;*/
/*    min-height: 530px;*/
    align-content: center;
    display: grid;
    /* box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.38);*/
}
    .odstep-gora-dol-oferta {
  padding: 3rem 0px;
}
    /*------------------byc dostepnym-----------------------*/
    .tytul_blok_podstrona {
        font-size: 22px;
        font-weight: 500;
        margin: 20px 0 10px 20px;
        text-align: left;
    }

    .witamy-blok-tresc-2 {
        float: none;
        width: 100%;
        padding: 0 20px;
    }

    /*------------------kontakt -----------------------*/
    .kontakt-blok-tresc {
        width: 100%;
        float: none;
        padding: 0 20px;
    }

    .kontakt-blok--foto {
        float: none;
        width: 100%;
        margin: 50px 0;
    }

    .kontakt-tresc-lewy {
        width: 100%;
        float: none;
        padding: 10px;
    }

    .kontakt-tresc-prawy {
        float: none;
        width: 100%;
        padding: 10px;
    }

    /*----------------button fly---------------------*/
    .button-fly-box {
        position: fixed;
        top: 75%;
        background-color: rgba(17, 147, 212, 0.48);
        z-index: 999999999;
        right: 0;
        padding: 4px;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.48);
        border-radius: 2px;
    }


    .button-fly {
        width: 120px;
        height: 50px;
        line-height: 50px;
        padding: 0 0 0 5px;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
    }

    /*-----------------------------------------------------*/
    .top-bar {
        float: none;
        clear: both;
        margin: 0px auto;
        padding: 0px;
        width: 100%;
        max-height: none;

        position: relative;
        z-index: 99999;
        font-size: 14px;
        height: 50px;
        box-shadow: none;
    }

    .adres-top {
        width: 100%;
        float: none;
        padding: 0 10px;
        line-height: 23px;
    }

    .media_blok {
        width: 30%;
        float: none;
        /* height: 40px; */
        /* margin-top: 10px; */
        margin: 0 auto;
        padding: 0px;
        height: 0px;
    }

    #navbar {
        overflow: visible;
        background-color: #1b1b1b;
    }

    .container {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0 0px;
        clear: both;
        z-index: 5;
    }

    .container h1 {

        font-size: 30px;

        font-weight: 300;
        margin: 0px 0 14px 0;
        text-transform: none;
        letter-spacing: 1px;
        line-height: 1;
    }

    .container h2 {

        font-size: 22px;
        text-align: left;
        font-weight: 300;
        margin: 34px 0 20px 0;
        text-transform: none;
        letter-spacing: 1px;
        color: #0063b0;
    }

    .bgnd-onas h2 {
        color: #fff;
    }

    .bgnd-onas .container {
        padding: 0 20px;
    }

    .kolumna {
        width: 95%;
        float: none;
        margin: 0 20px 20px 0;
    }

    .kolumna-prawa {
        display: none;
    }

    .kolumna-lewa {
        float: none;
        width: 100%;
        padding: 0 20px;
    }

    .kolumny-box {

        padding: 40px 30px;
    }

    .container p {

        line-height: 1.5em;
        text-align: left;
        font-weight: 100;

        /* padding: 10px 0; */
        font-size: 18px;
    }

    /*-----------------------------------strony------------------*/
    /*--------------------------strona O nas-----------------------*/


    .podtytul-duzy {
        padding: 30px 0px 0 0;
        text-align: center;

    }


    .container p.podtytul-maly {
        padding: 5px 5px 30px 5px;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        color: #a3a9ad;
    }

    .szary3 .kontakt-pozycja-tresc {
        color: #fff;
    }
     .blok-tresc-left {
  width: 100%;
  padding: 0 20px;
}
    /*-----------------------------------------------------------------------*/
    .ofrta-blok-tekst p {

        color: #0E1336;
        font-weight: 300;
        text-align: left;
    }

    .panel p {
        font-size: 14px;
    }

    .ikony_opis {
        margin: 0 10px 0 0;
        float: left;
        line-height: 40px;
        /* font-size: 14px; */
        color: #0E1336;
    }

    .ikona_media {
        margin: 0;
        float: left;
        top: -8px;
        position: relative;
    }

    #logo {
        float: none;
        position: relative;
        width: 78px;
        height: 90px;
        top: 23px;
        margin: 0px 0 0 30px;
    }

    .line-dekor-bottom {

        z-index: 0;

    }

    .dt-sc-one-fourth {
        width: 100%;
        margin: 10px;
    }

    .projekt-box {
        display: block;
        width: 100%;
        border: 1px solid #efeeee;
        padding: 12px 12px 20px 12px;
        float: left;
        margin: 0 10px 10px 0;
    }

    .foto-big {
        display: block;
        width: 100%;
        float: right;
        margin: 0 0px 15px 0px;
        /* padding: 7px 0 0 0; */
    }

    .blog-wpis {
        margin: 0 0 25px 0;
        padding: 0 10px;
    }

    .projekty-blok {
        display: block;
        text-align: left;
        margin: 0 auto;
        padding: 0 10px;
    }

    .partner_box {
        display: block;
        width: 100%;
        background-color: none;
        overflow: hidden;
        float: none;
        margin: 0 10px 10px 0;
        border: 1px solid #efeeee;
        height: auto;
    }

    .kontakt-lewa-kol {
        display: block;
        float: none;
        width: 100%;
        padding: 0 10px;
    }

    .kontakt-prawa-kol {
        display: block;
        float: none;
        width: 100%;
        padding: 30px;
    }

    #menu-wrapper {
        position: absolute;
        right: 0;
        width: 100%;
        top: -20px;
        margin-top: 0;
        height: auto;
        z-index: 999999999999999999999999;
    }

    .main-header {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
        position: relative;
        z-index: 1;
        height: 75px;
    }

    #menu,
    #toggle-menu {
        /*background-color: #fdfdfd;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);*/
    }

    label#toggle-menu {
        text-align: right;
        padding: 10px 20px;
    }

    .main-header-wrapper {
        height: 125px;
    }

    #menu li,
    #toggle-menu,
    #menu a {
        position: relative;
        display: block;
        color: #0f3b78;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 1px solid #EAEAEA;
        z-index: 999999999999999999999999999999999999;
    }
    /*---------------------------realizacje portfolio with filtering----------------*/
.row {
  margin: 8px 0px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column1 {
  padding: 10px;
}

/* Create three equal columns that floats next to each other */
.column1 {
  float: none;
  width: 100%;
  display: none; /* Hide columns by default */
    margin: 0px 0px 20px 0px;
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {

}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn1 {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

/* Add a grey background color on mouse-over */
.btn1:hover {
    background-color: #f25a07;
}

/* Add a dark background color to the active button */
.btn1.active1 {
  background-color: #f25a07;
   color: white;
}


    /*-----------------------paralaxa------------------------------------*/


    .bgnd {
        background-attachment: fixed;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 54vh;*/
        max-height: 1900px;
        min-height: 160px;
    }

    .bgnd-1 {
        /* background-image: none; */

    }

    .bgnd-2 {
        /* background-image: none; */
    }

    .bgnd-3 {
        /* background-image: url(../img/03.jpg); */
    }

    /*--------------------------wycena-box-------------------------------*/
    .wycena-box {

        padding: 30px;
        color: #fff;
        font-size: 30px;
        font-weight: 800;
        display: block;
        text-align: center;

    }

    .tresc-wycena-box {

        width: 100%;
        float: none;

    }

    .button-wycena-box {

        width: 100%;
        float: none;
        height: auto;
        margin: 30px 0 0 0;

    }

    /*-----------------------grupy box--------------------------------------*/
    .grupy-box-container {
        padding: 50px 0;
    }

    .grupa-box {
        width: 100%;
        padding: 20px;
        display: block;
        float: none;
        border: 1px solid #ececec;
        background-color: #fff;
        height: 250px;
        margin: 0 0px 20px 0;
    }

    .grupa-box-logo img {
        height: 100%;
    }


    .grupa-box-logo {
        margin-bottom: 10px;
        height: 68px;
    }

    /*--------------------kolumny-------------------------------------*/
    .lewa-kol {

        display: block;
        width: 0;
        float: none;

    }


    .prawa-kol-2 {
        display: block;
        width: 100%;
        float: none;
        padding: 40px 30px;
        background-color: rgba(255, 255, 255, 0.80);
    }

    .prawa-kol {
        display: block;
        width: 100%;
        float: none;
        padding: 40px 30px;
        background-color: rgba(255, 255, 255, 0.80);
    }

    .dt-sc-one-two {
        width: 100.0%;
        text-align: center;
    }

    .dt-sc-two-two {
        width: 100%;
    }

    .etap {
        display: block;
        width: 100%;
        float: none;
        padding: 5px;
        box-sizing: border-box;
        text-align: center;
    }
}

@media only screen and (max-width: 64em) and (min-width: 52.01em) {
    #menu li {
        width: 33.333%;
    }

    #menu .sub-menu li {
        width: auto;
    }
}

@media only screen and (min-width: 52em) {
    #menu .main-menu {
        display: block;
    }

    #toggle-menu,
    #menu label.drop-icon {
        display: none;
    }

    #menu ul span.drop-icon {
        display: inline-block;
    }

    #menu li {
        float: left;
        border-width: 0 1px 0 0;
    }

    #menu .sub-menu li {
        float: none;
    }

    #menu .sub-menu {
        border-width: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 12em;
        z-index: 3000;
    }

    #menu .sub-menu,
    #menu input[type="checkbox"]:checked + .sub-menu {
        display: none;
    }

    #menu .sub-menu li {
        border-width: 0 0 1px;
    }

    #menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }

    #menu li:hover > input[type="checkbox"] + .sub-menu {
        display: block;
    }
}

/*----------------------Kolory---------------------------------------*/
.kolor-pomaranczowy {
    color: #FF4800;
}
