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: 'Poppins', sans-serif;
font-weight:400;
}


body input, body textarea, body button, body select{
font-family: 'Poppins', sans-serif;
}

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

.container{
width:calc(100% - 40px);
max-width:1240px;
padding:0px 20px;
margin:0px auto;
}



/*HEADER TOP*/

.header-page{
padding-top:167px;
}

.header-page-block{
position:absolute;
top:0px;
left:0px;
width:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
z-index:999; 
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0.22);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0.22);

}

.header-page-block-f{
position:fixed;
top:0px;
left:0px;
width:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
z-index:999;
-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow:    0px 1px 7px 0px rgba(0, 0, 0, 0.22);
box-shadow:         0px 1px 7px 0px rgba(0, 0, 0, 0.22);

}

.logged-in .header-page-block-top{
padding-top:32px !important;
}

.header-page-block-top{
background:#fff;
border-bottom:1px solid #dddddd;
}

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



.header-page-block-top-content-left-a{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
padding:13px 0px 13px 28px;

}

.header-page-block-top-content-left-b{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
padding:13px 0px 13px 28px;
}

.header-page-block-top-content-left-a img,
.header-page-block-top-content-left-b img{
margin-right:8px;
}

.header-page-block-top-content-left-a span,
.header-page-block-top-content-left-b span{
font-size:14px;
font-weight:400;
color:#1a1a1a;
}

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


.header-page-block-top-content-right-lang{
margin-left:64px;
}


.header-page-block-top-content-right-lang select{
border:0px;
padding:0px 14px 0px 0px;
margin:0px;
font-size:18px;
font-weight:900;
color:#1a1a1a;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none; 
background:transparent url('../images/ar.png') no-repeat right center;
}


