a{
  color: #000;
  text-decoration: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

b{
font-weight:600;
}

html{
font:normal 62.5%/1.4em Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

blockquote, q{
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after{
  content: '';
}

ins{
text-decoration: underline;
}

del{
text-decoration: line-through;
}

table{
border-collapse:collapse;
border-spacing:0;
}

html{
scroll-behavior:smooth;  
}


body{
margin:0px;
padding:0px;
font-size:16px;
font-family: "Open Sans", sans-serif;
font-weight:400;
background:#fff;
}


body input, body textarea, body button, body select{
font-family: "Open Sans", sans-serif;
}

.body-hide-ow{
overflow:hidden;
}

.container{
width:90%;
padding:0px 0px;
margin:0px auto;
}


/*HEADER TOP*/


.header-page-block{
padding:20px 0px 5px 0px;
border-bottom:5px solid #616161;
}

.header-page-block-content{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;
}

.header-page-block-content-brand img{
width:170px;
height:auto;
}

.header-page-block-content-right{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;	
}

.header-page-block-content-right-icon{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
}

.header-page-block-content-right-icon a{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
}

.header-page-block-content-right-icon img{
height:20px;
width:auto;
margin-right:10px;
}

.header-page-block-content-right-icon span{
font-weight:700;
font-size:16px;
color:#212529;
line-height:normal;
margin-right:25px;
transition:all 0.2s;
}

.header-page-block-content-right-icon a span:hover{
color:red;
transition:all 0.2s;
}

.header-page-block-content-right-flag{
display:flex;
justify-content:flex-end;
align-items:center;
flex-wrap:nowrap;
margin-left:10px;	
}

.header-page-block-content-right-flag img{
height:14px;
width:auto;
margin-left:10px;
}


.header-page-block-nav ul{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
}

.header-page-block-nav ul li{
list-style-type:none;
margin:0px 16px 0px 0px;
padding:20px 0px;
}

.header-page-block-nav ul li a{
font-size:16px;
font-weight:400;
color:#212529;
line-height:normal;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
padding:10px;
background:transparent;
}

.header-page-block-nav ul li a:hover,
.header-page-block-nav ul .current-menu-item > a{
color:#212529;
background:#ddd;
}

.header-page-block-content-right-swicher{
width:35px;
height:20px;
border-top:3px solid #212529;
border-bottom:3px solid #212529;
cursor:pointer;
position:relative;
margin-left:40px;
display:none;	
}

.header-page-block-content-right-swicher::before{
content:'';
position:absolute;
top:50%;
left:0px;
width:100%;
height:3px;
background:#212529;
margin-top:-1.5px;
}


.header-page-block-nav-close{
position:absolute;
top:20px;
right:20px;
width:20px;
height:20px;
background:url('../images/zam.png') no-repeat center center;
cursor:pointer;
display:none;
}





/*HOME PAGE FILM*/

.home-page-movie-content{
position:relative;
}

.home-page-movie-content::before{
content:'';
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(255,255,255,0.6);
z-index:99;
}

.home-page-movie-video{
width:100%;
height:calc(100vh - 202px);
}


.home-page-movie-video video{
width:100%;
height:100%;
object-fit:cover;
object-position:center center;
}

.home-page-movie-text{
position:absolute;
bottom:20px;
left:30px;
width:calc(100% - 80px);
max-width:500px;
z-index:100;
}

.home-page-movie-text-a p{
font-weight:400;
font-size:16px;
color:#000;
line-height:normal;
padding-bottom:20px;
}

.home-page-movie-text-a h1{
font-weight:700;
font-size:16px;
color:#000;
line-height:normal;
padding-bottom:20px;
}

/*O FIRMIE*/

.section-about-us-header{
font-weight:700;
font-size:18px;
color:#212529;
line-height:normal;
margin:20px 0px 20px 0px;
}

.section-about-us-content{
display:flex;
justify-content:space-between;
align-items:stretch;
flex-wrap:wrap;
}

.section-about-us-content-text{
width:calc(50% - 20px);
}

.section-about-us-content-img{
width:calc(50% - 20px);
position:relative;
}

.section-about-us-content-img-item{
position:absolute;
top:0px;
left:0px;
width:100%;
height:calc(50% - 10px);
}

.section-about-us-content-img-item-two{
position:absolute;
top:calc(50% + 10px);
left:0px;
width:100%;
height:calc(50% - 10px);
}

.section-about-us-content-img-item img{
width:100%;
height:100%;
object-position:top center;
object-fit:cover;
}

.section-about-us-content-img-item-two img{
width:100%;
height:100%;
object-position:center;
object-fit:cover;
}

.section-about-us-content-text p{
font-weight:400;
font-size:16px;
line-height:22px;	
color:#212529;
}

.section-about-us-content-text ul li{
font-weight:400;
font-size:16px;
line-height:22px;	
color:#212529;
margin-left:15px;
}

.section-about-us-content-text ul{
margin-bottom:22px;
}

/*OFERTA*/

.section-offer-header{
font-weight:700;
font-size:18px;
color:#212529;
line-height:normal;
margin:20px 0px 20px 0px;
}

.section-offer-content{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
flex-direction:row-reverse;
}

.section-offer-content-left{
width:calc(100% - 310px);
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
margin:0px -10px;
}

.section-offer-content-left-two{
width:calc(100% - 340px);
}

.section-offer-content-right{
width:300px;
position: sticky;
top:40px;

}


.section-offer-content-left-two-item{
width:100%;
margin:0px 0px 60px 0px;
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;	
}

.section-offer-content-left-two-item-a{
width:calc(25% - 60px);
margin:0px 30px;
text-align:center;
}

.section-offer-content-left-two-item-b{
width:50%;
}

.section-offer-content-left-two-item-c{
width:calc(25% - 60px);
margin:0px 30px;
text-align:center;
}

.section-offer-content-left-two-item-a img{
max-width:100%;
height:auto;
}

.section-offer-content-left-two-item-c img{
max-width:100%;
height:auto;
}

.section-offer-content-left-two-item-b-header{
font-weight:700;
font-size:18px;
line-height:normal;
color:#212529;
margin-bottom:40px;	
}

.section-offer-content-left-two-item-b-info{
font-weight:400;
font-size:16px;
line-height:normal;
color:#212529;
padding:10px 10px 20px 10px;
border-bottom:5px solid #616161;		
}

.section-offer-content-left-two-item-b-table{
display:table;
width:100%;
border-spacing:0;
border-collapse:collapse;	
}

.section-offer-content-left-two-item-b-table-row{
display:table-row;
background-color:#fff;
}

.section-offer-content-left-two-item-b-table-row:nth-child(even){
display:table-row;
background-color:#f9f9f9;
}

.section-offer-content-left-two-item-b-table-cell{
display:table-cell;
border-bottom:1px solid #f2f2f2;
padding:15px 10px;
font-weight:400;
font-size:16px;
line-height:normal;
color:#212529;
}

.section-offer-content-left-item{
width:calc(20% - 44px);
padding:10px;
border:1px solid #ccc;
margin:0px 10px 20px 10px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;	
}

.section-offer-content-left-item:hover{
border:1px solid #000;	
}

.section-offer-content-left-item-cat-img{
width:100%;	
}

.section-offer-content-left-item-cat-img img{
width:100%;
height:300px;	
object-fit:contain;
object-position:center;	
}

.section-offer-content-left-item-cat-text{
font-weight:400;
font-size:16px;
line-height:normal;
color: #212529;
text-align:center;
padding-top:40px;	
}

.section-offer-content-left-item-img{
width:50%;	
}

.section-offer-content-left-item-img img{
width:100%;
height:160px;
object-fit:contain;
object-position:center;	
}

.section-offer-content-left-item-text{
width:calc(50% - 10px);
margin:0px 10px;
text-align:center;
display:flex;
justify-content:center;
align-items:center;
flex-direction:column;
flex-wrap:nowrap;
}

.section-offer-content-left-item-text-a{
font-weight:400;
font-size:16px;
line-height:normal;
color: #212529;
margin-bottom:10px;		
}

.section-offer-content-left-item-text-b{
display:inline-block;
padding:5px 10px;
background:#000;
font-weight:400;
font-size:16px;
line-height:normal;
color:#fff;
border-radius:4px;	
}

.section-offer-content-right-search{
border:1px solid #ccc;
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;	
}

.section-offer-content-right-search input{
border:0px;
padding:6px;
width:calc(100% - 36px);
background:transparent;
margin:0px;
outline:none;
font-weight:400;
font-size:16px;
line-height:normal;
color:#212529;
}

.section-offer-content-right-search-send{
width:35px;
height:36px;
background:#e9ecef url('../images/lupa.jpg') no-repeat center center;
border-left:1px solid #ccc;
cursor:pointer;
}

.section-offer-content-right-category-swicher{
display:none;
}

.section-offer-content-right-category{
padding-top:20px;
}

.section-offer-content-right-category-close{
position:absolute;
top:20px;
right:20px;
width:20px;
height:20px;
background:url('../images/zam.png') no-repeat center center;
cursor:pointer;
display:none;
}

.section-offer-content-right-category-header{
font-weight:700;
font-size:18px;
color:#212529;
line-height:normal;
margin:0px 0px 20px 0px;	
}

.section-offer-content-right-category ul{
padding:0px;
margin:0px;
}

.section-offer-content-right-category ul li{
padding:0px;
margin:0px;
list-style-type:none;
display:block;
}

.section-offer-content-right-category ul li a{
display:block;
padding:10px 0px;
margin:0px;
font-weight:400;
font-size:16px;
line-height:normal;
color:#7b7a7e;
border-bottom:1px solid #ccc;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.section-offer-content-right-category ul li a:hover{
color:#000;
}

/*BLOG*/

.section-blog-header{
font-weight:700;
font-size:18px;
color:#212529;
line-height:normal;
margin:20px 0px 20px 0px;
}

.section-blog-content-list{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
margin:0px -10px;
}

.section-blog-content-list-item{
width:calc(33.3333333333333333333% - 64px);
padding:20px;
border:1px solid #ccc;
margin:0px 10px 20px 10px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;	
}

.section-blog-content-list-item:hover{
border:1px solid #000;	
}

.section-blog-content-list-item-tytul{
font-weight:700;
font-size:18px;
color:#212529;
line-height:normal;
margin-bottom:10px;	
}

.section-blog-content-list-item-data{
font-weight:400;
font-size:12px;
color:#212529;
line-height:normal;
margin-bottom:20px;			
}

.section-blog-content-list-item-text p{
font-weight:400;
font-size:16px;
color:#212529;
line-height:normal;
}

.section-blog-content-list-item-text-blog p{
font-weight:400;
font-size:16px;
color:#212529;
line-height:normal;
padding-bottom:20px;
}


.section-blog-content-list-item-button{
padding-top:20px;
text-align:right;
}

.section-blog-content-list-item-button span{
font-weight:700;
font-size:16px;
color:#212529;
}

/*BLOG STRONA ZWYKŁA*/

.section-page-header{
font-weight:700;
font-size:18px;
color:#212529;
line-height:normal;
margin:20px 0px 20px 0px;
}

.section-page-content p{
font-weight:400;
font-size:16px;
color:#212529;
line-height:normal;
padding-bottom:20px;	
}

.section-page-content img{
max-width:100%;
height:auto;
width:auto;	
}

.section-page-content ul,
.section-page-content ol{
margin:0px;
padding:0px;	
}

.section-page-content ul li,
.section-page-content ol li{
font-weight:400;
font-size:16px;
color:#212529;
line-height:normal;
padding-bottom:20px;
margin-left:40px;	
}

.section-page-content h1, .section-page-content h2, .section-page-content h3, .section-page-content h4, .section-page-content h5{
font-weight:700;
font-size:16px;
color:#212529;
line-height:normal;
margin-bottom:40px;	
}

.section-page-content-proces-a{
display:flex;
justify-content:space-between;
align-items:stretch;
flex-wrap:wrap;
margin-bottom:40px;
}

.section-page-content-proces-a-left{
width:calc(100% - 340px);
}

.section-page-content-proces-a-right{
width:300px;
height:300px;
}

.section-page-content-proces-a-right img{
width:100%;
height:100%;
object-position:center;
object-fit:cover;
}


.section-page-content-proces-b{
display:flex;
justify-content:space-between;
align-items:stretch;
flex-wrap:wrap;
flex-direction:row-reverse;
margin-bottom:40px;
}

.section-page-content-proces-b-left{
width:calc(100% - 340px);
}

.section-page-content-proces-b-right{
width:300px;
height:300px;
}

.section-page-content-proces-b-right img{
width:100%;
height:100%;
object-position:center;
object-fit:cover;
}



/*KONTAKT*/

.section-contact-header{
font-weight:700;
font-size:18px;
color:#212529;
line-height:normal;
margin:20px 0px 20px 0px;
}

.section-contact-content{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
flex-direction:row-reverse;
}

.section-contact-content-left{
width:calc(50% - 20px);
}

.section-contact-content-right{
width:calc(50% - 20px);
}

.section-contact-content-right iframe{
width:100%;
height:600px;
display:block;
}

.section-contact-content-left p{
font-weight:400;
font-size:16px;
line-height:36px;
color:#212529;
padding-bottom:40px;	
}

.section-page-content-partners{
display:flex;
justify-content:flex-start;
align-items:stretch;
flex-wrap:wrap;
margin:0px -10px;	
}

.section-page-content-partners-item{
width:calc(20% - 44px);
padding:10px;
border:1px solid #ccc;
margin:0px 10px 20px 10px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;	
}

.section-page-content-partners-item:hover{
border:1px solid #000;	
}

.section-page-content-partners-item img{
width:100%;
height:200px;
object-fit:contain;
object-position:center;
}


/*STOPKA*/

.footer-page{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
}

.footer-page-item{
font-weight:400;
font-size:12px;
color:#212529;
line-height:normal;
margin:25px 0px;
width:50%;
}

.taright{
text-align:right;
}

.footer-page-item a:hover{
text-decoration:underline;
}

.fe img{
width:100%;
border-width:30px 150px 30px 150px;
border-style:solid;
border-color:#ddd;
box-sizing:border-box;
margin-top:25px;
}