.header-page-block .header-page-block-bottom{
padding:21px 0px;
background:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-f .header-page-block-bottom{
padding:10px 0px;
background:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

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


.header-page-block .header-page-block-bottom-content-logo img{
width:278px;
height:auto;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-f .header-page-block-bottom-content-logo img{
width:150px;
height:auto;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}



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



.header-page-block-menu-content-right img, .header-page-block-menu-content-right span{
display:inline-block;
vertical-align:middle;
font-size:18px;
font-weight:700;
color:#fff;
}

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


.header-page-block-menu-content-right ul{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
width:100%;
}


.header-page-block-menu-content-right ul li{
margin:0px 0px 0px 30px;
list-style-type:none;
}

.header-page-block-menu-content-right ul li a{
font-size:18px;
font-weight:900;
color:#1a1a1a;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.header-page-block-menu-content-right ul li a:hover,
.header-page-block-menu-content-right ul .current-menu-item a,
.header-page-block-menu-content-right ul .current-page-ancestor a{
color:#d18100; 
}

.header-page-block-menu-swicher{
margin-left:24px;
height:17px;
width:30px;
border-top:2px solid #1a1a1a;
border-bottom:2px solid #1a1a1a;
cursor:pointer;
position:relative;
display:none;
}

.header-page-block-menu-swicher::before{
content:'';
position:absolute;
top:50%;
left:0px;
width:100%;
height:2px;
background:#1a1a1a;
margin-top:-1px;
}

/*SUB PAGE BANER*/

.subpage-baner{
position:relative;
margin-bottom:40px;
}

.subpage-baner-img{
width:100%;
height:140px;
overflow:hidden;
}

.subpage-baner-img img{
width:100%;
height:100%;
object-position:top center;
object-fit:cover;
}


/*HOME PAGE BANER*/

.home-page-baner{
position:relative;
margin-bottom:40px;
min-height:400px;
}

.home-page-baner-tlo::before{
content:'';
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.237114914325105) 0%, rgba(255,255,255,0.37717093673406865) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.237114914325105) 0%, rgba(255,255,255,0.37717093673406865) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.237114914325105) 0%, rgba(255,255,255,0.37717093673406865) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}


.home-page-baner-loader{
top:50%;
left:50%;
position:absolute;
transform:translateY(-50%)translateX(-50%); 
-webkit-transform:translateY(-50%)translateX(-50%); 
-ms-transform:translateY(-50%)translateX(-50%);
}

.home-page-baner-loader img{
width:120px;
height:auto;
}

.home-page-baner-loader-kr{
position: absolute;
left:50%;
top:50%;
margin-left:-51px;
margin-top:-51px;
border:2px solid #000;
border-top:2px solid transparent; 
border-radius:50%;
width:100px;
height:100px;
animation: spinA 1s linear infinite;
}

@keyframes spinA {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.home-page-baner-loader-kr2{
position: absolute;
left:50%;
top:50%;
margin-left:-61px;
margin-top:-61px;
border:2px solid #000;
border-top:2px solid transparent; 
border-radius: 50%;
width: 120px;
height: 120px;
animation: spinB 2s linear infinite;
}

@keyframes spinB {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}

.home-page-baner-loader-txt{
position:absolute;
left:50%;
top:50%;
width:100px;
text-align:center;
transform:translateY(-50%)translateX(-50%); 
-webkit-transform:translateY(-50%)translateX(-50%); 
-ms-transform:translateY(-50%)translateX(-50%);
font-weight:700;
font-size:14px;
line-height:normal;
color:#000; 
}

.home-page-baner video{
width:100%;
/*height:calc(100vh - 167px);*/
height:760px;
object-position:bottom center;
object-fit:cover;
display:block;
}


.home-page-baner-text{
position:absolute;
top:50%;
left:0px;
width:100%;
transform:translateY(-50%); 
-webkit-transform:translateY(-50%); 
-ms-transform:translateY(-50%);
z-index:90;
text-align:center;
display:none;
}

.home-page-baner-text-a{
font-weight:900;
font-size:72px;
line-height:60px;
color:#fff;

}

.home-page-baner-text-b{
font-weight:900;
font-size:36px;
line-height:50px;
color:#fff;
}


.home-page-baner-text-button{
padding-top:40px;
}

.home-page-baner-text-button a{
display:inline-block;
padding:10px;
background:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.home-page-baner-text-button a span{
display:block;
padding:15px 57px;
border:1px solid #dddddd;
text-align:center;
font-weight:900;
font-size:18px;
line-height:normal;
color:#1a1a1a;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.home-page-baner-text-button a:hover{
background:#d18100;
}

.home-page-baner-text-button a:hover span{
color:#fff;
}

.home-page-baner-text-icon{
padding-top:40px;
}

.home-page-baner-text-icon img{
width:auto;
max-width:100%;
height:auto;
}


/*KONTAKT*/

.section-contact-text{
text-align:center;
padding-top:40px;
}

.section-contact-text p{
padding-bottom:40px;
font-size:16px;
font-weight:400;
line-height:30px;
color:#585858; 
}

.section-contact-text p a,
.section-contact-text p a:hover{
font-size:16px;
font-weight:400;
line-height:30px;
color:#585858; 
}

.section-contact-text img{
width:100%;
height:auto;
max-width:200px;
}

/*HOME PAGE ABOUT US*/

.home-page-about-us{
padding:100px 0px 100px 0px;
border-top:1px solid #dddddd;
}


.home-page-about-us-content{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
}

.home-page-about-us-content-left{
width:50%;
}

.home-page-about-us-content-right{
width:calc(50% - 70px);
margin-left:70px;
}

.home-page-about-us-content-right img{
width:100%;
height:auto;
}


/*GŁÓWNA GALERIA*/

.section-gallery{
padding:100px 0px;
border-top:1px solid #dddddd;
}

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

.section-gallery-content-item{
width:calc(33.333333333333333% - 20px);
margin:0px 10px 20px 10px;
cursor:pointer;
}

.section-gallery-content-item-ob{
width:100%;
height:200px;
position:relative;
overflow:hidden;
}

.section-gallery-content-item-ob-img{
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
-webkit-transform:scale(1,1);
transform:scale(1,1);
-ms-transform:scale(1,1);
}

.section-gallery-content-item-ob:hover .section-gallery-content-item-ob-img{
-webkit-transform:scale(1.1,1.1);
transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1);
}

.section-gallery-content-item-ob-img img{
width:100%;
height:100%;
object-position:center;
object-fit:cover;
}

.section-gallery-button{
padding-top:40px;
text-align:center;
}


/*FORMULARZ STRONA GŁÓWNA*/

.section-form{
padding:100px 0px;
border-top:1px solid #dddddd;
}

.section-form-content{
width:100%;
max-width:800px;
margin:0px auto;
}


.section-form-content-poz{
margin-bottom:20px;
}


.section-form-content-poz input[type='text']{
font-size:16px;
font-weight:400;
line-height:normal;
color:#585858;
display:block;
border:1px solid #dddddd;
padding:16px 19px;
width:calc(100% - 38px);
margin:0px;
outline:none;
background:transparent;
}

.section-form-content-poz textarea{
font-size:16px;
font-weight:400;
line-height:normal;
color:#585858;
display:block;
border:1px solid #dddddd;
padding:16px 19px;
width:calc(100% - 38px);
margin:0px;
outline:none;
resize:none;
height:120px;
background:transparent;
}


.section-form-content-poz input[type='text']::placeholder,
.section-form-content-poz textarea::placeholder{
color:#585858;
opacity:1;
}

.section-form-content-poz input[type='text']::-webkit-input-placeholder,
.section-form-content-poz textarea::-webkit-input-placeholder{
color:#585858;
opacity:1;
}

.section-form-content-poz input[type='text']::-moz-placeholder,
.section-form-content-poz textarea::-moz-placeholder{
color:#585858;
opacity:1;
}

.section-form-content-poz input[type='text']:-ms-input-placeholder,
.section-form-content-poz textarea:-ms-input-placeholder{
color:#585858;
opacity:1;
}

.section-form-content-poz input[type='text']:-moz-placeholder,
.section-form-content-poz textarea:-moz-placeholder{
color:#585858;
opacity:1;
}

.section-form-content-button{
text-align:center;
padding-top:40px;
}

.section-form-content-button .page-button-one{
cursor:pointer;
}

.section-form-content-button-text{
margin-bottom:20px;
}

.section-form-content-button-text p{
font-size:16px;
font-weight:400;
line-height:30px;
color:#585858;  
}


/*PRZYCISKI*/

.page-button-one{
display:inline-block;
background:#fff;
padding:15px 55px;
border:1px solid #dddddd;
text-align:center;
font-weight:900;
font-size:18px;
line-height:normal;
color:#1a1a1a;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.page-button-one:hover{
background:#d18100;
color:#fff;
border:1px solid #d18100;
}


/*NAGŁOWKI*/

.page-header-one{
font-size:48px;
font-weight:900;
line-height:60px;
color:#1a1a1a;
word-wrap:break-word;
}

.page-header-one span{
font-size:18px;
font-weight:900;
line-height:normal;
color:#d18100;
display:block;
text-transform:uppercase;
margin:0px 0px 10px 0px;
position:relative;
}


.page-header-margin-a{
margin:0px 0px 40px 0px;
}

.page-header-margin-b{
margin:0px 0px 60px 0px;
}

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

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

/*TEKSTY*/

.page-text-one p{
font-size:16px;
font-weight:400;
line-height:30px;
color:#585858;
}

.page-text-padding-a p{
padding-bottom:50px;
}

.page-text-padding-b p{
padding-bottom:60px;
}

.page-text-one ul,
.page-text-one ol{
margin:0px 0px 40px 0px;
padding:0px;
}

.page-text-one ul li,
.page-text-one ol li{
position:relative;
font-size:16px;
font-weight:400;
line-height:30px;
color:#585858;
margin-left:15px;
}

.page-text-one-list.page-text-one ul li{
padding-left:30px;
margin:0px 0px 20px 0px;
list-style-type:none;
}

.page-text-one-list.page-text-one ul li::before{
content:'';
position:absolute;
top:7px;
left:0px;
width:15px;
height:14px;
background:url('../images/list.png') no-repeat 0px 0px;
}

.page-text-one h2, 
.page-text-one h3, 
.page-text-one h4, 
.page-text-one h5, 
.page-text-one h6{
font-size:22px;
font-weight:700;
line-height:30px;
color:#585858;
margin-bottom:40px;  
}

.page-text-one img{
width:auto;
height:auto;
max-width:100%;
}



/*BLOG*/

.subpage-blog{
padding:100px 0px;
}

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

.subpage-blog-list-item{
width:calc(33.3333333333333333333% - 22px);
margin:0px 10px 20px 10px;
border:1px solid #dddddd;;
position:relative; 
}



.subpage-blog-list-item-img-big{
width:100%;
height:400px;
margin-bottom:50px;
}

.subpage-blog-list-item-img{
width:100%;
height:212px;
}

.subpage-blog-list-item-img-none{
width:100%;
height:212px;
text-align:center;
}


.subpage-blog-list-item-img img,
.subpage-blog-list-item-img-big img{
width:100%;
height:100%;
object-position:center center;
object-fit:cover;
}

.subpage-blog-list-item-img-none img{
position:relative;
top:50%;
transform:translateY(-50%); 
-webkit-transform:translateY(-50%); 
-ms-transform:translateY(-50%);
width:200px;
height:auto;
}

.subpage-blog-list-item-content{
padding:33px 26px 96px 26px;
}

.subpage-blog-list-item-content-header{
font-size:24px;
font-weight:700;
line-height:normal;
color:#1c130d; 
margin-bottom:20px;
}

.subpage-blog-list-item-content-text-button{
position:absolute;
bottom:20px;
left:20px;
}

.subpage-blog-list-item-content-text-button-t{
display:inline-block;
padding:16px 18px;
text-align:center;
font-weight:600;
font-size:13px;
line-height:normal;
color:#fff;
border-radius:18px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
cursor:pointer;
width:100%;
max-width:154px;
background:#bc945e;
}

.subpage-blog-list-item:hover .subpage-blog-list-item-content-text-button-t{
background:#8d6631;
}

/*OKNO ALERTÓW FORMULARZA*/

.subpage-contact-window{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.8);
z-index:999999999999;
display:none;
}

.subpage-contact-window-content{
position:absolute;
top:50%;
left:50%;
background:#fff;
padding:40px;
transform: translateY(-50%)translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
-ms-transform: translateY(-50%)translateX(-50%);
text-align:center;
}

.subpage-contact-window-content-alert{
display:none;
}


.subpage-contact-window-content-close{
margin:40px auto 0px auto; 
display:none; 
}

.subpage-contact-window-content-close.page-button-one{
cursor:pointer;
text-transform:uppercase;
}

.subpage-contact-window-content-spin{
margin-bottom:30px;
display:none;
}

.subpage-contact-window-content-spin-l{
display:inline-block;
border: 5px solid #bc945e;
border-top: 5px solid transparent; 
border-radius: 50%;
width:30px;
height:30px;
animation: spindwa 1s linear infinite;
}

@keyframes spindwa {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.subpage-contact-form-block-item-n{
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:nowrap;
height:59px;
}

.subpage-contact-form-block-item-n span{
font-size:16px;
font-weight:400;
line-height:normal;
color:#585858;
padding-left:20px;
}


/*STOPKA*/

.footer-page-top{
padding:50px 0px;
background:#1a1a1a; 	
}

.footer-page-top-block{
display:flex;
justify-content:flex-start;
align-items:flex-start;
flex-wrap:wrap;
margin:0px -10px;
}

.footer-page-top-block-item{
width:calc(33.3333333333333333333333% - 20px);
margin:0px 10px;
}

.footer-page-top-block-item-logo{
margin-bottom:30px;
}

.footer-page-top-block-item-logo img{
width:100%;
max-width:180px;
height:auto;
}

.footer-page-top-block-item-text.page-text-one p{
color:#fff;
}

.footer-page-top-block-item-text.page-text-one ul li a{
color:#fff;
}

.footer-page-top-block-item-header{
font-size:18px;
font-weight:900;
line-height:normal;
color:#d18100;
margin:0px 0px 36px 0px; 
padding-top:10px; 
}

.footer-page-top-block-item ul li{
list-style-type:none;
}

.footer-page-top-block-item ul li a, .footer-page-top-block-item ul li a:hover{
font-size:16px;
font-weight:400;
line-height:30px;
color:#fff;
}



.footer-page-bottom{
background:#ffffff;
padding:15px 0px;
}

.footer-page-bottom-content{
text-align:center;
}

.footer-page-bottom-content span,
.footer-page-bottom-content a,
.footer-page-bottom-content a:hover{
font-size:14px;
font-weight:400;
line-height:normal;
color:#1a1a1a;
display:inline;
vertical-align:middle;
}




/*PAGINACJA*/

.page-list-product-pagination{
padding:60px 0px;
}

.page-list-product-pagination-content{
display:flex;
justify-content:center;
align-items:center;
flex-wrap:wrap;
}

.page-list-product-pagination-content a{
display:block;
width:40px;
height:40px;
background:#bc945e;
text-align:center;
line-height:40px;
font-size:18px;
font-weight:400;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-left:12px;
border-radius:6px;
}

.page-list-product-pagination-content span{
display:block;
width:40px;
height:40px;
background:#000;
text-align:center;
line-height:40px;
font-size:18px;
font-weight:400;
color:#fff;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
margin-left:12px;
border-radius:6px;
}

.page-list-product-pagination-content a:hover{
background:#8d6631;
}

.page-list-product-pagination-content .next{
background:#bc945e url('../images/arrow-right.png') no-repeat center center;
display:block;
width:40px;
height:40px;
border-radius:6px;
overflow:hidden;
font-size:0px;
}

.page-list-product-pagination-content .next:hover{
background:#8d6631 url('../images/arrow-right.png') no-repeat center center;
}

.page-list-product-pagination-content .prev{
background:#bc945e url('../images/arrow-left.png') no-repeat center center;
display:block;
width:40px;
height:40px;
border-radius:6px;
overflow:hidden;
font-size:0px;
}

.page-list-product-pagination-content .prev:hover{
background:#8d6631 url('../images/arrow-left.png') no-repeat center center;
}


/*GALERIA SKRYPT*/


.okno-realizacje
{
position: fixed;
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0,0,0,0.8);
z-index:9999999;
display:none;
}

.okno-realizacje-zaw
{
position:absolute;
top:50px;
left:120px;
width:calc(100% - 240px);
height:calc(100% - 100px);
text-align:center;    
}


.okno-realizacje-zaw img
{
width:100%;
height:100%;
object-fit:contain;
object-position:center;
}

.okno-realizacje-load
{
position: absolute;
left:50%;
top:50%;
margin-left:-25px;
margin-top:-25px;
border: 2px solid #fff;
border-top: 2px solid transparent; 
border-radius: 50%;
width: 50px;
height: 50px;
animation: spin_gal 2s linear infinite;
display:none;
}

@keyframes spin_gal {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.okno-realizacje-zam
{
position: absolute;
top:50px;
right:50px;
width:40px;
height:40px;
cursor:pointer;
background:#fff url('../images/zam.png') no-repeat center center;
}

.okno-realizacje-lewo
{
position:absolute;
top:50%;
left:0px;
width:40px;
height:40px;
background:#fff url('../images/arrow-left.png') no-repeat center center;
padding:0px;
margin:-20px 0px 0px 0px;
border:0px;
cursor:pointer;
}

.okno-realizacje-prawo
{
position:absolute;
top:50%;
right:0px;
width:40px;
height:40px;
background:#fff url('../images/arrow-right.png') no-repeat center center;
padding:0px;
margin:-20px 0px 0px 0px;
border:0px;
cursor:pointer;
}




